]>
Commit | Line | Data |
---|---|---|
a4398628 MF |
1 | 2017-03-27 Max Filippov <[email protected]> |
2 | ||
3 | * xtensa-tdep.c (xtensa_scan_prologue, call0_analyze_prologue): | |
4 | Drop xtensa_default_isa initialization. | |
5 | (xtensa_gdbarch_init): Initialize xtensa_default_isa. | |
6 | ||
8c43009f PA |
7 | 2017-03-27 Pedro Alves <[email protected]> |
8 | ||
9 | * dwarf2read.c (file_entry) <dir_index>: Add comment. | |
10 | (file_entry::include_dir): New method. | |
11 | (line_header::include_dir_at, line_header::file_name_at): New | |
12 | methods. | |
13 | (setup_type_unit_groups, setup_type_unit_groups) | |
14 | (psymtab_include_file_name): Simplify using the new methods. | |
15 | (lnp_state_machine) <the_line_header>: New field. | |
16 | <file>: Add comment. | |
17 | (lnp_state_machine::current_file): New method. | |
18 | (dwarf_record_line): Simplify using the new methods. | |
19 | (init_lnp_state_machine): Initialize the "the_line_header" field. | |
20 | (dwarf_decode_lines_1, dwarf_decode_lines, file_file_name): | |
21 | Simplify using the new methods. | |
22 | ||
a7e80b9e PA |
23 | 2017-03-27 Pedro Alves <[email protected]> |
24 | ||
25 | * cp-name-parser.y (make_empty): Delete. | |
26 | (demangler_special, nested_name, ptr_operator, array_indicator) | |
27 | (direct_declarator, declarator_1): Use fill_comp instead of | |
28 | make_empty. | |
29 | ||
21047726 PA |
30 | 2017-03-27 Pedro Alves <[email protected]> |
31 | ||
32 | * xml-support.h (gdb_xml_debug): Pass a "first-to-check" argument | |
33 | to ATTRIBUTE_PRINTF. | |
34 | * solib-target.c (library_list_start_list): Print "string" not | |
35 | "version". | |
36 | * xml-tdesc.c (tdesc_start_field): Pass "field_name" to | |
37 | gdb_xml_error call. | |
38 | ||
d721ba37 PA |
39 | 2017-03-27 Pedro Alves <[email protected]> |
40 | ||
41 | * dwarf2read.c (struct file_and_directory): New. | |
42 | (dwarf2_get_dwz_file): Adjust to use std::string. | |
43 | (dw2_get_file_names_reader): Adjust to use file_and_directory. | |
44 | (find_file_and_directory): Adjust to return a file_and_directory | |
45 | object. | |
46 | (read_file_scope): Adjust to use file_and_directory. Remove | |
47 | make_cleanup/do_cleanups calls. | |
48 | (open_and_init_dwp_file): Adjust to use std::string. Remove | |
49 | make_cleanup/do_cleanups calls. | |
50 | * python/python.c (do_start_initialization): Adjust to ldirname | |
51 | returning a std::string. | |
52 | * utils.c (ldirname): Now returns a std::string. | |
53 | * utils.h (ldirname): Change return type to std::string. | |
54 | * xml-syscall.c (xml_init_syscalls_info): Adjust to ldirname | |
55 | returning a std::string. | |
56 | * xml-tdesc.c (file_read_description_xml): Likewise. | |
57 | ||
ed771251 AH |
58 | 2017-03-24 Alan Hayward <[email protected]> |
59 | ||
60 | * regcache.c (regcache_debug_print_register): New function. | |
61 | * regcache.h (regcache_debug_print_register): New declaration. | |
62 | * target.c (debug_print_register): Remove. | |
63 | (target_fetch_registers): Call regcache_debug_print_register. | |
64 | (target_store_registers): Likewise. | |
65 | ||
568c1b9f PB |
66 | 2017-03-24 Pádraig Brady <[email protected]> |
67 | ||
68 | * dwarf2read.c (setup_type_unit_groups): Ensure dir_index doesn't | |
69 | reference beyond the 'lh->include_dirs' array before accessing to | |
70 | it. | |
71 | (psymtab_include_file_name): Likewise. | |
72 | (dwarf_decode_lines_1): Likewise. | |
73 | (dwarf_decode_lines): Likewise. | |
74 | (file_file_name): Likewise. | |
75 | ||
3e00d44f SM |
76 | 2017-03-23 Simon Marchi <[email protected]> |
77 | ||
78 | * fbsd-tdep.c (fbsd_corefile_thread): Don't set/restore | |
79 | inferior_ptid. | |
80 | * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs, | |
81 | ps_lsetfpregs): Likewise. | |
82 | * regcache.c (regcache_raw_update, regcache_raw_write): Likewise. | |
83 | * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs, | |
84 | ps_lsetfpregs): Likewise. | |
85 | * target.c (target_fetch_registers, target_store_registers): | |
86 | Remove asserts. | |
87 | ||
077ae656 AH |
88 | 2017-03-23 Alan Hayward <[email protected]> |
89 | ||
90 | * sol-thread.c (sol_thread_store_registers): Remove regcache calls. | |
91 | ||
1e2b521d YQ |
92 | 2017-03-23 Yao Qi <[email protected]> |
93 | ||
94 | * aarch64-tdep.c (aarch64_process_record_test): Declare. | |
95 | (_initialize_aarch64_tdep): Register it. | |
96 | (aarch64_record_load_store): Handle PRFM instruction. | |
97 | (aarch64_process_record_test): New function. | |
98 | ||
33877125 YQ |
99 | 2017-03-23 Yao Qi <[email protected]> |
100 | ||
101 | * aarch64-tdep.c (aarch64_record_load_store): Fix code | |
102 | indentation. | |
103 | ||
a0eef940 YQ |
104 | 2017-03-23 Yao Qi <[email protected]> |
105 | ||
106 | * aarch64-tdep.c: Remove AARCH64_RECORD_FAILURE. | |
107 | ||
3f2a3564 PR |
108 | 2017-03-23 Philipp Rudo <[email protected]> |
109 | ||
110 | python/python.c (do_start_initialization): Fix memory leak. | |
111 | ||
b67aeab0 SM |
112 | 2017-03-22 Simon Marchi <[email protected]> |
113 | ||
114 | * inf-ptrace.c (inf_ptrace_xfer_partial): Get pid from ptid | |
115 | using get_ptrace_pid. | |
116 | * linux-nat.c (linux_nat_xfer_partial): Don't set/restore | |
117 | inferior_ptid. | |
118 | (linux_proc_xfer_partial, linux_proc_xfer_spu): Use lwp of | |
119 | inferior_ptid instead of pid. | |
120 | ||
ffdbe864 YQ |
121 | 2017-03-22 Yao Qi <[email protected]> |
122 | ||
123 | * aarch64-tdep.c: Wrap locally used classes in anonymous | |
124 | namespace. | |
125 | * arm-tdep.c: Likewise. | |
126 | * linespec.c: Likewise. | |
127 | * ui-out.c: Likewise. | |
128 | ||
9d736fbf JG |
129 | 2017-03-22 Jonah Graham <[email protected]> |
130 | ||
131 | PR gdb/19637 | |
132 | * python/lib/gdb/printer/bound_registers.py: Import sys. | |
133 | ||
3de88e9a SM |
134 | 2017-03-21 Simon Marchi <[email protected]> |
135 | ||
136 | * windows-nat.c (do_windows_fetch_inferior_registers): Add | |
137 | windows_thread_info parameter and use it instead of | |
138 | current_thread. | |
139 | (windows_fetch_inferior_registers): Don't set current_thread, | |
140 | pass the thread to do_windows_fetch_inferior_registers. Use | |
141 | ptid from regcache instead of inferior_ptid. | |
142 | (do_windows_store_inferior_registers): Add windows_thread_info | |
143 | parameter and use it instead of current_thread. | |
144 | (windows_store_inferior_registers): Don't set current_thread, | |
145 | pass the thread to do_windows_store_inferior_registers. Use | |
146 | ptid from regcache instead of inferior_ptid. | |
147 | ||
0e7b8f61 SM |
148 | 2017-03-21 Simon Marchi <[email protected]> |
149 | ||
150 | * ser-mingw.c (ser_windows_raw): Remove reference to | |
151 | struct serial::current_timeout. | |
152 | ||
5badf10a IR |
153 | 2017-03-21 Ivo Raisr <[email protected]> |
154 | ||
155 | PR tdep/20928 | |
156 | * gdb/sparc-tdep.h (gdbarch_tdep) <sparc64_ccr_type>: New field. | |
157 | * gdb/sparc64-tdep.c (sparc64_ccr_type): New function. | |
158 | (sparc64_fsr_type): Fix %fsr decoding. | |
159 | ||
cee59b3f TW |
160 | 2017-03-21 Tim Wiederhake <[email protected]> |
161 | ||
162 | * python/py-record-btrace.c (btpy_insn_data): Change return type | |
163 | for Python 2. | |
164 | ||
639a9038 SM |
165 | 2017-03-20 Simon Marchi <[email protected]> |
166 | ||
167 | * spu-linux-nat.c (spu_fetch_inferior_registers, | |
168 | spu_store_inferior_registers): Use ptid from regcache, set and | |
169 | restore inferior_ptid. | |
170 | * spu-multiarch.c (spu_fetch_registers, spu_store_registers): | |
171 | Likewise. | |
172 | ||
bcc0c096 SM |
173 | 2017-03-20 Simon Marchi <[email protected]> |
174 | ||
175 | * i386-linux-nat.c (fetch_register, store_register, | |
176 | i386_linux_fetch_inferior_registers, | |
177 | i386_linux_store_inferior_registers): Use ptid from regcache. | |
178 | * ia64-linux-nat.c (ia64_linux_fetch_register, | |
179 | ia64_linux_store_register): Likewise. | |
180 | * inf-ptrace.c (inf_ptrace_fetch_register, | |
181 | inf_ptrace_store_register): Likewise. | |
182 | * m32r-linux-nat.c (m32r_linux_fetch_inferior_registers, | |
183 | m32r_linux_store_inferior_registers): Likewise. | |
184 | * m68k-bsd-nat.c (m68kbsd_fetch_inferior_registers, | |
185 | m68kbsd_store_inferior_registers): Likewise. | |
186 | * m68k-linux-nat.c (fetch_register, store_register, | |
187 | m68k_linux_fetch_inferior_registers, | |
188 | m68k_linux_store_inferior_registers): Likewise. | |
189 | * m88k-bsd-nat.c (m88kbsd_fetch_inferior_registers, | |
190 | m88kbsd_store_inferior_registers): Likewise. | |
191 | * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers, | |
192 | mips_fbsd_store_inferior_registers): Likewise. | |
193 | * mips-linux-nat.c (mips64_linux_regsets_fetch_registers, | |
194 | mips64_linux_regsets_store_registers): Likewise. | |
195 | * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers, | |
196 | mipsnbsd_store_inferior_registers): Likewise. | |
197 | * mips-obsd-nat.c (mips64obsd_fetch_inferior_registers, | |
198 | mips64obsd_store_inferior_registers): Likewise. | |
199 | * nto-procfs.c (procfs_fetch_registers, procfs_store_registers): | |
200 | Likewise. | |
201 | * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers, | |
202 | ppcfbsd_store_inferior_registers): Likewise. | |
203 | * ppc-linux-nat.c (ppc_linux_fetch_inferior_registers, | |
204 | ppc_linux_store_inferior_registers): Likewise. | |
205 | * ppc-nbsd-nat.c (ppcnbsd_fetch_inferior_registers, | |
206 | ppcnbsd_store_inferior_registers): Likewise. | |
207 | * ppc-obsd-nat.c (ppcobsd_fetch_registers, | |
208 | ppcobsd_store_registers): Likewise. | |
209 | * procfs.c (procfs_fetch_registers, procfs_store_registers): | |
210 | Likewise. | |
211 | * ravenscar-thread.c (ravenscar_fetch_registers, | |
212 | ravenscar_store_registers, ravenscar_prepare_to_store): | |
213 | Likewise. | |
214 | * record-btrace.c (record_btrace_fetch_registers, | |
215 | record_btrace_store_registers, record_btrace_prepare_to_store): | |
216 | Likewise. | |
217 | * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): | |
218 | Lookup inferior using ptid from regcache, instead of | |
219 | current_inferior. | |
220 | * remote.c (remote_fetch_registers, remote_store_registers): Use | |
221 | ptid from regcache. | |
222 | * rs6000-nat.c (fetch_register, store_register): Likewise. | |
223 | * s390-linux-nat.c (s390_linux_fetch_inferior_registers, | |
224 | s390_linux_store_inferior_registers): Likewise. | |
225 | * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers, | |
226 | shnbsd_store_inferior_registers): Likewise. | |
227 | * sol-thread.c (sol_thread_fetch_registers, | |
228 | sol_thread_store_registers): Likewise. | |
229 | * sparc-nat.c (sparc_fetch_inferior_registers, | |
230 | sparc_store_inferior_registers): Likewise. | |
231 | * tilegx-linux-nat.c (fetch_inferior_registers, | |
232 | store_inferior_registers): Likewise. | |
233 | * vax-bsd-nat.c (vaxbsd_fetch_inferior_registers, | |
234 | vaxbsd_store_inferior_registers): Likewise. | |
235 | * xtensa-linux-nat.c (fetch_gregs, store_gregs, fetch_xtregs, | |
236 | store_xtregs): Likewise. | |
237 | ||
c0f55cc6 AV |
238 | 2017-03-20 Artemiy Volkov <[email protected]> |
239 | ||
240 | PR gdb/14441 | |
241 | * NEWS: Mention support for rvalue references in GDB and python. | |
242 | * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB | |
243 | supports both lvalue and rvalue references. | |
244 | ||
15c0a2a9 AV |
245 | 2017-03-20 Artemiy Volkov <[email protected]> |
246 | ||
247 | PR gdb/14441 | |
248 | * gdbtypes.c (rank_one_type): Implement overloading | |
249 | resolution rules regarding rvalue references. | |
250 | ||
aa006118 AV |
251 | 2017-03-20 Artemiy Volkov <[email protected]> |
252 | ||
253 | PR gdb/14441 | |
254 | * aarch64-tdep.c (aarch64_type_align) | |
255 | (aarch64_extract_return_value, aarch64_store_return_value): Change | |
256 | lvalue reference type checks to general reference type checks. | |
257 | * amd64-tdep.c (amd64_classify): Likewise. | |
258 | * amd64-windows-tdep.c (amd64_windows_passed_by_integer_register): | |
259 | Likewise. | |
260 | * arm-tdep.c (arm_type_align, arm_extract_return_value) | |
261 | (arm_store_return_value): Likewise. | |
262 | * ax-gdb.c (gen_fetch, gen_cast): Likewise. | |
263 | * c-typeprint.c (c_print_type): Likewise. | |
264 | * c-varobj.c (adjust_value_for_child_access, c_value_of_variable) | |
265 | (cplus_number_of_children, cplus_describe_child): Likewise. | |
266 | * compile/compile-c-symbols.c (generate_vla_size): Likewise. | |
267 | * completer.c (expression_completer): Likewise. | |
268 | * cp-support.c (make_symbol_overload_list_adl_namespace): | |
269 | Likewise. | |
270 | * darwin-nat-info.c (info_mach_region_command): Likewise. | |
271 | * dwarf2loc.c (entry_data_value_coerce_ref) | |
272 | (value_of_dwarf_reg_entry): Likewise. | |
273 | * eval.c (ptrmath_type_p, evaluate_subexp_standard) | |
274 | (evaluate_subexp_for_address, evaluate_subexp_for_sizeof): | |
275 | Likewise. | |
276 | * findvar.c (extract_typed_address, store_typed_address): | |
277 | Likewise. | |
278 | * gdbtypes.c (rank_one_type): Likewise. | |
279 | * hppa-tdep.c (hppa64_integral_or_pointer_p): Likewise. | |
280 | * infcall.c (value_arg_coerce): Likewise. | |
281 | * language.c (pointer_type): Likewise. | |
282 | * m32c-tdep.c (m32c_reg_arg_type, m32c_m16c_address_to_pointer): | |
283 | Likewise. | |
284 | * m88k-tdep.c (m88k_integral_or_pointer_p): Likewise. | |
285 | * mn10300-tdep.c (mn10300_type_align): Likewise. | |
286 | * msp430-tdep.c (msp430_push_dummy_call): Likewise. | |
287 | * ppc-sysv-tdep.c (do_ppc_sysv_return_value) | |
288 | (ppc64_sysv_abi_push_param, ppc64_sysv_abi_return_value): | |
289 | Likewise. | |
290 | * printcmd.c (print_formatted, x_command): Likewise. | |
291 | * python/py-type.c (typy_get_composite, typy_template_argument): | |
292 | Likewise. | |
293 | * python/py-value.c (valpy_referenced_value) | |
294 | (valpy_get_dynamic_type, value_has_field): Likewise. | |
295 | * s390-linux-tdep.c (s390_function_arg_integer): Likewise. | |
296 | * sparc-tdep.c (sparc_integral_or_pointer_p): Likewise. | |
297 | * sparc64-tdep.c (sparc64_integral_or_pointer_p): Likewise. | |
298 | * spu-tdep.c (spu_scalar_value_p): Likewise. | |
299 | * symtab.c (lookup_symbol_aux): Likewise. | |
300 | * typeprint.c (whatis_exp, print_type_scalar): Likewise. | |
301 | * valarith.c (binop_types_user_defined_p, unop_user_defined_p): | |
302 | Likewise. | |
303 | * valops.c (value_cast_pointers, value_cast) | |
304 | (value_reinterpret_cast, value_dynamic_cast, value_addr, typecmp) | |
305 | (value_struct_elt, value_struct_elt_bitpos) | |
306 | (value_find_oload_method_list, find_overload_match) | |
307 | (value_rtti_indirect_type): Likewise. | |
308 | * valprint.c (val_print_scalar_type_p, generic_val_print): | |
309 | Likewise. | |
310 | * value.c (value_actual_type, value_as_address, unpack_long) | |
311 | (pack_long, pack_unsigned_long, coerce_ref_if_computed) | |
312 | (coerce_ref): Likewise. | |
313 | * varobj.c (varobj_get_value_type): Likewise. | |
314 | ||
3fcf899d AV |
315 | 2017-03-20 Artemiy Volkov <[email protected]> |
316 | ||
317 | PR gdb/14441 | |
318 | * doc/python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to | |
319 | table of constants. | |
320 | * python/lib/gdb/command/explore.py: Support exploring values | |
321 | of rvalue reference types. | |
322 | * python/lib/gdb/types.py: Implement get_basic_type() for | |
323 | rvalue reference types. | |
324 | * python/py-type.c (pyty_codes) <TYPE_CODE_RVALUE_REF>: New | |
325 | constant. | |
326 | * python/py-value.c (valpy_getitem): Add an rvalue reference | |
327 | check. | |
328 | (valpy_reference_value): Add new parameter "refcode". | |
329 | (valpy_lvalue_reference_value, valpy_rvalue_reference_value): | |
330 | New wrappers for valpy_reference_value(). | |
331 | * python/py-xmethods.c (gdbpy_get_xmethod_result_type) | |
332 | (gdbpy_invoke_xmethod): Likewise. | |
333 | ||
4297a3f0 AV |
334 | 2017-03-20 Artemiy Volkov <[email protected]> |
335 | ||
336 | PR gdb/14441 | |
337 | * dwarf2read.c (process_die, read_type_die_1): Handle the | |
338 | DW_TAG_rvalue_reference_type DIE. | |
339 | (read_tag_reference_type): Add new parameter "refcode". | |
340 | ||
e1cb3213 AV |
341 | 2017-03-20 Artemiy Volkov <[email protected]> |
342 | ||
343 | PR gdb/14441 | |
344 | * c-typeprint.c (c_print_type, c_type_print_varspec_prefix) | |
345 | (c_type_print_modifier, c_type_print_varspec_suffix) | |
346 | (c_type_print_base): Support printing rvalue reference types. | |
347 | * c-valprint.c (c_val_print, c_value_print): Support printing | |
348 | rvalue reference values. | |
349 | ||
e4347c89 AV |
350 | 2017-03-20 Artemiy Volkov <[email protected]> |
351 | ||
352 | PR gdb/14441 | |
353 | * cp-name-parser.y (ptr_operator): Handle the '&&' token in | |
354 | typename. | |
355 | * cp-support.c (replace_typedefs): Handle | |
356 | DEMANGLE_COMPONENT_RVALUE_REFERENCE. | |
357 | * python/py-type.c (typy_lookup_type): Likewise. | |
358 | ||
53cc15f5 AV |
359 | 2017-03-20 Artemiy Volkov <[email protected]> |
360 | ||
361 | PR gdb/14441 | |
362 | * c-exp.y (ptr_operator): Handle the '&&' token in the typename. | |
363 | * parse.c (insert_type): Change assert statement. | |
364 | (follow_types): Handle rvalue reference types. | |
365 | * parser-defs.h (enum type_pieces) <tp_rvalue_reference>: New | |
366 | constant. | |
367 | ||
a65cfae5 AV |
368 | 2017-03-20 Artemiy Volkov <[email protected]> |
369 | ||
370 | PR gdb/14441 | |
371 | * ada-lang.c (ada_evaluate_subexp): Adhere to the new | |
372 | value_ref() interface. | |
373 | * c-valprint.c (c_value_print): Likewise. | |
374 | * infcall.c (value_arg_coerce): Likewise. | |
375 | * python/py-value.c (valpy_reference_value): Likewise. | |
376 | * valops.c (value_cast, value_reinterpret_cast) | |
377 | (value_dynamic_cast, typecmp): Likewise. | |
378 | (value_ref): Parameterize by kind of return value reference type. | |
379 | * value.h (value_ref): Add new parameter "refcode". | |
380 | ||
3b224330 AV |
381 | 2017-03-20 Artemiy Volkov <[email protected]> |
382 | ||
383 | PR gdb/14441 | |
384 | * dwarf2read.c (read_tag_reference_type): Use | |
385 | lookup_lvalue_reference_type() instead of lookup_reference_type(). | |
386 | * eval.c (evaluate_subexp_standard): Likewise. | |
387 | * f-exp.y: Likewise. | |
388 | * gdbtypes.c (make_reference_type, lookup_reference_type): | |
389 | Generalize with rvalue reference types. | |
390 | (lookup_lvalue_reference_type, lookup_rvalue_reference_type): New | |
391 | convenience wrappers for lookup_reference_type(). | |
392 | * gdbtypes.h (make_reference_type, lookup_reference_type): Add a | |
393 | reference kind parameter. | |
394 | (lookup_lvalue_reference_type, lookup_rvalue_reference_type): Add | |
395 | wrappers for lookup_reference_type(). | |
396 | * guile/scm-type.c (gdbscm_type_reference): Use | |
397 | lookup_lvalue_reference_type() instead of lookup_reference_type(). | |
398 | * guile/scm-value.c (gdbscm_value_dynamic_type): Likewise. | |
399 | * parse.c (follow_types): Likewise. | |
400 | * python/py-type.c (typy_reference, typy_lookup_type): Likewise. | |
401 | * python/py-value.c (valpy_get_dynamic_type, valpy_getitem): | |
402 | Likewise. | |
403 | * python/py-xmethods.c (gdbpy_get_xmethod_result_type) | |
404 | (gdbpy_invoke_xmethod): Likewise. | |
405 | * stabsread.c: Provide extra argument to make_reference_type() | |
406 | call. | |
407 | * valops.c (value_ref, value_rtti_indirect_type): Use | |
408 | lookup_lvalue_reference_type() instead of lookup_reference_type(). | |
409 | ||
f9aeb8d4 AV |
410 | 2017-03-20 Artemiy Volkov <[email protected]> |
411 | ||
412 | PR gdb/14441 | |
413 | * gdbtypes.h (enum type_code) <TYPE_CODE_RVALUE_REF>: New constant. | |
414 | (TYPE_IS_REFERENCE): New macro. | |
415 | (struct type): Add rvalue_reference_type field. | |
416 | (TYPE_RVALUE_REFERENCE_TYPE): New macro. | |
417 | ||
51457a05 MAL |
418 | 2017-03-20 Marc-Andre Laperle <[email protected]> |
419 | ||
420 | * NEWS: Add an entry about new '-file-list-shared-libraries' command. | |
421 | * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): | |
422 | New function definition. | |
423 | * mi/mi-cmds.c (mi_cmds): Add -file-list-shared-libraries command. | |
424 | * mi/mi-cmds.h (mi_cmd_file_list_shared_libraries): | |
425 | New function declaration. | |
426 | * mi/mi-interp.c (mi_output_solib_attribs): New Function. | |
427 | * mi/mi-interp.h: New file. | |
428 | * solib.c (info_sharedlibrary_command): Replace for loop with | |
429 | ALL_SO_LIBS macro | |
430 | * solib.h (update_solib_list): New function declaration. | |
431 | (so_list_head): Move macro. | |
432 | * solist.h (ALL_SO_LIBS): New macro. | |
433 | ||
e696b3ad MAL |
434 | 2017-03-20 Marc-Andre Laperle <[email protected]> |
435 | ||
436 | * infcmd.c (post_create_inferior): Remove unused argument in | |
437 | call to solib_add. | |
438 | * remote.c (remote_start_remote): Likewise. | |
439 | * solib-frv.c (frv_fetch_objfile_link_map): Likewise. | |
440 | * solib-svr4.c: (svr4_fetch_objfile_link_map): Likewise. | |
441 | (enable_break): Likewise. | |
442 | * solib.c (update_solib_list): Remove unused target argument | |
443 | and its documentation. | |
444 | (solib_add): Remove unused target argument. Remove unused | |
445 | argument in call to update_solib_list. | |
446 | (info_sharedlibrary_command): Remove unused argument in call | |
447 | to update_solib_list. | |
448 | (sharedlibrary_command): Remove unused argument in call to | |
449 | solib_add. | |
450 | (handle_solib_event): Likewise. | |
451 | (reload_shared_libraries): Likewise. | |
452 | * solib.h (solib_add): Remove unused target argument. | |
453 | ||
dcb84eda AA |
454 | 2017-03-20 Andreas Arnez <[email protected]> |
455 | ||
456 | * s390-linux-tdep.c (is_rsi, is_rie): Remove functions. | |
457 | (s390_displaced_step_fixup): Cover relative branches with the | |
458 | default fixup handling. This fixes lack of support for some | |
459 | relative branch instructions. | |
460 | ||
d9cb6cdc SM |
461 | 2017-03-17 Simon Marchi <[email protected]> |
462 | ||
463 | * i386-gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Use | |
464 | ptid from regcache. | |
465 | ||
1afaf9f4 SM |
466 | 2017-03-17 Simon Marchi <[email protected]> |
467 | ||
468 | * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers, | |
469 | i386_darwin_store_inferior_registers): Use ptid from regcache. | |
470 | ||
aac12e24 SM |
471 | 2017-03-17 Simon Marchi <[email protected]> |
472 | ||
473 | * i386-bsd-nat.c (i386bsd_fetch_inferior_registers, | |
474 | i386bsd_store_inferior_registers): Use ptid from regcache. | |
475 | ||
bbe1eef1 SM |
476 | 2017-03-17 Simon Marchi <[email protected]> |
477 | ||
478 | * hppa-obsd-nat.c (hppaobsd_fetch_registers, | |
479 | hppaobsd_store_registers): Use ptid from regcache. | |
480 | ||
10799020 SM |
481 | 2017-03-17 Simon Marchi <[email protected]> |
482 | ||
483 | * hppa-nbsd-nat.c (hppanbsd_fetch_registers, | |
484 | hppanbsd_store_registers): Use ptid from regcache. | |
485 | ||
00204cf7 SM |
486 | 2017-03-17 Simon Marchi <[email protected]> |
487 | ||
488 | * hppa-linux-nat.c (fetch_register, store_register): Use ptid | |
489 | from regcache. Use get_ptrace_pid. | |
490 | ||
11a33714 SM |
491 | 2017-03-17 Simon Marchi <[email protected]> |
492 | ||
493 | * corelow.c (get_core_register_section): Use ptid from regcache, | |
494 | update doc. | |
495 | ||
317cd492 SM |
496 | 2017-03-17 Simon Marchi <[email protected]> |
497 | ||
498 | * bsd-uthread.c (bsd_uthread_fetch_registers, | |
499 | bsd_uthread_store_registers): Use ptid from regcache, set and | |
500 | restore inferior_ptid. | |
501 | ||
9ac8a7c2 SM |
502 | 2017-03-17 Simon Marchi <[email protected]> |
503 | ||
504 | * arm-nbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register, | |
505 | fetch_fp_regs, store_register, store_regs, store_fp_register, | |
506 | store_fp_regs): Use ptid from regcache. | |
507 | ||
4ac4bb6a SM |
508 | 2017-03-17 Simon Marchi <[email protected]> |
509 | ||
510 | * arm-linux-nat.c (fetch_fpregs, store_fpregs, fetch_regs, | |
511 | store_regs, fetch_wmmx_regs, store_wmmx_regs, fetch_vfp_regs, | |
512 | store_vfp_regs): Use ptid from regcache. | |
513 | ||
9bcbdca8 PA |
514 | 2017-03-17 Pedro Alves <[email protected]> |
515 | ||
516 | PR remote/21188 | |
517 | * ser-base.c (ser_base_wait_for): Add comment. | |
518 | (do_ser_base_readchar): Improve comment based on the ser-unix.c's | |
519 | version. | |
520 | * ser-unix.c (hardwire_raw): Remove reference to | |
521 | scb->current_timeout. | |
522 | (wait_for, do_hardwire_readchar, hardwire_readchar): Delete. | |
523 | (hardwire_ops): Install ser_base_readchar instead of | |
524 | hardwire_readchar. | |
525 | * serial.h (struct serial) <current_timeout, timeout_remaining>: | |
526 | Remove fields. | |
527 | ||
7503099f JG |
528 | 2017-03-17 Jonah Graham <[email protected]> |
529 | ||
530 | PR gdb/19637 | |
531 | * python/lib/gdb/printer/bound_registers.py: Add support for | |
532 | Python 3. | |
533 | ||
7942e96e AA |
534 | 2017-03-16 Andreas Arnez <[email protected]> |
535 | ||
536 | * dwarf2loc.c (indirect_synthetic_pointer): Get data type of | |
537 | pointed-to DIE and pass it to dwarf2_evaluate_loc_desc_full. | |
538 | (dwarf2_evaluate_loc_desc_full): New parameter subobj_type; rename | |
539 | byte_offset to subobj_byte_offset. Fix the handling of | |
540 | DWARF_VALUE_STACK on big-endian targets when coming via an | |
541 | implicit pointer. | |
542 | (dwarf2_evaluate_loc_desc): Adjust call to | |
543 | dwarf2_evaluate_loc_desc_full. | |
544 | * dwarf2loc.h (dwarf2_fetch_die_type_sect_off): New declaration. | |
545 | * dwarf2read.c (dwarf2_fetch_die_type_sect_off): New function. | |
546 | ||
ba14f379 YQ |
547 | 2017-03-16 Yao Qi <[email protected]> |
548 | ||
549 | * arm-tdep.c (thumb_record_misc): Decode CBNZ, CBZ, REV16, | |
550 | and REVSH instructions. | |
551 | ||
b121eeb9 YQ |
552 | 2017-03-16 Yao Qi <[email protected]> |
553 | ||
554 | * arm-tdep.c [GDB_SELF_TEST]: include "selftests.h". | |
555 | (arm_record_test): Declare. | |
556 | (_initialize_arm_tdep) [GDB_SELF_TEST]: call register_self_test. | |
557 | (thumb_record_ld_st_reg_offset): Rewrite the opcode matching to | |
558 | align with the manual. | |
559 | (thumb_record_misc): Adjust the code order to align with the | |
560 | manual. | |
561 | (thumb2_record_decode_insn_handler): Fix instruction matching. | |
562 | (instruction_reader_thumb): New class. | |
563 | (arm_record_test): New function. | |
564 | ||
728a7913 YQ |
565 | 2017-03-16 Yao Qi <[email protected]> |
566 | ||
567 | * arm-tdep.c (abstract_memory_reader): New class. | |
568 | (instruction_reader): New class. | |
569 | (extract_arm_insn): Add argument 'reader'. Callers updated. | |
570 | (decode_insn): Likewise. | |
571 | ||
34b43320 DE |
572 | 2017-03-16 Doug Evans <[email protected]> |
573 | ||
a7c0469f DE |
574 | * guile/scm-lazy-string.c (lazy_string_smob): Clarify use of LENGTH |
575 | member. Change type of TYPE member to SCM. All uses updated. | |
576 | (lsscm_make_lazy_string_smob): Add assert. | |
577 | (lsscm_make_lazy_string): Flag bad length values. | |
578 | (lsscm_elt_type): New function. | |
579 | (gdbscm_lazy_string_to_value): Rewrite to use | |
580 | lsscm_safe_lazy_string_to_value. | |
581 | (lsscm_safe_lazy_string_to_value): Fix handling of TYPE_CODE_PTR. | |
582 | * guile/scm-value.c (gdbscm_value_to_lazy_string): Flag bad length | |
583 | values. Fix TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle typedefs | |
584 | in incoming type. | |
585 | * guile/guile-internal.h (tyscm_scm_to_type): Declare. | |
586 | * guile/scm-type.c (tyscm_scm_to_type): New function. | |
587 | ||
588 | 2017-03-15 Doug Evans <[email protected]> | |
589 | ||
34b43320 DE |
590 | PR python/17728, python/18439, python/18779 |
591 | * python/py-lazy-string.c (lazy_string_object): Clarify use of LENGTH | |
592 | member. Change type of TYPE member to PyObject *. All uses updated. | |
593 | (stpy_convert_to_value): Fix handling of TYPE_CODE_PTR. | |
594 | (gdbpy_create_lazy_string_object): Flag bad length values. | |
595 | Handle TYPE_CODE_ARRAY with possibly different user-provided length. | |
596 | Handle typedefs in incoming type. | |
597 | (stpy_lazy_string_elt_type): New function. | |
598 | (gdbpy_extract_lazy_string): Call it. | |
599 | * python/py-value.c (valpy_lazy_string): Flag bad length values. | |
600 | Fix handling of TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle | |
601 | typedefs in incoming type. | |
602 | ||
a3a5fecc DE |
603 | 2017-03-16 Doug Evans <[email protected]> |
604 | ||
605 | * guile/guile-internal.h (tyscm_scm_to_type): Declare. | |
606 | * guile/scm-type.c (tyscm_scm_to_type): New function. | |
607 | ||
28f1c605 JW |
608 | 2017-03-16 Jiong Wang <[email protected]> |
609 | ||
610 | * inf-ptrace.c (inf_ptrace_peek_poke): Change the type to | |
611 | "ULONGEST" for "skip". | |
612 | ||
87c336f6 AA |
613 | 2017-03-14 Andreas Arnez <[email protected]> |
614 | ||
615 | PR gdb/21220 | |
616 | * inf-ptrace.c (inf_ptrace_xfer_partial): In "case | |
617 | TARGET_OBJECT_MEMORY", extract the logic for ptrace peek/poke... | |
618 | (inf_ptrace_peek_poke): ...here. New function. Now also loop | |
619 | over ptrace peek/poke until end of buffer or error. | |
620 | ||
cf81cf60 SM |
621 | 2017-03-14 Simon Marchi <[email protected]> |
622 | ||
623 | * parse.c (length_of_subexp): Make static. | |
624 | * parser-defs.h (length_of_subexp): Remove. | |
625 | ||
a379284a AA |
626 | 2017-03-14 Andreas Arnez <[email protected]> |
627 | ||
628 | * linux-nat.c (linux_proc_xfer_partial): Handle write operations | |
629 | as well. | |
630 | ||
8a6200ba PA |
631 | 2017-03-14 Pedro Alves <[email protected]> |
632 | ||
633 | * cp-name-parser.y (cp_demangled_name_to_comp): Update comment. | |
634 | (main): Use std::unique_ptr. Remove calls to | |
635 | cp_demangled_name_parse_free. | |
636 | ||
f79ec206 SM |
637 | 2017-03-13 Simon Marchi <[email protected]> |
638 | ||
639 | * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers, | |
640 | alphabsd_store_inferior_registers): Use regcache->ptid instead | |
641 | of inferior_ptid. | |
642 | ||
edb5fb00 SM |
643 | 2017-03-13 Simon Marchi <[email protected]> |
644 | ||
645 | * aix-thread.c (aix_thread_fetch_registers, | |
646 | aix_thread_store_registers): Use regcache->ptid instead of | |
647 | inferior_ptid. | |
648 | ||
55119686 SM |
649 | 2017-03-13 Simon Marchi <[email protected]> |
650 | ||
651 | * aarch64-linux-nat.c (fetch_gregs_from_thread, | |
652 | store_gregs_to_thread, fetch_fpregs_from_thread, | |
653 | store_fpregs_to_thread): Use regcache->ptid instead of | |
654 | inferior_ptid. | |
655 | ||
6a06fbb7 SM |
656 | 2017-03-13 Simon Marchi <[email protected]> |
657 | ||
658 | * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers, | |
659 | amd64_linux_fetch_inferior_registers): Use regcache->ptid | |
660 | instead of inferior_ptid. | |
661 | ||
c6386875 SM |
662 | 2017-03-13 Simon Marchi <[email protected]> |
663 | ||
664 | * target.c (target_fetch_registers, target_store_registers): Add | |
665 | assert. | |
666 | ||
ddaaf0fb SM |
667 | 2017-03-13 Simon Marchi <[email protected]> |
668 | ||
669 | * regcache.h (regcache_get_ptid): New function. | |
670 | * regcache.c (regcache_get_ptid): New function. | |
671 | ||
b9da89d1 | 672 | 2017-03-13 Mark Wielaard <[email protected]> |
673 | ||
674 | * cp-name-parser.y (make_empty): Initialize d_printing to zero. | |
675 | ||
5f4d1085 KS |
676 | 2017-03-10 Keith Seitz <[email protected]> |
677 | ||
678 | PR c++/8218 | |
679 | * c-typeprint.c (cp_type_print_method_args): Skip artificial arguments. | |
680 | ||
c65d6b55 PA |
681 | 2017-03-08 Pedro Alves <[email protected]> |
682 | ||
683 | PR gdb/18360 | |
684 | * infrun.c (start_step_over, do_target_resume, resume) | |
685 | (restart_threads): Assert we're not resuming a thread that is | |
686 | meant to be stopped. | |
687 | (infrun_thread_stop_requested_callback): Delete. | |
688 | (infrun_thread_stop_requested): If the thread is internally | |
689 | stopped, queue a pending stop event and clear the thread's | |
690 | inline-frame state. | |
691 | (handle_stop_requested): New function. | |
692 | (handle_syscall_event, handle_inferior_event_1): Use | |
693 | handle_stop_requested. | |
694 | (handle_stop_requested): New function. | |
695 | (handle_signal_stop): Set the thread's stop_signal here instead of | |
696 | at caller. | |
697 | (finish_step_over): Clear step over info unconditionally. | |
698 | (handle_signal_stop): If the user had interrupted the event | |
699 | thread, consider the stop a random signal. | |
700 | (handle_signal_stop) <signal arrived while stepping over | |
701 | breakpoint>: Don't restart threads here. | |
702 | (stop_waiting): Don't clear step-over info here. | |
703 | ||
15c22686 PA |
704 | 2017-03-08 Pedro Alves <[email protected]> |
705 | ||
706 | PR 21206 | |
707 | * common/gdb_unlinker.h (unlinker::unlinker): Attribute nonnull | |
708 | goes to argument 2, not 1. | |
709 | ||
6e5d74e7 PA |
710 | 2017-03-08 Pedro Alves <[email protected]> |
711 | ||
712 | PR cli/21218 | |
713 | * top.c (gdb_readline_wrapper): Avoid passing NULL to | |
714 | display_gdb_prompt. | |
715 | (command_line_input): Add comment. | |
716 | ||
9753a2f6 PA |
717 | 2017-03-08 Pedro Alves <[email protected]> |
718 | ||
719 | PR tui/21216 | |
720 | * tui/tui-file.c (tui_file::write): New. | |
721 | * tui/tui-file.h (tui_file): Override "write". | |
722 | * tui/tui-io.c (do_tui_putc, update_start_line): New functions, | |
723 | factored out from ... | |
724 | (tui_puts): ... here. | |
725 | (tui_putc): Use them. | |
726 | (tui_write): New function. | |
727 | * tui/tui-io.h (tui_write): Declare. | |
728 | ||
1672e0d9 SDJ |
729 | 2017-03-07 Sergio Durigan Junior <[email protected]> |
730 | ||
731 | * Makefile.in (SFILES): Replace "environ.c" with | |
732 | "common/environ.c". | |
733 | (HFILES_NO_SRCDIR): Likewise, for "environ.h". | |
734 | * environ.c: Include "common-defs.h" instead of "defs.h. Moved | |
735 | to... | |
736 | * common/environ.c: ... here. | |
737 | * environ.h: Moved to... | |
738 | * common/environ.h: ... here. | |
739 | ||
f7bb4e3a PB |
740 | 2017-03-07 Peter Bergner <[email protected]> |
741 | ||
742 | * gdbarch.sh (pstring_ptr): New static function. | |
743 | (gdbarch_disassembler_options): Use it. | |
744 | (gdbarch_verify_disassembler_options): Print valid_disassembler_options, | |
745 | not valid_disassembler_option->name. | |
746 | * gdbarch.c: Regenerate. | |
747 | ||
e45ced6c PB |
748 | 2017-03-07 Peter Bergner <[email protected]> |
749 | ||
750 | * config/powerpc/ppc64-linux.mh (MH_CFLAGS): Delete. | |
751 | ||
5f6fd321 PA |
752 | 2017-03-07 Pedro Alves <[email protected]> |
753 | ||
754 | * tui/tui-regs.c (tui_restore_gdbout): Don't delete gdb_stdout. | |
755 | ||
6dbb839a | 756 | 2017-03-07 Walfred Tedeschi <[email protected]> |
4a612d6f WT |
757 | |
758 | * i387-tdep.h (i387_reset_bnd_regs): Add function definition. | |
759 | * i387-tdep.c (i387_reset_bnd_regs): Add function implementation. | |
760 | * i386-tdep.c (i386_push_dummy_call): Call i387_reset_bnd_regs. | |
6dbb839a | 761 | * amd64-tdep.c (amd64_push_dummy_call): Call i387_reset_bnd_regs. |
4a612d6f | 762 | |
d274ecf4 SM |
763 | 2017-03-06 Simon Marchi <[email protected]> |
764 | ||
765 | * xtensa-linux-nat.c (fetch_gregs): Remove const. | |
766 | ||
df97be55 SM |
767 | 2017-03-03 Simon Marchi <[email protected]> |
768 | ||
769 | * remote.c (remote_add_target_side_commands): Use range-based | |
770 | for loop. | |
771 | ||
7d45f3df YQ |
772 | 2017-03-03 Yao Qi <[email protected]> |
773 | ||
774 | PR gdb/21165 | |
775 | * ada-valprint.c (ada_val_print_ref): Call value_fetch_lazy if | |
776 | value is lazy. | |
777 | * valprint.c (common_val_print): Likewise. | |
778 | ||
65b48a81 PB |
779 | 2017-02-28 Peter Bergner <[email protected]> |
780 | ||
781 | * NEWS: Mention new set/show disassembler-options commands. | |
782 | * doc/gdb.texinfo: Document new set/show disassembler-options commands. | |
783 | * disasm.c: Include "arch-utils.h", "gdbcmd.h" and "safe-ctype.h". | |
784 | (prospective_options): New static variable. | |
785 | (gdb_disassembler::gdb_disassembler): Initialize | |
786 | m_di.disassembler_options. | |
787 | (gdb_buffered_insn_length_init_dis): Initilize di->disassembler_options. | |
788 | (get_disassembler_options): New function. | |
789 | (set_disassembler_options): Likewise. | |
790 | (set_disassembler_options_sfunc): Likewise. | |
791 | (show_disassembler_options_sfunc): Likewise. | |
792 | (disassembler_options_completer): Likewise. | |
793 | (_initialize_disasm): Likewise. | |
794 | * disasm.h (get_disassembler_options): New prototype. | |
795 | (set_disassembler_options): Likewise. | |
796 | * gdbarch.sh (gdbarch_disassembler_options): New variable. | |
797 | (gdbarch_verify_disassembler_options): Likewise. | |
798 | * gdbarch.c: Regenerate. | |
799 | * gdbarch.h: Likewise. | |
800 | * arm-tdep.c (num_disassembly_options): Delete. | |
801 | (set_disassembly_style): Likewise. | |
802 | (arm_disassembler_options): New static variable. | |
803 | (set_disassembly_style_sfunc): Convert short style name into long | |
804 | option name. Call set_disassembler_options. | |
805 | (show_disassembly_style_sfunc): New function. | |
806 | (arm_gdbarch_init): Call set_gdbarch_disassembler_options and | |
807 | set_gdbarch_verify_disassembler_options. | |
808 | (_initialize_arm_tdep): Delete regnames variable and update callers. | |
809 | (arm_disassembler_options): Initialize. | |
810 | (disasm_options): New variable. | |
811 | (num_disassembly_options): Rename from this... | |
812 | (num_disassembly_styles): ...to this. Compute by scanning through | |
813 | disasm_options. | |
814 | (valid_disassembly_styles): Initialize using disasm_options. | |
815 | Remove calls to parse_arm_disassembler_option, get_arm_regnames and | |
816 | set_arm_regname_option. | |
817 | Pass show_disassembly_style_sfunc to the "disassembler" setshow command. | |
818 | * rs6000-tdep.c (powerpc_disassembler_options): New static variable. | |
819 | (rs6000_gdbarch_init): Call set_gdbarch_disassembler_options and | |
820 | set_gdbarch_verify_disassembler_options. | |
821 | * s390-tdep.c (s390_disassembler_options): New static variable. | |
822 | (s390_gdbarch_init):all set_gdbarch_disassembler_options and | |
823 | set_gdbarch_verify_disassembler_options. | |
824 | ||
d538e36d SM |
825 | 2017-02-27 Simon Marchi <[email protected]> |
826 | ||
827 | * remote.c (remote_add_target_side_condition): Remove "struct" | |
828 | keyword from range-based for loop. | |
829 | ||
83621223 SM |
830 | 2017-02-27 Simon Marchi <[email protected]> |
831 | ||
832 | * remote.c (remote_add_target_side_condition): Use range-based | |
833 | for loop. Update comment. | |
834 | ||
2123df0e YQ |
835 | 2017-02-27 Yao Qi <[email protected]> |
836 | ||
837 | * f-typeprint.c (f_print_type): Check "varstring" is empty first. | |
838 | ||
8e368124 AH |
839 | 2017-02-26 Alan Hayward <[email protected]> |
840 | ||
841 | * regcache.c (regcache_raw_update): New function. | |
842 | (regcache_raw_read): Move code to regcache_raw_update. | |
843 | * regcache.h (regcache_raw_update): New declaration. | |
844 | * remote.c (remote_prepare_to_store): Call regcache_raw_update. | |
845 | ||
a49dd8dd JK |
846 | 2017-02-26 Jan Kratochvil <[email protected]> |
847 | ||
848 | * dwarf2read.c (create_debug_type_hash_table): Initialize | |
849 | header.signature and header.type_offset_in_tu. | |
850 | ||
34e4bae9 PA |
851 | 2017-02-24 Pedro Alves <[email protected]> |
852 | ||
853 | * symtab.c (make_file_symbol_completion_list_1): Use | |
854 | add_symtab_completions. | |
855 | ||
b0e4b369 AH |
856 | 2017-02-24 Alan Hayward <[email protected]> |
857 | ||
858 | * stack.c (frame_info): Use frame_unwind_register_value to avoid buf. | |
859 | ||
975c21ab AH |
860 | 2017-02-24 Alan Hayward <[email protected]> |
861 | ||
862 | * i386-tdep.c (i386_pseudo_register_read_into_value): Use | |
863 | I386_MAX_REGISTER_SIZE. | |
864 | (i386_pseudo_register_write): Likewise. | |
865 | (i386_process_record): Likewise. | |
866 | * i387-tdep.c (i387_supply_xsave): Likewise. | |
867 | * m68k-linux-nat.c (fetch_register): Use M68K_MAX_REGISTER_SIZE. | |
868 | (store_register): Likewise. | |
869 | ||
14bc53a8 PA |
870 | 2017-02-23 Pedro Alves <[email protected]> |
871 | ||
872 | * ada-lang.c: Include "common/function-view.h". | |
873 | (ada_iterate_over_symbols): Adjust to use function_view as | |
874 | callback type. | |
875 | (struct add_partial_datum, ada_complete_symbol_matcher): Delete. | |
876 | (ada_make_symbol_completion_list): Use a lambda. | |
877 | (ada_exc_search_name_matches): Delete. | |
878 | (name_matches_regex): New. | |
879 | (ada_add_global_exceptions): Use a lambda and name_matches_regex. | |
880 | * compile/compile-c-support.c: Include "common/function-view.h". | |
881 | (print_one_macro): Change prototype to accept a ui_file pointer. | |
882 | (write_macro_definitions): Use a lambda. | |
883 | * dwarf2read.c: Include "common/function-view.h". | |
884 | (dw2_map_expand_apply, dw2_map_symtabs_matching_filename) | |
885 | (dw2_expand_symtabs_matching): Adjust to use function_view as | |
886 | callback type. | |
887 | * language.h: Include "common/function-view.h". | |
888 | (struct language_defn) <la_iterate_over_symbols>: Adjust to use | |
889 | function_view as callback type. | |
890 | (LA_ITERATE_OVER_SYMBOLS): Remove DATA parameter. | |
891 | * linespec.c: Include "common/function-view.h". | |
892 | (collect_info::add_symbol): New method. | |
893 | (struct symbol_and_data_callback, iterate_inline_only, struct | |
894 | symbol_matcher_data, iterate_name_matcher): Delete. | |
895 | (iterate_over_all_matching_symtabs): Adjust to use function_view | |
896 | as callback type and lambdas. | |
897 | (iterate_over_file_blocks): Adjust to use function_view as | |
898 | callback type. | |
899 | (decode_compound_collector): Now a class with private fields. | |
900 | (decode_compound_collector::release_symbols): New method. | |
901 | (collect_one_symbol): Rename to... | |
902 | (decode_compound_collector::operator()): ... this and adjust. | |
903 | (lookup_prefix_sym): decode_compound_collector construction bits | |
904 | move to decode_compound_collector ctor. Pass the | |
905 | decode_compound_collector object directly as callback. Remove | |
906 | cleanups and use decode_compound_collector::release_symbols | |
907 | instead. | |
908 | (symtab_collector): Now a class with private fields. | |
909 | (symtab_collector::release_symtabs): New method. | |
910 | (add_symtabs_to_list): Rename to... | |
911 | (symtab_collector::operator()): ... this and adjust. | |
912 | (collect_symtabs_from_filename): symtab_collector construction | |
913 | bits move to symtab_collector ctor. Pass the symtab_collector | |
914 | object directly as callback. Remove cleanups and use | |
915 | symtab_collector::release_symtabs instead. | |
916 | (collect_symbols): Delete. | |
917 | (add_matching_symbols_to_info): Use lambdas. | |
918 | * macrocmd.c (print_macro_callback): Delete. | |
919 | (info_macro_command): Use a lambda. | |
920 | (info_macros_command): Pass print_macro_definition as callable | |
921 | directly. | |
922 | (print_one_macro): Remove 'ignore' parameter. | |
923 | (macro_list_command): Adjust. | |
924 | * macrotab.c (macro_for_each_data::fn): Now a function_view. | |
925 | (macro_for_each_data::user_data): Delete field. | |
926 | (foreach_macro): Adjust to call the function_view. | |
927 | (macro_for_each): Adjust to use function_view as callback type. | |
928 | (foreach_macro_in_scope): Adjust to call the function_view. | |
929 | (macro_for_each_in_scope): Adjust to use function_view as callback | |
930 | type. | |
931 | * macrotab.h: Include "common/function-view.h". | |
932 | (macro_callback_fn): Declare a prototype instead of a pointer. | |
933 | Remove "user_data" parameter. | |
934 | (macro_for_each, macro_for_each_in_scope): Adjust to use | |
935 | function_view as callback type. | |
936 | * psymtab.c (partial_map_expand_apply) | |
937 | (psym_map_symtabs_matching_filename, recursively_search_psymtabs): | |
938 | Adjust to use function_view as callback type and to return bool. | |
939 | (psym_expand_symtabs_matching): Adjust to use function_view as | |
940 | callback types. | |
941 | * symfile-debug.c (debug_qf_map_symtabs_matching_filename): Adjust | |
942 | to use function_view as callback type and to return bool. | |
943 | (debug_qf_expand_symtabs_matching): Adjust to use function_view as | |
944 | callback types. | |
945 | * symfile.c (expand_symtabs_matching): Adjust to use function_view | |
946 | as callback types. | |
947 | * symfile.h: Include "common/function-view.h". | |
948 | (expand_symtabs_file_matcher_ftype) | |
949 | (expand_symtabs_symbol_matcher_ftype) | |
950 | (expand_symtabs_exp_notify_ftype): Remove "data" parameter and | |
951 | return bool. | |
952 | (quick_symbol_functions::map_symtabs_matching_filename) | |
953 | (quick_symbol_functions::expand_symtabs_matching): Adjust to use | |
954 | function_view as callback type and return bool. | |
955 | (expand_symtabs_matching): Adjust to use function_view as callback | |
956 | type. | |
957 | (maintenance_expand_name_matcher) | |
958 | (maintenance_expand_file_matcher): Delete. | |
959 | (maintenance_expand_symtabs): Use lambdas. | |
960 | * symtab.c (iterate_over_some_symtabs): Adjust to use | |
961 | function_view as callback types and return bool. | |
962 | (iterate_over_symtabs): Likewise. Use unique_xmalloc_ptr instead | |
963 | of a cleanup. | |
964 | (lookup_symtab_callback): Delete. | |
965 | (lookup_symtab): Use a lambda. | |
966 | (iterate_over_symbols): Adjust to use function_view as callback | |
967 | type. | |
968 | (struct search_symbols_data, search_symbols_file_matches) | |
969 | (search_symbols_name_matches): Delete. | |
970 | (search_symbols): Use a pair of lambdas. | |
971 | (struct add_name_data, add_macro_name, symbol_completion_matcher) | |
972 | (symtab_expansion_callback): Delete. | |
973 | (default_make_symbol_completion_list_break_on_1): Use lambdas. | |
974 | * symtab.h: Include "common/function-view.h". | |
975 | (iterate_over_some_symtabs): Adjust to use function_view as | |
976 | callback type and return bool. | |
977 | (iterate_over_symtabs): Adjust to use function_view as callback | |
978 | type. | |
979 | (symbol_found_callback_ftype): Remove 'data' parameter and return | |
980 | bool. | |
981 | (iterate_over_symbols): Adjust to use function_view as callback | |
982 | type. | |
983 | ||
07e253aa PA |
984 | 2017-02-23 Pedro Alves <[email protected]> |
985 | ||
986 | * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS): New. | |
987 | (%.o) <unittests/%.c>: New pattern. | |
988 | * configure.ac ($development): Add $(SUBDIR_UNITTESTS_OBS) to | |
989 | CONFIG_OBS, and $(SUBDIR_UNITTESTS_SRCS) to CONFIG_SRCS. | |
990 | * common/function-view.h: New file. | |
991 | * unittests/function-view-selftests.c: New file. | |
992 | * configure: Regenerate. | |
993 | ||
8eaf5320 SM |
994 | 2017-02-23 Simon Marchi <[email protected]> |
995 | ||
996 | * bsd-uthread.c (bsd_uthread_thread_alive): Use ptid instead of | |
997 | inferior_ptid. | |
998 | * go32-nat.c (go32_thread_alive): Likewise. | |
999 | ||
38768751 YQ |
1000 | 2017-02-23 Yao Qi <[email protected]> |
1001 | ||
1002 | * varobj-iter.h (varobj_iter_delete): Call xfree instead of | |
1003 | delete. | |
1004 | ||
0a8beaba YQ |
1005 | 2017-02-23 Yao Qi <[email protected]> |
1006 | ||
1007 | * varobj.c (varobj_clear_saved_item): Use delete instead of | |
1008 | xfree. | |
1009 | (update_dynamic_varobj_children): Likewise. | |
1010 | ||
58fdfd2c JK |
1011 | 2017-02-21 Jan Kratochvil <[email protected]> |
1012 | ||
1013 | * dwarf2read.c (dwarf2_record_block_ranges): Add forgotten BASEADDR. | |
1014 | ||
1b90b139 SM |
1015 | 2017-02-21 Simon Marchi <[email protected]> |
1016 | ||
1017 | * common/enum-flags.h (enum_flags::enum_flags): Initialize | |
1018 | m_enum_value to 0 in default constructor. | |
1019 | ||
2039d74e EBM |
1020 | 2017-02-21 Edjunior Barbosa Machado <[email protected]> |
1021 | ||
1022 | * rs6000-tdep.c (LOAD_AND_RESERVE_MASK): Rename from LWARX_MASK. | |
1023 | (STORE_CONDITIONAL_MASK): Rename from STWCX_MASK. | |
1024 | (LBARX_INSTRUCTION, LHARX_INSTRUCTION, LQARX_INSTRUCTION, | |
1025 | STBCX_INSTRUCTION, STHCX_INSTRUCTION, STQCX_INSTRUCTION): New defines. | |
1026 | (IS_LOAD_AND_RESERVE_INSN, IS_STORE_CONDITIONAL_INSN): New macros. | |
1027 | (ppc_displaced_step_copy_insn): Use IS_LOAD_AND_RESERVE_INSN. | |
1028 | (ppc_deal_with_atomic_sequence): Use IS_LOAD_AND_RESERVE_INSN and | |
1029 | IS_STORE_CONDITIONAL_INSN. | |
1030 | ||
7814882a JK |
1031 | 2017-02-21 Jan Kratochvil <[email protected]> |
1032 | ||
1033 | * dwarf2_rnglists_process: Initialize range_beginning and range_end. | |
1034 | ||
0ae60b63 JK |
1035 | 2017-02-20 Jan Kratochvil <[email protected]> |
1036 | ||
1037 | * NEWS (Changes since GDB 7.12): Add DWARF-5. | |
1038 | ||
0224619f JK |
1039 | 2017-02-20 Jan Kratochvil <[email protected]> |
1040 | ||
1041 | * dwarf2read.c (skip_one_die, read_attribute_value) | |
1042 | (dwarf2_const_value_attr, dump_die_shallow) | |
1043 | (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes) | |
1044 | (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_data16. | |
1045 | ||
0af92d60 JK |
1046 | 2017-02-20 Jan Kratochvil <[email protected]> |
1047 | ||
1048 | * dwarf2read.c (read_file_scope): Rename DW_MACRO_GNU_*. | |
1049 | (dwarf_parse_macro_header): Accept DWARF version 5. | |
1050 | (dwarf_decode_macro_bytes, dwarf_decode_macros): Rename DW_MACRO_GNU_*. | |
1051 | ||
216f72a1 JK |
1052 | 2017-02-20 Jan Kratochvil <[email protected]> |
1053 | ||
1054 | * block.c (call_site_for_pc): Rename DW_OP_GNU_*, DW_TAG_GNU_* and | |
1055 | DW_AT_GNU_*. | |
1056 | * common/common-exceptions.h (enum errors): Likewise. | |
1057 | * dwarf2-frame.c (class dwarf_expr_executor): Likewise. | |
1058 | * dwarf2expr.c (dwarf_block_to_dwarf_reg) | |
1059 | (dwarf_expr_context::execute_stack_op): Likewise. | |
1060 | * dwarf2expr.h (struct dwarf_expr_context, struct dwarf_expr_piece): | |
1061 | Likewise. | |
1062 | * dwarf2loc.c (dwarf_evaluate_loc_desc::get_base_type) | |
1063 | (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value) | |
1064 | (show_entry_values_debug, call_site_to_target_addr) | |
1065 | (func_addr_to_tail_call_list, func_verify_no_selftailcall) | |
1066 | (dwarf_expr_reg_to_entry_parameter, dwarf_entry_parameter_to_value) | |
1067 | (entry_data_value_free_closure, value_of_dwarf_reg_entry) | |
1068 | (value_of_dwarf_block_entry, indirect_pieced_value) | |
1069 | (symbol_needs_eval_context::push_dwarf_reg_entry_value): | |
1070 | (disassemble_dwarf_expression): Likewise. | |
1071 | * dwarf2read.c (process_die, inherit_abstract_dies) | |
1072 | (read_call_site_scope): Likewise. | |
1073 | * gdbtypes.h (struct func_type, struct call_site_parameter) | |
1074 | (struct call_site): Likewise. | |
1075 | * stack.c (read_frame_arg): Likewise. | |
1076 | * std-operator.def (OP_VAR_ENTRY_VALUE): Likewise. | |
1077 | ||
43988095 JK |
1078 | 2017-02-20 Jan Kratochvil <[email protected]> |
1079 | ||
1080 | * defs.h (read_unsigned_leb128): New declaration. | |
1081 | * dwarf2loc.c (decode_debug_loclists_addresses): New function. | |
1082 | (decode_debug_loc_dwo_addresses): Update DEBUG_LOC_* to DW_LLE_*. | |
1083 | (dwarf2_find_location_expression): Call also | |
1084 | decode_debug_loclists_addresses. Handle DWARF-5 ULEB128 length. | |
1085 | * dwarf2loc.h (dwarf2_version): New declaration. | |
1086 | * dwarf2read.c (struct dwarf2_per_objfile): Add loclists, line_str, | |
1087 | rnglists. | |
1088 | (dwarf2_elf_names): Add .debug_loclists, .debug_line_str, | |
1089 | .debug_rnglists. | |
1090 | (struct dwop_section_names): Add loclists_dwo. | |
1091 | (dwop_section_names): Add .debug_loclists.dwo. | |
1092 | (struct comp_unit_head): Add unit_type, signature, type_offset_in_tu. | |
1093 | (struct dwarf2_per_cu_data): Add dwarf_version. | |
1094 | (struct dwo_sections): Add loclists. | |
1095 | (struct attr_abbrev): Add implicit_const. | |
1096 | (read_indirect_line_string): New declaration. | |
1097 | (read_unsigned_leb128): Delete declaration. | |
1098 | (rcuh_kind): New definition. | |
1099 | (read_and_check_comp_unit_head): Change parameter | |
1100 | is_debug_types_section to section_kind. | |
1101 | (dwarf2_locate_sections): Handle loclists, line_str and rnglists. | |
1102 | (read_comp_unit_head): Change parameter abfd to section, add parameter | |
1103 | section_kind. Handle DWARF-5. | |
1104 | (error_check_comp_unit_head): Accept also DWARF version 5. | |
1105 | (read_and_check_comp_unit_head): Change parameter | |
1106 | is_debug_types_section to section_kind. | |
1107 | (read_and_check_type_unit_head): Delete function. | |
1108 | (read_abbrev_offset): Handle DWARF-5. | |
1109 | (create_debug_type_hash_table): Add parameter section_kind. Process | |
1110 | only DW_UT_type. Use signature and type_offset_in_tu from struct | |
1111 | comp_unit_head. | |
1112 | (create_debug_types_hash_table): Update create_debug_type_hash_table | |
1113 | caller. | |
1114 | (create_all_type_units): Call create_debug_type_hash_table. | |
1115 | (read_cutu_die_from_dwo, init_cutu_and_read_dies): Change | |
1116 | read_and_check_type_unit_head caller to read_and_check_comp_unit_head | |
1117 | caller. | |
1118 | (skip_one_die): Handle DW_FORM_implicit_const. | |
1119 | (dwarf2_rnglists_process): New function. | |
1120 | (dwarf2_ranges_process): Call dwarf2_rnglists_process for DWARF-5. | |
1121 | (abbrev_table_read_table): Handle DW_FORM_implicit_const. | |
1122 | (read_attribute_value): Handle DW_FORM_implicit_const, | |
1123 | DW_FORM_line_strp. | |
1124 | (read_attribute): Handle DW_FORM_implicit_const. | |
1125 | (read_indirect_string_at_offset_from): New function from | |
1126 | read_indirect_string_at_offset. | |
1127 | (read_indirect_string_at_offset): Call | |
1128 | read_indirect_string_at_offset_from. | |
1129 | (read_indirect_line_string_at_offset): New function. | |
1130 | (read_indirect_string): New function comment. | |
1131 | (read_indirect_line_string): New function. | |
1132 | (read_unsigned_leb128): Make it global. | |
1133 | (dwarf2_string_attr): Handle DWARF-5. | |
1134 | (add_include_dir_stub, read_formatted_entries): New functions. | |
1135 | (dwarf_decode_line_header, dump_die_shallow, cu_debug_loc_section): | |
1136 | Handle DWARF-5. | |
1137 | (per_cu_header_read_in): Update read_comp_unit_head caller. | |
1138 | (dwarf2_version): New function. | |
1139 | * symfile.h (struct dwarf2_debug_sections): Add loclists, line_str and | |
1140 | rnglists. | |
1141 | * xcoffread.c (dwarf2_xcoff_names): Update struct dwarf2_debug_sections | |
1142 | fields. | |
1143 | ||
22d2f3ab JK |
1144 | 2017-02-20 Jan Kratochvil <[email protected]> |
1145 | ||
1146 | * dwarf2read.c (abbrev_table_read_table): Read the data only once. | |
1147 | ||
5f46c5a5 JK |
1148 | 2017-02-20 Jan Kratochvil <[email protected]> |
1149 | ||
1150 | * dwarf2read.c (dwarf2_ranges_process): New function from | |
1151 | dwarf2_ranges_read. | |
1152 | (dwarf2_ranges_read, dwarf2_record_block_ranges): Use | |
1153 | dwarf2_ranges_process. | |
1154 | ||
78d4d2c5 JK |
1155 | 2017-02-20 Jan Kratochvil <[email protected]> |
1156 | ||
1157 | * dwarf2read.c (create_debug_type_hash_table): New function from | |
1158 | create_debug_types_hash_table. | |
1159 | (create_debug_types_hash_table): Call create_debug_type_hash_table. | |
1160 | (create_all_type_units, open_and_init_dwo_file): Update | |
1161 | create_debug_types_hash_table callers. | |
1162 | ||
1b076f25 SDJ |
1163 | 2017-02-20 Sergio Durigan Junior <[email protected]> |
1164 | ||
1165 | PR gdb/16188 | |
1166 | * fork-child.c (trace_start_error): Fix thinko. va_end should | |
1167 | refer to 'ap', not 'args'. | |
1168 | ||
0db8980c SDJ |
1169 | 2017-02-20 Sergio Durigan Junior <[email protected]> |
1170 | Pedro Alves <[email protected]> | |
1171 | ||
1172 | PR gdb/16188 | |
1173 | * darwin-nat.c (darwin_ptrace_me): Check if calls to system | |
1174 | calls succeeded. | |
1175 | * fork-child.c (trace_start_error): New function. | |
1176 | (trace_start_error_with_name): Likewise. | |
1177 | * gnu-nat.c (gnu_ptrace_me): Check if call to PTRACE succeeded. | |
1178 | * inf-ptrace.c (inf_ptrace_me): Likewise. | |
1179 | * inferior.h (trace_start_error): New prototype. | |
1180 | (trace_start_error_with_name): Likewise. | |
1181 | ||
99e8a4f9 SDJ |
1182 | 2017-02-15 Sergio Durigan Junior <[email protected]> |
1183 | ||
1184 | PR gdb/21164 | |
1185 | * psymtab.c (maintenance_print_psymbols): Verify if 'argv' is not | |
1186 | NULL before using it. | |
1187 | * symmisc.c (maintenance_print_symbols): Likewise. | |
1188 | (maintenance_print_msymbols): Likewise. | |
1189 | ||
4e746bb6 TW |
1190 | 2017-02-14 Tim Wiederhake <[email protected]> |
1191 | ||
1192 | * NEWS: Add record Python bindings entry. | |
1193 | ||
1194 | 2017-02-14 Tim Wiederhake <[email protected]> | |
1195 | ||
1196 | * Makefile.in (SUBDIR_PYTHON_OBS): Add py-record-btrace.o, | |
1197 | py-record-full.o. | |
1198 | (SUBDIR_PYTHON_SRCS): Add py-record-btrace.c, py-record-full.c. | |
1199 | * python/py-record-btrace.c, python/py-record-btrace.h, | |
1200 | python/py-record-full.c, python/py-record-full.h: New file. | |
1201 | * python/py-record.c: Add include for py-record-btrace.h and | |
1202 | py-record-full.h. | |
1203 | (recpy_method, recpy_format, recpy_goto, recpy_replay_position, | |
1204 | recpy_instruction_history, recpy_function_call_history, recpy_begin, | |
1205 | recpy_end): Use functions from py-record-btrace.c and py-record-full.c. | |
1206 | * python/python-internal.h (PyInt_FromSsize_t, PyInt_AsSsize_t): | |
1207 | New definition. | |
1208 | (gdbpy_initialize_btrace): New export. | |
1209 | * python/python.c (_initialize_python): Add gdbpy_initialize_btrace. | |
1210 | ||
1211 | 2017-02-14 Tim Wiederhake <[email protected]> | |
1212 | ||
1213 | * Makefile.in (SUBDIR_PYTHON_OBS): Add python/py-record.o. | |
1214 | (SUBDIR_PYTHON_SRCS): Add python/py-record.c. | |
1215 | * python/py-record.c: New file. | |
1216 | * python/python-internal.h (gdbpy_start_recording, | |
1217 | gdbpy_current_recording, gdpy_stop_recording, | |
1218 | gdbpy_initialize_record): New export. | |
1219 | * python/python.c (_initialize_python): Add gdbpy_initialize_record. | |
1220 | (python_GdbMethods): Add gdbpy_start_recording, | |
1221 | gdbpy_current_recording and gdbpy_stop_recording. | |
1222 | ||
1223 | 2017-02-14 Tim Wiederhake <[email protected]> | |
1224 | ||
1225 | * record-btrace.c (record_btrace_record_method): New function. | |
1226 | (init_record_btrace_ops): Initialize to_record_method. | |
1227 | * record-full.c (record_full_record_method): New function. | |
1228 | (init_record_full_ops, init_record_full_core_ops): Add | |
1229 | record_full_record_method. | |
1230 | * record.h (enum record_method): New enum. | |
1231 | * target-debug.h (target_debug_print_enum_record_method: New define. | |
1232 | * target-delegates.c: Regenerate. | |
1233 | * target.c (target_record_method): New function. | |
1234 | * target.h: Include record.h. | |
1235 | (struct target_ops) <to_record_method>: New field. | |
1236 | (target_record_method): New export. | |
1237 | ||
1238 | 2017-02-14 Tim Wiederhake <[email protected]> | |
1239 | ||
1240 | * record.h (record_start, record_stop): New export. | |
1241 | * record.c (record_start, record_stop): New function. | |
1242 | ||
1243 | 2017-02-14 Tim Wiederhake <[email protected]> | |
1244 | ||
1245 | * btrace.c (btrace_fetch): Copy function call segments pointer | |
1246 | into a vector. | |
1247 | (btrace_clear): Clear the vector. | |
1248 | (btrace_find_insn_by_number): Use binary search to find the correct | |
1249 | function call segment. | |
1250 | * btrace.h (brace_fun_p): New typedef. | |
1251 | (struct btrace_thread_info) <functions>: New field. | |
1252 | ||
1253 | 2017-02-14 Tim Wiederhake <[email protected]> | |
1254 | ||
1255 | * record-btrace.c (btrace_ui_out_decode_error): Move most of it ... | |
1256 | * btrace.c (btrace_decode_error): ... here. New function. | |
1257 | * btrace.h (btrace_decode_error): New export. | |
1258 | ||
1259 | 2017-02-14 Tim Wiederhake <[email protected]> | |
1260 | ||
1261 | * btrace.c (ftrace_call_num_insn, btrace_insn_get_error): New function. | |
1262 | (ftrace_new_function, btrace_insn_number, btrace_insn_cmp, | |
1263 | btrace_find_insn_by_number): Remove special case for gaps. | |
1264 | * btrace.h (btrace_insn_get_error): New export. | |
1265 | (btrace_insn_number, btrace_find_insn_by_number): Adjust comment. | |
1266 | * record-btrace.c (btrace_insn_history): Print number for gaps. | |
1267 | (record_btrace_info, record_btrace_goto): Handle gaps. | |
1268 | ||
3f77c769 TT |
1269 | 2017-02-14 Tom Tromey <[email protected]> |
1270 | ||
1271 | PR python/13598: | |
1272 | * python/python.c (gdbpy_before_prompt_hook): Emit before_prompt | |
1273 | event. | |
1274 | * python/py-evts.c (gdbpy_initialize_py_events): Add | |
1275 | before_prompt registry. | |
1276 | * python/py-events.h (events_object) <before_prompt>: New field. | |
1277 | ||
4c2c7ac6 MM |
1278 | 2017-02-14 Markus Metzger <[email protected]> |
1279 | ||
1280 | * btrace.c (ftrace_new_switch): Preserve up link and flags. | |
1281 | ||
5cf30ebf LM |
1282 | 2017-02-13 Luis Machado <[email protected]> |
1283 | ||
1284 | * symfile (_initialize_symfile): Add usage text to the load command's | |
1285 | help text. | |
1286 | ||
26a06916 SM |
1287 | 2017-02-10 Simon Marchi <[email protected]> |
1288 | ||
1289 | * utils.c (defaulted_query): Don't query on secondary UIs. | |
1290 | ||
0b145e37 TT |
1291 | 2017-02-10 Tom Tromey <[email protected]> |
1292 | ||
1293 | * rust-lang.c (rust_get_disr_info): Remove unused variable. | |
1294 | ||
2d8365c4 TT |
1295 | 2017-02-10 Tom Tromey <[email protected]> |
1296 | ||
1297 | * python/py-value.c (valpy_richcompare_throw): Remove unnecessary | |
1298 | "cleanup" local. | |
1299 | * python/py-type.c (typy_legacy_template_argument): Remove | |
1300 | unnecessary "cleanup" local. | |
1301 | ||
2bb8f231 TT |
1302 | 2017-02-10 Tom Tromey <[email protected]> |
1303 | ||
1304 | * python/python.c (do_start_initialization): New function, from | |
1305 | _initialize_python. | |
1306 | (_initialize_python): Call do_start_initialization. | |
1307 | * python/py-linetable.c (ltpy_iternext): Use explicit returns, not | |
1308 | goto. | |
1309 | ||
1bdfaf42 TT |
1310 | 2017-02-10 Tom Tromey <[email protected]> |
1311 | ||
1312 | * python/py-prettyprint.c (pretty_print_one_value): Use | |
1313 | gdbpy_ref. | |
1314 | ||
88b6faea TT |
1315 | 2017-02-10 Tom Tromey <[email protected]> |
1316 | ||
1317 | * python/py-cmd.c (cmdpy_destroyer): Use gdbpy_ref. | |
1318 | * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Use | |
1319 | gdbpy_ref. | |
1320 | * python/py-type.c (field_new): Use gdbpy_ref. | |
1321 | * python/py-symtab.c (symtab_and_line_to_sal_object): Use | |
1322 | gdbpy_ref. | |
1323 | * python/py-progspace.c (pspy_new): Use gdbpy_ref. | |
1324 | (py_free_pspace): Likewise. | |
1325 | (pspace_to_pspace_object): Likewise. | |
1326 | * python/py-objfile.c (objfpy_new): Use gdbpy_ref. | |
1327 | (py_free_objfile): Likewise. | |
1328 | (objfile_to_objfile_object): Likewise. | |
1329 | * python/py-inferior.c (delete_thread_object): Use | |
1330 | gdbpy_ref. | |
1331 | (infpy_read_memory): Likewise. | |
1332 | (py_free_inferior): Likewise. | |
1333 | * python/py-evtregistry.c (create_eventregistry_object): Use | |
1334 | gdbpy_ref. | |
1335 | * python/py-event.c (create_event_object): Use gdbpy_ref. | |
1336 | ||
7780f186 TT |
1337 | 2017-02-10 Tom Tromey <[email protected]> |
1338 | ||
1339 | * python/py-ref.h (gdbpy_ref_policy): Now a template. | |
1340 | (gdbpy_ref): Now a template; allow subclasses of PyObject to be | |
1341 | used. | |
1342 | * python/py-arch.c, python/py-bpevent.c, python/py-breakpoint.c, | |
1343 | python/py-cmd.c, python/py-continueevent.c, python/py-event.c, | |
1344 | python/py-exitedevent.c, python/py-finishbreakpoint.c, | |
1345 | python/py-framefilter.c, python/py-function.c, | |
1346 | python/py-inferior.c, python/py-infevents.c, | |
1347 | python/py-linetable.c, python/py-newobjfileevent.c, | |
1348 | python/py-param.c, python/py-prettyprint.c, python/py-ref.h, | |
1349 | python/py-signalevent.c, python/py-stopevent.c, | |
1350 | python/py-symbol.c, python/py-threadevent.c, python/py-type.c, | |
1351 | python/py-unwind.c, python/py-utils.c, python/py-value.c, | |
1352 | python/py-varobj.c, python/py-xmethods.c, python/python.c, | |
1353 | varobj.c: Change gdbpy_ref to gdbpy_ref<>. | |
1354 | ||
d4b0bb18 TT |
1355 | 2017-02-10 Tom Tromey <[email protected]> |
1356 | ||
1357 | * ui-out.h (ui_out_emit_type): New class. | |
1358 | (ui_out_emit_tuple, ui_out_emit_list): New typedefs. | |
1359 | * python/py-framefilter.c (py_print_single_arg): Use gdb::optional | |
1360 | and ui_out_emit_tuple. | |
1361 | (enumerate_locals): Likewise. | |
1362 | (py_mi_print_variables, py_print_locals, py_print_args): Use | |
1363 | ui_out_emit_list. | |
1364 | (py_print_frame): Use gdb::optional, ui_out_emit_tuple, | |
1365 | ui_out_emit_list. | |
1366 | * common/gdb_optional.h: New file. | |
1367 | ||
f67f945c MG |
1368 | 2017-02-10 Martin Galvan <[email protected]> |
1369 | ||
1370 | * MAINTAINERS (Write After Approval): Update my e-mail address. | |
1371 | ||
18da0c51 MG |
1372 | 2017-02-10 Martin Galvan <[email protected]> |
1373 | ||
1374 | PR gdb/21122 | |
1375 | * breakpoint.c (_initialize_breakpoint): Update the help description | |
1376 | of the 'commands' command to indicate that it takes a list argument. | |
1377 | ||
62c14536 SM |
1378 | 2017-02-09 Simon Marchi <[email protected]> |
1379 | ||
1380 | * interps.c (current_interp_set_logging): Remove "return". | |
1381 | ||
ff6fa247 GB |
1382 | 2017-02-09 Gary Benson <[email protected]> |
1383 | ||
1384 | * symtab.c (add_symtab_completions): Prevent NULL pointer | |
1385 | dereference. | |
1386 | ||
a474bd8e PA |
1387 | 2017-02-08 Pedro Alves <[email protected]> |
1388 | ||
1389 | * interps.c (interp::interp): Remove reference to quiet_p. | |
1390 | (interp_set): Make static. Remove dead "Switching to" output | |
1391 | code. | |
1392 | (interp_quiet_p, interp_set_quiet): Delete. | |
1393 | (interpreter_exec_cmd): Don't set the interpreter quiet. | |
1394 | * interps.h (interp_quiet_p): Make static. | |
1395 | (class interp) <quiet_p>: Remove field | |
1396 | ||
3d7b173c JG |
1397 | 2017-02-08 Jerome Guitton <[email protected]> |
1398 | ||
604c4576 JG |
1399 | * cli/cli-decode.c (find_command_name_length): Make it extern. |
1400 | * cli/cli-decode.h (find_command_name_length): Declare. | |
1401 | * cli/cli-script.c (command_name_equals, line_first_arg): | |
1402 | New functions. | |
1403 | (process_next_line): Use cli-decode to parse command names. | |
1404 | (build_command_line): Make args a constant pointer. | |
1405 | ||
1406 | 2017-02-08 Jerome Guitton <[email protected]> | |
6dbb839a | 1407 | |
3d7b173c JG |
1408 | * cli-decode.c (lookup_cmd_1, lookup_cmd_composition): |
1409 | Remove case-insensitive search. | |
1410 | ||
1291063d JM |
1411 | 2017-02-07 Jose E. Marchesi <[email protected]> |
1412 | ||
1413 | * sparc-tdep.c (sparc32_gdbarch_init): Do not place a + operator | |
1414 | at the end of the line. Avoids an ARI warning. | |
1415 | ||
20b477a7 LM |
1416 | 2017-02-06 Luis Machado <[email protected]> |
1417 | ||
1418 | * NEWS: Mention support for record/replay of Intel 64 rdrand and | |
1419 | rdseed instructions. | |
1420 | i386-tdep.c (i386_process_record): Handle Intel 64 rdrand and rseed. | |
1421 | ||
3f7b46f2 IR |
1422 | 2017-02-06 Ivo Raisr <[email protected]> |
1423 | ||
1424 | PR tdep/20936 | |
1425 | Provide and use sparc32 and sparc64 target description XML files. | |
1426 | * features/sparc/sparc32-cp0.xml, features/sparc/sparc32-cpu.xml, | |
1427 | features/sparc/sparc32-fpu.xml: New files for sparc 32-bit. | |
1428 | * features/sparc/sparc64-cp0.xml, features/sparc/sparc64-cpu.xml, | |
1429 | features/sparc/sparc64-fpu.xml: New files for sparc 64-bit. | |
1430 | * features/sparc/sparc32-solaris.xml: New file. | |
1431 | * features/sparc/sparc64-solaris.xml: New file. | |
1432 | * features/sparc/sparc32-solaris.c: Generated. | |
1433 | * features/sparc/sparc64-solaris.c: Generated. | |
1434 | * sparc-tdep.h: Account for differences in target descriptions. | |
1435 | * sparc-tdep.c (sparc32_register_name): Use target provided registers. | |
1436 | (sparc32_register_type): Use target provided registers. | |
1437 | (validate_tdesc_registers): New function. | |
1438 | (sparc32_gdbarch_init): Use tdesc_has_registers. | |
1439 | Set pseudoregister functions. | |
1440 | * sparc64-tdep.c (sparc64_register_name): Use target provided registers. | |
1441 | (sparc64_register_type): Use target provided registers. | |
1442 | (sparc64_init_abi): Set pseudoregister functions. | |
1443 | ||
f0fd41c1 TT |
1444 | 2017-02-03 Tom Tromey <[email protected]> |
1445 | ||
1446 | PR rust/21097: | |
1447 | * rust-lang.c (rust_print_type) <TYPE_CODE_UNION>: Handle enums | |
1448 | with a single member. | |
1449 | ||
d6f9b0fb PA |
1450 | 2017-02-03 Pedro Alves <[email protected]> |
1451 | ||
1452 | * cli/cli-interp.c (cli_interp_base::cli_interp_base) | |
1453 | (cli_interp_base::~cli_interp_base): New. | |
1454 | (cli_interp): New struct. | |
1455 | (as_cli_interp): Cast the interp itself to cli_interp. | |
1456 | (cli_interpreter_pre_command_loop): Rename to ... | |
1457 | (cli_interp_base::pre_command_loop): ... this. Remove 'self' | |
1458 | parameter. | |
1459 | (cli_interpreter_init): Rename to ... | |
1460 | (cli_interp::init): ... this. Remove 'self' parameter. Use | |
1461 | boolean. Make extern. | |
1462 | (cli_interpreter_resume): Rename to ... | |
1463 | (cli_interp::resume): ... this. Remove 'data' parameter. Make | |
1464 | extern. | |
1465 | (cli_interpreter_suspend): Rename to ... | |
1466 | (cli_interp::suspend): ... this. Remove 'data' parameter. Make | |
1467 | extern. | |
1468 | (cli_interpreter_exec): Rename to ... | |
1469 | (cli_interp::exec): ... this. Remove 'data' parameter. Make | |
1470 | extern. | |
1471 | (cli_interpreter_supports_command_editing): Rename to ... | |
1472 | (cli_interp_base::supports_command_editing): ... this. Remove | |
1473 | 'interp' parameter. Make extern. | |
1474 | (cli_ui_out): Rename to ... | |
1475 | (cli_interp::interp_ui_out): ... this. Remove 'interp' parameter. | |
1476 | Make extern. | |
1477 | (cli_set_logging): Rename to ... | |
1478 | (cli_interp_base::set_logging): ... this. Remove 'interp' | |
1479 | parameter. Make extern. | |
1480 | (cli_interp_procs): Delete. | |
1481 | (cli_interp_factory): Adjust to use "new". | |
1482 | * cli/cli-interp.h: Include "interps.h". | |
1483 | (struct cli_interp_base): New struct. | |
1484 | * interps.c (struct interp): Delete. Fields moved to interps.h. | |
1485 | (interp_new): Delete. | |
1486 | (interp::interp, interp::~interp): New. | |
1487 | (interp_set): Use bool, and return void. Assume the interpreter | |
1488 | has suspend, init and resume methods, and that the all return | |
1489 | void. | |
1490 | (set_top_level_interpreter): interp_set returns void. | |
1491 | (interp_ui_out): Adapt. | |
1492 | (current_interp_set_logging): Adapt. | |
1493 | (interp_data): Delete. | |
1494 | (interp_pre_command_loop, interp_supports_command_editing): Adapt. | |
1495 | (interp_exec): Adapt. | |
1496 | (top_level_interpreter_data): Delete. | |
1497 | * interps.h (interp_init_ftype, interp_resume_ftype) | |
1498 | (interp_suspend_ftype, interp_exec_ftype) | |
1499 | (interp_pre_command_loop_ftype, interp_ui_out_ftype): Delete. | |
1500 | (class interp): New. | |
1501 | (interp_new): Delete. | |
1502 | (interp_set): Now returns void. Use bool. | |
1503 | (interp_data, top_level_interpreter_data): Delete. | |
1504 | * mi/mi-common.h: Include interps.h. | |
1505 | (class mi_interp): Inherit from interp. Define a ctor. Declare | |
1506 | init, resume, suspect, exec, interp_ui_out, set_logging and | |
1507 | pre_command_loop methods. | |
1508 | * mi/mi-interp.c (as_mi_interp): Cast the interp itself. | |
1509 | (mi_interpreter_init): Rename to ... | |
1510 | (mi_interp::init): ... this. Remove the 'interp' parameter, use | |
1511 | bool, return void and make extern. Adjust. | |
1512 | (mi_interpreter_resume): ... Rename to ... | |
1513 | (mi_interp::resume): ... this. Remove the 'data' parameter, | |
1514 | return void and make extern. Adjust. | |
1515 | (mi_interpreter_suspend): ... Rename to ... | |
1516 | (mi_interp::suspend): ... this. Remove the 'data' parameter, | |
1517 | return void and make extern. Adjust. | |
1518 | (mi_interpreter_exec): ... Rename to ... | |
1519 | (mi_interp::exec): ... this. Remove the 'data' parameter and make | |
1520 | extern. Adjust. | |
1521 | (mi_interpreter_pre_command_loop): ... Rename to ... | |
1522 | (mi_interp::pre_command_loop): ... this. Remove the 'self' | |
1523 | parameter and make extern. | |
1524 | (mi_on_normal_stop_1): Adjust. | |
1525 | (mi_ui_out): Rename to ... | |
1526 | (mi_interp::interp_ui_out): ... this. Remove the 'interp' | |
1527 | parameter and make extern. Adjust. | |
1528 | (mi_set_logging): Rename to ... | |
1529 | (mi_interp::set_logging): ... this. Remove the 'interp' | |
1530 | parameter and make extern. Adjust. | |
1531 | (mi_interp_procs): Delete. | |
1532 | (mi_interp_factory): Adjust to use 'new'. | |
1533 | * mi/mi-main.c (mi_cmd_gdb_exit, captured_mi_execute_command) | |
1534 | (mi_print_exception, mi_execute_command, mi_load_progress): | |
1535 | Adjust. | |
1536 | * tui/tui-interp.c (tui_interp): New class. | |
1537 | (as_tui_interp): Return a tui_interp pointer. | |
1538 | (tui_on_normal_stop, tui_on_signal_received) | |
1539 | (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited) | |
1540 | (tui_on_no_history, tui_on_user_selected_context_changed): Adjust | |
1541 | to use interp::interp_ui_out. | |
1542 | (tui_init): Rename to ... | |
1543 | (tui_interp::init): ... this. Remove the 'self' parameter, use | |
1544 | bool, return void and make extern. Adjust. | |
1545 | (tui_resume): Rename to ... | |
1546 | (tui_interp::resume): ... this. Remove the 'data' parameter, | |
1547 | return void and make extern. Adjust. | |
1548 | (tui_suspend): Rename to ... | |
1549 | (tui_interp::suspend): ... this. Remove the 'data' parameter, | |
1550 | return void and make extern. Adjust. | |
1551 | (tui_ui_out): Rename to ... | |
1552 | (tui_interp::interp_ui_out): ... this. Remove the 'self' | |
1553 | parameter, and make extern. Adjust. | |
1554 | (tui_exec): Rename to ... | |
1555 | (tui_interp::exec): ... this. Remove the 'data' parameter and | |
1556 | make extern. | |
1557 | (tui_interp_procs): Delete. | |
1558 | (tui_interp_factory): Use "new". | |
1559 | ||
65c40c95 TT |
1560 | 2017-02-02 Tom Tromey <[email protected]> |
1561 | ||
1562 | * rust-exp.y (ends_raw_string, space_then_number) | |
1563 | (rust_identifier_start_p): Return bool. | |
1564 | * rust-lang.c (rust_tuple_type_p, rust_underscore_fields) | |
1565 | (rust_tuple_struct_type_p, rust_tuple_variant_type_p) | |
1566 | (rust_slice_type_p, rust_range_type_p, rust_u8_type_p) | |
1567 | (rust_chartype_p): Return bool. | |
1568 | (val_print_struct, rust_print_struct_def, rust_print_type): | |
1569 | Update. | |
1570 | * rust-lang.h (rust_tuple_type_p, rust_tuple_struct_type_p): | |
1571 | Return bool. | |
1572 | ||
b50f188d TT |
1573 | 2017-02-02 Tom Tromey <[email protected]> |
1574 | ||
1575 | * rust-lang.c: Reindent. | |
1576 | ||
03c85b11 TT |
1577 | 2017-02-02 Tom Tromey <[email protected]> |
1578 | ||
1579 | * rust-lang.h (rust_crate_for_block): Update. | |
1580 | * rust-lang.c (rust_crate_for_block): Return std::string. | |
1581 | (rust_get_disr_info): Use std:;string, not | |
1582 | gdb::unique_xmalloc_ptr. | |
1583 | * rust-exp.y (crate_name): Update. | |
1584 | ||
9b6da501 PA |
1585 | 2017-02-02 Pedro Alves <[email protected]> |
1586 | ||
1587 | * disasm-selftests.c (print_one_insn_test): Move the "verbose" | |
1588 | field out of gdb_disassembler_test and make it static. | |
1589 | ||
ec4cb20b PA |
1590 | 2017-02-02 Pedro Alves <[email protected]> |
1591 | ||
1592 | * mi/mi-common.h (struct mi_interp): Delete the mi2_interp, | |
1593 | mi1_interp and mi_interp fields. | |
1594 | ||
5be5dbf0 PA |
1595 | 2017-02-02 Pedro Alves <[email protected]> |
1596 | ||
616268b6 PA |
1597 | * cli/cli-interp.c (struct saved_output_files, saved_output): |
1598 | Moved from cli/cli-logging.c. | |
1599 | (cli_set_logging): New function. | |
1600 | (cli_interp_procs): Install cli_set_logging. | |
1601 | * cli/cli-interp.h (make_logging_output, cli_set_logging): | |
1602 | Declare. | |
1603 | * cli/cli-logging.c (struct saved_output_files, saved_output): | |
1604 | Moved to cli/cli-interp.c. | |
1605 | (pop_output_files): Don't save outputs here. | |
1606 | (make_logging_output): New function. | |
1607 | (handle_redirections): Don't build tee nor save previous outputs | |
1608 | here. | |
1609 | * interps.c (current_interp_set_logging): Change prototype. | |
1610 | Assume there's always a set_logging_proc method installed. | |
1611 | * interps.h (interp_set_logging_ftype): Change prototype. | |
1612 | (current_interp_set_logging): Change prototype and adjust comment. | |
1613 | * mi/mi-interp.c (mi_set_logging): Change protototype. Adjust to | |
1614 | use make_logging_output. | |
1615 | * tui/tui-interp.c (tui_interp_procs): Install cli_set_logging. | |
1616 | 2017-02-02 Pedro Alves <[email protected]> | |
1617 | ||
5be5dbf0 PA |
1618 | * cli/cli-logging.c (maybe_warn_already_logging): New factored out |
1619 | from ... | |
1620 | (set_logging_overwrite): ... here. | |
1621 | (logging_no_redirect_file): Delete. | |
1622 | (set_logging_redirect): Don't handle redirection on the fly. | |
1623 | Instead warn that "logging off" / "logging on" is necessary. | |
1624 | (pop_output_files): Delete references to logging_no_redirect_file. | |
1625 | (show_logging_command): Always speak in terms of what will happen | |
1626 | once logging is reenabled. | |
1627 | ||
c99cc448 PA |
1628 | 2017-02-02 Pedro Alves <[email protected]> |
1629 | ||
1630 | * disasm.h (gdb_pretty_print_disassembler): Tweak intro comment. | |
1631 | ||
8b172ce7 PA |
1632 | 2017-02-02 Pedro Alves <[email protected]> |
1633 | ||
1634 | * disasm.c (gdb_pretty_print_insn): Rename to ... | |
1635 | (gdb_pretty_print_disassembler::pretty_print_insn): ... this. | |
1636 | Remove gdbarch parameter. Adapt to clear the object's buffers | |
1637 | instead of allocating new buffers, and to print using the object's | |
1638 | gdb_disassembler instead of calling gdb_print_insn. | |
1639 | (dump_insns): Use gdb_pretty_print_disassembler. | |
1640 | * disasm.h (gdb_pretty_print_insn): Delete declaration. | |
1641 | (gdb_pretty_print_disassembler): New class. | |
1642 | * record-btrace.c (btrace_insn_history): Use | |
1643 | gdb_pretty_print_disassembler. | |
1644 | ||
d7e74731 PA |
1645 | 2017-02-02 Pedro Alves <[email protected]> |
1646 | ||
1647 | * ada-lang.c (type_as_string): Use string_file. | |
1648 | * ada-valprint.c (ada_print_floating): Use string_file. | |
1649 | * ada-varobj.c (ada_varobj_scalar_image) | |
1650 | (ada_varobj_get_value_image): Use string_file. | |
1651 | * aix-thread.c (aix_thread_extra_thread_info): Use string_file. | |
1652 | * arm-tdep.c (_initialize_arm_tdep): Use string_printf. | |
1653 | * breakpoint.c (update_inserted_breakpoint_locations) | |
1654 | (insert_breakpoint_locations, reattach_breakpoints) | |
1655 | (print_breakpoint_location, print_one_detail_ranged_breakpoint) | |
1656 | (print_it_watchpoint): Use string_file. | |
1657 | (save_breakpoints): Use stdio_file. | |
1658 | * c-exp.y (oper): Use string_file. | |
1659 | * cli/cli-logging.c (set_logging_redirect): Use ui_file_up and | |
1660 | tee_file. | |
1661 | (pop_output_files): Use delete. | |
1662 | (handle_redirections): Use stdio_file and tee_file. | |
1663 | * cli/cli-setshow.c (do_show_command): Use string_file. | |
1664 | * compile/compile-c-support.c (c_compute_program): Use | |
1665 | string_file. | |
1666 | * compile/compile-c-symbols.c (generate_vla_size): Take a | |
1667 | 'string_file &' instead of a 'ui_file *'. | |
1668 | (generate_c_for_for_one_variable): Take a 'string_file &' instead | |
1669 | of a 'ui_file *'. Use string_file. | |
1670 | (generate_c_for_variable_locations): Take a 'string_file &' | |
1671 | instead of a 'ui_file *'. | |
1672 | * compile/compile-internal.h (generate_c_for_for_one_variable): | |
1673 | Take a 'string_file &' instead of a 'ui_file *'. | |
1674 | * compile/compile-loc2c.c (push, pushf, unary, binary) | |
1675 | (print_label, pushf_register_address, pushf_register) | |
1676 | (do_compile_dwarf_expr_to_c): Take a 'string_file &' instead of a | |
1677 | 'ui_file *'. Adjust. | |
1678 | * compile/compile.c (compile_to_object): Use string_file. | |
1679 | * compile/compile.h (compile_dwarf_expr_to_c) | |
1680 | (compile_dwarf_bounds_to_c): Take a 'string_file &' instead of a | |
1681 | 'ui_file *'. | |
1682 | * cp-support.c (inspect_type): Use string_file and obstack_copy0. | |
1683 | (replace_typedefs_qualified_name): Use string_file and | |
1684 | obstack_copy0. | |
1685 | * disasm.c (gdb_pretty_print_insn): Use string_file. | |
1686 | (gdb_disassembly): Adjust reference the null_stream global. | |
1687 | (do_ui_file_delete): Delete. | |
1688 | (gdb_insn_length): Use null_stream. | |
1689 | * dummy-frame.c (maintenance_print_dummy_frames): Use stdio_file. | |
1690 | * dwarf2loc.c (dwarf2_compile_property_to_c) | |
1691 | (locexpr_generate_c_location, loclist_generate_c_location): Take a | |
1692 | 'string_file &' instead of a 'ui_file *'. | |
1693 | * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise. | |
1694 | * dwarf2read.c (do_ui_file_peek_last): Delete. | |
1695 | (dwarf2_compute_name): Use string_file. | |
1696 | * event-top.c (gdb_setup_readline): Use stdio_file. | |
1697 | * gdbarch.sh (verify_gdbarch): Use string_file. | |
1698 | * gdbtypes.c (safe_parse_type): Use null_stream. | |
1699 | * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Use | |
1700 | string_file. | |
1701 | * guile/scm-disasm.c (gdbscm_print_insn_from_port): Take a | |
1702 | 'string_file *' instead of a 'ui_file *'. | |
1703 | (gdbscm_arch_disassemble): Use string_file. | |
1704 | * guile/scm-frame.c (frscm_print_frame_smob): Use string_file. | |
1705 | * guile/scm-ports.c (class ioscm_file_port): Now a class that | |
1706 | inherits from ui_file. | |
1707 | (ioscm_file_port_delete, ioscm_file_port_rewind) | |
1708 | (ioscm_file_port_put): Delete. | |
1709 | (ioscm_file_port_write): Rename to ... | |
1710 | (ioscm_file_port::write): ... this. Remove file_port_magic | |
1711 | checks. | |
1712 | (ioscm_file_port_new): Delete. | |
1713 | (ioscm_with_output_to_port_worker): Use ioscm_file_port and | |
1714 | ui_file_up. | |
1715 | * guile/scm-type.c (tyscm_type_name): Use string_file. | |
1716 | * guile/scm-value.c (vlscm_print_value_smob, gdbscm_value_print): | |
1717 | Use string_file. | |
1718 | * infcmd.c (print_return_value_1): Use string_file. | |
1719 | * infrun.c (print_target_wait_results): Use string_file. | |
1720 | * language.c (add_language): Use string_file. | |
1721 | * location.c (explicit_to_string_internal): Use string_file. | |
1722 | * main.c (captured_main_1): Use null_file. | |
1723 | * maint.c (maintenance_print_architecture): Use stdio_file. | |
1724 | * mi/mi-cmd-stack.c (list_arg_or_local): Use string_file. | |
1725 | * mi/mi-common.h (struct mi_interp) <out, err, log, targ, | |
1726 | event_channel>: Change type to mi_console_file pointer. | |
1727 | * mi/mi-console.c (mi_console_file_fputs, mi_console_file_flush) | |
1728 | (mi_console_file_delete): Delete. | |
1729 | (struct mi_console_file): Delete. | |
1730 | (mi_console_file_magic): Delete. | |
1731 | (mi_console_file_new): Delete. | |
1732 | (mi_console_file::mi_console_file): New. | |
1733 | (mi_console_file_delete): Delete. | |
1734 | (mi_console_file_fputs): Delete. | |
1735 | (mi_console_file::write): New. | |
1736 | (mi_console_raw_packet): Delete. | |
1737 | (mi_console_file::flush): New. | |
1738 | (mi_console_file_flush): Delete. | |
1739 | (mi_console_set_raw): Rename to ... | |
1740 | (mi_console_file::set_raw): ... this. | |
1741 | * mi/mi-console.h (class mi_console_file): New class. | |
1742 | (mi_console_file_new, mi_console_set_raw): Delete. | |
1743 | * mi/mi-interp.c (mi_interpreter_init): Use mi_console_file. | |
1744 | (mi_set_logging): Use delete and tee_file. Adjust. | |
1745 | * mi/mi-main.c (output_register): Use string_file. | |
1746 | (mi_cmd_data_evaluate_expression): Use string_file. | |
1747 | (mi_cmd_data_read_memory): Use string_file. | |
1748 | (mi_cmd_execute, print_variable_or_computed): Use string_file. | |
1749 | * mi/mi-out.c (mi_ui_out::main_stream): New. | |
1750 | (mi_ui_out::rewind): Use main_stream and | |
1751 | string_file. | |
1752 | (mi_ui_out::put): Use main_stream and string_file. | |
1753 | (mi_ui_out::mi_ui_out): Remove 'stream' parameter. | |
1754 | Allocate a 'string_file' instead. | |
1755 | (mi_out_new): Don't allocate a mem_fileopen stream here. | |
1756 | * mi/mi-out.h (mi_ui_out::mi_ui_out): Remove 'stream' parameter. | |
1757 | (mi_ui_out::main_stream): Declare method. | |
1758 | * printcmd.c (eval_command): Use string_file. | |
1759 | * psymtab.c (maintenance_print_psymbols): Use stdio_file. | |
1760 | * python/py-arch.c (archpy_disassemble): Use string_file. | |
1761 | * python/py-breakpoint.c (bppy_get_commands): Use string_file. | |
1762 | * python/py-frame.c (frapy_str): Use string_file. | |
1763 | * python/py-framefilter.c (py_print_type, py_print_single_arg): | |
1764 | Use string_file. | |
1765 | * python/py-type.c (typy_str): Use string_file. | |
1766 | * python/py-unwind.c (unwind_infopy_str): Use string_file. | |
1767 | * python/py-value.c (valpy_str): Use string_file. | |
1768 | * record-btrace.c (btrace_insn_history): Use string_file. | |
1769 | * regcache.c (regcache_print): Use stdio_file. | |
1770 | * reggroups.c (maintenance_print_reggroups): Use stdio_file. | |
1771 | * remote.c (escape_buffer): Use string_file. | |
1772 | * rust-lang.c (rust_get_disr_info): Use string_file. | |
1773 | * serial.c (serial_open_ops_1): Use stdio_file. | |
1774 | (do_serial_close): Use delete. | |
1775 | * stack.c (print_frame_arg): Use string_file. | |
1776 | (print_frame_args): Remove local mem_fileopen stream, not used. | |
1777 | (print_frame): Use string_file. | |
1778 | * symmisc.c (maintenance_print_symbols): Use stdio_file. | |
1779 | * symtab.h (struct symbol_computed_ops) <generate_c_location>: | |
1780 | Take a 'string_file *' instead of a 'ui_file *'. | |
1781 | * top.c (new_ui): Use stdio_file and stderr_file. | |
1782 | (free_ui): Use delete. | |
1783 | (execute_command_to_string): Use string_file. | |
1784 | (quit_confirm): Use string_file. | |
1785 | * tracepoint.c (collection_list::append_exp): Use string_file. | |
1786 | * tui/tui-disasm.c (tui_disassemble): Use string_file. | |
1787 | * tui/tui-file.c: Don't include "ui-file.h". | |
1788 | (enum streamtype, struct tui_stream): Delete. | |
1789 | (tui_file_new, tui_file_delete, tui_fileopen, tui_sfileopen) | |
1790 | (tui_file_isatty, tui_file_rewind, tui_file_put): Delete. | |
1791 | (tui_file::tui_file): New method. | |
1792 | (tui_file_fputs): Delete. | |
1793 | (tui_file_get_strbuf): Delete. | |
1794 | (tui_file::puts): New method. | |
1795 | (tui_file_adjust_strbuf): Delete. | |
1796 | (tui_file_flush): Delete. | |
1797 | (tui_file::flush): New method. | |
1798 | * tui/tui-file.h: Tweak intro comment. | |
1799 | Include ui-file.h. | |
1800 | (tui_fileopen, tui_sfileopen, tui_file_get_strbuf) | |
1801 | (tui_file_adjust_strbuf): Delete declarations. | |
1802 | (class tui_file): New class. | |
1803 | * tui/tui-io.c (tui_initialize_io): Use tui_file. | |
1804 | * tui/tui-regs.c (tui_restore_gdbout): Use delete. | |
1805 | (tui_register_format): Use string_stream. | |
1806 | * tui/tui-stack.c (tui_make_status_line): Use string_file. | |
1807 | (tui_get_function_from_frame): Use string_file. | |
1808 | * typeprint.c (type_to_string): Use string_file. | |
1809 | * ui-file.c (struct ui_file, ui_file_magic, ui_file_new): Delete. | |
1810 | (null_stream): New global. | |
1811 | (ui_file_delete): Delete. | |
1812 | (ui_file::ui_file): New. | |
1813 | (null_file_isatty): Delete. | |
1814 | (ui_file::~ui_file): New. | |
1815 | (null_file_rewind): Delete. | |
1816 | (ui_file::printf): New. | |
1817 | (null_file_put): Delete. | |
1818 | (null_file_flush): Delete. | |
1819 | (ui_file::putstr): New. | |
1820 | (null_file_write): Delete. | |
1821 | (ui_file::putstrn): New. | |
1822 | (null_file_read): Delete. | |
1823 | (ui_file::putc): New. | |
1824 | (null_file_fputs): Delete. | |
1825 | (null_file_write_async_safe): Delete. | |
1826 | (ui_file::vprintf): New. | |
1827 | (null_file_delete): Delete. | |
1828 | (null_file::write): New. | |
1829 | (null_file_fseek): Delete. | |
1830 | (null_file::puts): New. | |
1831 | (ui_file_data): Delete. | |
1832 | (null_file::write_async_safe): New. | |
1833 | (gdb_flush, ui_file_isatty): Adjust. | |
1834 | (ui_file_put, ui_file_rewind): Delete. | |
1835 | (ui_file_write): Adjust. | |
1836 | (ui_file_write_for_put): Delete. | |
1837 | (ui_file_write_async_safe, ui_file_read): Adjust. | |
1838 | (ui_file_fseek): Delete. | |
1839 | (fputs_unfiltered): Adjust. | |
1840 | (set_ui_file_flush, set_ui_file_isatty, set_ui_file_rewind) | |
1841 | (set_ui_file_put, set_ui_file_write, set_ui_file_write_async_safe) | |
1842 | (set_ui_file_read, set_ui_file_fputs, set_ui_file_fseek) | |
1843 | (set_ui_file_data): Delete. | |
1844 | (string_file::~string_file, string_file::write) | |
1845 | (struct accumulated_ui_file, do_ui_file_xstrdup, ui_file_xstrdup) | |
1846 | (do_ui_file_as_string, ui_file_as_string): Delete. | |
1847 | (do_ui_file_obsavestring, ui_file_obsavestring): Delete. | |
1848 | (struct mem_file): Delete. | |
1849 | (mem_file_new): Delete. | |
1850 | (stdio_file::stdio_file): New. | |
1851 | (mem_file_delete): Delete. | |
1852 | (stdio_file::stdio_file): New. | |
1853 | (mem_fileopen): Delete. | |
1854 | (stdio_file::~stdio_file): New. | |
1855 | (mem_file_rewind): Delete. | |
1856 | (stdio_file::set_stream): New. | |
1857 | (mem_file_put): Delete. | |
1858 | (stdio_file::open): New. | |
1859 | (mem_file_write): Delete. | |
1860 | (stdio_file_magic, struct stdio_file): Delete. | |
1861 | (stdio_file_new, stdio_file_delete, stdio_file_flush): Delete. | |
1862 | (stdio_file::flush): New. | |
1863 | (stdio_file_read): Rename to ... | |
1864 | (stdio_file::read): ... this. Adjust. | |
1865 | (stdio_file_write): Rename to ... | |
1866 | (stdio_file::write): ... this. Adjust. | |
1867 | (stdio_file_write_async_safe): Rename to ... | |
1868 | (stdio_file::write_async_safe) ... this. Adjust. | |
1869 | (stdio_file_fputs): Rename to ... | |
1870 | (stdio_file::puts) ... this. Adjust. | |
1871 | (stdio_file_isatty): Delete. | |
1872 | (stdio_file_fseek): Delete. | |
1873 | (stdio_file::isatty): New. | |
1874 | (stderr_file_write): Rename to ... | |
1875 | (stderr_file::write) ... this. Adjust. | |
1876 | (stderr_file_fputs): Rename to ... | |
1877 | (stderr_file::puts) ... this. Adjust. | |
1878 | (stderr_fileopen, stdio_fileopen, gdb_fopen): Delete. | |
1879 | (stderr_file::stderr_file): New. | |
1880 | (tee_file_magic): Delete. | |
1881 | (struct tee_file): Delete. | |
1882 | (tee_file::tee_file): New. | |
1883 | (tee_file_new): Delete. | |
1884 | (tee_file::~tee_file): New. | |
1885 | (tee_file_delete): Delete. | |
1886 | (tee_file_flush): Rename to ... | |
1887 | (tee_file::flush): ... this. Adjust. | |
1888 | (tee_file_write): Rename to ... | |
1889 | (tee_file::write): ... this. Adjust. | |
1890 | (tee_file::write_async_safe): New. | |
1891 | (tee_file_fputs): Rename to ... | |
1892 | (tee_file::puts): ... this. Adjust. | |
1893 | (tee_file_isatty): Rename to ... | |
1894 | (tee_file::isatty): ... this. Adjust. | |
1895 | * ui-file.h (struct obstack, struct ui_file): Don't | |
1896 | forward-declare. | |
1897 | (ui_file_new, ui_file_flush_ftype, set_ui_file_flush) | |
1898 | (ui_file_write_ftype) | |
1899 | (set_ui_file_write, ui_file_fputs_ftype, set_ui_file_fputs) | |
1900 | (ui_file_write_async_safe_ftype, set_ui_file_write_async_safe) | |
1901 | (ui_file_read_ftype, set_ui_file_read, ui_file_isatty_ftype) | |
1902 | (set_ui_file_isatty, ui_file_rewind_ftype, set_ui_file_rewind) | |
1903 | (ui_file_put_method_ftype, ui_file_put_ftype, set_ui_file_put) | |
1904 | (ui_file_delete_ftype, set_ui_file_data, ui_file_fseek_ftype) | |
1905 | (set_ui_file_fseek): Delete. | |
1906 | (ui_file_data, ui_file_delete, ui_file_rewind) | |
1907 | (struct ui_file): New. | |
1908 | (ui_file_up): New. | |
1909 | (class null_file): New. | |
1910 | (null_stream): Declare. | |
1911 | (ui_file_write_for_put, ui_file_put): Delete. | |
1912 | (ui_file_xstrdup, ui_file_as_string, ui_file_obsavestring): | |
1913 | Delete. | |
1914 | (ui_file_fseek, mem_fileopen, stdio_fileopen, stderr_fileopen) | |
1915 | (gdb_fopen, tee_file_new): Delete. | |
1916 | (struct string_file): New. | |
1917 | (struct stdio_file): New. | |
1918 | (stdio_file_up): New. | |
1919 | (struct stderr_file): New. | |
1920 | (class tee_file): New. | |
1921 | * ui-out.c (ui_out::field_stream): Take a 'string_file &' instead | |
1922 | of a 'ui_file *'. Adjust. | |
1923 | * ui-out.h (class ui_out) <field_stream>: Likewise. | |
1924 | * utils.c (do_ui_file_delete, make_cleanup_ui_file_delete) | |
1925 | (null_stream): Delete. | |
1926 | (error_stream): Take a 'string_file &' instead of a 'ui_file *'. | |
1927 | Adjust. | |
1928 | * utils.h (struct ui_file): Delete forward declaration.. | |
1929 | (make_cleanup_ui_file_delete, null_stream): Delete declarations. | |
1930 | (error_stream): Take a 'string_file &' instead of a | |
1931 | 'ui_file *'. | |
1932 | * varobj.c (varobj_value_get_print_value): Use string_file. | |
1933 | * xtensa-tdep.c (xtensa_verify_config): Use string_file. | |
1934 | * gdbarch.c: Regenerate. | |
1935 | ||
187808b0 PA |
1936 | 2017-02-02 Pedro Alves <[email protected]> |
1937 | ||
1938 | * disasm.c (gdb_disassembler::pretty_print_insn): Rename to... | |
1939 | (gdb_pretty_print_insn): ... this. Now a free function. Add back | |
1940 | a 'gdbarch' parameter. Allocate a mem_fileopen stream here. | |
1941 | Adjust to call gdb_print_insn instead of | |
1942 | gdb_disassembler::print_insn. | |
1943 | (dump_insns, do_mixed_source_and_assembly_deprecated) | |
1944 | (do_mixed_source_and_assembly, do_assembly_only): Add back a | |
1945 | 'gdbarch' parameter. Remove gdb_disassembler parameter. | |
1946 | (gdb_disassembly): Don't allocate a gdb_disassembler here. | |
1947 | * disasm.h (gdb_disassembler::pretty_print_insn): Delete | |
1948 | declaration. | |
1949 | (gdb_pretty_print_insn): Re-add declaration. | |
1950 | * record-btrace.c (btrace_insn_history): Don't allocate a | |
1951 | gdb_disassembler here. Adjust to call gdb_pretty_print_insn. | |
1952 | ||
7a8eb317 SM |
1953 | 2017-02-01 Simon Marchi <[email protected]> |
1954 | ||
1955 | * disasm.h (gdb_disassembly): Remove file_string parameter. | |
1956 | * disasm.c (gdb_disassembly): Likewise. | |
1957 | * cli/cli-cmds.c (print_disassembly): Adapt. | |
1958 | * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise. | |
1959 | * stack.c (do_gdb_disassembly): Likewise. | |
1960 | ||
7346ef59 AA |
1961 | 2017-02-01 Andreas Arnez <[email protected]> |
1962 | ||
1963 | * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): For | |
1964 | DWARF_VALUE_LITERAL, no longer ignore the offset on big-endian | |
1965 | targets. And if the implicit value is longer than needed, extract | |
1966 | the first bytes instead of the "least significant" ones. | |
1967 | ||
cd4007e4 MM |
1968 | 2017-02-01 Markus Metzger <[email protected]> |
1969 | ||
1970 | * btrace.c (btrace_enable): Do not call btrace_add_pc for | |
1971 | BTRACE_FORMAT_PT or if can_access_registers_ptid returns false. | |
1972 | (btrace_fetch): Assert can_access_registers_ptid. | |
1973 | * record-btrace.c (require_btrace_thread, record_btrace_info): Call | |
1974 | validate_registers_access. | |
1975 | ||
cf77c34e MM |
1976 | 2017-02-01 Markus Metzger <[email protected]> |
1977 | ||
1978 | * gdbthread.h (can_access_registers_ptid): New. | |
1979 | * thread.c (can_access_registers_ptid): New. | |
1980 | ||
be85ce7d PA |
1981 | 2017-02-01 Pedro Alves <[email protected]> |
1982 | ||
1983 | * i386-tdep.c (i386_fast_tracepoint_valid_at): Use gdb_insn_length. | |
1984 | ||
29b0b251 PA |
1985 | 2017-01-31 Pedro Alves <[email protected]> |
1986 | ||
1987 | * mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified): | |
1988 | Fix typos. | |
1989 | ||
289b5b24 PA |
1990 | 2017-01-31 Pedro Alves <[email protected]> |
1991 | ||
1992 | * stack.c (print_frame_args): Remove local mem_fileopen stream, | |
1993 | not used. | |
1994 | ||
b47413b4 PA |
1995 | 2017-01-31 Pedro Alves <[email protected]> |
1996 | ||
1997 | * varobj.c (varobj_value_get_print_value): Remove xstrdup call. | |
1998 | ||
60adb36c PA |
1999 | 2017-01-31 Pedro Alves <[email protected]> |
2000 | ||
2001 | * common/scoped_restore.h | |
2002 | (scoped_restore_tmpl::scoped_restore_tmpl): Template on T2, and | |
2003 | change the value's parameter type to T2. | |
2004 | (make_scoped_restore): Likewise. | |
2005 | ||
2735833d WT |
2006 | 2017-01-27 Walfred Tedeschi <[email protected]> |
2007 | Richard Henderson <[email protected]> | |
2008 | ||
2009 | * amd64-linux-nat.c (PTRACE_ARCH_PRCTL): New define. | |
2010 | (amd64_linux_fetch_inferior_registers): Add case to fetch FS_BASE | |
2011 | GS_BASE for older kernels. | |
2012 | (amd64_linux_store_inferior_registers): Add case to store FS_BASE | |
2013 | GS_BASE for older kernels. | |
2014 | * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Add FS_BASE | |
2015 | and GS_BASE to the offset table. | |
2016 | (amd64_linux_register_reggroup_p): Add FS_BASE and GS_BASE to the | |
2017 | system register group. | |
2018 | * amd64-nat.c (amd64_native_gregset_reg_offset): Implements case | |
2019 | for older kernels. | |
2020 | * amd64-tdep.c (amd64_init_abi): Add segment registers for the | |
2021 | amd64 ABI. | |
2022 | * amd64-tdep.h (amd64_regnum): Add AMD64_FSBASE_REGNUM and | |
2023 | AMD64_GSBASE_REGNUM. | |
2024 | (AMD64_NUM_REGS): Set to AMD64_GSBASE_REGNUM + 1. | |
2025 | * features/Makefile (amd64-linux.dat, amd64-avx-linux.dat) | |
2026 | (amd64-mpx-linux.dat, amd64-avx512-linux.dat, x32-linux.dat) | |
2027 | (x32-avx-linux.dat, x32-avx512-linux.dat): Add | |
2028 | i386/64bit-segments.xml in those rules. | |
2029 | * features/i386/64bit-segments.xml: New file. | |
2030 | * features/i386/amd64-avx-mpx-linux.xml: Add 64bit-segments.xml. | |
2031 | * features/i386/amd64-avx-linux.xml: Add 64bit-segments.xml. | |
2032 | * features/i386/amd64-avx512-linux.xml: Add 64bit-segments.xml. | |
2033 | * features/i386/amd64-mpx-linux.xml: Add 64bit-segments.xml. | |
2034 | * features/i386/x32-avx512-linux.xml: Add 64bit-segments.xml. | |
2035 | * features/i386/x32-avx-linux.xml: Add 64bit-segments.xml. | |
2036 | * features/i386/amd64-linux.xml: Add 64bit-segments.xml. | |
2037 | * features/i386/amd64-avx-linux.c: Regenerated. | |
2038 | * features/i386/amd64-avx-mpx-linux.c: Regenerated. | |
2039 | * features/i386/amd64-avx-mpx.c: Regenerated. | |
2040 | * features/i386/amd64-avx512-linux.c: Regenerated. | |
2041 | * features/i386/amd64-linux.c: Regenerated. | |
2042 | * features/i386/amd64-mpx-linux.c: Regenerated. | |
2043 | * features/i386/i386-avx-mpx-linux.c: Regenerated. | |
2044 | * features/i386/i386-avx-mpx.c: Regenerated. | |
2045 | * features/i386/x32-avx-linux.c: Regenerated. | |
2046 | * features/i386/x32-avx512-linux.c: Regenerated. | |
2047 | * regformats/i386/amd64-avx-linux.dat: Regenerated. | |
2048 | * regformats/i386/amd64-avx-mpx-linux.dat: Regenerated. | |
2049 | * regformats/i386/amd64-avx512-linux.dat: Regenerated. | |
2050 | * regformats/i386/amd64-linux.dat: Regenerated. | |
2051 | * regformats/i386/amd64-mpx-linux.dat: Regenerated. | |
2052 | * regformats/i386/x32-avx-linux.dat: Regenerated. | |
2053 | * regformats/i386/x32-avx512-linux.dat: Regenerated. | |
2054 | * regformats/i386/x32-linux.dat: Regenerated. | |
2055 | ||
8884e97e WT |
2056 | 2017-01-27 Walfred Tedeschi <[email protected]> |
2057 | ||
2058 | * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): | |
2059 | Set to AMD64_NUM_REGS. | |
2060 | ||
7005d26a WT |
2061 | 2017-01-27 Walfred Tedeschi <[email protected]> |
2062 | ||
2063 | * amd64-nat.c (amd64_native_gregset_reg_offset): Simplify logic | |
2064 | that checks validity of a register number. | |
2065 | ||
4bd2e1b2 KC |
2066 | 2017-01-27 Kees Cook <[email protected]> |
2067 | ||
2068 | * gdb/arm-linux-nat.c (arm_linux_fetch_inferior_registers): Call | |
2069 | fetch_fpregs if target has fpa registers. | |
2070 | (arm_linux_store_inferior_registers): Call store_fpregs if target | |
2071 | has fpa registers. | |
2072 | ||
7cf1de6c AA |
2073 | 2017-01-26 Andreas Arnez <[email protected]> |
2074 | ||
2075 | * cris-tdep.c (cris_gdbarch_init): Remove check for | |
2076 | info.byte_order and force it to BFD_ENDIAN_LITTLE. | |
2077 | ||
874a1c8c AT |
2078 | 2017-01-26 Antoine Tremblay <[email protected]> |
2079 | ||
2080 | * corelow.c (get_core_register_section): Check for regset | |
2081 | existence before checking for REGSET_VARIABLE_SIZE. | |
2082 | ||
d8b49cf0 YQ |
2083 | 2017-01-26 Yao Qi <[email protected]> |
2084 | Pedro Alves <[email protected]> | |
2085 | ||
2086 | PR gdb/20939 | |
2087 | * disasm.c (gdb_disassembler::dis_asm_memory_error): Don't | |
2088 | call memory_error, save memaddr instead. | |
2089 | (gdb_disassembler::print_insn): If gdbarch_print_insn returns | |
2090 | negative, cal memory_error. | |
2091 | * disasm.h (gdb_disassembler) <m_err_memaddr>: New field. | |
2092 | ||
658ca58c YQ |
2093 | 2017-01-26 Yao Qi <[email protected]> |
2094 | ||
2095 | * disasm-selftests.c (memory_error_test): New function. | |
2096 | (_initialize_disasm_selftests): Register memory_error_test. | |
2097 | ||
79843d45 YQ |
2098 | 2017-01-26 Yao Qi <[email protected]> |
2099 | ||
2100 | * Makefile.in (SFILES): Add disasm-selftests.c and | |
2101 | selftest-arch.c. | |
2102 | (COMMON_OBS): Add disasm-selftests.o and selftest-arch.o. | |
2103 | * disasm-selftests.c: New file. | |
2104 | * selftest-arch.c: New file. | |
2105 | * selftest-arch.h: New file. | |
2106 | ||
8cafda32 YQ |
2107 | 2017-01-26 Yao Qi <[email protected]> |
2108 | ||
2109 | * mep-tdep.c (mep_gdb_print_insn): Set info->arch | |
2110 | to bfd_arch_mep. Don't return 0 if section is not | |
2111 | found. Call print_insn_mep. | |
2112 | ||
e47ad6c0 YQ |
2113 | 2017-01-26 Pedro Alves <[email protected]> |
2114 | Yao Qi <[email protected]> | |
2115 | ||
2116 | * arm-tdep.c: Include "disasm.h". | |
2117 | (gdb_print_insn_arm): Update code to get gdbarch. | |
2118 | * disasm.c (dis_asm_read_memory): Change it to | |
2119 | gdb_disassembler::dis_asm_read_memory. | |
2120 | (dis_asm_memory_error): Likewise. | |
2121 | (dis_asm_print_address): Likewise. | |
2122 | (gdb_pretty_print_insn): Change it to | |
2123 | gdb_disassembler::pretty_print_insn. | |
2124 | (dump_insns): Add one argument gdb_disassemlber. All | |
2125 | callers updated. | |
2126 | (do_mixed_source_and_assembly_deprecated): Likewise. | |
2127 | (do_mixed_source_and_assembly): Likewise. | |
2128 | (do_assembly_only): Likewise. | |
2129 | (gdb_disassembler::gdb_disassembler): New. | |
2130 | (gdb_disassembler::print_insn): New. | |
2131 | * disasm.h (class gdb_disassembler): New. | |
2132 | (gdb_pretty_print_insn): Remove declaration. | |
2133 | (gdb_disassemble_info): Likewise. | |
2134 | * guile/scm-disasm.c (class gdbscm_disassembler): New. | |
2135 | (gdbscm_disasm_read_memory_worker): Update. | |
2136 | (gdbscm_disasm_read_memory): Update. | |
2137 | (gdbscm_disasm_memory_error): Remove. | |
2138 | (gdbscm_disasm_print_address): Remove. | |
2139 | (gdbscm_disassembler::gdbscm_disassembler): New. | |
2140 | (gdbscm_print_insn_from_port): Update. | |
2141 | * mips-tdep.c: Include disasm.h. | |
2142 | (gdb_print_insn_mips): Update code to get gdbarch. | |
2143 | * record-btrace.c (btrace_insn_history): Update. | |
2144 | * spu-tdep.c: Include disasm.h. | |
2145 | (struct spu_dis_asm_data): Remove. | |
2146 | (struct spu_dis_asm_info): New. | |
2147 | (spu_dis_asm_print_address): Use spu_dis_asm_info to get | |
2148 | SPU id. | |
2149 | (gdb_print_insn_spu): Cast disassemble_info to | |
2150 | spu_dis_asm_info. | |
2151 | ||
80d75874 YQ |
2152 | 2017-01-26 Yao Qi <[email protected]> |
2153 | ||
2154 | * disasm.c (do_ui_file_delete): Delete. | |
2155 | (gdb_insn_length): Move code creating stream to ... | |
2156 | * utils.c (null_stream): ... here. New function. | |
2157 | * utils.h (null_stream): Declare. | |
2158 | ||
60685cd0 SM |
2159 | 2017-01-23 Simon Marchi <[email protected]> |
2160 | ||
2161 | * python/py-inferior.c (find_thread_object): Return directly | |
2162 | from the loop. Remove "found" variable. | |
2163 | ||
eb1cdb62 JB |
2164 | 2017-01-21 Joel Brobecker <[email protected]> |
2165 | ||
2166 | GDB 7.12.1 released. | |
2167 | ||
b1ce6568 SM |
2168 | 2017-01-20 Simon Marchi <[email protected]> |
2169 | ||
2170 | * python/py-function.c (fnpy_call): Reorder declarations to have | |
2171 | the gdbpy_enter object declared first. | |
2172 | * python/py-xmethods.c (gdbpy_get_xmethod_arg_types): Likewise. | |
2173 | ||
6f8b0407 SM |
2174 | 2017-01-20 Simon Marchi <[email protected]> |
2175 | ||
fec93fb1 | 2176 | PR python/21068 |
6f8b0407 SM |
2177 | * python/python-internal.h (PyMem_RawMalloc): Define for |
2178 | Python < 3.4. | |
2179 | * python/py-gdb-readline.c (gdbpy_readline_wrapper): Use | |
2180 | PyMem_RawMalloc instead of PyMem_Malloc. | |
2181 | ||
78cbbba8 LM |
2182 | 2017-01-20 Mike Wrighton <[email protected]> |
2183 | Luis Machado <[email protected]> | |
2184 | ||
2185 | * NEWS (New commands): Mention flash-erase. | |
2186 | (New MI commands): Mention target-flash-erase. | |
2187 | * mi/mi-cmds.c (mi_cmd_target_flash_erase): Add target-flash-erase MI | |
2188 | command. | |
2189 | * mi/mi-cmds.h (mi_cmd_target_flash_erase): New declaration. | |
2190 | * mi/mi-main.c (mi_cmd_target_flash_erase): New function. | |
2191 | * target.c (flash_erase_command): New function. | |
2192 | (initialize_targets): Add new flash-erase command. | |
2193 | * target.h (flash_erase_command): New declaration. | |
2194 | ||
2132fe85 JB |
2195 | 2017-01-20 Joel Brobecker <[email protected]> |
2196 | ||
2197 | * nat/linux-ptrace.c: Only include <sys/procfs.h> if | |
2198 | HAVE_SYS_PROCFS_H is defined. | |
2199 | ||
d1dff226 AH |
2200 | 2017-01-18 Alan Hayward <[email protected]> |
2201 | ||
2202 | * remote.c (struct cached_reg): Change data into a pointer. | |
2203 | * (stop_reply_dtr): Free data pointers before deleting vector. | |
2204 | (process_stop_reply): Likewise. | |
2205 | (remote_parse_stop_reply): Allocate space for data | |
2206 | ||
9890e433 AH |
2207 | 2017-01-18 Alan Hayward <[email protected]> |
2208 | ||
2209 | * amd64-tdep.c (amd64_pseudo_register_read_value): remove | |
2210 | MAX_REGISTER_SIZE. | |
2211 | (amd64_pseudo_register_read_value): Likewise. | |
2212 | * remote.c (fetch_register_using_p): Remove MAX_REGISTER_SIZE. | |
2213 | (store_register_using_P): Likewise. | |
2214 | * regcache.c (regcache_xfer_part): Likewise. | |
2215 | ||
7a36499a IR |
2216 | 2017-01-16 Ivo Raisr <[email protected]> |
2217 | ||
2218 | Split real and pseudo registers. | |
2219 | * sparc-tdep.h (SPARC_CORE_REGISTERS): New macro. | |
2220 | (sparc32_pseudo_regnum): New enum. | |
2221 | * sparc64-tdep.h (sparc64_pseudo_regnum): New enum. | |
2222 | * sparc-tdep.c (SPARC32_FPU_REGISTERS): New macro. | |
2223 | (SPARC32_CP0_REGISTERS): New macro. | |
2224 | (sparc32_pseudo_register_name): New function. | |
2225 | (sparc32_register_name): Use sparc32_pseudo_register_name. | |
2226 | (sparc32_pseudo_register_type): New function. | |
2227 | (sparc32_register_type): Use sparc32_pseudo_register_type. | |
2228 | (sparc32_pseudo_register_read, sparc32_pseudo_register_write): Handle | |
2229 | pseudo register numbers. | |
2230 | * sparc64-tdep.c SPARC64_FPU_REGISTERS): New macro. | |
2231 | (SPARC64_CP0_REGISTERS): New macro. | |
2232 | (sparc64_pseudo_register_name): New function. | |
2233 | (sparc64_register_name): Use sparc64_pseudo_register_name. | |
2234 | (sparc64_pseudo_register_type): New function. | |
2235 | (sparc64_register_type): Use sparc64_pseudo_register_type. | |
2236 | (sparc64_pseudo_register_read, sparc64_pseudo_register_write): Handle | |
2237 | pseudo register numbers. | |
2238 | (sparc64_store_floating_fields, sparc64_extract_floating_fields, | |
2239 | sparc64_store_arguments): Handle pseudo register numbers. | |
2240 | ||
6f8976bf YQ |
2241 | 2017-01-13 Yao Qi <[email protected]> |
2242 | ||
2243 | * remote.c (REMOTE_DEBUG_MAX_CHAR): New macro. | |
2244 | (putpkt_binary): Print only REMOTE_DEBUG_MAX_CHAR chars in debug | |
2245 | output. | |
2246 | (getpkt_or_notif_sane_1): Likewise. | |
2247 | ||
e4241ace YQ |
2248 | 2017-01-13 Yao Qi <[email protected]> |
2249 | ||
2250 | * Makefile.in (checker-headers): Use CXX and CXX_DIALET instead | |
2251 | of CC. Pass "-x c++-header" instead of "-x c". | |
2252 | ||
3015c064 SM |
2253 | 2017-01-12 Simon Marchi <[email protected]> |
2254 | ||
2255 | * remote.c (remote_can_async_p): Update comment. | |
2256 | ||
fde1b17d SM |
2257 | 2017-01-12 Simon Marchi <[email protected]> |
2258 | ||
2259 | * linux-nat.c (linux_nat_can_async_p): Update comment. | |
2260 | ||
ca1ca08b SM |
2261 | 2017-01-12 Simon Marchi <[email protected]> |
2262 | ||
2263 | * serial.c (serial_open): Forget about "pc" and "lpt" serial interface. | |
2264 | ||
4ad2da73 SM |
2265 | 2017-01-11 Simon Marchi <[email protected]> |
2266 | ||
2267 | * cli/cli-decode.c (lookup_cmd_1): Fix typo in comment. | |
2268 | ||
c8b23b3f TT |
2269 | 2017-01-10 Tom Tromey <[email protected]> |
2270 | ||
2271 | * python/py-type.c (typy_legacy_template_argument): Update. | |
2272 | * cp-support.h (struct demangle_parse_info) (demangle_parse_info, | |
2273 | ~demangle_parse_info): Declare new members. | |
2274 | (cp_demangled_name_to_comp): Return unique_ptr. | |
2275 | (cp_demangled_name_parse_free) | |
2276 | (make_cleanup_cp_demangled_name_parse_free) | |
2277 | (cp_new_demangle_parse_info): Remove. | |
2278 | * cp-support.c (do_demangled_name_parse_free_cleanup) | |
2279 | (make_cleanup_cp_demangled_name_parse_free): Remove. | |
2280 | (inspect_type, cp_canonicalize_string_full) | |
2281 | (cp_canonicalize_string): Update. | |
2282 | (mangled_name_to_comp): Change return type. | |
2283 | (cp_class_name_from_physname, method_name_from_physname) | |
2284 | (cp_func_name, cp_remove_params): Update. | |
2285 | * cp-name-parser.y (demangle_parse_info): New constructor, from | |
2286 | cp_new_demangle_parse_info. | |
2287 | (~demangle_parse_info): New destructor, from | |
2288 | cp_demangled_name_parse_free. | |
2289 | (cp_merge_demangle_parse_infos): Update. | |
2290 | (cp_demangled_name_to_comp): Change return type. | |
2291 | ||
1ac32117 TT |
2292 | 2017-01-10 Tom Tromey <[email protected]> |
2293 | ||
2294 | * top.c (prevent_dont_repeat): Change return type. | |
2295 | * python/python.c (execute_gdb_command): Use std::string. | |
2296 | Update. | |
2297 | * guile/guile.c (gdbscm_execute_gdb_command): Update. | |
2298 | * command.h (prevent_dont_repeat): Change return type. | |
2299 | * breakpoint.c (bpstat_do_actions_1): Update. | |
2300 | ||
0cf08227 TT |
2301 | 2017-01-10 Tom Tromey <[email protected]> |
2302 | ||
2303 | * value.h (scoped_value_mark::~scoped_value_mark): Call | |
2304 | free_to_mark. | |
2305 | (scoped_value_mark::free_to_mark): New method. | |
2306 | * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use | |
2307 | scoped_value_mark. | |
2308 | ||
eb115069 TT |
2309 | 2017-01-10 Tom Tromey <[email protected]> |
2310 | ||
2311 | * python/py-value.c (valpy_dereference, valpy_referenced_value) | |
2312 | (valpy_reference_value, valpy_const_value, valpy_get_address) | |
2313 | (valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast) | |
2314 | (valpy_getitem, valpy_call, valpy_binop_throw, valpy_negative) | |
2315 | (valpy_absolute, valpy_richcompare_throw): Use scoped_value_mark. | |
2316 | * dwarf2loc.c (dwarf2_loc_desc_get_symbol_read_needs): Use | |
2317 | scoped_value_mark. | |
2318 | * dwarf2-frame.c (execute_stack_op): Use scoped_value_mark. | |
2319 | * value.h (scoped_value_mark): New class. | |
2320 | ||
906768f9 TT |
2321 | 2017-01-10 Tom Tromey <[email protected]> |
2322 | ||
2323 | * dwarf2read.c (dwarf2_build_psymtabs): Use psymtab_discarder. | |
2324 | * psympriv.h (make_cleanup_discard_psymtabs): Don't declare. | |
2325 | * psymtab.c (discard_psymtabs_upto): Remove. | |
2326 | (make_cleanup_discard_psymtabs): Remove. | |
2327 | (struct psymtab_state): Remove. | |
2328 | ||
bef155c3 TT |
2329 | 2017-01-10 Tom Tromey <[email protected]> |
2330 | ||
2331 | * record-full.c (record_full_save_cleanups): Remove. | |
2332 | (record_full_save): Use gdb::unlinker. | |
2333 | * gcore.c (do_bfd_delete_cleanup): Remove. | |
2334 | (gcore_command): Use gdb::unlinker, unique_xmalloc_ptr. Remove | |
2335 | cleanups. | |
2336 | * dwarf2read.c (unlink_if_set): Remove. | |
2337 | (write_psymtabs_to_index): Use gdb::unlinker. | |
2338 | * common/gdb_unlinker.h: New file. | |
2339 | ||
192b62ce TT |
2340 | 2017-01-10 Tom Tromey <[email protected]> |
2341 | ||
2342 | * windows-tdep.c (windows_xfer_shared_library): Update. | |
2343 | * windows-nat.c (windows_make_so): Update. | |
2344 | * utils.h (make_cleanup_bfd_unref): Remove. | |
2345 | * utils.c (do_bfd_close_cleanup, make_cleanup_bfd_unref): Remove. | |
2346 | * symfile.h (symfile_bfd_open) | |
2347 | (find_separate_debug_file_in_section): Return gdb_bfd_ref_ptr. | |
2348 | * symfile.c (read_symbols, symbol_file_add) | |
2349 | (separate_debug_file_exists): Update. | |
2350 | (symfile_bfd_open): Return gdb_bfd_ref_ptr. | |
2351 | (generic_load, reread_symbols): Update. | |
2352 | * symfile-mem.c (symbol_file_add_from_memory): Update. | |
2353 | * spu-linux-nat.c (spu_bfd_open): Return gdb_bfd_ref_ptr. | |
2354 | (spu_symbol_file_add_from_memory): Update. | |
2355 | * solist.h (struct target_so_ops) <bfd_open>: Return | |
2356 | gdb_bfd_ref_ptr. | |
2357 | (solib_bfd_fopen, solib_bfd_open): Return gdb_bfd_ref_ptr. | |
2358 | * solib.c (solib_bfd_fopen, solib_bfd_open): Return | |
2359 | gdb_bfd_ref_ptr. | |
2360 | (solib_map_sections, reload_shared_libraries_1): Update. | |
2361 | * solib-svr4.c (enable_break): Update. | |
2362 | * solib-spu.c (spu_bfd_fopen): Return gdb_bfd_ref_ptr. | |
2363 | * solib-frv.c (enable_break2): Update. | |
2364 | * solib-dsbt.c (enable_break): Update. | |
2365 | * solib-darwin.c (gdb_bfd_mach_o_fat_extract): Return | |
2366 | gdb_bfd_ref_ptr. | |
2367 | (darwin_solib_get_all_image_info_addr_at_init): Update. | |
2368 | (darwin_bfd_open): Return gdb_bfd_ref_ptr. | |
2369 | * solib-aix.c (solib_aix_bfd_open): Return gdb_bfd_ref_ptr. | |
2370 | * record-full.c (record_full_save): Update. | |
2371 | * python/py-objfile.c (objfpy_add_separate_debug_file): Update. | |
2372 | * procfs.c (insert_dbx_link_bpt_in_file): Update. | |
2373 | * minidebug.c (find_separate_debug_file_in_section): Return | |
2374 | gdb_bfd_ref_ptr. | |
2375 | * machoread.c (macho_add_oso_symfile): Change abfd to | |
2376 | gdb_bfd_ref_ptr. | |
2377 | (macho_symfile_read_all_oso): Update. | |
2378 | (macho_check_dsym): Return gdb_bfd_ref_ptr. | |
2379 | (macho_symfile_read): Update. | |
2380 | * jit.c (bfd_open_from_target_memory): Return gdb_bfd_ref_ptr. | |
2381 | (jit_bfd_try_read_symtab): Update. | |
2382 | * gdb_bfd.h (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr) | |
2383 | (gdb_bfd_openw, gdb_bfd_openr_iovec) | |
2384 | (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return | |
2385 | gdb_bfd_ref_ptr. | |
2386 | (gdb_bfd_ref_policy): New struct. | |
2387 | (gdb_bfd_ref_ptr): New typedef. | |
2388 | * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr) | |
2389 | (gdb_bfd_openw, gdb_bfd_openr_iovec) | |
2390 | (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return | |
2391 | gdb_bfd_ref_ptr. | |
2392 | * gcore.h (create_gcore_bfd): Return gdb_bfd_ref_ptr. | |
2393 | * gcore.c (create_gcore_bfd): Return gdb_bfd_ref_ptr. | |
2394 | (gcore_command): Update. | |
2395 | * exec.c (exec_file_attach): Update. | |
2396 | * elfread.c (elf_symfile_read): Update. | |
2397 | * dwarf2read.c (dwarf2_get_dwz_file): Update. | |
2398 | (try_open_dwop_file, open_dwo_file): Return gdb_bfd_ref_ptr. | |
2399 | (open_and_init_dwo_file): Update. | |
2400 | (open_dwp_file): Return gdb_bfd_ref_ptr. | |
2401 | (open_and_init_dwp_file): Update. | |
2402 | * corelow.c (core_open): Update. | |
2403 | * compile/compile-object-load.c (compile_object_load): Update. | |
2404 | * common/gdb_ref_ptr.h (ref_ptr::operator->): New operator. | |
2405 | * coffread.c (coff_symfile_read): Update. | |
2406 | * cli/cli-dump.c (bfd_openr_or_error, bfd_openw_or_error): Return | |
2407 | gdb_bfd_ref_ptr. Rename. | |
2408 | (dump_bfd_file, restore_command): Update. | |
2409 | * build-id.h (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr. | |
2410 | * build-id.c (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr. | |
2411 | (find_separate_debug_file_by_buildid): Update. | |
2412 | ||
50315b21 TT |
2413 | 2017-01-10 Tom Tromey <[email protected]> |
2414 | ||
2415 | * common/gdb_ref_ptr.h: New file. | |
2416 | * python/py-ref.h (struct gdbpy_ref_policy): New. | |
2417 | (gdbpy_ref): Now a typedef. | |
2418 | ||
fc4007c9 TT |
2419 | 2017-01-10 Tom Tromey <[email protected]> |
2420 | ||
2421 | * utils.h (make_cleanup_htab_delete): Don't declare. | |
2422 | * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete): | |
2423 | Remove. | |
2424 | * linespec.c (decode_compound_collector): Add constructor, | |
2425 | destructor. | |
2426 | (lookup_prefix_sym): Remove cleanup. | |
2427 | (symtab_collector): Add constructor, destructor. | |
2428 | (collect_symtabs_from_filename): Remove cleanup. | |
2429 | * disasm.c (do_mixed_source_and_assembly): Use htab_up. | |
2430 | * compile/compile-c-symbols.c (generate_c_for_variable_locations): | |
2431 | Use htab_up. | |
2432 | * gnu-v3-abi.c (gnuv3_print_vtable): Use htab_up. | |
2433 | * dwarf2read.c (dw2_expand_symtabs_matching) | |
2434 | (dw2_map_symbol_filenames, dwarf_decode_macros) | |
2435 | (write_psymtabs_to_index): Use htab_up. | |
2436 | * dwarf2loc.c (func_verify_no_selftailcall) | |
2437 | (call_site_find_chain_1, func_verify_no_selftailcall) | |
2438 | (chain_candidate, call_site_find_chain_1): Use std::unordered_set, | |
2439 | std::vector, gdb::unique_xmalloc_ptr. | |
2440 | (call_sitep): Remove typedef. | |
2441 | (dwarf2_locexpr_baton_eval): Remove unused variable. | |
2442 | ||
8dbcee67 TT |
2443 | 2017-01-10 Tom Tromey <[email protected]> |
2444 | ||
2445 | * python/python-internal.h (make_cleanup_py_decref) | |
2446 | (make_cleanup_py_xdecref): Don't declare. | |
2447 | * python/py-utils.c (py_decref, make_cleanup_py_decref) | |
2448 | (py_xdecref, make_cleanup_py_xdecref): Remove. | |
2449 | ||
13df46cc TT |
2450 | 2017-01-10 Tom Tromey <[email protected]> |
2451 | ||
2452 | * python/py-framefilter.c (py_mi_print_variables): Use gdbpy_ref. | |
2453 | (py_print_locals, enumerate_locals, py_print_args): Use gdbpy_ref. | |
2454 | ||
06fc9bf7 TT |
2455 | 2017-01-10 Tom Tromey <[email protected]> |
2456 | ||
2457 | * python/py-framefilter.c (enumerate_args): Use gdbpy_ref. | |
2458 | ||
830a4934 TT |
2459 | 2017-01-10 Tom Tromey <[email protected]> |
2460 | ||
2461 | * python/py-utils.c (unicode_to_encoded_string) | |
2462 | (python_string_to_target_string) | |
2463 | (python_string_to_target_python_string) | |
2464 | (python_string_to_host_string, gdbpy_obj_to_string) | |
2465 | (get_addr_from_python): Use gdbpy_ref. | |
2466 | ||
4586d543 TT |
2467 | 2017-01-10 Tom Tromey <[email protected]> |
2468 | ||
2469 | * python/py-unwind.c (pyuw_object_attribute_to_pointer): Use | |
2470 | gdbpy_ref. | |
2471 | ||
59876f8f TT |
2472 | 2017-01-10 Tom Tromey <[email protected]> |
2473 | ||
2474 | * python/python.c (eval_python_command, gdbpy_decode_line) | |
2475 | (gdbpy_run_events, gdbpy_start_type_printers) | |
2476 | (gdbpy_apply_type_printers): Use gdbpy_ref. | |
2477 | ||
97d83487 TT |
2478 | 2017-01-10 Tom Tromey <[email protected]> |
2479 | ||
2480 | * python/py-param.c (get_doc_string, compute_enum_values): Use | |
2481 | gdbpy_ref. | |
2482 | ||
9205649a TT |
2483 | 2017-01-10 Tom Tromey <[email protected]> |
2484 | ||
2485 | * python/py-inferior.c (find_thread_object, build_inferior_list): | |
2486 | Use gdbpy_ref. | |
2487 | ||
74c49d45 TT |
2488 | 2017-01-10 Tom Tromey <[email protected]> |
2489 | ||
2490 | * python/py-framefilter.c (py_print_frame): Use gdbpy_ref. | |
2491 | ||
16361ffb TT |
2492 | 2017-01-10 Tom Tromey <[email protected]> |
2493 | ||
2494 | * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope): Use | |
2495 | gdbpy_ref. | |
2496 | ||
905f2cca TT |
2497 | 2017-01-10 Tom Tromey <[email protected]> |
2498 | ||
2499 | * python/py-cmd.c (cmdpy_completer_helper): Use gdbpy_ref. Remove | |
2500 | extra incref. | |
2501 | (cmdpy_completer_handle_brkchars, cmdpy_completer, cmdpy_init): | |
2502 | Use gdbpy_ref. | |
2503 | ||
64081434 TT |
2504 | 2017-01-10 Tom Tromey <[email protected]> |
2505 | ||
2506 | * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use | |
2507 | gdbpy_ref. | |
2508 | ||
59e9e831 TT |
2509 | 2017-01-10 Tom Tromey <[email protected]> |
2510 | ||
2511 | * python/py-arch.c (archpy_disassemble): Use gdbpy_ref. Don't | |
2512 | decref results of PyArg_ParseTupleAndKeywords. | |
2513 | ||
9de10f6d TT |
2514 | 2017-01-10 Tom Tromey <[email protected]> |
2515 | ||
2516 | * python/python.c (python_run_simple_file): Use | |
2517 | unique_xmalloc_ptr, gdbpy_ref. | |
2518 | ||
2bd5759d TT |
2519 | 2017-01-10 Tom Tromey <[email protected]> |
2520 | ||
2521 | * python/py-prettyprint.c (print_stack_unless_memory_error) | |
2522 | (print_string_repr, print_children): Use gdbpy_ref. | |
2523 | (dummy_python_frame): New class. | |
2524 | (dummy_python_frame::dummy_python_frame): Rename from | |
2525 | push_dummy_python_frame. | |
2526 | (py_restore_tstate): Remove. | |
2527 | ||
3b4e0e01 TT |
2528 | 2017-01-10 Tom Tromey <[email protected]> |
2529 | ||
2530 | * python/py-framefilter.c (py_print_frame): Use gdbpy_ref. | |
2531 | ||
17a22718 TT |
2532 | 2017-01-10 Tom Tromey <[email protected]> |
2533 | ||
2534 | * python/python.c (ensure_python_env, restore_python_env): | |
2535 | Remove. | |
2536 | * python/python-internal.h (ensure_python_env): Don't declare. | |
2537 | * varobj.h (varobj_ensure_python_env): Don't declare. | |
2538 | * varobj.c (varobj_ensure_python_env): Remove. | |
2539 | ||
68cdc557 TT |
2540 | 2017-01-10 Tom Tromey <[email protected]> |
2541 | ||
2542 | * varobj.c (varobj_value_get_print_value): Use | |
2543 | gdbpy_enter_varobj. | |
2544 | ||
1eba6383 TT |
2545 | 2017-01-10 Tom Tromey <[email protected]> |
2546 | ||
2547 | * python/py-prettyprint.c (print_string_repr, print_children): | |
2548 | Update. | |
2549 | * python/py-lazy-string.c (gdbpy_extract_lazy_string): Change type | |
2550 | of "encoding". | |
2551 | * varobj.c (varobj_value_get_print_value): Update. | |
2552 | * python/python-internal.h (gdbpy_extract_lazy_string): Update. | |
2553 | ||
bde7b3e3 TT |
2554 | 2017-01-10 Tom Tromey <[email protected]> |
2555 | ||
2556 | * varobj.c (varobj_get_display_hint) | |
2557 | (dynamic_varobj_has_child_method, install_new_value_visualizer) | |
2558 | (varobj_set_visualizer, free_variable): Use | |
2559 | gdbpy_enter_varobj. | |
2560 | ||
a7785f8c TT |
2561 | 2017-01-10 Tom Tromey <[email protected]> |
2562 | ||
2563 | * python/python.c (python_command): Use gdbpy_enter, gdbpy_ref. | |
2564 | (do_finish_initialization): New function. Use gdbpy_ref. | |
2565 | (gdbpy_finish_initialization): Use gdbpy_enter. Call | |
2566 | do_finish_initialization. | |
2567 | ||
2865bfce TT |
2568 | 2017-01-10 Tom Tromey <[email protected]> |
2569 | ||
2570 | * python/py-param.c (get_set_value, get_show_value): Use | |
2571 | gdbpy_enter, gdbpy_ref. | |
2572 | ||
0e9dcc75 TT |
2573 | 2017-01-10 Tom Tromey <[email protected]> |
2574 | ||
2575 | * python/py-function.c (fnpy_call): Use gdbpy_enter, gdbpy_ref. | |
2576 | ||
12a5cedd TT |
2577 | 2017-01-10 Tom Tromey <[email protected]> |
2578 | ||
2579 | * python/py-cmd.c (cmdpy_function): Use gdbpy_enter, gdbpy_ref. | |
2580 | ||
788f2586 TT |
2581 | 2017-01-10 Tom Tromey <[email protected]> |
2582 | ||
2583 | * python/py-varobj.c (py_varobj_iter_dtor, py_varobj_iter_next): | |
2584 | Use gdbpy_enter_varobj. | |
2585 | ||
6cd67bea TT |
2586 | 2017-01-10 Tom Tromey <[email protected]> |
2587 | ||
2588 | * varobj.c (gdbpy_enter_varobj): New constructor. | |
2589 | * python/python-internal.h (gdbpy_enter_varobj): New class. | |
2590 | * python/py-varobj.c (py_varobj_get_iterator): Use | |
2591 | gdbpy_enter_varobj. | |
2592 | ||
14b122bf TT |
2593 | 2017-01-10 Tom Tromey <[email protected]> |
2594 | ||
2595 | * python/py-xmethods.c (gdbpy_get_xmethod_result_type): Use | |
2596 | gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr. | |
2597 | (gdbpy_invoke_xmethod): Use gdbpy_ref, gdbpy_enter. | |
2598 | (gdbpy_get_xmethod_arg_types): Use gdbpy_ref, | |
2599 | unique_xmalloc_ptr. | |
2600 | (gdbpy_get_xmethod_arg_types): Use gdbpy_ref, gdbpy_enter. | |
2601 | ||
bf1ca3b9 TT |
2602 | 2017-01-10 Tom Tromey <[email protected]> |
2603 | ||
2604 | * python/py-xmethods.c (invoke_match_method): Use | |
2605 | gdbpy_ref. | |
2606 | ||
572a5524 TT |
2607 | 2017-01-10 Tom Tromey <[email protected]> |
2608 | ||
2609 | * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): use | |
2610 | gdbpy_enter, gdbpy_ref. | |
2611 | ||
396a78b6 TT |
2612 | 2017-01-10 Tom Tromey <[email protected]> |
2613 | ||
2614 | * python/python.c (python_interactive_command): Use gdbpy_enter. | |
2615 | ||
a88b13c7 TT |
2616 | 2017-01-10 Tom Tromey <[email protected]> |
2617 | ||
2618 | * python/python.c (gdbpy_before_prompt_hook): Use gdbpy_enter, | |
2619 | gdbpy_ref. | |
2620 | ||
e9f0c363 TT |
2621 | 2017-01-10 Tom Tromey <[email protected]> |
2622 | ||
2623 | * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Use | |
2624 | gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr. | |
2625 | ||
6349f452 TT |
2626 | 2017-01-10 Tom Tromey <[email protected]> |
2627 | ||
2628 | * utils.h (htab_deleter): New struct. | |
2629 | (htab_up): New typedef. | |
2630 | * python/py-framefilter.c (gdbpy_apply_frame_filter): Use | |
2631 | gdbpy_enter, gdbpy_ref, htab_up. | |
2632 | ||
c0171de6 TT |
2633 | 2017-01-10 Tom Tromey <[email protected]> |
2634 | ||
2635 | * python/py-unwind.c (pending_frame_invalidate): Remove. | |
2636 | (pyuw_sniffer): Use gdbpy_enter and gdbpy_ref. | |
2637 | ||
f18e226f TT |
2638 | 2017-01-10 Tom Tromey <[email protected]> |
2639 | ||
2640 | * python/py-xmethods.c (gdbpy_free_xmethod_worker_data) | |
2641 | (gdbpy_clone_xmethod_worker_data): Use gdbpy_enter. | |
2642 | ||
c57af3f1 TT |
2643 | 2017-01-10 Tom Tromey <[email protected]> |
2644 | ||
2645 | * python/py-type.c (save_objfile_types): Use gdbpy_enter. | |
2646 | ||
60e600ec TT |
2647 | 2017-01-10 Tom Tromey <[email protected]> |
2648 | ||
2649 | * python/python.c (gdbpy_eval_from_control_command) | |
2650 | (gdbpy_source_script, gdbpy_run_events) | |
2651 | (gdbpy_source_objfile_script, gdbpy_execute_objfile_script) | |
2652 | (gdbpy_free_type_printers, gdbpy_finish_initialization): Use | |
2653 | gdbpy_enter. | |
2654 | ||
bf7da5b0 TT |
2655 | 2017-01-10 Tom Tromey <[email protected]> |
2656 | ||
2657 | * python/py-progspace.c (py_free_pspace): Use gdbpy_enter. | |
2658 | ||
2d38bced TT |
2659 | 2017-01-10 Tom Tromey <[email protected]> |
2660 | ||
2661 | * python/py-objfile.c (py_free_objfile): Use gdbpy_enter. | |
2662 | ||
07bc7329 TT |
2663 | 2017-01-10 Tom Tromey <[email protected]> |
2664 | ||
2665 | * python/py-inferior.c (python_on_normal_stop, python_on_resume) | |
2666 | (python_on_inferior_call_pre, python_on_inferior_call_post) | |
2667 | (python_on_memory_change, python_on_register_change) | |
2668 | (python_inferior_exit, python_new_objfile, add_thread_object) | |
2669 | (delete_thread_object, py_free_inferior): Use gdbpy_enter. | |
2670 | ||
6e7c365e TT |
2671 | 2017-01-10 Tom Tromey <[email protected]> |
2672 | ||
2673 | * python/py-finishbreakpoint.c (bpfinishpy_handle_stop) | |
2674 | (bpfinishpy_handle_exit): Use gdbpy_enter. | |
2675 | ||
6ba0cd40 TT |
2676 | 2017-01-10 Tom Tromey <[email protected]> |
2677 | ||
2678 | * python/py-cmd.c (cmdpy_destroyer) | |
2679 | (cmdpy_completer_handle_brkchars, cmdpy_completer): Use | |
2680 | gdbpy_enter. | |
2681 | ||
de2dc875 TT |
2682 | 2017-01-10 Tom Tromey <[email protected]> |
2683 | ||
2684 | * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use | |
2685 | gdbpy_enter. | |
2686 | (gdbpy_breakpoint_has_cond): Likewise. | |
2687 | ||
4ecee2c4 TT |
2688 | 2017-01-10 Tom Tromey <[email protected]> |
2689 | ||
2690 | * python/python.c (gdbpy_enter): New constructor. | |
2691 | (~gdbpy_enter): New destructor. | |
2692 | (restore_python_env, ensure_python_env): Rewrite. | |
2693 | * python/python-internal.h (gdbpy_enter): New class. | |
2694 | ||
37fce74f TT |
2695 | 2017-01-10 Tom Tromey <[email protected]> |
2696 | ||
2697 | * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref. | |
2698 | ||
53a0cca3 TT |
2699 | 2017-01-10 Tom Tromey <[email protected]> |
2700 | ||
2701 | * python/py-value.c (value_has_field, get_field_flag) | |
2702 | (get_field_type, valpy_getitem, convert_value_from_python): Use | |
2703 | gdbpy_ref. | |
2704 | ||
ff3724f5 TT |
2705 | 2017-01-10 Tom Tromey <[email protected]> |
2706 | ||
2707 | * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use | |
2708 | gdbpy_ref. | |
2709 | ||
0700aea5 TT |
2710 | 2017-01-10 Tom Tromey <[email protected]> |
2711 | ||
2712 | * python/py-prettyprint.c (search_pp_list) | |
2713 | (find_pretty_printer_from_objfiles) | |
2714 | (find_pretty_printer_from_progspace) | |
2715 | (find_pretty_printer_from_gdb, find_pretty_printer) | |
2716 | (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use | |
2717 | gdbpy_ref. | |
2718 | ||
1bb44c9f TT |
2719 | 2017-01-10 Tom Tromey <[email protected]> |
2720 | ||
2721 | * python/py-param.c (call_doc_function): Use gdbpy_ref. | |
2722 | ||
87ce03fd TT |
2723 | 2017-01-10 Tom Tromey <[email protected]> |
2724 | ||
2725 | * python/py-linetable.c (build_line_table_tuple_from_pcs) | |
2726 | (ltpy_get_all_source_lines): Use gdbpy_ref. | |
2727 | ||
ee0a3fb8 TT |
2728 | 2017-01-10 Tom Tromey <[email protected]> |
2729 | ||
2730 | * python/py-framefilter.c (extract_sym, extract_value) | |
2731 | (get_py_iter_from_func, bootstrap_python_frame_filters): Use | |
2732 | gdbpy_ref. | |
2733 | ||
bf2a52fa TT |
2734 | 2017-01-10 Tom Tromey <[email protected]> |
2735 | ||
2736 | * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref. | |
2737 | ||
f59fe7f8 TT |
2738 | 2017-01-10 Tom Tromey <[email protected]> |
2739 | ||
2740 | * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref. | |
2741 | ||
80bd970a TT |
2742 | 2017-01-10 Tom Tromey <[email protected]> |
2743 | ||
2744 | * python/py-function.c (convert_values_to_python, fnpy_init): Use | |
2745 | gdbpy_ref. | |
2746 | ||
d1b3de2e TT |
2747 | 2017-01-10 Tom Tromey <[email protected]> |
2748 | ||
2749 | * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref. | |
2750 | ||
3bb43384 TT |
2751 | 2017-01-10 Tom Tromey <[email protected]> |
2752 | ||
2753 | * python/py-type.c (convert_field, make_fielditem, typy_fields) | |
2754 | (typy_range): Use gdbpy_ref. | |
2755 | ||
abf5651e TT |
2756 | 2017-01-10 Tom Tromey <[email protected]> |
2757 | ||
2758 | * python/py-threadevent.c (create_thread_event_object): Use | |
2759 | gdbpy_ref. | |
2760 | * python/py-stopevent.c (create_stop_event_object): Simplify. | |
2761 | (emit_stop_event): Use gdbpy_ref. | |
2762 | * python/py-signalevent.c (create_signal_event_object): Use | |
2763 | gdbpy_ref. | |
2764 | * python/py-newobjfileevent.c (create_new_objfile_event_object) | |
2765 | (emit_new_objfile_event, create_clear_objfiles_event_object) | |
2766 | (emit_clear_objfiles_event): Use gdbpy_ref. | |
2767 | * python/py-infevents.c (create_inferior_call_event_object) | |
2768 | (create_register_changed_event_object) | |
2769 | (create_memory_changed_event_object, emit_inferior_call_event) | |
2770 | (emit_memory_changed_event, emit_register_changed_event): Use | |
2771 | gdbpy_ref. | |
2772 | * python/py-exitedevent.c (create_exited_event_object) | |
2773 | (emit_exited_event): Use gdbpy_ref. | |
2774 | * python/py-event.h (evpy_emit_event): Remove | |
2775 | CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation. | |
2776 | * python/py-event.c (evpy_emit_event): Use gdbpy_ref. | |
2777 | * python/py-continueevent.c (emit_continue_event): Use | |
2778 | gdbpy_ref. | |
2779 | * python/py-breakpoint.c (gdbpy_breakpoint_created) | |
2780 | (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use | |
2781 | gdbpy_ref. | |
2782 | * python/py-bpevent.c (create_breakpoint_event_object): Use | |
2783 | gdbpy_ref. | |
2784 | ||
a68ff33e TT |
2785 | 2017-01-10 Tom Tromey <[email protected]> |
2786 | ||
2787 | * python/py-ref.h: New file. | |
2788 | ||
7becfd03 SM |
2789 | 2017-01-10 Simon Marchi <[email protected]> |
2790 | ||
2791 | * cli-out.c (cli_ui_out::do_redirect): Change return type to | |
2792 | void. | |
2793 | * cli-out.h (cli_ui_out::do_redirect): Likewise. | |
2794 | * mi/mi-out.c (mi_ui_out::do_redirect): Likewise. | |
2795 | * mi/mi-out.h (mi_ui_out::do_redirect): Likewise. | |
2796 | * ui-out.c (ui_out::redirect): Likewise. | |
2797 | * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise. | |
2798 | * cli/cli-logging.c (set_logging_redirect): Update call site of | |
2799 | ui_out::redirect. | |
2800 | (handle_redirections): Likewise. | |
2801 | * scm-ports.c (ioscm_with_output_to_port_worker): Likewise. | |
2802 | * top.c (execute_command_to_string): Likewise. | |
2803 | * utils.c (do_ui_out_redirect_pop): Likewise. | |
2804 | ||
df294654 SM |
2805 | 2017-01-10 Simon Marchi <[email protected]> |
2806 | ||
2807 | * stack.c (_initialize_stack): Update "frame" command help message. | |
2808 | ||
f5e6296e IB |
2809 | 2017-01-08 Iain Buclaw <[email protected]> |
2810 | ||
2811 | * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE. | |
2812 | ||
0e2d6fa6 YQ |
2813 | 2017-01-06 Yao Qi <[email protected]> |
2814 | ||
2815 | * x86-linux-nat.h: Include gdb_proc_service.h. | |
2816 | ||
44d6d3f9 YQ |
2817 | 2017-01-06 Yao Qi <[email protected]> |
2818 | ||
2819 | * ser-base.h: Include serial.h. | |
2820 | ||
656731fe YQ |
2821 | 2017-01-06 Yao Qi <[email protected]> |
2822 | ||
2823 | * ppc-linux-tdep.h: Include ppc-tdep.h. | |
2824 | ||
1ca8f924 YQ |
2825 | 2017-01-06 Yao Qi <[email protected]> |
2826 | ||
2827 | * nat/amd64-linux-siginfo.h: Include signal.h. | |
2828 | ||
bc3008c4 YQ |
2829 | 2017-01-06 Yao Qi <[email protected]> |
2830 | ||
2831 | * nat/aarch64-linux-hw-point.h: Include break-common.h. | |
2832 | ||
66c80d03 YQ |
2833 | 2017-01-06 Yao Qi <[email protected]> |
2834 | ||
2835 | * mi/mi-parse.h: Include mi-cmds.h. | |
2836 | ||
051d2dda YQ |
2837 | 2017-01-06 Yao Qi <[email protected]> |
2838 | ||
2839 | * inf-loop.c: Don't include "target.h". | |
2840 | * inf-loop.h: Include it here. | |
2841 | ||
8018d34f YQ |
2842 | 2017-01-06 Yao Qi <[email protected]> |
2843 | ||
2844 | * dfp.h: Include "dboulest.h" and "expression.h". | |
2845 | ||
c0b8369c YQ |
2846 | 2017-01-06 Yao Qi <[email protected]> |
2847 | ||
2848 | * ax-gdb.h: Include "ax.h". | |
2849 | ||
ad5cba2a YQ |
2850 | 2017-01-06 Yao Qi <[email protected]> |
2851 | ||
2852 | * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h | |
2853 | with nat/gdb_ptrace.h. | |
2854 | ||
1c33cd7f YQ |
2855 | 2017-01-05 Yao Qi <[email protected]> |
2856 | ||
2857 | * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to | |
2858 | new line. | |
2859 | (mips64_fbsd_sigframe_init): Likewise. | |
2860 | ||
c988ac1d JB |
2861 | 2017-01-04 John Baldwin <[email protected]> |
2862 | ||
2863 | * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use | |
2864 | GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF. | |
2865 | ||
b268007c JB |
2866 | 2017-01-04 John Baldwin <[email protected]> |
2867 | ||
2868 | * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c. | |
2869 | * NEWS: Mention new FreeBSD/mips native configuration. | |
2870 | * config/mips/fbsd.mh: New file. | |
2871 | * configure.host: Add mips*-*-freebsd*. | |
2872 | * mips-fbsd-nat.c: New file. | |
2873 | ||
387360da JB |
2874 | 2017-01-04 John Baldwin <[email protected]> |
2875 | ||
2876 | * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o. | |
2877 | (ALLDEPFILES): Add mips-fbsd-tdep.c. | |
2878 | * NEWS: Mention new FreeBSD/mips target. | |
2879 | * configure.tgt: Add mips*-*-freebsd*. | |
2880 | * mips-fbsd-tdep.c: New file. | |
2881 | * mips-fbsd-tdep.h: New file. | |
2882 | ||
2aaaf250 YQ |
2883 | 2017-01-04 Yao Qi <[email protected]> |
2884 | ||
2885 | * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to), | |
2886 | use c->frame_id when the piece location is DWARF_VALUE_REGISTER. | |
2887 | ||
61baf725 JB |
2888 | 2017-01-01 Joel Brobecker <[email protected]> |
2889 | ||
6dbb839a | 2890 | Update copyright year range in all GDB files. |
61baf725 | 2891 | |
c113e7ff | 2892 | 2017-01-01 Joel Brobecker <[email protected]> |
ce0db137 | 2893 | |
c113e7ff | 2894 | * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016. |
ce0db137 | 2895 | |
c113e7ff | 2896 | For older changes see ChangeLog-2016. |
c906108c SS |
2897 | \f |
2898 | Local Variables: | |
2899 | mode: change-log | |
2900 | left-margin: 8 | |
2901 | fill-column: 74 | |
2902 | version-control: never | |
57da7796 | 2903 | coding: utf-8 |
c906108c | 2904 | End: |