Commit | Line | Data |
---|---|---|
28ce7b07 TT |
1 | 2019-12-18 Tom Tromey <tromey@adacore.com> |
2 | ||
3 | PR build/25250: | |
4 | * ui-out.c (ui_out::vmessage): Update. | |
5 | * ui-out.h (enum class field_kind) <FIELD_STRING, FIELD_SIGNED>: | |
6 | Rename. | |
7 | (string_field): Update. | |
8 | (signed_field): Update. | |
9 | ||
bbde7025 SM |
10 | 2019-12-18 Simon Marchi <simon.marchi@efficios.com> |
11 | ||
12 | * top.c (print_gdb_configuration): Adjust indentation. | |
13 | ||
e3169fe0 CB |
14 | 2019-12-17 Christian Biesinger <cbiesinger@google.com> |
15 | ||
16 | * bsd-kvm.c: Include gdbsupport/pathstuff.h. | |
17 | ||
9b30da15 SM |
18 | 2019-12-17 Simon Marchi <simon.marchi@polymtl.ca> |
19 | ||
20 | * tui/tui-layout.h (class tui_layout_base): Add virtual | |
21 | destructor. | |
22 | ||
4a4c04f1 BE |
23 | 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de> |
24 | ||
25 | * infcmd.c (prepare_one_step): Step over skipped inline functions. | |
26 | * infrun.c (inline_frame_is_marked_for_skip): New helper function. | |
27 | (process_event_stop_test): Keep stepping over skipped inline functions. | |
28 | ||
0394eed1 SM |
29 | 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca> |
30 | ||
31 | * jit.c (struct gdb_block) <next>: Remove field. | |
32 | (struct gdb_symtab) <~gdb_symtab>: Remove. | |
33 | <blocks>: Change type to std::forward_list<gdb_block>. | |
34 | (compare_block): Remove. | |
35 | (jit_block_open_impl): Adjust to std::forward_list. Place the new | |
36 | block at the beginning, don't mind about sorting. | |
37 | (finalize_symtab): Adjust to std::forward_list, sort the blocks list | |
38 | before using it. | |
39 | ||
b6112117 SM |
40 | 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca> |
41 | ||
42 | * jit.c (struct gdb_block): Add constructor, initialize | |
43 | real_block and next fields. | |
44 | <name>: Change type to gdb::unique_xmalloc_ptr. | |
45 | (struct gdb_symtab) <~gdb_symtab>: Free blocks with delete. | |
46 | (jit_block_open_impl): Allocate gdb_block with new. | |
47 | (finalize_symtab): Adjust to gdb::unique_xmalloc_ptr. | |
48 | ||
1b61f46d SM |
49 | 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca> |
50 | ||
51 | * jit.c: Include forward_list. | |
52 | (struct gdb_symtab) <next>: Remove field. | |
53 | (struct gdb_object) <symtabs>: Change type to | |
54 | std::forward_list<gdb_symtab>. | |
55 | (jit_object_open_impl): Allocate gdb_object with new. | |
56 | (jit_symtab_open_impl): Adjust to std::forward_list. | |
57 | (finalize_symtab): Don't delete symtab. | |
58 | (jit_object_close_impl): Adjust to std::forward_list. Free | |
59 | gdb_object with delete. | |
60 | ||
89867184 SM |
61 | 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca> |
62 | ||
63 | * jit.c (struct gdb_symtab): Add constructor, destructor, | |
64 | initialize fields. | |
65 | <linetable>: Change type to unique_xmalloc_ptr. | |
66 | <file_name>: Change type to std::string. | |
67 | (jit_symtab_open_impl): Allocate gdb_symtab with new. | |
68 | (jit_symtab_line_mapping_add_impl): Adjust. | |
69 | (finalize_symtab): Adjust, call delete on stab. | |
70 | ||
d043f8c8 SM |
71 | 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca> |
72 | ||
73 | * jit.c (finalize_symtab): Set gdb_block_iter_tmp in loop. | |
74 | ||
d9fa87f4 TT |
75 | 2019-12-16 Tom Tromey <tromey@adacore.com> |
76 | ||
77 | * windows-nat.c (windows_nat_target::attach): Update. | |
78 | * remote.c (extended_remote_target::attach): Update. | |
79 | * procfs.c (procfs_target::attach): Update. | |
80 | * nto-procfs.c (nto_procfs_target::attach): Update. | |
81 | (nto_procfs_target::create_inferior): Update. | |
82 | * inf-ptrace.c (inf_ptrace_target::attach): Update. | |
83 | * gnu-nat.c (gnu_nat_target::attach): Update. | |
84 | (gnu_nat_target::detach): Update. | |
85 | * darwin-nat.c (darwin_nat_target::attach): Update. | |
86 | * corefile.c (get_exec_file): Constify result. Remove extraneous | |
87 | return. | |
88 | * bsd-kvm.c (bsd_kvm_target_open): Update. | |
89 | * gdbsupport/common-inferior.h (get_exec_file): Constify result. | |
90 | ||
c0c3707f CB |
91 | 2019-12-16 Christian Biesinger <cbiesinger@google.com> |
92 | ||
93 | * gdbsupport/common-defs.h: Remove workaround for a gnulib bug | |
94 | (we no longer need to include time.h before pathmax.h) | |
95 | ||
d3ecddab CB |
96 | 2019-12-15 Christian Biesinger <cbiesinger@google.com> |
97 | ||
98 | * ada-exp.y (write_ambiguous_var): Update. | |
99 | * coffread.c (process_coff_symbol): Update. | |
100 | * ctfread.c (ctf_add_enum_member_cb): Update. | |
101 | (new_symbol): Update. | |
102 | * dwarf2read.c (fixup_go_packaging): Update. | |
103 | (new_symbol): Update. | |
104 | * language.c (language_alloc_type_symbol): Update. | |
105 | * mdebugread.c (new_symbol): Update. | |
106 | * minsyms.c (minimal_symbol_reader::record_full): Update. | |
107 | * psymtab.c (add_psymbol_to_bcache): Update. | |
108 | * stabsread.c (define_symbol): Update. | |
109 | (read_enum_type): Update. | |
110 | * symtab.c (symbol_set_language): Make this a member function... | |
111 | (general_symbol_info::set_language): ... here. | |
112 | * symtab.h (struct general_symbol_info) <set_language>: New function. | |
113 | (SYMBOL_SET_LANGUAGE): Remove. | |
114 | (symbol_set_language): Remove. | |
115 | ||
c1b5c1eb CB |
116 | 2019-12-15 Christian Biesinger <cbiesinger@google.com> |
117 | ||
118 | * ada-lang.c (ada_add_block_symbols): Update. | |
119 | (ada_collect_symbol_completion_matches): Update. | |
120 | * ax-gdb.c (gen_expr): Update. | |
121 | * block.c (block_lookup_symbol): Update. | |
122 | (block_lookup_symbol_primary): Update. | |
123 | (block_find_symbol): Update. | |
124 | * cp-namespace.c (cp_lookup_symbol_imports_or_template): Update. | |
125 | * dbxread.c (process_one_symbol): Update. | |
126 | * dictionary.c (insert_symbol_hashed): Update. | |
127 | (collate_pending_symbols_by_language): Update. | |
128 | (mdict_add_symbol): Update. | |
129 | * dwarf-index-write.c (write_psymbols): Update. | |
130 | * dwarf2read.c (fixup_go_packaging): Update. | |
131 | * findvar.c (read_var_value): Update. | |
132 | * ft32-tdep.c (ft32_skip_prologue): Update. | |
133 | * go-lang.c (go_symbol_package_name): Update. | |
134 | * language.h (scoped_switch_to_sym_language_if_auto:: | |
135 | scoped_switch_to_sym_language_if_auto): Update. | |
136 | * linespec.c (find_method): Update. | |
137 | (find_label_symbols_in_block): Update. | |
138 | * mdebugread.c (parse_symbol): Update. | |
139 | * mi/mi-cmd-stack.c (list_arg_or_local): Update. | |
140 | * minsyms.c (add_minsym_to_demangled_hash_table): Update. | |
141 | (minimal_symbol_reader::install): Update. | |
142 | * moxie-tdep.c (moxie_skip_prologue): Update. | |
143 | * parse.c (parse_exp_in_context): Update. | |
144 | * psymtab.c (psymbol_name_matches): Update. | |
145 | (match_partial_symbol): Update. | |
146 | (lookup_partial_symbol): Update. | |
147 | (psymbol_hash): Update. | |
148 | (psymbol_compare): Update. | |
149 | * python/py-framefilter.c (extract_sym): Update. | |
150 | (py_print_single_arg): Update. | |
151 | * stabsread.c (define_symbol): Update. | |
152 | * stack.c (print_frame_arg): Update. | |
153 | (find_frame_funname): Update. | |
154 | (info_frame_command_core): Update. | |
155 | * symfile.c (set_initial_language): Update. | |
156 | * symtab.c (symbol_set_demangled_name): Update. | |
157 | (symbol_get_demangled_name): Update. | |
158 | (symbol_set_language): Update. | |
159 | (symbol_find_demangled_name): Update. | |
160 | (symbol_set_names): Update. | |
161 | (general_symbol_info::natural_name): Update. | |
162 | (general_symbol_info::demangled_name): Update. | |
163 | (general_symbol_info::search_name): Update. | |
164 | (symbol_matches_search_name): Update. | |
165 | (eq_symbol_entry): Update. | |
166 | (iterate_over_symbols): Update. | |
167 | (completion_list_add_symbol): Update. | |
168 | (completion_list_add_msymbol): Update. | |
169 | (completion_list_add_fields): Update. | |
170 | * symtab.h (struct general_symbol_info) <language>: New function. | |
171 | <language>: Rename to... | |
172 | <m_language>: ...this. | |
173 | (SYMBOL_LANGUAGE): Remove. | |
174 | (MSYMBOL_LANGUAGE): Remove. | |
175 | (struct symbol) <ctor>: Update. | |
176 | * xstormy16-tdep.c (xstormy16_skip_prologue): Update. | |
177 | ||
747cfc8c CB |
178 | 2019-12-15 Christian Biesinger <cbiesinger@google.com> |
179 | ||
180 | * ada-exp.y (write_ambiguous_var): Call symbol_set_language to | |
181 | set the language of sym. | |
182 | * language.c (language_alloc_type_symbol): Likewise. | |
183 | ||
ff8577f6 SDJ |
184 | 2019-12-14 Sergio Durigan Junior <sergiodj@redhat.com> |
185 | ||
186 | https://bugzilla.redhat.com/show_bug.cgi?id=1728147 | |
187 | PR gdb/23613 | |
188 | * bsd-kvm.c (bsd_kvm_target_open): Use 'gdb_abspath'. | |
189 | * corelow.c: Include 'gdbsupport/pathstuff.h'. | |
190 | (core_target_open): Use 'gdb_abspath'. | |
191 | * gdbsupport/pathstuff.c (gdb_abspath): Guard against | |
192 | 'current_directory == NULL' case. | |
193 | * gdbsupport/pathstuff.h (gdb_abspath): Expand comment and | |
194 | explain what happens when 'current_directory' is NULL. | |
195 | * go32-nat.c (go32_nat_target::wait): Check if | |
196 | 'current_directory' is NULL before call to 'chdir'. | |
197 | * source.c (add_path): Use 'gdb_abspath'. | |
198 | * top.c: Include 'gdbsupport/pathstuff.h'. | |
199 | (init_history): Use 'gdb_abspath'. | |
200 | (set_history_filename): Likewise. | |
201 | * tracefile-tfile.c: Include 'gdbsupport/pathstuff.h'. | |
202 | (tfile_target_open): Use 'gdb_abspath'. | |
203 | ||
234c3068 TT |
204 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
205 | ||
206 | * contrib/ari/gdb_ari.sh: Remove check for multiple calls to | |
207 | warning or error. | |
208 | ||
93537683 TT |
209 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
210 | ||
211 | * contrib/ari/gdb_ari.sh: Remove call to "fix" for "long long". | |
212 | ||
63456183 TT |
213 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
214 | ||
215 | * contrib/ari/gdb_ari.sh: Handle -Wno- prefix. | |
216 | ||
98f9338a TT |
217 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
218 | ||
219 | * contrib/ari/gdb_ari.sh (usage): Use GNU style. | |
220 | ||
3cb5a3a1 TT |
221 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
222 | ||
223 | * gdbsupport/common-utils.c (string_printf, string_vprintf) | |
224 | (string_vappendf): Add ARI comment. | |
225 | ||
c6cbf900 TT |
226 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
227 | ||
228 | * contrib/ari/gdb_ari.sh: Remove "fix" call for | |
229 | floatformat_to_double. | |
230 | * target-float.c (host_float_ops<T>::from_target): Add ARI | |
231 | comment. | |
232 | ||
036003a6 TT |
233 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
234 | ||
235 | * contrib/ari/gdb_ari.sh: Remove "fix" call for abort. | |
236 | * utils.c (abort_with_message, dump_core, internal_vproblem): Add | |
237 | ARI marker to abort. | |
238 | * event-top.c (handle_sigsegv): Add ARI marker to abort. | |
239 | ||
8aaaf757 TT |
240 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
241 | ||
242 | * contrib/ari/gdb_ari.sh: Fix floatformat_from_double text. | |
243 | ||
fe56157f TT |
244 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
245 | ||
246 | * contrib/ari/gdb_ari.sh: Remove ATTRIBUTE_UNUSED check. | |
247 | ||
a15a95ed TT |
248 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
249 | ||
250 | * contrib/ari/gdb_ari.sh: Remove "boolean" and "var_boolean" | |
251 | checks. | |
252 | ||
a5513db2 TT |
253 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
254 | ||
255 | * gdbsupport/safe-iterator.h (class basic_safe_range) <begin, | |
256 | end>: No longer "const". | |
257 | ||
3a90f266 SM |
258 | 2019-12-13 Simon Marchi <simon.marchi@polymtl.ca> |
259 | ||
260 | * jit.c: Fix indentation, replace spaces with tabs where | |
261 | applicable. | |
262 | ||
b3f4b80f JL |
263 | 2019-12-13 Jozef Lawrynowicz <jozef.l@mittosystems.com> |
264 | ||
265 | * configure.tgt: Match msp430-*-elf* targets when configuring GDB. | |
266 | ||
e671856c TT |
267 | 2019-12-12 Tom Tromey <tom@tromey.com> |
268 | ||
269 | * objfiles.h (struct objfile) <partial_symtabs>: Now a | |
270 | unique_ptr. | |
271 | ||
7d7167ce TT |
272 | 2019-12-12 Tom Tromey <tom@tromey.com> |
273 | ||
274 | * progspace.h (objfile_list): New typedef. | |
275 | (class unwrapping_objfile_iterator) | |
276 | (struct unwrapping_objfile_range): Newl | |
277 | (struct program_space) <objfiles_range>: Change type. | |
278 | <objfiles>: Change return type. | |
279 | <add_objfile>: Change type of "objfile" parameter. | |
280 | <objfiles_list>: Now a list of shared_ptr. | |
281 | * progspace.c (program_space::add_objfile): Change type of | |
282 | "objfile". Update. | |
283 | (program_space::remove_objfile): Update. | |
284 | * objfiles.h (struct objfile) <~objfile>: Make public. | |
285 | * objfiles.c (objfile::make): Update. | |
286 | (objfile::unlink): Don't call delete. | |
287 | ||
343cc952 TT |
288 | 2019-12-12 Tom Tromey <tom@tromey.com> |
289 | ||
290 | * symfile.c (symbol_file_clear): Update. | |
291 | * progspace.h (struct program_space) <free_all_objfiles>: Declare | |
292 | method. | |
293 | * progspace.c (program_space::free_all_objfiles): New method. | |
294 | * objfiles.h (free_all_objfiles): Don't declare. | |
295 | * objfiles.c (free_all_objfiles): Move to program_space. | |
296 | ||
d0801dd8 TT |
297 | 2019-12-12 Tom Tromey <tom@tromey.com> |
298 | ||
299 | * progspace.c (program_space::add_objfile) | |
300 | (program_space::remove_objfile): Update. | |
301 | (program_space::multi_objfile_p): Remove. | |
302 | * objfiles.h (struct objfile) <next>: Remove. | |
303 | * objfiles.c (objfile::objfile): Update. | |
304 | (put_objfile_before): Update. | |
305 | (unlink_objfile): Update. | |
306 | * progspace.h (object_files): Remove. | |
307 | (struct program_space) <objfiles_head>: Remove. | |
308 | <objfiles_list>: New member. | |
309 | <objfiles_range, objfiles_safe_range>: Change type. | |
310 | (objfiles): Change return type. | |
311 | (objfiles_safe): Update. | |
312 | (multi_objfile_p): Rewrite and inline. | |
313 | (object_files): Remove macro. | |
314 | ||
13bff726 TT |
315 | 2019-12-12 Tom Tromey <tom@tromey.com> |
316 | ||
317 | * gdbsupport/safe-iterator.h (basic_safe_iterator): Simplify. Add | |
318 | second constructor. | |
319 | (basic_safe_range): New class. | |
320 | ||
deeafabb TT |
321 | 2019-12-12 Tom Tromey <tom@tromey.com> |
322 | ||
323 | * progspace.c (program_space::multi_objfile_p): New method. | |
324 | * printcmd.c (info_symbol_command): Update. | |
325 | * maint.c (maintenance_translate_address): Update. | |
326 | * objfiles.h (MULTI_OBJFILE_P): Remove. | |
327 | * progspace.h (struct program_space) <multi_objfile_p>: New | |
328 | method. | |
329 | ||
23452926 TT |
330 | 2019-12-12 Tom Tromey <tom@tromey.com> |
331 | ||
332 | * progspace.h (struct program_space) <remove_objfile>: Declare. | |
333 | * progspace.c (program_space::remove_objfile): New method. | |
334 | * objfiles.c (unlink_objfile): Remove. | |
335 | (objfile::unlink): Call remove_objfile. | |
336 | (objfile): Don't call unlink_objfile. | |
337 | ||
7cac64af TT |
338 | 2019-12-12 Tom Tromey <tom@tromey.com> |
339 | ||
340 | * progspace.h (struct program_space) <add_objfile>: Declare | |
341 | method. | |
342 | * progspace.c (program_space::add_objfile): New method. | |
343 | * objfiles.c (~objfile): Don't unlink objfile. | |
344 | (put_objfile_before): Remove. | |
345 | (add_separate_debug_objfile): Don't call put_objfile_before. | |
346 | (objfile::make): Call add_objfile. Set new_objfiles_available on | |
347 | the per-program-space data. | |
348 | ||
268e4f09 TT |
349 | 2019-12-12 Tom Tromey <tom@tromey.com> |
350 | ||
351 | * symfile.c (syms_from_objfile_1): Use objfile_up. | |
352 | (syms_from_objfile_1, remove_symbol_file_command): Call unlink | |
353 | method. | |
354 | (reread_symbols): Use objfile_up. | |
355 | * solib.c (update_solib_list, reload_shared_libraries_1): Call | |
356 | unlink method. | |
357 | * objfiles.h (struct objfile) <~objfile>: Now private. | |
358 | <unlink>: New method. | |
359 | (struct objfile_deleter): New. | |
360 | (objfile_up): New typedef. | |
361 | * objfiles.c (objfile::unlink): New method. | |
362 | (free_objfile_separate_debug, free_all_objfiles) | |
363 | (objfile_purge_solibs): Use it. | |
364 | * jit.c (jit_unregister_code): Remove. | |
365 | (jit_inferior_exit_hook, jit_event_handler): Call unlink on | |
366 | objfile. | |
367 | * compile/compile-object-run.c (do_module_cleanup): Call unlink on | |
368 | objfile. | |
369 | * compile/compile-object-load.c (compile_object_load): Use | |
370 | objfile_up. | |
371 | ||
f65fe570 TT |
372 | 2019-12-12 Tom Tromey <tom@tromey.com> |
373 | ||
374 | * symfile.c (symbol_file_add_with_addrs): Pass "parent" to | |
375 | objfile::make. | |
376 | * objfiles.h (struct objjfile) <make>: No longer inline. | |
377 | (add_separate_debug_objfile): Don't declare. | |
378 | * objfiles.c (add_separate_debug_objfile): Now static. | |
379 | (objfile::make): Move from objfiles.h. Call | |
380 | add_separate_debug_objfile. Add "parent" parameter. | |
381 | ||
bda13cdc TT |
382 | 2019-12-12 Tom Tromey <tom@tromey.com> |
383 | ||
384 | * symfile.c (symbol_file_add_with_addrs): Use objfile::make. | |
385 | * objfiles.h (struct objfile): Make constructor private. | |
386 | <make>: New static method. | |
387 | * jit.c (jit_object_close_impl): Update. | |
388 | ||
7190276c SM |
389 | 2019-12-12 Simon Marchi <simon.marchi@polymtl.ca> |
390 | ||
391 | * jit.c (jit_reader_try_read_symtab): Replace xmalloc/xfree with | |
392 | gdb::byte_vector. | |
393 | ||
d61df897 TT |
394 | 2019-12-12 Tom Tromey <tromey@adacore.com> |
395 | ||
396 | * xml-support.c (xml_fetch_content_from_file): Don't call | |
397 | malloc_failure. | |
398 | * utils.h (class gdb_argv): Remove malloc_failure comment. | |
399 | * utils.c (gdb_argv::reset): Don't call malloc_failure. | |
400 | ||
db3ad2f0 TT |
401 | 2019-12-12 Tom Tromey <tromey@adacore.com> |
402 | ||
403 | * Makefile.in (ALL_TARGET_OBS): Add riscv-ravenscar-thread.o. | |
404 | (HFILES_NO_SRCDIR): Add riscv-ravenscar-thread.h. | |
405 | (ALLDEPFILES): Add riscv-ravenscar-thread.c. | |
406 | * configure.tgt (riscv-*-*): Add riscv-ravenscar-thread.o. | |
407 | * riscv-ravenscar-thread.c: New file. | |
408 | * riscv-ravenscar-thread.h: New file. | |
409 | * riscv-tdep.c (riscv_gdbarch_init): Call | |
410 | register_riscv_ravenscar_ops. | |
411 | ||
2ffe5b9c TT |
412 | 2019-12-12 Tom Tromey <tromey@adacore.com> |
413 | ||
414 | * gdbsupport/thread-pool.c (set_thread_name): Use | |
415 | ATTRIBUTE_UNUSED. | |
416 | ||
39f34d7b LM |
417 | 2019-12-12 Luis Machado <luis.machado@linaro.org> |
418 | ||
419 | * gdbsupport/safe-strerror.c: Don't include diagnostics.h. | |
420 | (select_strerror_r): Use ATTRIBUTE_UNUSED instead of the diagnostics | |
421 | macros. | |
422 | ||
d4eeccfe TT |
423 | 2019-12-11 Tom Tromey <tom@tromey.com> |
424 | ||
425 | * tui/tui-win.c (tui_set_win_height_command): Call | |
426 | tui_adjust_window_height. | |
427 | (tui_adjust_win_heights, new_height_ok): Remove. | |
428 | * tui/tui-layout.h (tui_adjust_window_height): Declare. | |
429 | * tui/tui-layout.c (tui_adjust_window_height): New function. | |
430 | ||
3d979945 TT |
431 | 2019-12-11 Tom Tromey <tom@tromey.com> |
432 | ||
433 | * tui/tui-win.c (tui_resize_all): Remove code, call | |
434 | tui_apply_current_layout. | |
435 | ||
2192a9d3 TT |
436 | 2019-12-11 Tom Tromey <tom@tromey.com> |
437 | ||
438 | * tui/tui-layout.h (tui_apply_current_layout): Declare. | |
439 | * tui/tui-layout.c (standard_layouts, applied_layout): New | |
440 | globals. | |
441 | (tui_apply_current_layout): New function. | |
442 | (show_layout): Set applied_layout. Call | |
443 | tui_apply_current_layout. | |
444 | (show_source_command, show_disasm_command) | |
445 | (show_source_disasm_command, show_data) | |
446 | (show_source_or_disasm_and_command): Remove. | |
447 | (initialize_layouts): New function. | |
448 | (_initialize_tui_layout): Call initialize_layouts. | |
449 | ||
389e7ddb TT |
450 | 2019-12-11 Tom Tromey <tom@tromey.com> |
451 | ||
452 | * tui/tui-layout.h (class tui_layout_base) | |
453 | (class tui_layout_window, class tui_layout_split): New. | |
454 | * tui/tui-layout.c (tui_get_window_by_name) | |
455 | (tui_layout_window::clone, tui_layout_window::apply) | |
456 | (tui_layout_window::get_sizes, tui_layout_window::add_split) | |
457 | (tui_layout_split::add_window, tui_layout_split::clone) | |
458 | (tui_layout_split::get_sizes) | |
459 | (tui_layout_split::set_weights_from_heights) | |
460 | (tui_layout_split::adjust_size, tui_layout_split::apply): New | |
461 | functions. | |
462 | (tui_layout_split::add_split, tui_layout_split::add_split) | |
463 | (tui_layout_split::set_weights_from_heights) | |
464 | (tui_layout_split::set_weights_from_heights): New functions. | |
465 | ||
fb3184d8 TT |
466 | 2019-12-11 Tom Tromey <tom@tromey.com> |
467 | ||
468 | * tui/tui-wingeneral.c (tui_gen_win_info::make_window): Update. | |
469 | * tui/tui-win.c (tui_adjust_win_heights, tui_resize_all): Update. | |
470 | * tui/tui-layout.c (tui_gen_win_info::resize): Update. | |
471 | * tui/tui-data.h (struct tui_point): Remove. | |
472 | (struct tui_gen_win_info) <origin>: Remove. | |
473 | <x, y>: New fields. | |
474 | * tui/tui-command.c (tui_cmd_window::resize): Update. | |
475 | ||
dc7ff8a6 TT |
476 | 2019-12-11 Tom Tromey <tom@tromey.com> |
477 | ||
478 | * tui/tui-stack.h (struct tui_locator_window) <min_height>: | |
479 | Implement. | |
480 | * tui/tui-regs.h (struct tui_data_item_window) <min_height>: | |
481 | Implement. | |
482 | * tui/tui-data.h (struct tui_gen_win_info) <min_height>: New | |
483 | method. | |
484 | (struct tui_win_info) <min_height>: Implement. | |
485 | ||
1431937b TT |
486 | 2019-12-11 Tom Tromey <tom@tromey.com> |
487 | ||
488 | * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method. | |
489 | (struct tui_win_info) <can_box>: Update. | |
490 | ||
c8ec2f43 TT |
491 | 2019-12-11 Tom Tromey <tom@tromey.com> |
492 | ||
493 | * tui/tui-stack.h (struct tui_locator_window) <max_height>: New | |
494 | method. | |
495 | * tui/tui-regs.h (struct tui_data_item_window) <max_height>: New | |
496 | method. | |
497 | * tui/tui-data.h (struct tui_gen_win_info) <max_height>: New | |
498 | method. | |
499 | (struct tui_win_info) <max_height>: Now override. | |
500 | ||
4decd62b JB |
501 | 2019-12-11 Joel Brobecker <brobecker@adacore.com> |
502 | ||
503 | * NEWS: Create a new section for the next release branch. | |
504 | Rename the section of the current branch, now that it has | |
505 | been cut. | |
506 | ||
d746744e JB |
507 | 2019-12-11 Joel Brobecker <brobecker@adacore.com> |
508 | ||
509 | GDB 9 branch created (27f7b2f64062ac9e52afc60509263c2702a9ebd0): | |
510 | * version.in: Bump version to 10.0.50.DATE-git. | |
511 | ||
2e744276 TT |
512 | 2019-12-11 Tom Tromey <tromey@adacore.com> |
513 | ||
514 | PR build/25268: | |
515 | * gdbsupport/thread-pool.c (set_thread_name): New function. | |
516 | (thread_pool::set_thread_count): Don't call pthread_setname_np. | |
517 | (thread_pool::thread_function): Call set_thread_name. | |
518 | ||
aac4760f TT |
519 | 2019-12-11 Tom Tromey <tromey@adacore.com> |
520 | ||
521 | * fbsd-tdep.c (fbsd_core_info_proc_status): Cast result of | |
522 | bfd_get_signed_8. | |
523 | ||
d8edc8b7 PW |
524 | 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
525 | ||
526 | * NEWS: Document -raw-values option and the related setting commands. | |
527 | * printcmd.c (print_command_parse_format): Do not set opts->raw off, | |
528 | only set it on when /r is given. | |
529 | * valprint.c (value_print_option_defs): New element raw-values. | |
530 | * Makefile.in: Add the new file. | |
531 | ||
cb511130 CB |
532 | 2019-12-10 Christian Biesinger <cbiesinger@google.com> |
533 | ||
534 | * gdbsupport/safe-strerror.c: Supress the unused function warning | |
535 | for select_strerror_r. | |
536 | ||
ab7d13f0 CB |
537 | 2019-12-10 Christian Biesinger <cbiesinger@google.com> |
538 | ||
539 | * config.in: Regenerate. | |
540 | * configure: Regenerate. | |
541 | * gdbsupport/agent.c (gdb_connect_sync_socket): Call | |
542 | safe_strerror instead of strerror. | |
543 | * gdbsupport/common.m4: Don't check for strerror. | |
544 | * gdbsupport/safe-strerror.c: Support both the glibc version | |
545 | of strerror_r and the XSI version. | |
546 | ||
6c71eb7d TT |
547 | 2019-12-10 Tom Tromey <tromey@adacore.com> |
548 | ||
549 | * ada-typeprint.c (print_choices): Use a single "?". | |
550 | (print_variant_part): Print "?" if the discriminant name | |
551 | is not known. | |
552 | ||
bac7c5cf GB |
553 | 2019-12-10 George Barrett <bob@bob131.so> |
554 | ||
555 | Fix scripted probe breakpoints. | |
556 | * breakpoint.c (tracepoint_probe_breakpoint_ops): Move | |
557 | declaration forward. | |
558 | (breakpoint_ops_for_event_location_type) | |
559 | (breakpoint_ops_for_event_location): Add function definitions. | |
560 | (break_command_1, trace_command): Use | |
561 | breakpoint_ops_for_event_location. | |
562 | * breakpoint.h (breakpoint_ops_for_event_location): Add function | |
563 | declarations. | |
564 | * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Use | |
565 | breakpoint_ops_for_event_location. | |
566 | * python/py-breakpoint.c (bppy_init): Use | |
567 | breakpoint_ops_for_event_location. | |
568 | ||
330f1d38 TBA |
569 | 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> |
570 | ||
571 | * gdbtypes.c (rank_one_type): Return INCOMPATIBLE_TYPE_BADNESS | |
572 | when ranking an lvalue argument for an rvalue parameter. | |
573 | ||
b1f0c0b9 WA |
574 | 2019-12-08 Wataru Ashihara <wataash@wataash.com> |
575 | ||
576 | * darwin-nat.c (darwin_nat_target::create_inferior): Fix | |
577 | template argument for scoped_restore_tmpl from bool to int. | |
578 | ||
aa2d5a42 KS |
579 | 2019-12-07 Keith Seitz <keiths@redhat.com> |
580 | ||
581 | * build-id.c (build_id_bfd_get): Permit bfd_core, too. | |
582 | (build_id_to_debug_bfd): Make static, rewriting to use | |
583 | build_id_to_bfd_suffix. | |
584 | (build_id_to_bfd_suffix): Copy of build_id_to_debug_bfd, | |
585 | adding `suffix' parameter. Append SUFFIX to file names | |
586 | when searching for matching files. | |
587 | (build_id_to_debug_bfd): Use build_id_to_bfd_suffix. | |
588 | (build_id_to_exec_bfd): Likewise. | |
589 | * build-id.h (build_id_to_debug_bfd): Clarify that function | |
590 | searches for BFD of debug info file. | |
591 | (build_id_to_exec_bfd): Declare. | |
592 | * corelow.c: Include build-id.h. | |
593 | (locate_exec_from_corefile_build_id): New function. | |
594 | (core_target_open): If no executable BFD is found, | |
595 | search for a core file BFD using build-id. | |
596 | ||
dfb65191 CB |
597 | 2019-12-06 Christian Biesinger <cbiesinger@google.com> |
598 | ||
599 | * bcache.c: Put in namespace gdb. | |
600 | * bcache.h: Likewise. | |
601 | * gdbtypes.c (check_types_worklist): Update. | |
602 | (types_deeply_equal): Update. | |
603 | * macrotab.c (struct macro_table) <bcache>: Update. | |
604 | (new_macro_table): Update. | |
605 | * macrotab.h (struct bcache): Put this forward declaration | |
606 | inside namespace gdb. | |
607 | (new_macro_table): Update. | |
608 | * objfiles.h (struct objfile_per_bfd_storage) <filename_cache>: | |
609 | Update. | |
610 | <macro_cache>: Update. | |
611 | * psymtab.h: (psymtab_storage) <psymbol_cache>: Update. | |
612 | ||
93e55f0a TV |
613 | 2019-12-06 Tom de Vries <tdevries@suse.de> |
614 | ||
615 | PR symtab/24971 | |
616 | * block.c (best_symbol, better_symbol): New function. | |
617 | (block_lookup_symbol_primary, block_lookup_symbol): Prefer def over | |
618 | decl. | |
619 | ||
06acc08f TBA |
620 | 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> |
621 | ||
622 | * gdbtypes.h: Define the REFERENCE_SEE_THROUGH_BADNESS value. | |
623 | * gdbtypes.c (rank_one_type): Use REFERENCE_SEE_THROUGH_BADNESS | |
624 | for ranking see-through reference cases. | |
625 | ||
e0fad1ea PW |
626 | 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
627 | * stack.c (faas_command): Check a command is provided. | |
628 | * thread.c (taas_command, tfaas_command): Likewise. | |
629 | ||
908641f5 PW |
630 | 2019-12-05 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
631 | * inferior.c (prune_inferiors): Only call delete_inferior, | |
632 | Do not modify the inferior list. | |
633 | ||
b858499d SM |
634 | 2019-12-05 Simon Marchi <simon.marchi@polymtl.ca> |
635 | ||
636 | * c-exp.y: Update calls to lookup_typename, | |
637 | lookup_signed_typename and lookup_unsigned_typename. | |
638 | * c-lang.c (evaluate_subexp_c): Likewise. | |
639 | * cp-namespace.c (cp_lookup_symbol_imports_or_template): | |
640 | Likewise. | |
641 | * eval.c (binop_promote): Likewise. | |
642 | * gdbtypes.c (lookup_typename): Remove gdbarch parameter. | |
643 | (lookup_unsigned_typename): Likewise. | |
644 | (lookup_signed_typename): Likewise. | |
645 | * gdbtypes.h (lookup_unsigned_typename): Likewise. | |
646 | (lookup_signed_typename): Likewise. | |
647 | (lookup_typename): Likewise. | |
648 | * guile/scm-type.c (tyscm_lookup_typename): Update calls to | |
649 | lookup_typename, lookup_signed_typename, | |
650 | lookup_unsigned_typename. | |
651 | * m2-exp.y: Likewise. | |
652 | * printcmd.c (printf_wide_c_string): Likewise. | |
653 | (ui_printf): Likewise. | |
654 | * python/py-type.c (typy_lookup_typename): Likewise. | |
655 | * python/py-xmethods.c (python_xmethod_worker::invoke): | |
656 | Likewise. | |
657 | * rust-exp.y: Likewise. | |
658 | ||
3a8fa228 CB |
659 | 2019-12-04 Christian Biesinger <cbiesinger@google.com> |
660 | ||
661 | * configure.nat (obsd64): Add missing files x86-nat.o and | |
662 | nat/x86-dregs.o. | |
663 | ||
2dbc041e TT |
664 | 2019-12-04 Tom Tromey <tom@tromey.com> |
665 | ||
666 | * valprint.c (val_print_string): Use metadata_style. | |
667 | * go-valprint.c (print_go_string): Use metadata style. | |
668 | * p-valprint.c (pascal_object_print_static_field): Use metadata | |
669 | style. | |
670 | * cp-valprint.c (cp_print_static_field): Use metadata style. | |
671 | ||
36c8fb93 AB |
672 | 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com> |
673 | Chris January <chris.january@arm.com> | |
674 | ||
675 | * f-exp.y (COMPLEX_KEYWORD, SINGLE, DOUBLE, PRECISION): New | |
676 | tokens. | |
677 | (typebase): New patterns for complex, single/double precision, and | |
678 | single/double complex. | |
679 | (f77_keywords): Change token for complex keyword, and add single, | |
680 | double, and precision keywords. | |
681 | ||
c6170c2c SM |
682 | 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca> |
683 | ||
684 | * avr-tdep.c (_initialize_avr_tdep): Improve help of command | |
685 | "info io_registers". | |
686 | ||
894ecaf4 SM |
687 | 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca> |
688 | ||
689 | * regcache.c (cooked_read_test): Initialize thread list of | |
690 | mock_inferior. | |
691 | ||
be155ebb SM |
692 | 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca> |
693 | ||
694 | * aarch64-linux-tdep.c: Remove includes. | |
695 | ||
c577cdd7 SM |
696 | 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca> |
697 | ||
698 | * aarch64-tdep.c: Remove includes. | |
699 | ||
610cfd61 SM |
700 | 2019-12-04 Simon Marchi <simon.marchi@efficios.com> |
701 | ||
702 | * filtered-iterator.h (filtered_iterator) <operator==, | |
703 | operator!=>: Compare wrapped iterators, not wrapped pointers. | |
704 | * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add | |
705 | unittests/filtered_iterator-selftests.c. | |
706 | * unittests/filtered_iterator-selftests.c: New file. | |
707 | ||
a05cf17a TT |
708 | 2019-12-04 Tom Tromey <tromey@adacore.com> |
709 | ||
710 | * gdbtypes.c (create_range_type): Inherit endianity | |
711 | from base type. | |
712 | ||
d5a22e77 TT |
713 | 2019-12-04 Tom Tromey <tromey@adacore.com> |
714 | ||
715 | * ada-lang.c (decode_constrained_packed_array) | |
716 | (ada_value_assign, value_assign_to_component): Update. | |
717 | * dwarf2loc.c (rw_pieced_value, access_memory) | |
718 | (dwarf2_compile_expr_to_ax): Update. | |
719 | * dwarf2read.c (dwarf2_add_field): Update. | |
720 | * eval.c (evaluate_subexp_standard): Update. | |
721 | * gdbarch.c, gdbarch.h: Rebuild. | |
722 | * gdbarch.sh (bits_big_endian): Remove. | |
723 | * gdbtypes.h (union field_location): Update comment. | |
724 | * target-descriptions.c (make_gdb_type): Update. | |
725 | * valarith.c (value_bit_index): Update. | |
726 | * value.c (struct value) <bitpos>: Update comment. | |
727 | (unpack_bits_as_long, modify_field): Update. | |
728 | * value.h (value_bitpos): Update comment. | |
729 | ||
7ab4a236 TT |
730 | 2019-12-04 Tom Tromey <tromey@adacore.com> |
731 | ||
732 | * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown | |
733 | endian-ness. | |
734 | ||
103a685e TT |
735 | 2019-12-04 Tom Tromey <tromey@adacore.com> |
736 | ||
737 | * dwarf2read.c (dwarf2_init_float_type) | |
738 | (dwarf2_init_complex_target_type): Add byte_order parameter. | |
739 | (read_base_type): Compute byte order earlier. | |
740 | * gdbtypes.c (init_float_type): Add byte_order parameter. | |
741 | * gdbtypes.h (init_float_type): Add byte_order parameter. | |
742 | ||
7a9e9f9f TT |
743 | 2019-12-04 Tom Tromey <tromey@adacore.com> |
744 | ||
745 | * unittests/tui-selftests.c: Conditionally include tui-winsource.h. | |
746 | ||
feee869b TT |
747 | 2019-12-04 Tom Tromey <tromey@adacore.com> |
748 | ||
749 | * dwarf2read.c (process_structure_scope): Initialize | |
750 | "discr_offset". | |
751 | ||
c2512106 AB |
752 | 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com> |
753 | ||
754 | * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and | |
755 | add it into the search spec. | |
756 | (parse_max_results_option): New function. | |
757 | (mi_info_functions_or_variables): Parse -max-results flag and pass | |
758 | it to mi_symbol_info. | |
759 | (mi_cmd_symbol_info_modules): Likewise. | |
760 | (mi_cmd_symbol_info_types): Likewise. | |
761 | * symtab.c (global_symbol_searcher::add_matching_symbols): Change | |
762 | return type to bool, change result container into a set, and don't | |
763 | add new results if we have enough already. | |
764 | (global_symbol_searcher::add_matching_msymbols): Change return | |
765 | type to bool, and don't add new results if we have enough already. | |
766 | (sort_search_symbols_remove_dups): Delete. | |
767 | (global_symbol_searcher::search): Early exit from search loop when | |
768 | we have enough results. Use a std::set to collect the results | |
769 | from calling add_matching_symbols. | |
770 | * symtab.h (global_symbol_searcher) <set_max_seach_results>: New | |
771 | member function. | |
772 | (global_symbol_searcher) <m_max_search_results>: New member | |
773 | variable. | |
774 | (global_symbol_searcher) <add_matching_symbols>: Update header | |
775 | comment and change return type to bool. | |
776 | (global_symbol_searcher) <add_matching_msymbols>: Update header | |
777 | comment and change return type to bool. | |
778 | ||
f97a63c5 AB |
779 | 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com> |
780 | ||
781 | * symtab.c (symbol_search::compare_search_syms): Update header | |
782 | comment. | |
783 | (global_symbol_searcher::is_suitable_msymbol): New function. | |
784 | (global_symbol_searcher::expand_symtabs): New function. | |
785 | (global_symbol_searcher::add_matching_symbols): New function. | |
786 | (global_symbol_searcher::add_matching_msymbols): New function. | |
787 | (global_symbol_searcher::search): Move most of the content | |
788 | into the new functions above, and call them as needed. | |
789 | * symtab.h (global_symbol_searcher) <expand_symtabs>: New member | |
790 | function. | |
791 | (global_symbol_searcher) <add_matching_symbols>: New member | |
792 | function. | |
793 | (global_symbol_searcher) <add_matching_msymbols>: New member | |
794 | function. | |
795 | (global_symbol_searcher) <is_suitable_msymbol>: New member | |
796 | function. | |
797 | ||
293b38d6 AB |
798 | 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com> |
799 | ||
800 | * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and | |
801 | -symbol-info-module-variables entries. | |
802 | * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare. | |
803 | (mi_cmd_symbol_info_module_variables): Declare. | |
804 | * mi/mi-symbol-cmds.c | |
805 | (module_symbol_search_iterator): New typedef. | |
806 | (output_module_symbols_in_single_module_and_file): New function. | |
807 | (output_module_symbols_in_single_module): New function. | |
808 | (mi_info_module_functions_or_variables): New function. | |
809 | (mi_cmd_symbol_info_module_functions): New function. | |
810 | (mi_cmd_symbol_info_module_variables): New function. | |
811 | * NEWS: Mention new MI command. | |
812 | ||
4cbd39b2 CB |
813 | 2019-12-03 Christian Biesinger <cbiesinger@google.com> |
814 | ||
815 | * bcache.c (hash): Remove. | |
816 | (hash_continue): Remove. | |
817 | * bcache.h (hash): Remove. | |
818 | (hash_continue): Remove. | |
819 | (struct bcache) <ctor>: Update. | |
820 | * psymtab.c (psymbol_hash): Update. | |
821 | * stabsread.c (hashname): Update. | |
822 | * utils.h (fast_hash): Add an argument for a start value, | |
823 | defaulting to zero. | |
824 | ||
82f910ea PW |
825 | 2019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
826 | * symtab.c (symbol_cache_clear_slot): Move close to cleared type. | |
827 | (destroy_block_symbol_cache): New function. | |
828 | (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache. | |
829 | (resize_symbol_cache): Likewise. | |
830 | ||
de2396d0 TT |
831 | 2019-12-02 Tom Tromey <tom@tromey.com> |
832 | ||
833 | * unittests/tui-selftests.c (run_tests): Make conditional. | |
834 | (_initialize_tui_selftest): Make conditional. | |
835 | ||
638d85bc CB |
836 | 2019-12-02 Christian Biesinger <cbiesinger@google.com> |
837 | ||
838 | * aix-thread.c (debug_aix_thread): Change type to bool. | |
839 | ||
7532a164 LM |
840 | 2019-12-02 Luis Machado <luis.machado@linaro.org> |
841 | ||
842 | * infrun.c (follow_fork_inferior): Remove outdated FIXME comment. | |
843 | ||
216a7e6b AB |
844 | 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com> |
845 | ||
846 | * dwarf2read.c (read_tag_string_type): Read the fields required to | |
847 | make a dynamic string, and possibly create a dynamic range for the | |
848 | string. | |
849 | (attr_to_dynamic_prop): Setup is_reference based on the type of | |
850 | attribute being processed. | |
851 | * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING. | |
852 | (resolve_dynamic_array): Rename to... | |
853 | (resolve_dynamic_array_or_string): ...this, update header comment, | |
854 | and accept TYPE_CODE_STRING. | |
855 | (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING. | |
856 | ||
11a8b164 AB |
857 | 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com> |
858 | ||
859 | * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most | |
860 | of its implementation from... | |
861 | (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls | |
862 | the new function. | |
863 | ||
5bbd8269 AB |
864 | 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com> |
865 | ||
866 | * dwarf2read.c (read_subrange_type): Read bit and byte stride and | |
867 | create a range with stride where appropriate. | |
868 | * f-valprint.c: Include 'gdbarch.h'. | |
869 | (f77_print_array_1): Take the stride into account when walking the | |
870 | array. Also convert the stride into addressable units. | |
871 | * gdbtypes.c (create_range_type): Initialise the stride to | |
872 | constant zero. | |
873 | (create_range_type_with_stride): New function, initialise the | |
874 | range as normal, and then setup the stride. | |
875 | (has_static_range): Include the stride here. Also change the | |
876 | return type to bool. | |
877 | (create_array_type_with_stride): Consider the range stride if the | |
878 | array isn't given its own stride. | |
879 | (resolve_dynamic_range): Resolve the stride if needed. | |
880 | * gdbtypes.h (struct range_bounds) <stride>: New member variable. | |
881 | (struct range_bounds) <flag_is_byte_stride>: New member variable. | |
882 | (TYPE_BIT_STRIDE): Define. | |
883 | (TYPE_ARRAY_BIT_STRIDE): Define. | |
884 | (create_range_type_with_stride): Declare. | |
885 | * valarith.c (value_subscripted_rvalue): Take range stride into | |
886 | account when walking the array. | |
887 | ||
82e3b564 TT |
888 | 2019-12-01 Tom Tromey <tom@tromey.com> |
889 | ||
890 | * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI | |
891 | specially. | |
892 | ||
517d261d TT |
893 | 2019-12-01 Tom Tromey <tom@tromey.com> |
894 | ||
895 | * tui/tui-winsource.c (tui_copy_source_line): Don't advance past | |
896 | \0. | |
897 | * unittests/tui-selftests.c: New file. | |
898 | * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c. | |
899 | ||
484c9b64 TT |
900 | 2019-12-01 Tom Tromey <tom@tromey.com> |
901 | ||
902 | * tui/tui.c (tui_enable): Call tui_update_variables earlier. | |
903 | ||
a2a7af0c TT |
904 | 2019-12-01 Tom Tromey <tom@tromey.com> |
905 | ||
906 | * NEWS: Document new settings. | |
907 | * tui/tui-wingeneral.c (box_win): Apply appropriate border style. | |
908 | * tui/tui-win.c (_initialize_tui_win): Add border style | |
909 | observers. | |
910 | * tui/tui-io.h (tui_apply_style): Declare. | |
911 | * tui/tui-io.c (tui_apply_style): Rename from apply_style. No | |
912 | longer static. | |
913 | (apply_ansi_escape, tui_set_reverse_mode): Update. | |
914 | * cli/cli-style.h (class cli_style_option) <add_setshow_commands>: | |
915 | Add "skip_intensity" parameter. | |
916 | <changed>: New member. | |
917 | <do_set_value>: Declare. | |
918 | (tui_border_style, tui_active_border_style): Declare. | |
919 | * cli/cli-style.c (tui_border_style, tui_active_border_style): New | |
920 | globals. | |
921 | (cli_style_option): Initialize "changed". | |
922 | (cli_style_option::do_set_value): New function. | |
923 | (cli_style_option::add_setshow_commands): Add "skip_intensity" | |
924 | parameter. Update. | |
925 | (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter. | |
926 | (_initialize_cli_style): Update. Create TUI border style | |
927 | commands. | |
928 | ||
d1da6b01 TT |
929 | 2019-12-01 Tom Tromey <tom@tromey.com> |
930 | ||
931 | * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits" | |
932 | parameter. | |
933 | * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits" | |
934 | parameter. | |
935 | * tui/tui-win.h (compact_source): Declare. | |
936 | * tui/tui-win.c (compact_source): New global. | |
937 | (tui_set_compact_source, tui_show_compact_source): New functions. | |
938 | (_initialize_tui_win): Add "compact-source" setting. | |
939 | * tui/tui-source.c (tui_source_window::set_contents): Handle | |
940 | compact_source setting. | |
941 | * tui/tui-disasm.c (tui_disasm_window::set_contents): Update. | |
942 | * NEWS: Document new setting. | |
943 | ||
489dbda6 TT |
944 | 2019-11-30 Tom Tromey <tom@tromey.com> |
945 | ||
946 | * dwarf2read.c (dwarf2_add_field): Include field offset when | |
947 | computing variant part length. | |
948 | ||
bf498525 PW |
949 | 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
950 | * NEWS: Mention define-prefix. Tell that command names can now | |
951 | contain a . character. | |
952 | ||
be09caf1 PW |
953 | 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
954 | ||
955 | * command.h (valid_cmd_char_p): Declare. | |
956 | * cli/cli-decode.c (valid_cmd_char_p): New function factorizing | |
957 | the check of valid command char. | |
958 | (find_command_name_length, valid_user_defined_cmd_name_p): Use | |
959 | valid_cmd_char_p. | |
960 | * cli/cli-script.c (validate_comname): Likewise. | |
961 | * completer.c (gdb_completer_command_word_break_characters): | |
962 | Do not remove . from the word break char, update comments. | |
963 | (complete_line_internal_1): Use valid_cmd_char_p. | |
964 | * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise. | |
965 | * python/py-cmd.c (gdbpy_parse_command_name): Likewise. | |
966 | ||
c6ac7fc9 PW |
967 | 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
968 | ||
969 | * cli/cli-script.c (do_define_command): Ensure a redefined | |
970 | prefix command is kept as a prefix command. | |
971 | (define_prefix_command): New function. | |
972 | (show_user_1): Report user defined prefixes. | |
973 | (_initialize_cli_script): Create the new 'define-prefix' command. | |
974 | Add completers for 'define' and 'document'. | |
975 | * top.c (execute_command): If command is a user-defined prefix only | |
976 | command, report the list of commands for this prefix command. | |
977 | ||
a992a3b0 TBA |
978 | 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> |
979 | ||
980 | * valops.c (find_oload_champ): Improve debug output. | |
981 | ||
e9194a1a TBA |
982 | 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> |
983 | ||
984 | * valops.c (find_oload_champ): Print part of debug messages | |
985 | before the badness vector is std::move'd. | |
986 | ||
53a008a6 TT |
987 | 2019-11-28 Tom Tromey <tom@tromey.com> |
988 | ||
989 | * value.c (creal_internal_fn): Fix comment. | |
990 | ||
bab05c83 TT |
991 | 2019-11-28 Tom Tromey <tom@tromey.com> |
992 | ||
993 | * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count, | |
994 | flag_bound_evaluated>: Now unsigned. | |
995 | ||
2522f049 TT |
996 | 2019-11-28 Tom Tromey <tom@tromey.com> |
997 | ||
998 | * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't | |
999 | declare. | |
1000 | ||
38b49e22 MS |
1001 | 2019-11-28 Mihails Strasuns <mihails.strasuns@intel.com> |
1002 | ||
1003 | * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the | |
1004 | debug output. | |
1005 | * jit.c (jit_unregister_code): Add debug print to match | |
1006 | `jit_register_code`. | |
1007 | ||
35125921 CB |
1008 | 2019-11-27 Christian Biesinger <cbiesinger@google.com> |
1009 | ||
1010 | * NEWS: Mention the new multithreaded symbol loading. | |
1011 | ||
62e77f56 CB |
1012 | 2019-11-27 Christian Biesinger <cbiesinger@google.com> |
1013 | ||
1014 | * maint.c (n_worker_threads): Default to 0. | |
1015 | (worker_threads_disabled): New function. | |
1016 | * maint.h (worker_threads_disabled): New function. | |
1017 | * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names | |
1018 | here if worker_threads_disabled () is true. | |
1019 | (minimal_symbol_reader::install): Skip all threading if | |
1020 | worker_threads_disabled () is true. | |
1021 | ||
f29d7f6b CB |
1022 | 2019-11-27 Christian Biesinger <cbiesinger@google.com> |
1023 | ||
1024 | * minsyms.c (add_minsym_to_hash_table): Use a previously computed | |
1025 | hash code if possible. | |
1026 | (add_minsym_to_demangled_hash_table): Likewise. | |
1027 | (minimal_symbol_reader::install): Compute the hash codes for msymbol | |
1028 | on the background thread. | |
1029 | * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>: | |
1030 | Add these fields. | |
1031 | ||
e76b2246 CB |
1032 | 2019-11-27 Christian Biesinger <cbiesinger@google.com> |
1033 | ||
1034 | * minsyms.c (minimal_symbol_reader::install): Also compute the hash | |
1035 | of the mangled name on the background thread. | |
1036 | * symtab.c (symbol_set_names): Allow passing in the hash of the | |
1037 | linkage_name. | |
1038 | * symtab.h (symbol_set_names): Likewise. | |
1039 | ||
8d9a2568 KB |
1040 | 2019-11-27 Kevin Buettner <kevinb@redhat.com> |
1041 | ||
1042 | * dwarf2read.c (inherit_abstract_dies): Ensure that delayed | |
1043 | physnames are computed for inherited DIEs. | |
1044 | ||
fad03f6e TT |
1045 | 2019-11-27 Tom Tromey <tromey@adacore.com> |
1046 | ||
1047 | * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary | |
1048 | backslashes. | |
1049 | * cp-support.c: Remove unnecessary backslashes. | |
1050 | ||
43678b0a CB |
1051 | 2019-11-27 Christian Biesinger <cbiesinger@google.com> |
1052 | ||
1053 | * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME | |
1054 | with sym->set_linkage_name. | |
1055 | * coffread.c (coff_read_enum_type): Likewise. | |
1056 | * mdebugread.c (parse_symbol): Likewise. | |
1057 | * stabsread.c (patch_block_stabs): Likewise. | |
1058 | (define_symbol): Likewise. | |
1059 | (read_enum_type): Likewise. | |
1060 | (common_block_end): Likewise. | |
1061 | * symtab.h (struct general_symbol_info) <set_linkage_name>: New | |
1062 | function. | |
1063 | (SYMBOL_SET_LINKAGE_NAME): Remove. | |
1064 | * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME | |
1065 | with sym->set_linkage_name. | |
1066 | ||
db5960b4 AB |
1067 | 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com> |
1068 | ||
1069 | * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry. | |
1070 | * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare. | |
1071 | * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function. | |
1072 | * NEWS: Mention new MI command. | |
1073 | ||
7dc42066 AB |
1074 | 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com> |
1075 | ||
1076 | * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions', | |
1077 | '-symbol-info-types', and '-symbol-info-variables'. | |
1078 | * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare. | |
1079 | (mi_cmd_symbol_info_types): Declare. | |
1080 | (mi_cmd_symbol_info_variables): Declare. | |
1081 | * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes. | |
1082 | (output_debug_symbol): New function. | |
1083 | (output_nondebug_symbol): New function. | |
1084 | (mi_symbol_info): New function. | |
1085 | (mi_info_functions_or_variables): New function. | |
1086 | (mi_cmd_symbol_info_functions): New function. | |
1087 | (mi_cmd_symbol_info_types): New function. | |
1088 | (mi_cmd_symbol_info_variables): New function. | |
1089 | * NEWS: Mention new commands. | |
1090 | ||
5f512a7d AB |
1091 | 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com> |
1092 | ||
1093 | * symtab.c (symbol_to_info_string): New function, most content | |
1094 | moved from print_symbol_info, but updated to return a std::string. | |
1095 | (print_symbol_info): Update to use symbol_to_info_string and print | |
1096 | returned string. | |
1097 | * symtab.h (symbol_to_info_string): Declare new function. | |
1098 | ||
470c0b1c AB |
1099 | 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com> |
1100 | ||
1101 | * python/python.c (gdbpy_rbreak): Convert to using | |
1102 | global_symbol_searcher. | |
1103 | * symtab.c (file_matches): Convert return type to bool, change | |
1104 | file list to std::vector, update header comment. | |
1105 | (search_symbols): Rename to... | |
1106 | (global_symbol_searcher::search): ...this and update now its | |
1107 | a member function of global_symbol_searcher. Take account of the | |
1108 | changes to file_matches. | |
1109 | (symtab_symbol_info): Convert to using global_symbol_searcher. | |
1110 | (rbreak_command): Likewise. | |
1111 | (search_module_symbols): Likewise. | |
1112 | * symtab.h (enum symbol_search): Update comment. | |
1113 | (search_symbols): Remove declaration. | |
1114 | (class global_symbol_searcher): New class. | |
1115 | ||
57357d9d TT |
1116 | 2019-11-26 Tom Tromey <tromey@adacore.com> |
1117 | ||
1118 | * cp-support.c (_initialize_cp_support): Conditionally initialize | |
1119 | gdb_demangle_attempt_core_dump. | |
1120 | ||
3ea16160 TT |
1121 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1122 | ||
1123 | * python/py-function.c (fnpy_init): Update. | |
1124 | * value.h (add_internal_function): Adjust declaration. | |
1125 | * value.c (function_destroyer): Remove. | |
1126 | (do_add_internal_function): Don't set destroyer or copy name. | |
1127 | (add_internal_function): Take unique_xmalloc_ptr<char> for name. | |
1128 | Set name_allocated. | |
1129 | * python/py-cmd.c (cmdpy_destroyer): Don't free "name". | |
1130 | (cmdpy_init): Set name_allocated. | |
1131 | * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New | |
1132 | member. | |
1133 | (~cmd_list_element): Free "name" if needed. | |
1134 | ||
1a6d41c6 TT |
1135 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1136 | ||
1137 | * value.h (add_internal_function): Add new overload. Move | |
1138 | documentation from value.h. | |
1139 | * value.c (do_add_internal_function): New function. | |
1140 | (add_internal_function): Use it. Add new overload. | |
1141 | (function_destroyer): Don't free doc. | |
1142 | * python/py-function.c (fnpy_init): Update. | |
1143 | ||
8318f3c3 TT |
1144 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1145 | ||
1146 | * python/py-cmd.c (cmdpy_destroyer): Don't free "doc". | |
1147 | (cmdpy_init): Set "doc_allocated". | |
1148 | ||
4da8c3a8 TT |
1149 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1150 | ||
1151 | * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set | |
1152 | name of worker thread. | |
1153 | * gdbsupport/common.m4 (GDB_AC_COMMON): Check for | |
1154 | pthread_setname_np. | |
1155 | * configure, config.in: Rebuild. | |
1156 | ||
971db5e2 TT |
1157 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1158 | ||
1159 | * python/python.c (class gdbpy_gil): New. | |
1160 | (struct gdbpy_event): Add constructor, destructor, operator(). | |
1161 | (gdbpy_post_event): Use run_on_main_thread. | |
1162 | (gdbpy_initialize_events): Remove. | |
1163 | (do_start_initialization): Update. | |
1164 | ||
22138db6 TT |
1165 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1166 | ||
1167 | * NEWS: Add entry. | |
1168 | * maint.c (_initialize_maint_cmds): Add "worker-threads" maint | |
1169 | commands. Call update_thread_pool_size. | |
1170 | (update_thread_pool_size, maintenance_set_worker_threads): New | |
1171 | functions. | |
1172 | (n_worker_threads): New global. | |
1173 | ||
d55c9a68 TT |
1174 | 2019-11-26 Christian Biesinger <cbiesinger@google.com> |
1175 | Tom Tromey <tom@tromey.com> | |
1176 | ||
1177 | * minsyms.c (minimal_symbol_reader::install): Use | |
1178 | parallel_for_each. | |
1179 | * gdbsupport/parallel-for.h: New file. | |
1180 | * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h. | |
1181 | ||
a0b57563 CB |
1182 | 2019-11-26 Christian Biesinger <cbiesinger@google.com> |
1183 | Tom Tromey <tom@tromey.com> | |
1184 | ||
1185 | * gdbsupport/thread-pool.h: New file. | |
1186 | * gdbsupport/thread-pool.c: New file. | |
1187 | * Makefile.in (COMMON_SFILES): Add thread-pool.c. | |
1188 | (HFILES_NO_SRCDIR): Add thread-pool.h. | |
1189 | ||
3b3978bc TT |
1190 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1191 | ||
1192 | * event-top.h (thread_local_segv_handler): Declare. | |
1193 | * event-top.c (thread_local_segv_handler): New global. | |
1194 | (install_handle_sigsegv, handle_sigsegv): New functions. | |
1195 | (async_init_signals): Install SIGSEGV handler. | |
1196 | * cp-support.c (gdb_demangle_jmp_buf): Change type. Now | |
1197 | thread-local. | |
1198 | (report_failed_demangle): New function. | |
1199 | (gdb_demangle): Make core_dump_allowed atomic. Remove signal | |
1200 | handler-setting code, instead use segv_handler. Run warning code | |
1201 | on main thread. | |
1202 | ||
9411c49e TT |
1203 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1204 | ||
1205 | * run-on-main-thread.c: New file. | |
1206 | * run-on-main-thread.h: New file. | |
1207 | * unittests/main-thread-selftests.c: New file. | |
1208 | * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add | |
1209 | main-thread-selftests.c. | |
1210 | (HFILES_NO_SRCDIR): Add run-on-main-thread.h. | |
1211 | (COMMON_SFILES): Add run-on-main-thread.c. | |
1212 | ||
c3efb965 TT |
1213 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1214 | ||
1215 | * main.c (setup_alternate_signal_stack): Remove. | |
1216 | (captured_main_1): Use gdb::alternate_signal_stack. | |
1217 | * gdbsupport/alt-stack.h: New file. | |
1218 | ||
21987b9c TT |
1219 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1220 | ||
1221 | * gdbsupport/signals-state-save-restore.c (original_signal_mask): | |
1222 | Remove comment. | |
1223 | (save_original_signals_state, restore_original_signals_state): Use | |
1224 | gdb_sigmask. | |
1225 | * linux-nat.c (block_child_signals, restore_child_signals_mask) | |
1226 | (_initialize_linux_nat): Use gdb_sigmask. | |
1227 | * guile/guile.c (_initialize_guile): Use block_signals. | |
1228 | * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h. | |
1229 | * gdbsupport/gdb-sigmask.h: New file. | |
1230 | * event-top.c (async_sigtstp_handler): Use gdb_sigmask. | |
1231 | * cp-support.c (gdb_demangle): Use gdb_sigmask. | |
1232 | * gdbsupport/common.m4 (GDB_AC_COMMON): Check for | |
1233 | pthread_sigmask. | |
1234 | * configure, config.in: Rebuild. | |
1235 | * gdbsupport/block-signals.h: New file. | |
1236 | ||
5e030278 TT |
1237 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1238 | ||
1239 | * acinclude.m4: Include ax_pthread.m4. | |
1240 | * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables. | |
1241 | (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS. | |
1242 | (CLIBS): Use PTHREAD_LIBS. | |
1243 | (aclocal_m4_deps): Add ax_pthread.m4. | |
1244 | * config.in, configure: Rebuild. | |
1245 | * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread. | |
1246 | ||
5a79c107 TT |
1247 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1248 | ||
1249 | * symtab.h (struct minimal_symbol) <name_set>: New member. | |
1250 | * minsyms.c (minimal_symbol_reader::record_full): Copy name. | |
1251 | Don't call symbol_set_names. | |
1252 | (minimal_symbol_reader::install): Call symbol_set_names. | |
1253 | ||
aa369509 PW |
1254 | 2019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
1255 | ||
1256 | * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after | |
1257 | restore_active_ext_lang, as GIL is needed for (indirectly) | |
1258 | called PyOS_InterruptOccurred. | |
1259 | ||
cadc9cb8 SM |
1260 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1261 | ||
1262 | * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with | |
1263 | definition. | |
1264 | ||
d04afd58 SM |
1265 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1266 | ||
1267 | * remote-sim.c (simulator_command): Make static, remove | |
1268 | declaration. | |
1269 | ||
dd694d77 SM |
1270 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1271 | ||
1272 | * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make | |
1273 | static. | |
1274 | * unittests/basic_string_view/capacity/1.cc (test01): Likewise. | |
1275 | * unittests/basic_string_view/cons/char/1.cc (test01): Likewise. | |
1276 | (main): Likewise. | |
1277 | * unittests/basic_string_view/cons/char/2.cc (test03): Likewise. | |
1278 | (main): Likewise. | |
1279 | * unittests/basic_string_view/cons/char/3.cc (test05): Likewise. | |
1280 | (main): Likewise. | |
1281 | * unittests/basic_string_view/element_access/char/1.cc (test01): | |
1282 | Likewise. | |
1283 | (main): Likewise. | |
1284 | * unittests/basic_string_view/element_access/char/empty.cc (main): | |
1285 | Likewise. | |
1286 | * unittests/basic_string_view/element_access/char/front_back.cc | |
1287 | (test01): Likewise. | |
1288 | (main): Likewise. | |
1289 | * unittests/basic_string_view/inserters/char/2.cc (test05): | |
1290 | Likewise. | |
1291 | (main): Likewise. | |
1292 | * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc | |
1293 | (test01): Likewise. | |
1294 | (main): Likewise. | |
1295 | * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc | |
1296 | (test01): Likewise. | |
1297 | (main): Likewise. | |
1298 | * unittests/basic_string_view/modifiers/swap/char/1.cc (test01): | |
1299 | Likewise. | |
1300 | * unittests/basic_string_view/operations/compare/char/1.cc | |
1301 | (test01): Likewise. | |
1302 | (main): Likewise. | |
1303 | * unittests/basic_string_view/operations/compare/char/13650.cc | |
1304 | (test01): Likewise. | |
1305 | * unittests/basic_string_view/operations/copy/char/1.cc (test01): | |
1306 | Likewise. | |
1307 | (main): Likewise. | |
1308 | * unittests/basic_string_view/operations/data/char/1.cc (test01): | |
1309 | Likewise. | |
1310 | (main): Likewise. | |
1311 | * unittests/basic_string_view/operations/find/char/1.cc (test01): | |
1312 | Likewise. | |
1313 | (main): Likewise. | |
1314 | * unittests/basic_string_view/operations/find/char/2.cc (test02): | |
1315 | Likewise. | |
1316 | (main): Likewise. | |
1317 | * unittests/basic_string_view/operations/find/char/3.cc (test03): | |
1318 | Likewise. | |
1319 | (main): Likewise. | |
1320 | * unittests/basic_string_view/operations/find/char/4.cc (main): | |
1321 | Likewise. | |
1322 | * unittests/basic_string_view/operations/rfind/char/1.cc (test01): | |
1323 | Likewise. | |
1324 | (main): Likewise. | |
1325 | * unittests/basic_string_view/operations/rfind/char/2.cc (test02): | |
1326 | Likewise. | |
1327 | (main): Likewise. | |
1328 | * unittests/basic_string_view/operations/rfind/char/3.cc (test03): | |
1329 | Likewise. | |
1330 | (main): Likewise. | |
1331 | * unittests/basic_string_view/operations/substr/char/1.cc | |
1332 | (test01): Likewise. | |
1333 | (main): Likewise. | |
1334 | * unittests/basic_string_view/operators/char/2.cc (main): | |
1335 | Likewise. | |
1336 | * unittests/optional/assignment/1.cc (test): Likewise. | |
1337 | * unittests/optional/assignment/2.cc (test): Likewise. | |
1338 | * unittests/optional/assignment/3.cc (test): Likewise. | |
1339 | * unittests/optional/assignment/4.cc (test): Likewise. | |
1340 | * unittests/optional/assignment/5.cc (test): Likewise. | |
1341 | * unittests/optional/assignment/6.cc (test): Likewise. | |
1342 | * unittests/optional/assignment/7.cc (test): Likewise. | |
1343 | * unittests/optional/cons/copy.cc (test): Likewise. | |
1344 | * unittests/optional/cons/default.cc (test): Likewise. | |
1345 | * unittests/optional/cons/move.cc (test): Likewise. | |
1346 | * unittests/optional/cons/value.cc (test): Likewise. | |
1347 | * unittests/optional/in_place.cc (test): Likewise. | |
1348 | * unittests/optional/observers/1.cc (test): Likewise. | |
1349 | * unittests/optional/observers/2.cc (test): Likewise. | |
1350 | ||
3b5c1d49 SM |
1351 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1352 | ||
1353 | * tui-win.h (tui_set_var_cmd): Remove. | |
1354 | * tui-win.c (tui_set_var_cmd): Make static. | |
1355 | ||
adce99fe SM |
1356 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1357 | ||
1358 | * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper, | |
1359 | rbreak_command_wrapper): Remove. | |
1360 | * symtab.c (rbreak_command_wrapper): Remove. | |
1361 | ||
fe3adccf SM |
1362 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1363 | ||
1364 | * inferior.h (info_terminal_command): Remove declaration. | |
1365 | * inflow.c (info_terminal_command): Make static. | |
1366 | ||
b926335f SM |
1367 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1368 | ||
1369 | * inferior.c (exit_inferior_silent): Remove. | |
1370 | ||
b62f6f54 SM |
1371 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1372 | ||
1373 | * dictionary.c (dict_empty, mdict_empty): Remove. | |
1374 | * dictionary.c (mdict_empty): Remove. | |
1375 | ||
cb8c24b6 SM |
1376 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1377 | ||
1378 | * arc-tdep.c (arc_insn_get_memory_base_reg): Make static. | |
1379 | (arc_insn_get_memory_offset): Likewise. | |
1380 | (arc_insn_dump): Likewise. | |
1381 | * cp-support.c (test_cp_symbol_name_matches): Likewise. | |
1382 | * csky-linux-tdep.c (csky_supply_fregset): Likewise. | |
1383 | * dictionary.c (dict_iterator_next): Likewise. | |
1384 | (dict_iter_match_first): Likewise. | |
1385 | (dict_iter_match_next): Likewise. | |
1386 | * f-lang.c (evaluate_subexp_f): Likewise. | |
1387 | * hppa-tdep.c (hppa_read_pc): Likewise. | |
1388 | * i386-tdep.c (i386_floatformat_for_type): Likewise. | |
1389 | * parse.c (write_exp_elt_msym): Likewise. | |
1390 | * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise. | |
1391 | * remote.c (remote_packet_size): Likewise. | |
1392 | (remote_notif_stop_parse): Likewise. | |
1393 | * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise. | |
1394 | * s12z-tdep.c (s12z_disassemble_info): Likewise. | |
1395 | * source.c (prepare_path_for_appending): Likewise. | |
1396 | * sparc64-linux-tdep.c | |
1397 | (sparc64_linux_handle_segmentation_fault); Likewise. | |
1398 | * stack.c (frame_selection_by_function_completer): Likewise. | |
1399 | ||
781597ff SM |
1400 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1401 | ||
1402 | * completer.c (set_gdb_completion_word_break_characters): | |
1403 | Remove. | |
1404 | ||
23baa4cc SM |
1405 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1406 | ||
1407 | * dwarf-index-write.c: Include dwarf-index-write.h. | |
1408 | * mi/mi-interp.c: Include mi/mi-interp.h. | |
1409 | ||
23767560 SM |
1410 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1411 | ||
1412 | * aarch32-tdep.c: Include aarch32-tdep.h. | |
1413 | * aarch32-tdep.h: Forward-declare struct target_desc. | |
1414 | ||
6d91ce9a CB |
1415 | 2019-11-26 Christian Biesinger <cbiesinger@google.com> |
1416 | ||
1417 | * linux-nat.c (detach_one_lwp): Call safe_strerror instead of | |
1418 | strerror. | |
1419 | * nto-procfs.c (nto_procfs_target::create_inferior): Likewise. | |
1420 | * windows-nat.c (windows_nat_target::create_inferior): Likewise. | |
1421 | ||
3cf2f237 TV |
1422 | 2019-11-25 Tom de Vries <tdevries@suse.de> |
1423 | ||
1424 | * contrib/words.sh: Add -c option. | |
1425 | ||
5b89c67a CB |
1426 | 2019-11-25 Christian Biesinger <cbiesinger@google.com> |
1427 | ||
1428 | * solib.c (solib_find_1): Change int to bool. | |
1429 | (exec_file_find): Change int to bool. | |
1430 | (solib_find): Change int to bool. | |
1431 | (solib_read_symbols): Change int to bool. | |
1432 | (solib_used): Change int to bool. | |
1433 | (solib_add): Change int to bool. | |
1434 | (info_sharedlibrary_command): Change int to bool. | |
1435 | (solib_contains_address_p): Change int to bool. | |
1436 | (solib_keep_data_in_core): Change int to bool. | |
1437 | (in_solib_dynsym_resolve_code): Change int to bool. | |
1438 | (reload_shared_libraries_1): Change int to bool. | |
1439 | (gdb_sysroot_changed): Change int to bool. | |
1440 | * solib.h (solib_read_symbols): Change int to bool. | |
1441 | (solib_contains_address_p): Change int to bool. | |
1442 | (solib_keep_data_in_core): Change int to bool. | |
1443 | (in_solib_dynsym_resolve_code): Change int to bool. | |
1444 | (libpthread_name_p): Change int to bool. | |
1445 | ||
6cc8564b LM |
1446 | 2019-11-25 Luis Machado <luis.machado@linaro.org> |
1447 | ||
1448 | * NEWS (New Commands): Mention "set debug remote-packet-max-chars". | |
1449 | * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove. | |
1450 | (remote_packet_max_chars): New static global. | |
1451 | (show_remote_packet_max_chars): New function. | |
1452 | (remote_target::putpkt_binary): Adjust to use new | |
1453 | remote_packet_max_chars option. | |
1454 | (remote_target::getpkt_or_notif_sane_1): Likewise. | |
1455 | (_initialize_remote): Register new remote-packet-max-chars option. | |
1456 | ||
a7cdaa91 SM |
1457 | 2019-11-24 Simon Marchi <simon.marchi@efficios.com> |
1458 | ||
1459 | * m68k-linux-nat.c: Include gdbarch.h. | |
1460 | ||
26abc753 TT |
1461 | 2019-11-24 Tom Tromey <tom@tromey.com> |
1462 | ||
1463 | * symfile.c (read_symbols): Update. | |
1464 | * psymtab.c (require_partial_symbols): Change type of "verbose" to | |
1465 | bool. | |
1466 | (psym_map_symtabs_matching_filename, find_pc_sect_psymtab) | |
1467 | (psym_lookup_symbol, psym_find_last_source_symtab) | |
1468 | (psym_forget_cached_source_info, psym_print_stats) | |
1469 | (psym_expand_symtabs_for_function, psym_expand_all_symtabs) | |
1470 | (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames) | |
1471 | (psym_map_matching_symbols, psym_expand_symtabs_matching) | |
1472 | (psym_find_compunit_symtab_by_address) | |
1473 | (maintenance_print_psymbols, maintenance_info_psymtabs) | |
1474 | (maintenance_check_psymtabs): Update. | |
1475 | * psymtab.h (require_partial_symbols): Change type of "verbose" to | |
1476 | bool. | |
1477 | ||
012fc909 TT |
1478 | 2019-11-22 Tom Tromey <tom@tromey.com> |
1479 | ||
1480 | * observable.h: Update comments. | |
1481 | ||
c83d8d32 TT |
1482 | 2019-11-22 Tom Tromey <tromey@adacore.com> |
1483 | ||
1484 | * ada-tasks.c (ada_task_is_alive): Make parameter const. | |
1485 | (print_ada_task_info): Don't try to fetch thread id if task is not | |
1486 | alive. | |
1487 | ||
987012b8 CB |
1488 | 2019-11-22 Christian Biesinger <cbiesinger@google.com> |
1489 | ||
1490 | * ada-exp.y: Update. | |
1491 | * ada-lang.c (sort_choices): Update. | |
1492 | (ada_print_symbol_signature): Update. | |
1493 | (resolve_subexp): Update. | |
1494 | (ada_parse_renaming): Update. | |
1495 | (ada_read_renaming_var_value): Update. | |
1496 | (lesseq_defined_than): Update. | |
1497 | (remove_extra_symbols): Update. | |
1498 | (remove_irrelevant_renamings): Update. | |
1499 | (ada_add_block_symbols): Update. | |
1500 | (ada_collect_symbol_completion_matches): Update. | |
1501 | (ada_is_renaming_symbol): Update. | |
1502 | (aggregate_assign_from_choices): Update. | |
1503 | (ada_evaluate_subexp): Update. | |
1504 | (ada_has_this_exception_support): Update. | |
1505 | (ada_is_non_standard_exception_sym): Update. | |
1506 | (ada_add_exceptions_from_frame): Update. | |
1507 | (ada_add_global_exceptions): Update. | |
1508 | (ada_print_subexp): Update. | |
1509 | * ax-gdb.c (gen_var_ref): Update. | |
1510 | (gen_maybe_namespace_elt): Update. | |
1511 | (gen_expr_for_cast): Update. | |
1512 | (gen_expr): Update. | |
1513 | * block.h: Update. | |
1514 | * blockframe.c (find_pc_partial_function): Update. | |
1515 | * breakpoint.c (print_breakpoint_location): Update. | |
1516 | (update_static_tracepoint): Update. | |
1517 | * btrace.c (ftrace_print_function_name): Update. | |
1518 | (ftrace_function_switched): Update. | |
1519 | * buildsym.c (find_symbol_in_list): Update. | |
1520 | * c-exp.y: Update. | |
1521 | * c-typeprint.c (c_print_typedef): Update. | |
1522 | (c_type_print_template_args): Update. | |
1523 | * cli/cli-cmds.c (edit_command): Update. | |
1524 | (list_command): Update. | |
1525 | (print_sal_location): Update. | |
1526 | * coffread.c (patch_opaque_types): Update. | |
1527 | (process_coff_symbol): Update. | |
1528 | (coff_read_enum_type): Update. | |
1529 | * compile/compile-c-symbols.c (c_symbol_substitution_name): Update. | |
1530 | (convert_one_symbol): Update. | |
1531 | (hash_symname): Update. | |
1532 | (eq_symname): Update. | |
1533 | * compile/compile-cplus-symbols.c (convert_one_symbol): Update. | |
1534 | * compile/compile-cplus-types.c (debug_print_scope): Update. | |
1535 | * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update. | |
1536 | * compile/compile-object-load.c (get_out_value_type): Update. | |
1537 | * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update. | |
1538 | (search_symbol_list): Update. | |
1539 | (cp_lookup_symbol_imports_or_template): Update. | |
1540 | * cp-support.c (overload_list_add_symbol): Update. | |
1541 | * ctfread.c (psymtab_to_symtab): Update. | |
1542 | * dbxread.c (cp_set_block_scope): Update. | |
1543 | * dictionary.c (iter_match_first_hashed): Update. | |
1544 | (iter_match_next_hashed): Update. | |
1545 | (insert_symbol_hashed): Update. | |
1546 | (iter_match_next_linear): Update. | |
1547 | * dictionary.h: Update. | |
1548 | * dwarf2loc.c (func_get_frame_base_dwarf_block): Update. | |
1549 | (locexpr_describe_location_piece): Update. | |
1550 | (locexpr_describe_location_1): Update. | |
1551 | (locexpr_generate_c_location): Update. | |
1552 | (loclist_describe_location): Update. | |
1553 | (loclist_generate_c_location): Update. | |
1554 | * dwarf2read.c (dw2_debug_names_lookup_symbol): Update. | |
1555 | (read_func_scope): Update. | |
1556 | (process_enumeration_scope): Update. | |
1557 | (new_symbol): Update. | |
1558 | (dwarf2_const_value): Update. | |
1559 | (dwarf2_symbol_mark_computed): Update. | |
1560 | * eval.c (evaluate_funcall): Update. | |
1561 | (evaluate_subexp_standard): Update. | |
1562 | * expprint.c (print_subexp_standard): Update. | |
1563 | (dump_subexp_body_standard): Update. | |
1564 | * f-valprint.c (info_common_command_for_block): Update. | |
1565 | * findvar.c (get_hosting_frame): Update. | |
1566 | (default_read_var_value): Update. | |
1567 | * go-lang.c (go_symbol_package_name): Update. | |
1568 | * guile/scm-block.c (bkscm_print_block_smob): Update. | |
1569 | * guile/scm-symbol.c (syscm_print_symbol_smob): Update. | |
1570 | (gdbscm_symbol_name): Update. | |
1571 | (gdbscm_symbol_linkage_name): Update. | |
1572 | (gdbscm_symbol_print_name): Update. | |
1573 | * infcall.c (get_function_name): Update. | |
1574 | * infcmd.c (jump_command): Update. | |
1575 | (finish_command): Update. | |
1576 | * infrun.c (insert_exception_resume_breakpoint): Update. | |
1577 | * linespec.c (canonicalize_linespec): Update. | |
1578 | (create_sals_line_offset): Update. | |
1579 | (convert_linespec_to_sals): Update. | |
1580 | (complete_label): Update. | |
1581 | (find_label_symbols_in_block): Update. | |
1582 | * m2-typeprint.c (m2_print_typedef): Update. | |
1583 | * mdebugread.c (mdebug_reg_to_regnum): Update. | |
1584 | (parse_symbol): Update. | |
1585 | (mylookup_symbol): Update. | |
1586 | * mi/mi-cmd-stack.c (list_arg_or_local): Update. | |
1587 | (list_args_or_locals): Update. | |
1588 | * objc-lang.c (compare_selectors): Update. | |
1589 | (info_selectors_command): Update. | |
1590 | (compare_classes): Update. | |
1591 | (info_classes_command): Update. | |
1592 | (find_imps): Update. | |
1593 | * p-typeprint.c (pascal_print_typedef): Update. | |
1594 | * printcmd.c (build_address_symbolic): Update. | |
1595 | (info_address_command): Update. | |
1596 | (print_variable_and_value): Update. | |
1597 | * python/py-framefilter.c (extract_sym): Update. | |
1598 | (py_print_single_arg): Update. | |
1599 | * python/py-symbol.c (sympy_str): Update. | |
1600 | (sympy_get_name): Update. | |
1601 | (sympy_get_linkage_name): Update. | |
1602 | * python/python.c (gdbpy_rbreak): Update. | |
1603 | * record-btrace.c (btrace_get_bfun_name): Update. | |
1604 | (btrace_call_history): Update. | |
1605 | * rust-lang.c (rust_print_typedef): Update. | |
1606 | * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update. | |
1607 | * stabsread.c (stab_reg_to_regnum): Update. | |
1608 | (define_symbol): Update. | |
1609 | (read_enum_type): Update. | |
1610 | (common_block_end): Update. | |
1611 | (cleanup_undefined_types_1): Update. | |
1612 | (scan_file_globals): Update. | |
1613 | * stack.c (print_frame_arg): Update. | |
1614 | (print_frame_args): Update. | |
1615 | (find_frame_funname): Update. | |
1616 | (info_frame_command_core): Update. | |
1617 | (iterate_over_block_locals): Update. | |
1618 | (print_block_frame_labels): Update. | |
1619 | (do_print_variable_and_value): Update. | |
1620 | (iterate_over_block_arg_vars): Update. | |
1621 | (return_command): Update. | |
1622 | * symmisc.c (dump_symtab_1): Update. | |
1623 | (print_symbol): Update. | |
1624 | * symtab.c (eq_symbol_entry): Update. | |
1625 | (symbol_cache_dump): Update. | |
1626 | (lookup_language_this): Update. | |
1627 | (find_pc_sect_line): Update. | |
1628 | (skip_prologue_sal): Update. | |
1629 | (symbol_search::compare_search_syms): Update. | |
1630 | (treg_matches_sym_type_name): Update. | |
1631 | (search_symbols): Update. | |
1632 | (print_symbol_info): Update. | |
1633 | (rbreak_command): Update. | |
1634 | (completion_list_add_symbol): Update. | |
1635 | (find_gnu_ifunc): Update. | |
1636 | (get_symbol_address): Update. | |
1637 | (search_module_symbols): Update. | |
1638 | (info_module_subcommand): Update. | |
1639 | * symtab.h (SYMBOL_NATURAL_NAME): Remove. | |
1640 | (SYMBOL_LINKAGE_NAME): Remove. | |
1641 | (SYMBOL_DEMANGLED_NAME): Remove. | |
1642 | (SYMBOL_PRINT_NAME): Remove. | |
1643 | (SYMBOL_SEARCH_NAME): Remove. | |
1644 | * tracepoint.c (set_traceframe_context): Update. | |
1645 | (validate_actionline): Update. | |
1646 | (collection_list::collect_symbol): Update. | |
1647 | (encode_actions_1): Update. | |
1648 | (info_scope_command): Update. | |
1649 | (print_one_static_tracepoint_marker): Update. | |
1650 | * typeprint.c (typedef_hash_table::add_template_parameters): Update. | |
1651 | * valops.c (address_of_variable): Update. | |
1652 | (find_overload_match): Update. | |
1653 | (find_oload_champ): Update. | |
1654 | ||
c9d95fa3 CB |
1655 | 2019-11-22 Christian Biesinger <cbiesinger@google.com> |
1656 | ||
1657 | * ada-lang.c (ada_lookup_simple_minsym): Update. | |
1658 | (ada_collect_symbol_completion_matches): Update. | |
1659 | * ada-tasks.c (read_atcb): Update. | |
1660 | * amd64-windows-tdep.c (amd64_skip_main_prologue): Update. | |
1661 | (amd64_windows_skip_trampoline_code): Update. | |
1662 | * arm-tdep.c (skip_prologue_function): Update. | |
1663 | (arm_skip_stack_protector): Update. | |
1664 | * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update. | |
1665 | (arm_wince_skip_main_prologue): Update. | |
1666 | * ax-gdb.c (gen_expr): Update. | |
1667 | * block.c (call_site_for_pc): Update. | |
1668 | * blockframe.c (find_pc_partial_function): Update. | |
1669 | * breakpoint.c (set_breakpoint_location_function): Update. | |
1670 | * btrace.c (ftrace_print_function_name): Update. | |
1671 | (ftrace_function_switched): Update. | |
1672 | * c-valprint.c (print_unpacked_pointer): Update. | |
1673 | * coffread.c (coff_symfile_read): Update. | |
1674 | * compile/compile-c-symbols.c (convert_symbol_bmsym): Update. | |
1675 | * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update. | |
1676 | * dwarf-index-write.c (write_psymbols): Update. | |
1677 | * dwarf2loc.c (call_site_to_target_addr): Update. | |
1678 | (func_verify_no_selftailcall): Update. | |
1679 | (tailcall_dump): Update. | |
1680 | (call_site_find_chain_1): Update. | |
1681 | (dwarf_expr_reg_to_entry_parameter): Update. | |
1682 | * elfread.c (elf_gnu_ifunc_record_cache): Update. | |
1683 | * eval.c (evaluate_funcall): Update. | |
1684 | (evaluate_subexp_standard): Update. | |
1685 | (evaluate_subexp_for_sizeof): Update. | |
1686 | * expprint.c (print_subexp_standard): Update. | |
1687 | (dump_subexp_body_standard): Update. | |
1688 | * frame.c (get_prev_frame_always_1): Update. | |
1689 | * frv-tdep.c (frv_skip_main_prologue): Update. | |
1690 | * gnu-v2-abi.c (gnuv2_value_rtti_type): Update. | |
1691 | * gnu-v3-abi.c (gnuv3_rtti_type): Update. | |
1692 | (gnuv3_get_typename_from_type_info): Update. | |
1693 | (gnuv3_skip_trampoline): Update. | |
1694 | * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update. | |
1695 | * i386-tdep.c (i386_skip_main_prologue): Update. | |
1696 | (i386_pe_skip_trampoline_code): Update. | |
1697 | * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update. | |
1698 | * infcall.c (get_function_name): Update. | |
1699 | * linespec.c (minsym_found): Update. | |
1700 | * linux-fork.c (info_checkpoints_command): Update. | |
1701 | * m32c-tdep.c (m32c_m16c_address_to_pointer): Update. | |
1702 | (m32c_m16c_pointer_to_address): Update. | |
1703 | * maint.c (maintenance_translate_address): Update. | |
1704 | * minsyms.c (add_minsym_to_hash_table): Update. | |
1705 | (add_minsym_to_demangled_hash_table): Update. | |
1706 | (lookup_minimal_symbol_mangled): Update. | |
1707 | (lookup_minimal_symbol_demangled): Update. | |
1708 | (lookup_minimal_symbol_linkage): Update. | |
1709 | (lookup_minimal_symbol_text): Update. | |
1710 | (lookup_minimal_symbol_by_pc_name): Update. | |
1711 | (minimal_symbol_is_less_than): Update. | |
1712 | (compact_minimal_symbols): Update. | |
1713 | (build_minimal_symbol_hash_tables): Update. | |
1714 | (find_solib_trampoline_target): Update. | |
1715 | * mips-tdep.c (mips_stub_frame_sniffer): Update. | |
1716 | (mips_skip_pic_trampoline_code): Update. | |
1717 | * msp430-tdep.c (msp430_skip_trampoline_code): Update. | |
1718 | * objc-lang.c (info_selectors_command): Update. | |
1719 | (info_classes_command): Update. | |
1720 | (find_methods): Update. | |
1721 | (find_imps): Update. | |
1722 | * p-valprint.c (pascal_val_print): Update. | |
1723 | * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update. | |
1724 | * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update. | |
1725 | * printcmd.c (build_address_symbolic): Update. | |
1726 | (info_symbol_command): Update. | |
1727 | * psymtab.c (psymbol_name_matches): Update. | |
1728 | (match_partial_symbol): Update. | |
1729 | (lookup_partial_symbol): Update. | |
1730 | (print_partial_symbols): Update. | |
1731 | (sort_pst_symbols): Update. | |
1732 | (maintenance_check_psymtabs): Update. | |
1733 | * python/py-framefilter.c (py_print_frame): Update. | |
1734 | * python/python.c (gdbpy_rbreak): Update. | |
1735 | * record-btrace.c (btrace_get_bfun_name): Update. | |
1736 | (btrace_call_history): Update. | |
1737 | * rs6000-tdep.c (rs6000_skip_main_prologue): Update. | |
1738 | (rs6000_skip_trampoline_code): Update. | |
1739 | * sol-thread.c (info_cb): Update. | |
1740 | * stabsread.c (scan_file_globals): Update. | |
1741 | * stack.c (find_frame_funname): Update. | |
1742 | (info_frame_command_core): Update. | |
1743 | * symmisc.c (dump_msymbols): Update. | |
1744 | * symtab.c (symbol_natural_name): Rename to.., | |
1745 | (general_symbol_info::natural_name): ...this. | |
1746 | (symbol_demangled_name): Rename to... | |
1747 | (general_symbol_info::demangled_name): ...this. | |
1748 | (symbol_search_name): Rename to... | |
1749 | (general_symbol_info::search_name): ...this. | |
1750 | (symbol_matches_search_name): Update. | |
1751 | (find_pc_sect_line): Update. | |
1752 | (skip_prologue_sal): Update. | |
1753 | (search_symbols): Update. | |
1754 | (print_msymbol_info): Update. | |
1755 | (rbreak_command): Update. | |
1756 | (completion_list_add_msymbol): Update. | |
1757 | (completion_list_objc_symbol): Update. | |
1758 | (get_msymbol_address): Update. | |
1759 | * symtab.h (struct general_symbol_info): Add member functions | |
1760 | natural_name (), linkage_name (), print_name (), demangled_name (), | |
1761 | and search_name (). | |
1762 | (SYMBOL_NATURAL_NAME): Update. | |
1763 | (symbol_natural_name): Move to a member function on general_symbol_info. | |
1764 | (SYMBOL_DEMANGLED_NAME): Update. | |
1765 | (symbol_demangled_name): Move to a member function on | |
1766 | general_symbol_info. | |
1767 | (SYMBOL_SEARCH_NAME): Update. | |
1768 | (symbol_search_name): Move to a member function on general_symbol_info. | |
1769 | (MSYMBOL_NATURAL_NAME): Remove. | |
1770 | (MSYMBOL_LINKAGE_NAME): Remove. | |
1771 | (MSYMBOL_PRINT_NAME): Remove. | |
1772 | (MSYMBOL_DEMANGLED_NAME): Remove. | |
1773 | (MSYMBOL_SEARCH_NAME): Remove. | |
1774 | * x86-tdep.c (x86_in_indirect_branch_thunk): Update. | |
1775 | ||
f8bab2d6 CB |
1776 | 2019-11-22 Christian Biesinger <cbiesinger@google.com> |
1777 | ||
1778 | * symtab.c (create_demangled_names_hash): Use per_bfd-> | |
1779 | minimal_symbol_count for computing the initial size, if greater | |
1780 | than our default size. | |
1781 | ||
85e7588d TV |
1782 | 2019-11-22 Tom de Vries <tdevries@suse.de> |
1783 | ||
1784 | * contrib/words.sh: Improve words extraction. | |
1785 | ||
f6180073 TV |
1786 | 2019-11-22 Tom de Vries <tdevries@suse.de> |
1787 | ||
1788 | * contrib/words.sh: Combine sed invocations. | |
1789 | ||
f10ffa41 CB |
1790 | 2019-11-21 Christian Biesinger <cbiesinger@google.com> |
1791 | ||
1792 | * Makefile.in: Update. | |
1793 | * demangle.c: Rename to... | |
1794 | * gdb-demangle.c: ..this. | |
1795 | (is_cplus_marker): Change return type to bool. | |
1796 | (_initialize_demangler): Rename to... | |
1797 | (_initialize_gdb_demangle): ...this. | |
1798 | * gdb-demangle.h (is_cplus_marker): Change return type to bool. | |
1799 | * symtab.h (demangle): Remove declaration; instead include | |
1800 | gdb-demangle.h. | |
1801 | ||
6ba18521 TT |
1802 | 2019-11-21 Tom Tromey <tromey@adacore.com> |
1803 | ||
1804 | * gdbsupport/format.c (format_pieces): Parse %I64d. | |
1805 | * unittests/format_pieces-selftests.c (test_windows_formats): New | |
1806 | function. | |
1807 | (run_tests): Call it. | |
1808 | ||
34877895 PJ |
1809 | 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com> |
1810 | ||
1811 | Byte reverse display of variables with DW_END_big, DW_END_little | |
1812 | (DW_AT_endianity) dwarf attributes if different than the native | |
1813 | byte order. | |
1814 | * ada-lang.c (ada_value_binop): | |
1815 | Use type_byte_order instead of gdbarch_byte_order. | |
1816 | * ada-valprint.c (printstr): | |
1817 | (ada_val_print_string): | |
1818 | * ada-lang.c (value_pointer): | |
1819 | (ada_value_binop): | |
1820 | Use type_byte_order instead of gdbarch_byte_order. | |
1821 | * c-lang.c (c_get_string): | |
1822 | Use type_byte_order instead of gdbarch_byte_order. | |
1823 | * c-valprint.c (c_val_print_array): | |
1824 | Use type_byte_order instead of gdbarch_byte_order. | |
1825 | * cp-valprint.c (cp_print_class_member): | |
1826 | Use type_byte_order instead of gdbarch_byte_order. | |
1827 | * dwarf2loc.c (rw_pieced_value): | |
1828 | Use type_byte_order instead of gdbarch_byte_order. | |
1829 | * dwarf2read.c (read_base_type): Handle DW_END_big, | |
1830 | DW_END_little | |
1831 | * f-lang.c (f_get_encoding): | |
1832 | Use type_byte_order instead of gdbarch_byte_order. | |
1833 | * findvar.c (default_read_var_value): | |
1834 | Use type_byte_order instead of gdbarch_byte_order. | |
1835 | * gdbtypes.c (check_types_equal): | |
1836 | Require matching TYPE_ENDIANITY_NOT_DEFAULT if set. | |
1837 | (recursive_dump_type): Print TYPE_ENDIANITY_BIG, | |
1838 | and TYPE_ENDIANITY_LITTLE if set. | |
1839 | (type_byte_order): new function. | |
1840 | * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro. | |
1841 | (struct main_type) <flag_endianity_not_default>: | |
1842 | New field. | |
1843 | (type_byte_order): New function. | |
1844 | * infcmd.c (default_print_one_register_info): | |
1845 | Use type_byte_order instead of gdbarch_byte_order. | |
1846 | * p-lang.c (pascal_printstr): | |
1847 | Use type_byte_order instead of gdbarch_byte_order. | |
1848 | * p-valprint.c (pascal_val_print): | |
1849 | Use type_byte_order instead of gdbarch_byte_order. | |
1850 | * printcmd.c (print_scalar_formatted): | |
1851 | Use type_byte_order instead of gdbarch_byte_order. | |
1852 | * solib-darwin.c (darwin_current_sos): | |
1853 | Use type_byte_order instead of gdbarch_byte_order. | |
1854 | * solib-svr4.c (solib_svr4_r_ldsomap): | |
1855 | Use type_byte_order instead of gdbarch_byte_order. | |
1856 | * stap-probe.c (stap_modify_semaphore): | |
1857 | Use type_byte_order instead of gdbarch_byte_order. | |
1858 | * target-float.c (target_float_same_format_p): | |
1859 | Use type_byte_order instead of gdbarch_byte_order. | |
1860 | * valarith.c (scalar_binop): | |
1861 | (value_bit_index): | |
1862 | Use type_byte_order instead of gdbarch_byte_order. | |
1863 | * valops.c (value_cast): | |
1864 | Use type_byte_order instead of gdbarch_byte_order. | |
1865 | * valprint.c (generic_emit_char): | |
1866 | (generic_printstr): | |
1867 | (val_print_string): | |
1868 | Use type_byte_order instead of gdbarch_byte_order. | |
1869 | * value.c (unpack_long): | |
1870 | (unpack_bits_as_long): | |
1871 | (unpack_value_bitfield): | |
1872 | (modify_field): | |
1873 | (pack_long): | |
1874 | (pack_unsigned_long): | |
1875 | Use type_byte_order instead of gdbarch_byte_order. | |
1876 | * findvar.c (unsigned_pointer_to_address): | |
1877 | (signed_pointer_to_address): | |
1878 | (unsigned_address_to_pointer): | |
1879 | (address_to_signed_pointer): | |
1880 | (default_read_var_value): | |
1881 | (default_value_from_register): | |
1882 | Use type_byte_order instead of gdbarch_byte_order. | |
1883 | * gnu-v3-abi.c (gnuv3_make_method_ptr): | |
1884 | Use type_byte_order instead of gdbarch_byte_order. | |
1885 | * riscv-tdep.c (riscv_print_one_register_info): | |
1886 | Use type_byte_order instead of gdbarch_byte_order. | |
1887 | ||
87fb00ea SM |
1888 | 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca> |
1889 | ||
1890 | * top.c (current_ui_gdb_stdout_ptr): Spell out by hand. | |
1891 | (current_ui_gdb_stdin_ptr): Likewise. | |
1892 | (current_ui_gdb_stderr_ptr): Likewise. | |
1893 | (current_ui_gdb_stdlog_ptr): Likewise. | |
1894 | (current_ui_current_uiout_ptr): Likewise. | |
1895 | (gen_ret_current_ui_field_ptr): Remove. | |
1896 | ||
65d1cd5f TV |
1897 | 2019-11-21 Tom de Vries <tdevries@suse.de> |
1898 | ||
1899 | PR gdb/24956 | |
1900 | * cli/cli-script.c (execute_control_command): Only switch to | |
1901 | INTERP_CONSOLE's ui_out when INTERP_MI is active. | |
1902 | ||
9f6ad286 TT |
1903 | 2019-11-19 Tom Tromey <tom@tromey.com> |
1904 | ||
1905 | * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c. | |
1906 | Now static. Change type of "name". | |
1907 | (tui_set_win_height_command): Don't copy "arg". | |
1908 | * tui/tui-data.h (tui_partial_win_by_name): Don't declare. | |
1909 | * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c. | |
1910 | ||
435d3d88 AT |
1911 | 2019-11-19 Ali Tamur <tamur@google.com> |
1912 | ||
1913 | * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with | |
1914 | "if (attr != nullptr)". | |
1915 | (dwarf2_find_base_address): Likewise. | |
1916 | (dwarf2_build_include_psymtabs): Likewise. | |
1917 | (read_cutu_die_from_dwo): Likewise. | |
1918 | (read_func_scope): Likewise. | |
1919 | (read_call_site_scope): Likewise. | |
1920 | (dwarf2_get_pc_bounds): Likewise. | |
1921 | (dwarf2_record_block_ranges): Likewise. | |
1922 | (dwarf2_add_field): Likewise. | |
1923 | (dwarf2_add_member_fn): Likewise. | |
1924 | (read_structure_type): Likewise. | |
1925 | (read_enumeration_type): Likewise. | |
1926 | (read_array_type): Likewise. | |
1927 | (read_array_order): Likewise. | |
1928 | (read_set_type): Likewise. | |
1929 | (read_common_block): Likewise. | |
1930 | (read_tag_reference_type): Likewise. | |
1931 | (read_tag_string_type): Likewise. | |
1932 | (read_subroutine_type): Likewise. | |
1933 | (read_base_type): Likewise. | |
1934 | (read_subrange_type): Likewise. | |
1935 | (new_symbol): Likewise. | |
1936 | (prepare_one_comp_unit): Likewise. | |
1937 | ||
c9739b6a TT |
1938 | 2019-11-19 Tom Tromey <tromey@adacore.com> |
1939 | ||
1940 | * windows-nat.c (windows_nat_target::attach): Include GetLastError | |
1941 | result in error when DebugActiveProcess fails. | |
1942 | ||
494409bb SDJ |
1943 | 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com> |
1944 | Pedro Alves <palves@redhat.com> | |
1945 | ||
1946 | https://bugzilla.redhat.com/show_bug.cgi?id=1765117 | |
1947 | * target.c (target_stack::push): Call 'unpush' if there's a | |
1948 | target on top of the stack. | |
1949 | ||
2e953aca PW |
1950 | 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
1951 | ||
1952 | * python/py-block.c (blpy_dealloc): Call tp_free. | |
1953 | (blpy_block_syms_dealloc): Likewise. | |
1954 | * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise. | |
1955 | * python/py-inferior.c (infpy_dealloc): Likewise. | |
1956 | * python/py-lazy-string.c (stpy_dealloc): Likewise. | |
1957 | * python/py-linetable.c (ltpy_iterator_dealloc): Likewise. | |
1958 | * python/py-symbol.c (sympy_dealloc): Likewise. | |
1959 | * python/py-symtab.c (stpy_dealloc): Likewise. | |
1960 | * python/py-type.c (typy_iterator_dealloc): Likewise. | |
1961 | ||
6edc43ec CB |
1962 | 2019-11-18 Christian Biesinger <cbiesinger@google.com> |
1963 | ||
1964 | * symtab.h (struct symbol) <owner>: Initialize explicitly in the | |
1965 | constructor instead of using a class initializer. | |
1966 | ||
cd850b40 CB |
1967 | 2019-11-15 Christian Biesinger <cbiesinger@google.com> |
1968 | ||
1969 | * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c. | |
1970 | * configure: Regenerate. | |
1971 | * configure.ac: Don't source common.host. | |
1972 | * gdbsupport/common.host: Remove. | |
1973 | * gdbsupport/mingw-strerror.c: Remove. | |
1974 | * gdbsupport/posix-strerror.c: Rename to... | |
1975 | * gdbsupport/safe-strerror.c: ...this. | |
1976 | ||
53fea9c7 CB |
1977 | 2019-11-15 Christian Biesinger <cbiesinger@google.com> |
1978 | ||
1979 | * maint.c (scoped_command_stats::print_time): Use localtime_r | |
1980 | instead of localtime (provided through gnulib if necessary). | |
1981 | * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead | |
1982 | of ctime. | |
1983 | ||
f8e27d88 CB |
1984 | 2019-11-15 Christian Biesinger <cbiesinger@google.com> |
1985 | ||
1986 | * gdbsupport/common-defs.h: Include time.h before pathmax.h to | |
1987 | avoid compile errors. | |
1988 | ||
5abebf3c CB |
1989 | 2019-11-15 Christian Biesinger <cbiesinger@google.com> |
1990 | ||
1991 | * config.in: Regenerate. | |
1992 | * configure: Regenerate. | |
1993 | * gdbsupport/common.m4: No longer check for strerror_r. | |
1994 | * gdbsupport/posix-strerror.c (safe_strerror): Always call the | |
1995 | POSIX version of strerror_r, now that gnulib provides it if | |
1996 | necessary. | |
1997 | ||
9a351667 CB |
1998 | 2019-11-14 Christian Biesinger <cbiesinger@google.com> |
1999 | ||
2000 | * README (`configure' options): Update. | |
2001 | ||
55708e99 TT |
2002 | 2019-11-14 Tom Tromey <tromey@adacore.com> |
2003 | ||
2004 | * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an | |
2005 | expected type for the RHS if the LHS is a convenience variable. | |
2006 | ||
4b09bb2e SM |
2007 | 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca> |
2008 | ||
2009 | * unittests/vec-utils-selftests.c (unordered_remove_tests::obj): | |
2010 | Provide explicit default and copy constructor. | |
2011 | ||
bd454f8b PW |
2012 | 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
2013 | ||
2014 | * python/py-finishbreakpoint.c (gdbpy_breakpoint_created): | |
2015 | only call Py_INCREF (newbp) in the bppy_pending_object case. | |
2016 | ||
d1aa3cf0 TT |
2017 | 2019-11-13 Tom Tromey <tromey@adacore.com> |
2018 | ||
2019 | PR build/25182: | |
2020 | * psympriv.h (partial_symbol): Remove static assert. | |
2021 | * symtab.h (general_symbol_info, symbol): Remove static assert. | |
2022 | ||
e06f3d6e AB |
2023 | 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com> |
2024 | ||
2025 | * gdbsupport/format.c (format_pieces::format_pieces): Support | |
2026 | printf 'z' size modifier. | |
2027 | * gdbsupport/format.h (enum argclass): Add size_t_arg. | |
2028 | * printcmd.c (ui_printf): Handle size_t_arg. | |
2029 | * ui-out.c (ui_out::vmessage): Likewise. | |
2030 | * unittests/format_pieces-selftests.c (test_format_int_sizes): New | |
2031 | function. | |
2032 | (run_tests): Call test_format_int_sizes. | |
2033 | ||
468c0cbb CB |
2034 | 2019-11-12 Christian Biesinger <cbiesinger@google.com> |
2035 | ||
2036 | * ada-exp.y (write_ambiguous_var): Update. | |
2037 | * buildsym.c (add_symbol_to_list): Update. | |
2038 | * dwarf2read.c (read_variable): Update. | |
2039 | (new_symbol): Update. | |
2040 | * jit.c (finalize_symtab): Update. | |
2041 | * language.c (language_alloc_type_symbol): Update. | |
2042 | * symtab.c (fixup_symbol_section): Update. | |
2043 | (initialize_objfile_symbol_1): Move code to... | |
2044 | (initialize_objfile_symbol): ...here. Remove now-unnecessary memset. | |
2045 | (allocate_symbol): Update. | |
2046 | (allocate_template_symbol): Update. | |
2047 | (get_symbol_address): Update. | |
2048 | * symtab.h (struct symbol): Inherit from general_symbol_info instead | |
2049 | of having as a field, and add a constructor. | |
2050 | (SYMBOL_VALUE): Update. | |
2051 | (SYMBOL_VALUE_ADDRESS): Update. | |
2052 | (SET_SYMBOL_VALUE_ADDRESS): Update. | |
2053 | (SYMBOL_VALUE_BYTES): Update. | |
2054 | (SYMBOL_VALUE_COMMON_BLOCK): Update. | |
2055 | (SYMBOL_BLOCK_VALUE): Update. | |
2056 | (SYMBOL_VALUE_CHAIN): Update. | |
2057 | (SYMBOL_LANGUAGE): Update. | |
2058 | (SYMBOL_SECTION): Update. | |
2059 | (SYMBOL_OBJ_SECTION): Update. | |
2060 | (SYMBOL_SET_LANGUAGE): Update. | |
2061 | (SYMBOL_SET_LINKAGE_NAME): Update. | |
2062 | (SYMBOL_SET_NAMES): Update. | |
2063 | (SYMBOL_NATURAL_NAME): Update. | |
2064 | (SYMBOL_LINKAGE_NAME): Update. | |
2065 | (SYMBOL_DEMANGLED_NAME): Update. | |
2066 | (SYMBOL_SEARCH_NAME): Update. | |
2067 | (SYMBOL_MATCHES_SEARCH_NAME): Update. | |
2068 | (struct symbol): Update. | |
2069 | (struct template_symbol): Update. | |
2070 | (struct rust_vtable_symbol): Update. | |
2071 | * xcoffread.c (SYMBOL_DUP): Update. | |
2072 | ||
ed2c82c3 TT |
2073 | 2019-11-12 Tom Tromey <tom@tromey.com> |
2074 | ||
2075 | * tui/tui-layout.c (show_layout): Set current_layout. | |
2076 | (show_source_disasm_command, show_data) | |
2077 | (show_source_or_disasm_and_command): Don't set current_layout. | |
2078 | ||
d9fcefd5 TT |
2079 | 2019-11-12 Tom Tromey <tom@tromey.com> |
2080 | ||
2081 | * tui/tui-layout.c (_initialize_tui_layout): Move to end. | |
2082 | ||
45e42163 TT |
2083 | 2019-11-12 Tom Tromey <tom@tromey.com> |
2084 | ||
2085 | * tui/tui-win.c (resize_message): New global. | |
2086 | (show_tui_resize_message): New function. | |
2087 | (tui_async_resize_screen): Print message if requested. | |
2088 | (_initialize_tui_win): Add tui-resize-message setting. | |
2089 | * NEWS: Add entry for new commands. | |
2090 | ||
c86d74cc TT |
2091 | 2019-11-11 Tom Tromey <tom@tromey.com> |
2092 | ||
2093 | * tui/tui.c (tui_initialize_readline): Add new bindable readline | |
2094 | functions. | |
2095 | ||
7b7b9424 CB |
2096 | 2019-11-11 Christian Biesinger <cbiesinger@google.com> |
2097 | ||
2098 | * nat/linux-osdata.c (user_from_uid): Use getpwuid_r. | |
2099 | ||
086baaf1 AB |
2100 | 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com> |
2101 | ||
2102 | * python/py-symbol.c (gdbpy_lookup_static_symbols): New | |
2103 | function. | |
2104 | * python/python-internal.h (gdbpy_lookup_static_symbols): | |
2105 | Declare new function. | |
2106 | * python/python.c (python_GdbMethods): Add | |
2107 | gdb.lookup_static_symbols method. | |
2108 | * NEWS: Mention gdb.lookup_static_symbols. | |
2109 | ||
09ff83af AB |
2110 | 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com> |
2111 | ||
2112 | * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in | |
2113 | static block of current object file first. Also fix typo in | |
2114 | header comment. | |
2115 | ||
eb2dd8df AB |
2116 | 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com> |
2117 | ||
2118 | * stack.c (set_last_displayed_sal): Delete. | |
2119 | (last_displayed_sal_valid): Delete. | |
2120 | (last_displayed_pspace): Delete. | |
2121 | (last_displayed_addr): Delete. | |
2122 | (last_displayed_symtab): Delete. | |
2123 | (last_displayed_line): Delete. | |
2124 | (class last_displayed_symtab_info_type): New. | |
2125 | (last_displayed_symtab_info): New static global variable. | |
2126 | (print_frame_info): Call methods on last_displayed_symtab_info. | |
2127 | (clear_last_displayed_sal): Update header comment, and make use of | |
2128 | last_displayed_symtab_info. | |
2129 | (last_displayed_sal_is_valid): Likewise. | |
2130 | (get_last_displayed_pspace): Likewise. | |
2131 | (get_last_displayed_addr): Likewise. | |
2132 | (get_last_displayed_symtab): Likewise. | |
2133 | (get_last_displayed_line): Likewise. | |
2134 | (get_last_displayed_sal): Likewise. | |
2135 | * stack.h (clear_last_displayed_sal): Update header comment. | |
2136 | (last_displayed_sal_is_valid): Likewise. | |
2137 | (get_last_displayed_pspace): Likewise. | |
2138 | (get_last_displayed_addr): Likewise. | |
2139 | (get_last_displayed_symtab): Likewise. | |
2140 | (get_last_displayed_line): Likewise. | |
2141 | (get_last_displayed_sal): Likewise. | |
2142 | ||
62137775 AB |
2143 | 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com> |
2144 | ||
2145 | * stack.c (frame_show_address): Convert return type to bool. | |
2146 | * stack.h (frame_show_address): Likewise, and update header | |
2147 | comment. | |
2148 | ||
cf57ad6d AB |
2149 | 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com> |
2150 | ||
2151 | * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list. | |
2152 | * unittests/vec-utils-selftests.c: New file. | |
2153 | * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign. | |
2154 | ||
0b026263 TT |
2155 | 2019-11-10 Tom Tromey <tom@tromey.com> |
2156 | ||
2157 | * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box. | |
2158 | (tui_highlight_win): Likewise. | |
2159 | (tui_win_info::check_and_display_highlight_if_needed): Likewise. | |
2160 | * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove. | |
2161 | * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>: | |
2162 | Don't set can_highlight. | |
2163 | ||
b049ce2d TT |
2164 | 2019-11-10 Tom Tromey <tom@tromey.com> |
2165 | ||
2166 | * cli/cli-style.h (class cli_style_option) <cli_style_option>: | |
2167 | Remove unused declaration. | |
2168 | ||
992a7040 TT |
2169 | 2019-11-08 Tom Tromey <tromey@adacore.com> |
2170 | ||
2171 | * top.c (read_command_file): Update. | |
2172 | (command_line_input): Make return type const. | |
2173 | * python/py-gdb-readline.c: Update. | |
2174 | * linespec.c (decode_line_2): Update. | |
2175 | * defs.h (command_line_input): Make return type const. | |
2176 | * cli/cli-script.c (read_next_line): Make return type const. | |
2177 | * ada-lang.c (get_selections): Update. | |
2178 | ||
ca3a04f6 CB |
2179 | 2019-11-06 Christian Biesinger <cbiesinger@google.com> |
2180 | ||
2181 | * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok. | |
2182 | * mi/mi-main.c (output_cores): Likewise. | |
2183 | * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise. | |
2184 | (linux_xfer_osdata_modules): Likewise. | |
2185 | * remote.c (register_remote_support_xml): Likewise. | |
2186 | * sparc64-tdep.c (adi_is_addr_mapped): Likewise. | |
2187 | * xml-syscall.c (syscall_create_syscall_desc): Likewise. | |
2188 | ||
e0eac551 TT |
2189 | 2019-11-06 Tom Tromey <tom@tromey.com> |
2190 | ||
2191 | * tui/tui-interp.c: Don't include readline.h. | |
2192 | * tui/tui-hooks.c: Don't include readline.h. | |
2193 | * symmisc.c: Include tilde.h, not readline.h. | |
2194 | * symfile.c: Include tilde.h, not readline.h. | |
2195 | * source.c: Include tilde.h, not readline.h. | |
2196 | * solib.c: Include tilde.h, not readline.h. | |
2197 | * psymtab.c: Include tilde.h, not readline.h. | |
2198 | * exec.c: Include tilde.h, not readline.h. | |
2199 | * corelow.c: Include tilde.h, not readline.h. | |
2200 | * cli/cli-dump.c: Include tilde.h, not readline.h. | |
2201 | * cli/cli-cmds.c: Don't include readline.h. | |
2202 | ||
825165c5 TT |
2203 | 2019-11-05 Tom Tromey <tom@tromey.com> |
2204 | ||
2205 | * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member. | |
2206 | (tui_disassemble): Set addr_size. | |
2207 | (tui_disasm_window::set_contents): Use addr_size. | |
2208 | ||
91ae903f TT |
2209 | 2019-11-05 Tom Tromey <tom@tromey.com> |
2210 | ||
2211 | * rust-lang.c (rust_language_defn): Update. | |
2212 | * python/py-value.c (valpy_string): Call c_get_string. | |
2213 | * p-lang.c (pascal_language_defn): Update. | |
2214 | * opencl-lang.c (opencl_language_defn): Update. | |
2215 | * objc-lang.c (objc_language_defn): Update. | |
2216 | * m2-lang.c (m2_language_defn): Update. | |
2217 | * language.c (unknown_language_defn, auto_language_defn): Update. | |
2218 | (default_get_string): Remove. | |
2219 | * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string. | |
2220 | * go-lang.c (go_language_defn): Update. | |
2221 | * f-lang.c (f_language_defn): Update. | |
2222 | * d-lang.c (d_language_defn): Update. | |
2223 | * c-lang.c (c_language_defn, cplus_language_defn) | |
2224 | (asm_language_defn, minimal_language_defn): Update. | |
2225 | * ada-lang.c (ada_language_defn): Update. | |
2226 | * language.h (struct language_defn) <la_get_string>: Remove. | |
2227 | (LA_GET_STRING): Remove. | |
2228 | (default_get_string): Don't declare. | |
2229 | ||
1df2f9ef TT |
2230 | 2019-11-05 Tom Tromey <tom@tromey.com> |
2231 | ||
2232 | * tui/tui-source.h (struct tui_source_window): Inline | |
2233 | constructor. Remove destructor. | |
2234 | <style_changed, m_observable>: Move to superclass. | |
2235 | * tui/tui-winsource.h (tui_copy_source_line): Declare. | |
2236 | (struct tui_source_window_base): Move private members to end. | |
2237 | <style_changed, m_observable>: Move from tui_source_window. | |
2238 | * tui/tui-winsource.c (tui_copy_source_line): Move from | |
2239 | tui-source.c. Rename from copy_source_line. Add special handling | |
2240 | for negative line number. | |
2241 | (tui_source_window_base::style_changed): Move from | |
2242 | tui_source_window. | |
2243 | (tui_source_window_base): Register observer. | |
2244 | (~tui_source_window_base): New. | |
2245 | * tui/tui-source.c (copy_source_line): Move to tui-winsource.c; | |
2246 | rename. | |
2247 | (tui_source_window::set_contents): Use tui_copy_source_line. | |
2248 | (tui_source_window::tui_source_window): Move to tui-source.h. | |
2249 | (tui_source_window::~tui_source_window): Remove. | |
2250 | (tui_source_window::style_changed): Move to superclass. | |
2251 | * tui/tui-disasm.c (tui_disassemble): Create string file with | |
2252 | styling, when possible. Add "addr_size" parameter. | |
2253 | (tui_disasm_window::set_contents): Use tui_copy_source_line. | |
2254 | Don't compute maximum size. | |
2255 | (len_without_escapes): New function | |
2256 | ||
5d051055 TT |
2257 | 2019-11-05 Tom Tromey <tom@tromey.com> |
2258 | ||
2259 | * tui/tui-winsource.h (struct tui_source_element) <line>: Now a | |
2260 | std::string. | |
2261 | * tui/tui-winsource.c (tui_show_source_line): Update. | |
2262 | * tui/tui-source.c (tui_source_window::set_contents): Update. | |
2263 | * tui/tui-disasm.c (tui_disasm_window::set_contents): Update. | |
2264 | ||
ade7beea CB |
2265 | 2019-11-05 Christian Biesinger <cbiesinger@google.com> |
2266 | ||
2267 | * symtab.h (gdb_static_assert): Put && operator at the beginning | |
2268 | of the line instead of the end. | |
2269 | ||
3573abe1 CB |
2270 | 2019-11-04 Christian Biesinger <cbiesinger@google.com> |
2271 | ||
2272 | * psympriv.h: Add static_asserts for sizeof (general_symbol_info) | |
2273 | and sizeof (symbol). | |
2274 | * symtab.h: Add a static_assert for sizeof (partial_symbol). | |
2275 | ||
dae8b3eb RO |
2276 | 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
2277 | ||
2278 | * NEWS (Changes since GDB 8.3): Document Solaris 10 removal. | |
2279 | * configure.host: Mark *-*-solaris2.10* obsolete. | |
2280 | * configure.tgt: Mark Solaris < 11 obsolete. | |
2281 | * MAINTAINERS (Target Instruction Set Architectures) <sparc>: | |
2282 | Update target triplet. | |
2283 | ||
5df96a4e TT |
2284 | 2019-11-01 Tom Tromey <tromey@adacore.com> |
2285 | ||
2286 | * utils.c (print_sys_errmsg): Simplify. | |
2287 | ||
b7481649 TT |
2288 | 2019-11-01 Tom Tromey <tromey@adacore.com> |
2289 | ||
2290 | * gdbsupport/mingw-strerror.c (safe_strerror): Constify result. | |
2291 | ||
e48f6033 CB |
2292 | 2019-11-01 Christian Biesinger <cbiesinger@google.com> |
2293 | ||
2294 | * configure: Regenerate. | |
2295 | * configure.ac: Remove check for strerror_r. | |
2296 | * gdbsupport/common.m4: Check for strerror_r. | |
2297 | ||
bd5766ec LM |
2298 | 2019-11-01 Luis Machado <luis.machado@linaro.org> |
2299 | ||
2300 | PR gdb/25124 | |
2301 | ||
2302 | * arm-tdep.c (arm_per_objfile): Rename to ... | |
2303 | (arm_per_bfd): ... this. | |
2304 | (arm_objfile_data_key): Rename to ... | |
2305 | (arm_bfd_data_key): ... this. | |
2306 | (arm_find_mapping_symbol): Adjust access to new bfd_key-based | |
2307 | data. | |
2308 | (arm_record_special_symbol): Likewise. | |
2309 | ||
e1709896 AB |
2310 | 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com> |
2311 | ||
2312 | * ada-typeprint.c (ada_print_typedef): Don't print newline at the | |
2313 | end. | |
2314 | * c-typeprint.c (c_print_typedef): Likewise. | |
2315 | * f-typeprint.c (f_print_typedef): Likewise. | |
2316 | * m2-typeprint.c (m2_print_typedef): Likewise. | |
2317 | * p-typeprint.c (pascal_print_typedef): Likewise. | |
2318 | * rust-lang.c (rust_print_typedef): Likewise. | |
2319 | * symtab.c (print_symbol_info): Print a newline after calling | |
2320 | typedef_print. | |
2321 | ||
165f8965 AB |
2322 | 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com> |
2323 | ||
2324 | * symtab.c (info_module_cmdlist): New variable. | |
2325 | (info_module_command): New function. | |
2326 | (search_module_symbols): New function. | |
2327 | (info_module_subcommand): New function. | |
2328 | (struct info_modules_var_func_options): New struct. | |
2329 | (info_modules_var_func_options_defs): New variable. | |
2330 | (make_info_modules_var_func_options_def_group): New function. | |
2331 | (info_module_functions_command): New function. | |
2332 | (info_module_variables_command): New function. | |
2333 | (info_module_var_func_command_completer): New function. | |
2334 | (_initialize_symtab): Register new 'info module functions' and | |
2335 | 'info module variables' commands. | |
2336 | * symtab.h (typedef symbol_search_in_module): New typedef. | |
2337 | (search_module_symbols): Declare new function. | |
2338 | * NEWS: Mention new commands. | |
2339 | ||
59c35742 AB |
2340 | 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com> |
2341 | ||
2342 | * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN. | |
2343 | (dw2_expand_marked_cus): Handle MODULES_DOMAIN. | |
2344 | (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and | |
2345 | MODULES_DOMAIN. | |
2346 | (scan_partial_symbols): Only create partial module symbols for non | |
2347 | declarations. | |
2348 | * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN | |
2349 | and MODULES_DOMAIN. | |
2350 | * symtab.c (search_domain_name): Likewise. | |
2351 | (search_symbols): Likewise. | |
2352 | (print_symbol_info): Likewise. | |
2353 | (symtab_symbol_info): Likewise. | |
2354 | (info_modules_command): New function. | |
2355 | (_initialize_symtab): Register 'info modules' command. | |
2356 | * symtab.h (enum search_domain): Add MODULES_DOMAIN. | |
2357 | * NEWS: Mention new 'info modules' command. | |
2358 | ||
aed61d02 PW |
2359 | 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
2360 | ||
2361 | * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting | |
2362 | and $_gdb_maint_setting_str. | |
2363 | ||
9ad9b77d PW |
2364 | 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
2365 | ||
2366 | * cli/cli-cmds.c (setting_cmd, value_from_setting) | |
2367 | (gdb_setting_internal_fn, gdb_maint_setting_internal_fn) | |
2368 | (str_value_from_setting, gdb_setting_str_internal_fn) | |
2369 | (gdb_maint_setting_str_internal_fn): New functions. | |
2370 | (_initialize_cli_cmds): Define the new convenience functions. | |
2371 | * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify. | |
2372 | * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify. | |
2373 | ||
8d6efaa2 CB |
2374 | 2019-10-31 Christian Biesinger <cbiesinger@google.com> |
2375 | ||
2376 | * agent.c (set_can_use_agent): When the setting is turned on, | |
2377 | look up agent symbols if we don't have them yet. | |
2378 | (agent_new_objfile): Don't look up agent symbols when the agent | |
2379 | setting is off. | |
2380 | ||
33cb1647 CB |
2381 | 2019-10-31 Christian Biesinger <cbiesinger@google.com> |
2382 | ||
2383 | * config.in: Regenerate. | |
2384 | ||
b231e86a CB |
2385 | 2019-10-31 Christian Biesinger <cbiesinger@google.com> |
2386 | ||
2387 | * configure: Regenerate. | |
2388 | * configure.ac: Check for strerror_r. | |
2389 | * gdbsupport/common-utils.h (safe_strerror): Change return value | |
2390 | to const char * and document that this function is now threadsafe. | |
2391 | * gdbsupport/posix-strerror.c (safe_strerror): Make buf | |
2392 | thread_local and call strerror_r, if available. | |
2393 | * utils.c (perror_string): Update. | |
2394 | (print_sys_errmsg): Update. | |
2395 | ||
a2726d4f LM |
2396 | 2019-10-31 Luis Machado <luis.machado@linaro.org> |
2397 | ||
2398 | * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of | |
2399 | objfile_key. | |
2400 | (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of | |
2401 | objfile to fetch per-bfd data. | |
2402 | (arm_find_exidx_entry): Likewise. | |
2403 | ||
75cafaa6 CB |
2404 | 2019-10-31 Christian Biesinger <cbiesinger@google.com> |
2405 | ||
2406 | * gdbsupport/agent.c (debug_agent): Change type to bool. | |
2407 | (use_agent): Likewise. | |
2408 | (all_agent_symbols_look_up): Likewise. | |
2409 | (agent_loaded_p): Change return value to bool. | |
2410 | (agent_look_up_symbols): Update. | |
2411 | (agent_capability_check): Change return value to bool. | |
2412 | * gdbsupport/agent.h (agent_loaded_p): Likewise. | |
2413 | (debug_agent): Change type to bool. | |
2414 | (use_agent): Likewise. | |
2415 | (agent_capability_check): Change return value to bool. | |
2416 | ||
808590ec CB |
2417 | 2019-10-30 Christian Biesinger <cbiesinger@google.com> |
2418 | ||
2419 | * minsyms.c (clear_minimal_symbol_hash_tables): New function. | |
2420 | (build_minimal_symbol_hash_tables): Code to clear the table moved | |
2421 | to clear_minimal_symbol_hash_tables. | |
2422 | (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables | |
2423 | when needed. | |
2424 | ||
f18ad8a1 SM |
2425 | 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca> |
2426 | ||
2427 | * infcmd.c: Remove includes. | |
2428 | * infrun.c: Remove includes. | |
2429 | ||
de93309a SM |
2430 | 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca> |
2431 | ||
2432 | * ada-lang.h (GROW_VECT): Move to ada-lang.c. | |
2433 | (grow_vect): Remove declaration. | |
2434 | (ada_type_of_array): Remove declaration. | |
2435 | (ada_update_initial_language): Remove declaration. | |
2436 | (ada_fold_name): Remove declaration. | |
2437 | (ada_fill_in_ada_prototype): Remove declaration. | |
2438 | (user_select_syms): Remove declaration. | |
2439 | (get_selections): Remove declaration. | |
2440 | (ada_tag_type): Remove declaration. | |
2441 | (ada_value_tag): Remove declaration. | |
2442 | (ada_is_others_clause): Remove declaration. | |
2443 | (ada_in_variant): Remove declaration. | |
2444 | (ada_value_struct_elt): Remove declaration. | |
2445 | (ada_attribute_name): Remove declaration. | |
2446 | (ada_system_address_type): Remove declaration. | |
2447 | * ada-lang.c (ada_watch_location_expression): Make static. | |
2448 | (GROW_VECT): Move here from ada-lang.h. | |
2449 | (grow_vect): Make static. | |
2450 | (ada_update_initial_language): Make static. | |
2451 | (ada_fold_name): Make static. | |
2452 | (ada_type_of_array): Make static. | |
2453 | (encoded_ordered_before): Move up. | |
2454 | (sort_choices): Move up. | |
2455 | (print_signatures): Move up. | |
2456 | (ada_print_symbol_signature): Move up. | |
2457 | (get_selections): Move up and make static. | |
2458 | (user_select_syms): Move up and make static. | |
2459 | (ada_value_struct_elt): Move up and make static. | |
2460 | (ada_tag_type): Make static. | |
2461 | (ada_value_tag): Make static. | |
2462 | (ada_is_others_clause): Make static. | |
2463 | (ada_in_variant): Make static. | |
2464 | (ada_attribute_name): Make static. | |
2465 | ||
cdc46a9f SM |
2466 | 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca> |
2467 | ||
2468 | * ada-lang.c: Remove includes. | |
2469 | * ada-typeprint.c: Remove includes. | |
2470 | * ada-valprint.c: Remove includes. | |
2471 | ||
90421c56 SM |
2472 | 2019-10-29 Simon Marchi <simon.marchi@efficios.com> |
2473 | ||
2474 | * addrmap.c: Add static assertions of type size, moved from | |
2475 | _initialize_addrmap. | |
2476 | (_initialize_addrmap): Remove. | |
2477 | ||
31edb802 CB |
2478 | 2019-10-29 Christian Biesinger <cbiesinger@google.com> |
2479 | ||
2480 | * coffread.c (record_minimal_symbol): Update. | |
2481 | (process_coff_symbol): Update. | |
2482 | * dbxread.c (read_dbx_symtab): Update. | |
2483 | * dwarf2read.c (add_partial_symbol): Update. | |
2484 | (fixup_go_packaging): Update. | |
2485 | (load_partial_dies): Update. | |
2486 | (new_symbol): Update. | |
2487 | * elfread.c (record_minimal_symbol): Change signature to use | |
2488 | gdb::string_view instead of name+len. | |
2489 | (elf_symtab_read): Update. | |
2490 | (elf_rel_plt_read): Update. | |
2491 | * mdebugread.c (parse_partial_symbols): Update. | |
2492 | (handle_psymbol_enumerators): Update. | |
2493 | (new_symbol): Update. | |
2494 | * minsyms.c (minimal_symbol_reader::record_full): Change signature | |
2495 | to use gdb::string_view instead of name+len. | |
2496 | * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise. | |
2497 | * psympriv.h (add_psymbol_to_list): Likewise. | |
2498 | * psymtab.c (add_psymbol_to_bcache): Likewise. | |
2499 | (add_psymbol_to_list): Likewise. | |
2500 | * stabsread.c (define_symbol): Update. | |
2501 | * symtab.c (symbol_set_names): Change signature to use gdb::string_view. | |
2502 | * symtab.h (SYMBOL_SET_NAMES): Likewise. | |
2503 | (symbol_set_names): Likewise. | |
2504 | * xcoffread.c (scan_xcoff_symtab): Update. | |
2505 | ||
0c921b21 CB |
2506 | 2019-10-29 Christian Biesinger <cbiesinger@google.com> |
2507 | ||
2508 | * symtab.h (symbol_set_names): Document that copy_name must be | |
2509 | set to true for non-nullterminated strings. | |
2510 | * symtab.c (symbol_set_names): Only make a nullterminated copy of | |
2511 | linkage_name if the entry was not found and we need to demangle. | |
2512 | ||
35e65c49 CB |
2513 | 2019-10-29 Christian Biesinger <cbiesinger@google.com> |
2514 | ||
2515 | * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h. | |
2516 | * dwarf2-frame.c (bsearch_fde_cmp): Update. | |
2517 | (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search. | |
2518 | * gdbsupport/gdb_binary_search.h: New file. | |
2519 | ||
ed2a2229 CB |
2520 | 2019-10-29 Christian Biesinger <cbiesinger@google.com> |
2521 | ||
2522 | * NEWS: Mention new --with-system-gdbinit-dir option. | |
2523 | * config.in: Regenerate. | |
2524 | * configure: Regenerate. | |
2525 | * configure.ac: Add new option --with-system-gdbinit-dir. | |
2526 | * extension.c (get_ext_lang_of_file): Return extension_language_gdb | |
2527 | for a ".gdb" suffix. | |
2528 | * main.c (get_init_files): Change system_gdbinit argument to | |
2529 | a vector and return the files in SYSTEM_GDBINIT_DIR in | |
2530 | addition to SYSTEM_GDBINIT. | |
2531 | (captured_main_1): Update. | |
2532 | (print_gdb_help): Update. | |
2533 | * top.c (print_gdb_configuration): Also print the value of | |
2534 | SYSTEM_GDBINIT_DIR. | |
2535 | ||
87f34879 CB |
2536 | 2019-10-28 Christian Biesinger <cbiesinger@google.com> |
2537 | ||
2538 | * gdbsupport/common-utils.h (startswith): Add an overloaded version | |
2539 | that takes gdb::string_view arguments. | |
2540 | ||
30baf67b TV |
2541 | 2019-10-26 Tom de Vries <tdevries@suse.de> |
2542 | ||
2543 | * aarch64-linux-tdep.c: Fix typos in comments. | |
2544 | * aarch64-tdep.c: Same. | |
2545 | * ada-lang.c: Same. | |
2546 | * amd64-nat.c: Same. | |
2547 | * arc-tdep.c: Same. | |
2548 | * arch/aarch64-insn.c: Same. | |
2549 | * block.c: Same. | |
2550 | * breakpoint.h: Same. | |
2551 | * btrace.h: Same. | |
2552 | * c-varobj.c: Same. | |
2553 | * cli/cli-decode.c: Same. | |
2554 | * cli/cli-script.c: Same. | |
2555 | * cli/cli-utils.h: Same. | |
2556 | * coff-pe-read.c: Same. | |
2557 | * coffread.c: Same. | |
2558 | * compile/compile-cplus-symbols.c: Same. | |
2559 | * compile/compile-object-run.c: Same. | |
2560 | * completer.c: Same. | |
2561 | * corelow.c: Same. | |
2562 | * cp-support.c: Same. | |
2563 | * demangle.c: Same. | |
2564 | * dwarf-index-write.c: Same. | |
2565 | * dwarf2-frame.c: Same. | |
2566 | * dwarf2-frame.h: Same. | |
2567 | * eval.c: Same. | |
2568 | * frame-base.h: Same. | |
2569 | * frame.h: Same. | |
2570 | * gdbcmd.h: Same. | |
2571 | * gdbtypes.h: Same. | |
2572 | * gnu-nat.c: Same. | |
2573 | * guile/scm-objfile.c: Same. | |
2574 | * i386-tdep.c: Same. | |
2575 | * i386-tdep.h: Same. | |
2576 | * infcall.c: Same. | |
2577 | * infcall.h: Same. | |
2578 | * linux-nat.c: Same. | |
2579 | * m68k-tdep.c: Same. | |
2580 | * macroexp.c: Same. | |
2581 | * memattr.c: Same. | |
2582 | * mi/mi-cmd-disas.c: Same. | |
2583 | * mi/mi-getopt.h: Same. | |
2584 | * mi/mi-main.c: Same. | |
2585 | * minsyms.c: Same. | |
2586 | * nat/aarch64-sve-linux-sigcontext.h: Same. | |
2587 | * objfiles.h: Same. | |
2588 | * ppc-linux-nat.c: Same. | |
2589 | * ppc-linux-tdep.c: Same. | |
2590 | * ppc-tdep.h: Same. | |
2591 | * progspace.h: Same. | |
2592 | * prologue-value.h: Same. | |
2593 | * python/py-evtregistry.c: Same. | |
2594 | * python/py-instruction.h: Same. | |
2595 | * record-btrace.c: Same. | |
2596 | * record-full.c: Same. | |
2597 | * remote.c: Same. | |
2598 | * rs6000-tdep.c: Same. | |
2599 | * ser-tcp.c: Same. | |
2600 | * sol-thread.c: Same. | |
2601 | * sparc-sol2-tdep.c: Same. | |
2602 | * sparc64-tdep.c: Same. | |
2603 | * stabsread.c: Same. | |
2604 | * symfile.c: Same. | |
2605 | * symtab.h: Same. | |
2606 | * target.c: Same. | |
2607 | * tracepoint.c: Same. | |
2608 | * tui/tui-data.h: Same. | |
2609 | * tui/tui-io.c: Same. | |
2610 | * tui/tui-win.c: Same. | |
2611 | * tui/tui.c: Same. | |
2612 | * unittests/rsp-low-selftests.c: Same. | |
2613 | * user-regs.h: Same. | |
2614 | * utils.c: Same. | |
2615 | * utils.h: Same. | |
2616 | * valarith.c: Same. | |
2617 | * valops.c: Same. | |
2618 | * valprint.c: Same. | |
2619 | * valprint.h: Same. | |
2620 | * value.c: Same. | |
2621 | * value.h: Same. | |
2622 | * varobj.c: Same. | |
2623 | * x86-nat.h: Same. | |
2624 | * xtensa-tdep.c: Same. | |
2625 | ||
1834d45f AT |
2626 | 2019-10-25 Ali Tamur <tamur@google.com> |
2627 | ||
2628 | * charset.c (find_charset_names): Reflect API change. | |
2629 | ||
5396ae17 CB |
2630 | 2019-10-25 Christian Biesinger <cbiesinger@google.com> |
2631 | ||
2632 | * symtab.c (struct demangled_name_entry): Change demangled name | |
2633 | to a unique_xmalloc_ptr<char>, now that we don't allocate it as | |
2634 | part of the struct anymore. | |
2635 | (symbol_set_names): No longer obstack allocate + copy the demangled | |
2636 | name, just store the allocated name from bfd. | |
2637 | ||
93878f47 TT |
2638 | 2019-10-25 Tom Tromey <tromey@adacore.com> |
2639 | ||
2640 | * dwarf2-frame.c (dwarf2_cie_table): Now a typedef. | |
2641 | (bsearch_cie_cmp, add_cie): Remove. | |
2642 | (find_cie): Reimplement. | |
2643 | (decode_frame_entry_1, decode_frame_entry): Change type. Update. | |
2644 | (dwarf2_build_frame_info): Update. | |
2645 | ||
7b71fc97 L |
2646 | 2019-10-24 H.J. Lu <hongjiu.lu@intel.com> |
2647 | ||
2648 | PR gdb/25126 | |
2649 | * symfile.c (reread_symbols): Call forget_cached_source_info to | |
2650 | clear the stale source cache. | |
2651 | ||
cbb5a2ea CB |
2652 | 2019-10-24 Christian Biesinger <cbiesinger@google.com> |
2653 | ||
2654 | * configure: Regenerate. | |
2655 | * configure.ac: Remove code that sets python_has_threads. | |
2656 | ||
71737c43 CB |
2657 | 2019-10-24 Christian Biesinger <cbiesinger@google.com> |
2658 | ||
2659 | * config.in: Regenerate. | |
2660 | * configure: Regenerate. | |
2661 | * configure.ac: Remove the code that uses sed to get the python | |
2662 | version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7. | |
2663 | ||
33d569b7 AB |
2664 | 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com> |
2665 | ||
2666 | * python/py-progspace.c (pspy_block_for_pc): Return None for all | |
2667 | error paths. | |
2668 | ||
f16f7b7c TT |
2669 | 2019-10-23 Tom Tromey <tom@tromey.com> |
2670 | ||
2671 | * arc-tdep.c: Remove ".." from include. | |
2672 | * frv-tdep.c: Remove ".." from include. | |
2673 | * lm32-tdep.c: Remove ".." from include. | |
2674 | * microblaze-tdep.c: Remove ".." from include. | |
2675 | * or1k-tdep.h: Remove ".." from include. | |
2676 | * s12z-tdep.c: Remove ".." from include. | |
2677 | * Makefile.in (OPCODES_CFLAGS): Add comment. | |
2678 | (TOP_CFLAGS): New variable. | |
2679 | (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS. | |
2680 | ||
6999161a TT |
2681 | 2019-10-23 Tom Tromey <tom@tromey.com> |
2682 | ||
2683 | * Makefile.in (READLINE_DIR): Update. | |
2684 | ||
12e7c35e TBA |
2685 | 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> |
2686 | ||
2687 | * infcall.c (call_function_by_hand_dummy): Fix the function | |
2688 | comment. And extract out a code section into... | |
2689 | (reserve_stack_space): ...this new function. | |
2690 | ||
37055cad TBA |
2691 | 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> |
2692 | ||
2693 | * infcall.c (value_arg_coerce): Remove an unused parameter. | |
2694 | (call_function_by_hand_dummy): Update the call to | |
2695 | 'value_arg_coerce'. | |
2696 | ||
39bcc47c TBA |
2697 | 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> |
2698 | ||
2699 | * infcall.c (call_function_by_hand_dummy): Refactor. | |
2700 | ||
bd888c0f TBA |
2701 | 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> |
2702 | ||
2703 | * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur. | |
2704 | ||
c12d372d TT |
2705 | 2019-10-23 Tom Tromey <tom@tromey.com> |
2706 | ||
2707 | * configure: Rebuild. | |
2708 | * configure.ac: Don't check for sigprocmask. | |
2709 | * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask. | |
2710 | ||
4d0b984b TT |
2711 | 2019-10-23 Tom Tromey <tom@tromey.com> |
2712 | ||
2713 | * configure: Rebuild. | |
2714 | * acinclude.m4: Use m4_include, not sinclude. | |
2715 | ||
7e785608 TV |
2716 | 2019-10-23 Tom de Vries <tdevries@suse.de> |
2717 | ||
2718 | PR breakpoints/24687 | |
2719 | * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname. | |
2720 | ||
403772ef CB |
2721 | 2019-10-22 Christian Biesinger <cbiesinger@google.com> |
2722 | ||
2723 | * symtab.c (struct demangled_name_entry) <language>: Change from | |
2724 | bitfield to regular variable. | |
2725 | ||
3a494279 CB |
2726 | 2019-10-22 Christian Biesinger <cbiesinger@google.com> |
2727 | ||
2728 | * symtab.c (struct demangled_name_entry): Add a constructor. | |
2729 | (free_demangled_name_entry): New function to call the destructor | |
2730 | for demangled_name_entry. | |
2731 | (create_demangled_names_hash): Pass free_demangled_name_entry to | |
2732 | htab_create_alloc. | |
2733 | (symbol_set_names): Call placement new for demangled_name_entry. | |
2734 | * utils.c: No longer include xxhash.h here, now that fast_hash | |
2735 | is inlined in the header. | |
2736 | * utils.h: Instead, include it here. | |
2737 | ||
ccb1ba62 CB |
2738 | 2019-10-22 Christian Biesinger <cbiesinger@google.com> |
2739 | ||
2740 | * Makefile.in: Link with libxxhash. | |
2741 | * config.in: Regenerate. | |
2742 | * configure: Regenerate. | |
2743 | * configure.ac: Search for libxxhash. | |
2744 | * utils.c (fast_hash): Use xxhash if present. | |
2745 | ||
1a6ff1a9 CB |
2746 | 2019-10-22 Christian Biesinger <cbiesinger@google.com> |
2747 | ||
2748 | * utils.h (fast_hash): New function. | |
2749 | * symtab.c (hash_demangled_name_entry): Call new function | |
2750 | fast_hash. | |
2751 | ||
7bb43059 CB |
2752 | 2019-10-22 Christian Biesinger <cbiesinger@google.com> |
2753 | ||
2754 | * symtab.c (struct demangled_name_entry): Change type of mangled | |
2755 | to gdb::string_view. Also adds a constructor that takes the | |
2756 | mangled name. | |
2757 | (hash_demangled_name_entry): Update. | |
2758 | (eq_demangled_name_entry): Update. | |
2759 | (free_demangled_name_entry): New function to call the destructor | |
2760 | now that this is not a POD anymore. | |
2761 | (create_demangled_names_hash): Pass free_demangled_name_entry to | |
2762 | htab_create_alloc. | |
2763 | (symbol_set_names): Update. | |
2764 | ||
7ba99d21 AT |
2765 | 2019-10-21 Ali Tamur <tamu@google.com> |
2766 | ||
2767 | * dwarf2read.c (dir_index): Change type. | |
2768 | (file_name_index): Likewise. | |
2769 | (line_header::include_dir_at): Change comment and implementation on | |
2770 | whether it is DWARF 5. | |
2771 | (line_header::is_valid_file_index): New function. | |
2772 | (line_header::file_name_at): Change comment and implementation on | |
2773 | whether it is DWARF 5. | |
2774 | (line_header::file_names): Change to private field renamed as | |
2775 | m_file_names and introduce a new accessor method. | |
2776 | (line_header::file_names_size): New method. | |
2777 | (line_header::include_dirs): Change to private field and rename as | |
2778 | m_include_dirs. | |
2779 | (dw2_get_file_names_reader): Define local var at a smaller scope and | |
2780 | reflect API change. | |
2781 | (dwarf2_cu::setup_type_unit_groups): Reflect API change. | |
2782 | (process_structure_scope): Likewise. | |
2783 | (line_header::add_include_dir): Change message and reflect renaming. | |
2784 | (line_header::add_file_name): Likewise. | |
2785 | (read_formatted_entries): Handle DW_FORM_data16. | |
2786 | (dwarf_decode_line_header): Fix line header length calculation. | |
2787 | (psymtab_include_file_name): Change comment and API. | |
2788 | (lnp_state_machine::m_file): Update comment and reflect type change. | |
2789 | (lnp_state_machine::record_line): Reflect type change. | |
2790 | (dwarf_decode_lines): Reflect API change. | |
2791 | (file_file_name): Likewise. | |
2792 | (file_full_name): Likewise. | |
2793 | ||
45f47c3a AB |
2794 | 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com> |
2795 | ||
2796 | * objfiles.c (sort_cmp): Ensure that !(a < a) holds true. | |
2797 | ||
e5f3c0e3 TT |
2798 | 2019-10-21 Tom Tromey <tom@tromey.com> |
2799 | ||
2800 | * tui/tui-winsource.h (tui_exec_info_content): Remove typedef. | |
2801 | ||
a0a461e5 TT |
2802 | 2019-10-21 Tom Tromey <tom@tromey.com> |
2803 | ||
2804 | * configure.ac (nm.h): Conditionally create nm.h link. Subst | |
2805 | NM_H. Use AC_CONFIG_LINKS. | |
2806 | * configure: Rebuild. | |
2807 | * Makefile.in (NM_H): New variable. | |
2808 | (generated_files): Add NM_H. Remove gcore. | |
2809 | (nm.h, stamp-nmh): New targets. | |
2810 | ||
54d83b8d TT |
2811 | 2019-10-20 Tom Tromey <tom@tromey.com> |
2812 | ||
2813 | * objfiles.h (unlink_objfile, put_objfile_before): Don't declare. | |
2814 | * objfiles.c (unlink_objfile): Move earlier. Now static. Remove | |
2815 | obsolete comment. | |
2816 | (put_objfile_before): Now static. | |
2817 | ||
23771117 SM |
2818 | 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca> |
2819 | ||
2820 | * gdbsupport/common-utils.h (startswith): Change return type to | |
2821 | bool. | |
2822 | ||
39ef2f62 CB |
2823 | 2019-10-19 Christian Biesinger <cbiesinger@google.com> |
2824 | ||
2825 | * bcache.c (bcache::print_statistics): Use std::sort instead of qsort. | |
2826 | * breakpoint.c (bp_locations_compare): Rename to... | |
2827 | (bp_location_is_less_than): ...this, and change to std::sort semantics. | |
2828 | (update_global_location_list): Use std::sort instead of qsort. | |
2829 | * buildsym.c (compare_line_numbers): Rename to... | |
2830 | (lte_is_less_than): ...this, and change to std::sort semantics. | |
2831 | (buildsym_compunit::end_symtab_with_blockvector): Use std::sort | |
2832 | instead of qsort. | |
2833 | * disasm.c (compare_lines): Rename to... | |
2834 | (line_is_less_than): ...this, and change to std::sort semantics. | |
2835 | (do_mixed_source_and_assembly_deprecated): Call std::sort instead | |
2836 | of qsort. | |
2837 | * dwarf2-frame.c (qsort_fde_cmp): Rename to... | |
2838 | (fde_is_less_than): ...this, and change to std::sort semantics. | |
2839 | (dwarf2_build_frame_info): Call std::sort instead of qsort. | |
2840 | * mdebugread.c (compare_blocks): | |
2841 | (block_is_less_than): ...this, and change to std::sort semantics. | |
2842 | (sort_blocks): Call std::sort instead of qsort. | |
2843 | * objfiles.c (qsort_cmp): Rename to... | |
2844 | (sort_cmp): ...this, and change to std::sort semantics. | |
2845 | (update_section_map): Call std::sort instead of qsort. | |
2846 | * remote.c (compare_pnums): Remove. | |
2847 | (map_regcache_remote_table): Call std::sort instead of qsort. | |
2848 | * utils.c (compare_positive_ints): Remove. | |
2849 | * utils.h (compare_positive_ints): Remove. | |
2850 | * xcoffread.c (compare_lte): Remove. | |
2851 | (arrange_linetable): Call std::sort instead of qsort. | |
2852 | ||
f71433ee SDJ |
2853 | 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com> |
2854 | ||
2855 | * symfile.c (init_entry_point_info): Fix typo. | |
2856 | * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo. | |
2857 | ||
85102364 TV |
2858 | 2019-10-18 Tom de Vries <tdevries@suse.de> |
2859 | ||
2860 | * aarch64-tdep.c: Fix typos in comments. | |
2861 | * ada-lang.c: Same. | |
2862 | * ada-tasks.c: Same. | |
2863 | * alpha-tdep.c: Same. | |
2864 | * alpha-tdep.h: Same. | |
2865 | * amd64-nat.c: Same. | |
2866 | * amd64-windows-tdep.c: Same. | |
2867 | * arc-tdep.c: Same. | |
2868 | * arc-tdep.h: Same. | |
2869 | * arch-utils.c: Same. | |
2870 | * arm-nbsd-tdep.c: Same. | |
2871 | * arm-tdep.c: Same. | |
2872 | * ax-gdb.c: Same. | |
2873 | * blockframe.c: Same. | |
2874 | * btrace.c: Same. | |
2875 | * c-varobj.c: Same. | |
2876 | * coff-pe-read.c: Same. | |
2877 | * coffread.c: Same. | |
2878 | * cris-tdep.c: Same. | |
2879 | * darwin-nat.c: Same. | |
2880 | * dbxread.c: Same. | |
2881 | * dcache.c: Same. | |
2882 | * disasm.c: Same. | |
2883 | * dtrace-probe.c: Same. | |
2884 | * dwarf-index-write.c: Same. | |
2885 | * dwarf2-frame-tailcall.c: Same. | |
2886 | * dwarf2-frame.c: Same. | |
2887 | * dwarf2read.c: Same. | |
2888 | * eval.c: Same. | |
2889 | * exceptions.c: Same. | |
2890 | * fbsd-tdep.c: Same. | |
2891 | * findvar.c: Same. | |
2892 | * frame.c: Same. | |
2893 | * frv-tdep.c: Same. | |
2894 | * gnu-v3-abi.c: Same. | |
2895 | * go32-nat.c: Same. | |
2896 | * h8300-tdep.c: Same. | |
2897 | * hppa-tdep.c: Same. | |
2898 | * i386-linux-tdep.c: Same. | |
2899 | * i386-tdep.c: Same. | |
2900 | * ia64-libunwind-tdep.c: Same. | |
2901 | * ia64-tdep.c: Same. | |
2902 | * infcmd.c: Same. | |
2903 | * infrun.c: Same. | |
2904 | * linespec.c: Same. | |
2905 | * linux-nat.c: Same. | |
2906 | * linux-thread-db.c: Same. | |
2907 | * machoread.c: Same. | |
2908 | * mdebugread.c: Same. | |
2909 | * mep-tdep.c: Same. | |
2910 | * mn10300-tdep.c: Same. | |
2911 | * namespace.c: Same. | |
2912 | * objfiles.c: Same. | |
2913 | * opencl-lang.c: Same. | |
2914 | * or1k-tdep.c: Same. | |
2915 | * osabi.c: Same. | |
2916 | * ppc-linux-nat.c: Same. | |
2917 | * ppc-linux-tdep.c: Same. | |
2918 | * ppc-sysv-tdep.c: Same. | |
2919 | * printcmd.c: Same. | |
2920 | * procfs.c: Same. | |
2921 | * record-btrace.c: Same. | |
2922 | * record-full.c: Same. | |
2923 | * remote-fileio.c: Same. | |
2924 | * remote.c: Same. | |
2925 | * rs6000-tdep.c: Same. | |
2926 | * s12z-tdep.c: Same. | |
2927 | * score-tdep.c: Same. | |
2928 | * ser-base.c: Same. | |
2929 | * ser-go32.c: Same. | |
2930 | * skip.c: Same. | |
2931 | * sol-thread.c: Same. | |
2932 | * solib-svr4.c: Same. | |
2933 | * solib.c: Same. | |
2934 | * source.c: Same. | |
2935 | * sparc-nat.c: Same. | |
2936 | * sparc-sol2-tdep.c: Same. | |
2937 | * sparc-tdep.c: Same. | |
2938 | * sparc64-tdep.c: Same. | |
2939 | * stabsread.c: Same. | |
2940 | * stack.c: Same. | |
2941 | * symfile.c: Same. | |
2942 | * symtab.c: Same. | |
2943 | * target-descriptions.c: Same. | |
2944 | * target-float.c: Same. | |
2945 | * thread.c: Same. | |
2946 | * utils.c: Same. | |
2947 | * valops.c: Same. | |
2948 | * valprint.c: Same. | |
2949 | * value.c: Same. | |
2950 | * varobj.c: Same. | |
2951 | * windows-nat.c: Same. | |
2952 | * xcoffread.c: Same. | |
2953 | * xstormy16-tdep.c: Same. | |
2954 | * xtensa-tdep.c: Same. | |
2955 | ||
c5adaa19 TT |
2956 | 2019-10-17 Tom Tromey <tromey@adacore.com> |
2957 | ||
2958 | * configure: Rebuild. | |
2959 | * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not | |
2960 | in AC_CONFIG_FILES invocation. | |
2961 | * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use | |
2962 | new-style config.status invocation. | |
2963 | ||
405feb71 TV |
2964 | 2019-10-17 Tom de Vries <tdevries@suse.de> |
2965 | ||
2966 | * arm-nbsd-nat.c: Fix typos in comments. | |
2967 | * arm-tdep.c: Same. | |
2968 | * darwin-nat-info.c: Same. | |
2969 | * dwarf2read.c: Same. | |
2970 | * elfread.c: Same. | |
2971 | * event-top.c: Same. | |
2972 | * findvar.c: Same. | |
2973 | * gdbtypes.c: Same. | |
2974 | * hppa-tdep.c: Same. | |
2975 | * i386-tdep.c: Same. | |
2976 | * jit.c: Same. | |
2977 | * main.c: Same. | |
2978 | * mdebugread.c: Same. | |
2979 | * moxie-tdep.c: Same. | |
2980 | * nto-procfs.c: Same. | |
2981 | * osabi.c: Same. | |
2982 | * ppc-linux-tdep.c: Same. | |
2983 | * remote.c: Same. | |
2984 | * riscv-tdep.c: Same. | |
2985 | * s390-tdep.c: Same. | |
2986 | * sh-tdep.c: Same. | |
2987 | * sparc-linux-tdep.c: Same. | |
2988 | * sparc-nat.c: Same. | |
2989 | * stack.c: Same. | |
2990 | * target-descriptions.c: Same. | |
2991 | * top.c: Same. | |
2992 | * varobj.c: Same. | |
2993 | ||
befcd486 TT |
2994 | 2019-10-16 Tom Tromey <tom@tromey.com> |
2995 | ||
2996 | * objfiles.h (struct objfile) <original_name>: Now const. | |
2997 | ||
17bfe554 CB |
2998 | 2019-10-16 Christian Biesinger <cbiesinger@google.com> |
2999 | ||
3000 | * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to | |
3001 | pass on to sigsetjmp's second argument. | |
3002 | * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash. | |
3003 | ||
950b7495 KS |
3004 | 2019-10-16 Keith Seitz <keiths@redhat.com> |
3005 | ||
3006 | PR gdb/23567 | |
3007 | * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard | |
3008 | sections whose size is greater than the file size. | |
3009 | ||
ff371ec9 JW |
3010 | 2019-10-16 Jim Wilson <jimw@sifive.com> |
3011 | ||
3012 | * riscv-tdep.c (riscv_gcc_target_options): New. | |
3013 | (riscv_gnu_triplet_regexp): New. | |
3014 | (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and | |
3015 | set_gdbarch_gnu_triplet_regexp. | |
3016 | ||
fec4e896 CB |
3017 | 2019-10-16 Christian Biesinger <cbiesinger@google.com> |
3018 | ||
3019 | * Makefile.in: Add xml-builtin.h. | |
3020 | * features/feature_to_c.sh: Add an include for xml-builtin.h | |
3021 | to ensure that the compiler checks that the types match. | |
3022 | * xml-builtin.h: New file. | |
3023 | * xml-support.c (fetch_xml_builtin): Add missing const. | |
3024 | * xml-support.h: Remove declaration of xml_builtins. | |
3025 | ||
d10eccaa TV |
3026 | 2019-10-16 Tom de Vries <tdevries@suse.de> |
3027 | ||
3028 | PR tdep/25096 | |
3029 | * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ... | |
3030 | (amd64_classify_aggregate): ... here. | |
3031 | (amd64_classify_aggregate_field): Handled fiels of nested structs | |
3032 | recursively. | |
3033 | ||
745ff14e TV |
3034 | 2019-10-16 Tom de Vries <tdevries@suse.de> |
3035 | ||
3036 | PR tdep/24104 | |
3037 | * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop | |
3038 | that handles 'theclass'. | |
3039 | ||
791b7405 AB |
3040 | 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com> |
3041 | ||
3042 | * linespec.c (decode_digits_ordinary): Update comment. | |
3043 | * make-target-delegates: No longer need to handle VEC case. | |
3044 | * memrange.c (normalize_mem_ranges): Update comment. | |
3045 | * namespace.c (add_using_directive): Update comment. | |
3046 | * objc-lang.c (uniquify_strings): Update comment. | |
3047 | * ppc-linux-nat.c (struct thread_points): Update comment. | |
3048 | * probe.h (find_probes_in_objfile): Update comment. | |
3049 | * target.h (enum flash_preserve_mode): Update comment. | |
3050 | * varobj.c (varobj_restrict_range): Update comment. | |
3051 | * varobj.h (varobj_list_children): Update comment. | |
3052 | ||
0dc32745 AB |
3053 | 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com> |
3054 | ||
3055 | * Makefile.in: Remove references to vec.h and vec.c. | |
3056 | * aarch64-tdep.c: No longer include vec.h. | |
3057 | * ada-lang.c: Likewise. | |
3058 | * ada-lang.h: Likewise. | |
3059 | * arm-tdep.c: Likewise. | |
3060 | * ax.h: Likewise. | |
3061 | * breakpoint.h: Likewise. | |
3062 | * charset.c: Likewise. | |
3063 | * cp-support.h: Likewise. | |
3064 | * dtrace-probe.c: Likewise. | |
3065 | * dwarf2read.c: Likewise. | |
3066 | * extension.h: Likewise. | |
3067 | * gdb_bfd.c: Likewise. | |
3068 | * gdbsupport/gdb_vecs.h: Likewise. | |
3069 | * gdbsupport/vec.c: Remove. | |
3070 | * gdbsupport/vec.h: Remove. | |
3071 | * gdbthread.h: Likewise. | |
3072 | * guile/scm-type.c: Likewise. | |
3073 | * inline-frame.c: Likewise. | |
3074 | * machoread.c: Likewise. | |
3075 | * memattr.c: Likewise. | |
3076 | * memrange.h: Likewise. | |
3077 | * namespace.h: Likewise. | |
3078 | * nat/linux-btrace.h: Likewise. | |
3079 | * osdata.c: Likewise. | |
3080 | * parser-defs.h: Likewise. | |
3081 | * progspace.h: Likewise. | |
3082 | * python/py-type.c: Likewise. | |
3083 | * record-btrace.c: Likewise. | |
3084 | * rust-exp.y: Likewise. | |
3085 | * solib-target.c: Likewise. | |
3086 | * stap-probe.c: Likewise. | |
3087 | * target-descriptions.c: Likewise. | |
3088 | * target-memory.c: Likewise. | |
3089 | * target.h: Likewise. | |
3090 | * varobj.c: Likewise. | |
3091 | * varobj.h: Likewise. | |
3092 | * xml-support.h: Likewise. | |
3093 | ||
ae640021 AB |
3094 | 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com> |
3095 | ||
3096 | * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): | |
3097 | Update for new std::vector based implementation. | |
3098 | (process_psymtab_comp_unit_reader): Likewise. | |
3099 | (scan_partial_symbols): Likewise. | |
3100 | (recursively_compute_inclusions): Likewise. | |
3101 | (compute_compunit_symtab_includes): Likewise. | |
3102 | (process_imported_unit_die): Likewise. | |
3103 | (queue_and_load_dwo_tu): Likewise. | |
3104 | (follow_die_sig_1): Likewise. | |
3105 | * gdb/dwarf2read.h: Remove DEF_VEC_P. | |
3106 | (typedef dwarf2_per_cu_ptr): Remove. | |
3107 | (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New | |
3108 | function. | |
3109 | (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function. | |
3110 | (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function. | |
3111 | (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function. | |
3112 | (struct dwarf2_per_cu_data) <imported_symtabs>: Change to | |
3113 | std::vector. | |
3114 | ||
55dfc88f TT |
3115 | 2019-10-15 Tom Tromey <tromey@adacore.com> |
3116 | ||
3117 | * windows-nat.c (windows_nat_target::resume): Use %x when logging | |
3118 | TID. | |
3119 | ||
96b49c5e TT |
3120 | 2019-10-15 Tom Tromey <tromey@adacore.com> |
3121 | ||
3122 | * windows-nat.c (windows_nat_target::fetch_registers) | |
3123 | (windows_nat_target::store_registers): Rename "pid" to "tid". | |
3124 | ||
953cff56 TT |
3125 | 2019-10-15 Tom Tromey <tromey@adacore.com> |
3126 | ||
3127 | * gdbarch.h, gdbarch.c: Rebuild. | |
3128 | * gdbarch.sh (gcc_target_options): Change return type to | |
3129 | std::string. | |
3130 | * compile/compile.c (get_args): Update. | |
3131 | * nios2-tdep.c (nios2_gcc_target_options): Return std::string. | |
3132 | * arm-linux-tdep.c (arm_linux_gcc_target_options): Return | |
3133 | std::string. | |
3134 | * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return | |
3135 | std::string. | |
3136 | * arch-utils.c (default_gcc_target_options): Return std::string. | |
3137 | * arch-utils.h (default_gcc_target_options): Return std::string. | |
3138 | * s390-tdep.c (s390_gcc_target_options): Return std::string. | |
3139 | ||
81e6b8eb CB |
3140 | 2019-10-15 Christian Biesinger <cbiesinger@google.com> |
3141 | ||
3142 | * breakpoint.c (breakpoint_chain): Make static. | |
3143 | * tui/tui-winsource.c: Call iterate_over_breakpoints instead | |
3144 | of accessing breakpoint_chain. | |
3145 | ||
95da600f CB |
3146 | 2019-10-15 Christian Biesinger <cbiesinger@google.com> |
3147 | ||
3148 | * breakpoint.c (iterate_over_breakpoints): Change function pointer | |
3149 | to a gdb::function_view and return value to bool. | |
3150 | * breakpoint.h (iterate_over_breakpoints): Likewise. | |
3151 | * dummy-frame.c (pop_dummy_frame_bpt): Update. | |
3152 | (pop_dummy_frame): Update. | |
3153 | * guile/scm-breakpoint.c (bpscm_build_bp_list): Update. | |
3154 | (gdbscm_breakpoints): Update. | |
3155 | * python/py-breakpoint.c (build_bp_list): Update. | |
3156 | (gdbpy_breakpoints): Update. | |
3157 | * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb): | |
3158 | Update. | |
3159 | (bpfinishpy_handle_stop): Update. | |
3160 | (bpfinishpy_handle_exit): Update. | |
3161 | * solib-svr4.c (svr4_update_solib_event_breakpoint): Update. | |
3162 | (svr4_update_solib_event_breakpoints): Update. | |
3163 | ||
ba18312d AA |
3164 | 2019-10-15 Andreas Arnez <arnez@linux.ibm.com> |
3165 | ||
3166 | * s390-tdep.c (s390_effective_inner_type): Ignore static fields | |
3167 | when unwrapping single-field structs. | |
3168 | ||
6acc1a0b SM |
3169 | 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca> |
3170 | ||
3171 | * dwarf2read.c: Remove includes. | |
3172 | ||
284782de SM |
3173 | 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca> |
3174 | ||
3175 | * ui-out.c (ui_out::call_do_message): Silence | |
3176 | -Wformat-nonliteral warning. | |
3177 | ||
073bbbb0 SM |
3178 | 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca> |
3179 | ||
3180 | * breakpoint.c: Remove some includes: continuations.h, skip.h, | |
3181 | mi/mi-main.h, readline/readline.h, readline/history.h. Add | |
3182 | include: readline/tilde.h. | |
3183 | ||
7b9a15e1 CB |
3184 | 2019-10-12 Christian Biesinger <cbiesinger@google.com> |
3185 | ||
3186 | * remote.c (remote_target::get_trace_status): Remove declaration of | |
3187 | trace_regblock_size. | |
3188 | ||
cc8dee1f CB |
3189 | 2019-10-12 Christian Biesinger <cbiesinger@google.com> |
3190 | ||
3191 | * cli/cli-cmds.c (max_user_call_depth): Move comment to header. | |
3192 | (show_user): Remove declaration of cmdlist. | |
3193 | * cli/cli-cmds.h (max_user_call_depth): Declare. | |
3194 | * cli/cli-script.c (execute_user_command): Remove declaration | |
3195 | of max_user_call_depth. | |
3196 | ||
a83d4ef6 JW |
3197 | 2019-10-11 Jim Wilson <jimw@sifive.com> |
3198 | ||
5f93c5a6 JW |
3199 | * gdbsupport/print-utils.h (pulongest): Fix comment. |
3200 | (plongest): Likewise. | |
3201 | (phex): Add missing comment, mention leading zeros. | |
3202 | (phex_nz): Add mention of no leading zeros to comment. | |
3203 | ||
a83d4ef6 JW |
3204 | * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use |
3205 | plongest instead of unsigned long long cast. | |
3206 | ||
26344e0c CB |
3207 | 2019-10-10 Christian Biesinger <cbiesinger@google.com> |
3208 | ||
3209 | * main.c (captured_main_1): Include gdbtk.h and remove declarations | |
3210 | for external_editor_command and gdbtk_test. | |
3211 | ||
c2c440a9 CB |
3212 | 2019-10-10 Christian Biesinger <cbiesinger@google.com> |
3213 | ||
3214 | * mi/mi-cmd-var.c (varobjdebug): Remove declaration. | |
3215 | * varobj.c (varobjdebug): Move comment to... | |
3216 | * varobj.h (varobjdebug): ...here, and declare. | |
3217 | ||
a31bff9d TT |
3218 | 2019-10-09 Tom Tromey <tom@tromey.com> |
3219 | ||
3220 | * tui/tui-regs.c (tui_data_window::show_registers): Don't call | |
3221 | erase_data_content. | |
3222 | ||
7523da63 TT |
3223 | 2019-10-09 Tom Tromey <tom@tromey.com> |
3224 | ||
3225 | * tui/tui-wingeneral.h (tui_delete_win): Don't declare. | |
3226 | * tui/tui-stack.c (tui_locator_window::rerender): Update. | |
3227 | * tui/tui-command.c (tui_cmd_window::resize) | |
3228 | (tui_refresh_cmd_win): Update. | |
3229 | * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update. | |
3230 | * tui/tui.c (tui_rl_other_window, tui_enable): Update. | |
3231 | * tui/tui-data.c (~tui_gen_win_info): Remove. | |
3232 | * tui/tui-layout.c (tui_gen_win_info::resize): Update. | |
3233 | * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts) | |
3234 | (tui_redisplay_readline, tui_mld_flush) | |
3235 | (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update. | |
3236 | * tui/tui-regs.c (tui_data_window::delete_data_content_windows) | |
3237 | (tui_data_window::erase_data_content) | |
3238 | (tui_data_item_window::rerender) | |
3239 | (tui_data_item_window::refresh_window): Update. | |
3240 | * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window) | |
3241 | (box_win, tui_gen_win_info::make_window) | |
3242 | (tui_gen_win_info::make_visible): Update. | |
3243 | (tui_delete_win): Remove. | |
3244 | * tui/tui-winsource.c | |
3245 | (tui_source_window_base::do_erase_source_content): Update. | |
3246 | (tui_show_source_line, tui_source_window_base::update_tab_width) | |
3247 | (tui_source_window_base::update_exec_info): Update. | |
3248 | * tui/tui-data.h (struct curses_deleter): New. | |
3249 | (struct tui_gen_win_info) <handle>: Now a unique_ptr. | |
3250 | (struct tui_gen_win_info) <~tui_gen_win_info>: Define. | |
3251 | ||
a7798e7f TT |
3252 | 2019-10-09 Tom Tromey <tom@tromey.com> |
3253 | ||
3254 | * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare. | |
3255 | ||
5c45899e TT |
3256 | 2019-10-09 Tom Tromey <tom@tromey.com> |
3257 | ||
3258 | * tui/tui-data.c (tui_win_is_auxiliary): Remove. | |
3259 | * tui/tui-data.h (tui_win_is_auxiliary): Don't declare. | |
3260 | ||
6d7fd9aa TT |
3261 | 2019-10-09 Tom Tromey <tom@tromey.com> |
3262 | ||
3263 | * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute | |
3264 | window height directly. | |
3265 | * tui/tui-layout.h (tui_default_win_viewport_height): Don't | |
3266 | declare. | |
3267 | * tui/tui-layout.c (tui_default_win_height): Remove. | |
3268 | (tui_default_win_viewport_height): Remove. | |
3269 | ||
d2dd1084 TT |
3270 | 2019-10-09 Tom Tromey <tom@tromey.com> |
3271 | ||
3272 | * tui/tui.h: Remove comments. | |
3273 | ||
cff32449 TV |
3274 | 2019-10-09 Tom de Vries <tdevries@suse.de> |
3275 | ||
3276 | * python/lib/gdb/printer/bound_registers.py: Use | |
3277 | '^builtin_type_bound128' as regexp argument for | |
3278 | add_builtin_pretty_printer. | |
3279 | ||
6a25e8a2 CB |
3280 | 2019-10-09 Christian Biesinger <cbiesinger@google.com> |
3281 | ||
3282 | * guile/guile.c (guile_extension_script_ops): Remove forward | |
3283 | declaration and mark as static. | |
3284 | (guile_script_ops): Likewise. | |
3285 | (extension_language_guile): Move further down in the file so | |
3286 | it can reference the definitions for guile_{extension_,}script_ops. | |
3287 | ||
6d9d6da4 AA |
3288 | 2019-10-09 Andreas Arnez <arnez@linux.ibm.com> |
3289 | ||
3290 | * s390-tdep.c (390_process_record): Handle new arch13 instructions | |
3291 | except SORTL, DFLTCC, and KDSA. | |
3292 | ||
3abea05d TT |
3293 | 2019-10-08 Tom Tromey <tromey@adacore.com> |
3294 | ||
3295 | * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove. | |
3296 | (struct safe_symbol_file_add_args): Remove. | |
3297 | ||
dde996e2 TT |
3298 | 2019-10-08 Tom Tromey <tromey@adacore.com> |
3299 | ||
3300 | * windows-nat.c: Don't include buildsym-legacy.h. | |
3301 | ||
cd6fdaa1 TT |
3302 | 2019-10-08 Tom Tromey <tromey@adacore.com> |
3303 | ||
3304 | * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions. | |
3305 | ||
79bb1944 CB |
3306 | 2019-10-08 Christian Biesinger <cbiesinger@google.com> |
3307 | ||
3308 | * gdbtypes.c (overload_debug): Move comment to header. | |
3309 | * gdbtypes.h (overload_debug): Declare. | |
3310 | * valops.c: Remove declaration of overload_debug, instead | |
3311 | include gdbtypes.h. | |
3312 | ||
34916edc CB |
3313 | 2019-10-08 Christian Biesinger <cbiesinger@google.com> |
3314 | ||
3315 | * language.c (show_language_command): Pass lang_frame_mismatch_warn | |
3316 | through _(). | |
3317 | (lang_frame_mismatch_warn): Make const, mark with N_(), and | |
3318 | move comment... | |
3319 | * language.h (lang_frame_mismatch_warn): ... here. Also add | |
3320 | declaration. | |
3321 | * top.c (lang_frame_mismatch_warn): Remove declaration. | |
3322 | (check_frame_language_change): Pass lang_frame_mismatch_warn | |
3323 | through _(). | |
3324 | ||
bad5c026 CB |
3325 | 2019-10-07 Christian Biesinger <cbiesinger@google.com> |
3326 | ||
3327 | * c-lang.h (vtbl_ptr_name): Declare. | |
3328 | * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get | |
3329 | it from the header. | |
3330 | * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name. | |
3331 | ||
51f1fdc3 CB |
3332 | 2019-10-07 Christian Biesinger <cbiesinger@google.com> |
3333 | ||
3334 | * charset.c (your_gdb_wchar_t_is_bogus): Replace with a | |
3335 | gdb_static_assert. | |
3336 | ||
30d1f018 WP |
3337 | 2019-10-07 Weimin Pan <weimin.pan@oracle.com> |
3338 | ||
606813d5 WP |
3339 | * ../Makefile.def (dependencies): Add all-libctf to all-gdb |
3340 | * ../Makefile.in: Add "all-gdb: maybe-all-libctf" | |
30d1f018 WP |
3341 | * ctfread.c: New file. |
3342 | * ctfread.h: New file. | |
3343 | * elfread.c: Include ctfread.h. | |
3344 | (struct elfinfo text_p): New member ctfsect. | |
3345 | (elf_locate_sections): Mark CTF section. | |
3346 | (elf_symfile_read): Call elfctf_build_psymtabs. | |
3347 | * Makefile.in (LIBCTF): Add. | |
3348 | (CLIBS): Use it. | |
3349 | (CDEPS): Likewise. | |
3350 | (DIST): Add ctfread.c. | |
606813d5 WP |
3351 | |
3352 | 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com> | |
3353 | ||
3354 | * ctfread.c (struct nextfield): Renamed to ... | |
3355 | (struct ctf_nextfield): ... this. | |
3356 | (struct field_info): Renamed to ... | |
3357 | (strut ctf_field_info): ... this. | |
3358 | (attach_fields_to_type): Update for renamed structures. | |
3359 | (ctf_add_member_cb): Likewise. | |
3360 | (ctf_add_enum_member_cb): Likewise. | |
3361 | (process_struct_members): Likewise. | |
3362 | (process_enum_type): Likewise. | |
30d1f018 | 3363 | |
518fe38c WP |
3364 | 2019-10-07 Weimin Pan <weimin.pan@oracle.com> |
3365 | ||
3366 | * tracectf.h: Rename, was ctf.h. | |
3367 | * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h. | |
3368 | * tracefile.c: Likewise. | |
3369 | * tracepoint.c: Remove unused include ctf.h. | |
3370 | * mi/mi-main.c: Likewise. | |
3371 | * Makefile.in Replace ctf.c with tracectf.c. | |
3372 | ||
225f296a JB |
3373 | 2019-10-06 Joel Brobecker <brobecker@adacore.com> |
3374 | ||
3375 | * version.in: Change version number to "9.0.50.DATE-git". | |
3376 | ||
77c2dba3 TT |
3377 | 2019-10-03 Tom Tromey <tom@tromey.com> |
3378 | ||
3379 | PR rust/24976: | |
3380 | * dwarf2read.c (quirk_rust_enum): Handle single-element unions. | |
3381 | ||
179aed7f AB |
3382 | 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com> |
3383 | ||
3384 | * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and | |
3385 | cp_search_name_hash. | |
3386 | * NEWS: Add entry about nested function support. | |
3387 | ||
0a4b0913 AB |
3388 | 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com> |
3389 | Andrew Burgess <andrew.burgess@embecosm.com> | |
3390 | ||
3391 | * cp-namespace.c (cp_search_static_and_baseclasses): Only search | |
3392 | for nested static variables when searchin VAR_DOMAIN. | |
3393 | * dwarf2read.c (add_partial_symbol): Add nested subroutines to the | |
3394 | global scope, update comment. | |
3395 | (add_partial_subprogram): Call add_partial_subprogram recursively | |
3396 | for nested subroutines when processinng Fortran. | |
3397 | (load_partial_dies): Process the child entities of a subprogram | |
3398 | when processing Fortran. | |
3399 | (partial_die_parent_scope): Handle building scope | |
3400 | for Fortran nested functions. | |
3401 | (process_die): Record that nested functions have a scope. | |
3402 | (new_symbol): Always record Fortran subprograms on the global | |
3403 | symbol list. | |
3404 | (determine_prefix): How to build the prefix for Fortran | |
3405 | subprograms. | |
3406 | ||
d8c06f22 AB |
3407 | 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com> |
3408 | ||
3409 | * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we | |
3410 | have just sent the thread a SIGSTOP and are waiting for it to | |
3411 | arrive. | |
3412 | ||
a8b3b8e9 AB |
3413 | 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com> |
3414 | ||
3415 | * btrace.c (btrace_add_pc): Remove whitespace before the template | |
3416 | parameter in 'std::vector <...>'. | |
3417 | (parse_xml_btrace_block): Likewise. | |
3418 | (btrace_maint_decode_pt): Likewise. | |
3419 | (btrace_maint_update_packets): Likewise. | |
3420 | (btrace_maint_print_packets): Likewise. | |
3421 | * btrace.h (struct btrace_maint_info): Likewise. | |
3422 | * dwarf2read.c (struct type_unit_group): Likewise. | |
3423 | (build_type_psymtabs_reader): Likewise. | |
3424 | * gdbsupport/btrace-common.c (btrace_data_append): Likewise. | |
3425 | * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise. | |
3426 | * nat/linux-btrace.c (perf_event_read_bts): Likewise. | |
3427 | ||
4d825eab TV |
3428 | 2019-10-03 Tom de Vries <tdevries@suse.de> |
3429 | ||
3430 | * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of | |
3431 | the first line of the help text for set/show style metadata. | |
3432 | ||
80fd2826 TT |
3433 | 2019-10-02 Tom Tromey <tromey@adacore.com> |
3434 | ||
3435 | * Makefile.in (COMMON_SFILES): Add common-inferior.c. | |
3436 | * gdbsupport/common-inferior.c: New file. | |
3437 | * infcmd.c (startup_with_shell): Don't define. | |
3438 | * nat/fork-inferior.h (startup_with_shell): Don't declare. | |
3439 | * gdbsupport/common-inferior.h (startup_with_shell): Declare. | |
3440 | * inferior.h (startup_with_shell): Don't declare. | |
3441 | ||
70054538 CB |
3442 | 2019-10-02 Christian Biesinger <cbiesinger@google.com> |
3443 | ||
3444 | * gdbsupport/gdb_assert.h: Include errors.h. | |
3445 | * gdbsupport/gdb_string_view.h: Include gdb_assert.h. | |
3446 | ||
37f6a7f4 TT |
3447 | 2019-10-02 Tom Tromey <tromey@adacore.com> |
3448 | ||
3449 | * NEWS: Add $_ada_exception entry. | |
3450 | * ada-lang.c (struct ada_catchpoint): Add constructor. | |
3451 | <m_kind>: New member. | |
3452 | (allocate_location_exception, re_set_exception): Remove | |
3453 | "ex" parameter. | |
3454 | (should_stop_exception): Compute $_ada_exception. | |
3455 | (check_status_exception, print_it_exception) | |
3456 | (print_one_exception, print_mention_exception): Remove | |
3457 | "ex" parameter. | |
3458 | (allocate_location_catch_exception, re_set_catch_exception) | |
3459 | (check_status_exception, print_it_catch_exception) | |
3460 | (print_one_catch_exception, print_mention_catch_exception) | |
3461 | (print_recreate_catch_exception) | |
3462 | (allocate_location_catch_exception_unhandled) | |
3463 | (re_set_catch_exception_unhandled) | |
3464 | (check_status_exception, print_it_catch_exception_unhandled) | |
3465 | (print_one_catch_exception_unhandled) | |
3466 | (print_mention_catch_exception_unhandled) | |
3467 | (print_recreate_catch_exception_unhandled) | |
3468 | (allocate_location_catch_assert, re_set_catch_assert) | |
3469 | (check_status_assert, print_it_catch_assert) | |
3470 | (print_one_catch_assert, print_mention_catch_assert) | |
3471 | (print_recreate_catch_assert) | |
3472 | (allocate_location_catch_handlers, re_set_catch_handlers) | |
3473 | (check_status_handlers, print_it_catch_handlers) | |
3474 | (print_one_catch_handlers, print_mention_catch_handlers) | |
3475 | (print_recreate_catch_handlers): Remove. | |
3476 | (create_ada_exception_catchpoint): Update. | |
3477 | (initialize_ada_catchpoint_ops): Update. | |
3478 | ||
fccf9de1 TT |
3479 | 2019-10-02 Tom Tromey <tromey@adacore.com> |
3480 | ||
3481 | * ada-lang.c (ada_lookup_simple_minsyms): Remove. | |
3482 | (create_excep_cond_exprs): Simplify exception string computation. | |
3483 | (ada_exception_catchpoint_cond_string): Likewise. | |
3484 | ||
4b610737 TT |
3485 | 2019-10-02 Tom Tromey <tromey@adacore.com> |
3486 | ||
3487 | * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS. | |
3488 | * ada-lang.c (lesseq_defined_than): Handle | |
3489 | LOC_STATIC. | |
3490 | * dwarf2read.c (dwarf2_per_objfile): Add can_copy | |
3491 | parameter. | |
3492 | (dwarf2_has_info): Likewise. | |
3493 | (new_symbol): Set maybe_copied on symbol when | |
3494 | appropriate. | |
3495 | * dwarf2read.h (dwarf2_per_objfile): Add can_copy | |
3496 | parameter. | |
3497 | <can_copy>: New member. | |
3498 | * elfread.c (record_minimal_symbol): Set maybe_copied | |
3499 | on symbol when appropriate. | |
3500 | (elf_symfile_read): Update call to dwarf2_has_info. | |
3501 | * minsyms.c (lookup_minimal_symbol_linkage): New | |
3502 | function. | |
3503 | * minsyms.h (lookup_minimal_symbol_linkage): Declare. | |
3504 | * symtab.c (get_symbol_address, get_msymbol_address): | |
3505 | New functions. | |
3506 | * symtab.h (get_symbol_address, get_msymbol_address): | |
3507 | Declare. | |
3508 | (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle | |
3509 | maybe_copied. | |
3510 | (struct symbol, struct minimal_symbol) <maybe_copied>: | |
3511 | New member. | |
3512 | ||
1dd58850 TT |
3513 | 2019-10-02 Tom Tromey <tromey@adacore.com> |
3514 | ||
3515 | * source.c (struct current_source_location): New. | |
3516 | (current_source_key): New global. | |
3517 | (current_source_symtab, current_source_line) | |
3518 | (current_source_pspace): Remove. | |
3519 | (get_source_location): New function. | |
3520 | (get_current_source_symtab_and_line) | |
3521 | (set_default_source_symtab_and_line) | |
3522 | (set_current_source_symtab_and_line) | |
3523 | (clear_current_source_symtab_and_line, select_source_symtab) | |
3524 | (info_source_command, print_source_lines_base) | |
3525 | (info_line_command, search_command_helper, _initialize_source): | |
3526 | Update. | |
3527 | ||
5c281dbb TT |
3528 | 2019-10-02 Tom Tromey <tromey@adacore.com> |
3529 | ||
3530 | * source.c (select_source_symtab): Don't call | |
3531 | decode_line_with_current_source. | |
3532 | ||
d3d32391 AB |
3533 | 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com> |
3534 | ||
3535 | * symtab.c (lookup_global_symbol): Search global block. | |
3536 | ||
38583298 TT |
3537 | 2019-10-02 Tom Tromey <tromey@adacore.com> |
3538 | ||
3539 | * coffread.c (process_coff_symbol): Update. | |
3540 | * dwarf2read.c (var_decode_location, new_symbol): Update. | |
3541 | * mdebugread.c (parse_symbol): Update. | |
3542 | * objfiles.c (relocate_one_symbol): Update. | |
3543 | * stabsread.c (define_symbol, fix_common_block) | |
3544 | (scan_file_globals): Update. | |
3545 | * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue. | |
3546 | (SET_SYMBOL_VALUE_ADDRESS): New macro. | |
3547 | * xcoffread.c (process_xcoff_symbol): Update. | |
3548 | ||
9344c18f AA |
3549 | 2019-10-02 Andreas Arnez <arnez@linux.ibm.com> |
3550 | ||
3551 | * MAINTAINERS: Update my email address. | |
3552 | ||
df07e2c7 AB |
3553 | 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com> |
3554 | ||
3555 | * dwarf2read.c (struct type_unit_group) <tus>: Convert to | |
3556 | std::vector. | |
3557 | (build_type_psymtabs_reader): Update for std::vector. | |
3558 | (build_type_psymtab_dependencies): Likewise. | |
3559 | * dwarf2read.h: Remove use of DEF_VEC_P. | |
3560 | (typedef sig_type_ptr): Delete. | |
3561 | ||
554ac434 AB |
3562 | 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com> |
3563 | ||
3564 | * btrace.c (btrace_maint_clear): Update to handle change from VEC | |
3565 | to std::vector. | |
3566 | (btrace_maint_decode_pt): Likewise, and move allocation of the | |
3567 | vector outside of the loop. | |
3568 | (btrace_maint_update_packets): Update to handle change from VEC to | |
3569 | std::vector. | |
3570 | (btrace_maint_print_packets): Likewise. | |
3571 | (maint_info_btrace_cmd): Likewise. | |
3572 | * btrace.h: Remove use of DEF_VEC_O. | |
3573 | (typedef btrace_pt_packet_s): Delete. | |
3574 | (struct btrace_maint_info) <packets>: Change fromm VEC to | |
3575 | std::vector. | |
3576 | * gdbsupport/btrace-common.h: Remove 'vec.h' include. | |
3577 | ||
46f29a9a AB |
3578 | 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com> |
3579 | ||
3580 | * btrace.c (btrace_compute_ftrace_bts): Update for std::vector, | |
3581 | make accesses into the vector constant references. | |
3582 | (btrace_add_pc): Update for std::vector. | |
3583 | (btrace_stitch_bts): Likewise. | |
3584 | (parse_xml_btrace_block): Likewise. | |
3585 | (btrace_maint_update_packets): Likewise. | |
3586 | (btrace_maint_print_packets): Likewise. | |
3587 | (maint_info_btrace_cmd): Likewise. | |
3588 | * gdbsupport/btrace-common.c (btrace_data::fini): Update for | |
3589 | std::vector. | |
3590 | (btrace_data::empty): Likewise. | |
3591 | (btrace_data_append): Likewise. | |
3592 | * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O. | |
3593 | (typedef btrace_block_s): Delete. | |
3594 | (struct btrace_block): Add constructor. | |
3595 | (struct btrace_data_bts) <blocks>: Change to std::vector. | |
3596 | * nat/linux-btrace.c (perf_event_read_bts): Update for | |
3597 | std::vector. | |
3598 | (linux_read_bts): Likewise. | |
3599 | ||
d770d56f TT |
3600 | 2019-10-01 Tom Tromey <tom@tromey.com> |
3601 | ||
3602 | * cli/cli-logging.c (show_logging_filename): Use styled_string. | |
3603 | ||
9d636d67 TT |
3604 | 2019-10-01 Tom Tromey <tom@tromey.com> |
3605 | ||
3606 | * stack.c (print_frame, info_frame_command_core): Use | |
3607 | styled_string. | |
3608 | * linux-thread-db.c (try_thread_db_load_1) | |
3609 | (try_thread_db_load_from_pdir_1): Use styled_string. | |
3610 | * auto-load.c (file_is_auto_load_safe, execute_script_contents) | |
3611 | (auto_load_section_scripts, info_auto_load_local_gdbinit) | |
3612 | (maybe_print_unsupported_script_warning) | |
3613 | (maybe_print_script_not_found_warning): Use styled_string. | |
3614 | * ada-lang.c (user_select_syms): Use styled_string. | |
3615 | ||
7f6aba03 TT |
3616 | 2019-10-01 Tom Tromey <tom@tromey.com> |
3617 | ||
3618 | * p-lang.c (pascal_printstr): Use metadata style. | |
3619 | * value.c (show_convenience): Use metadata style. | |
3620 | * valprint.c (valprint_check_validity, val_print_optimized_out) | |
3621 | (val_print_not_saved, val_print_unavailable) | |
3622 | (val_print_invalid_address, generic_val_print, val_print) | |
3623 | (value_check_printable, val_print_array_elements): Use metadata | |
3624 | style. | |
3625 | * ui-out.h (class ui_out) <field_fmt>: New overload. | |
3626 | <do_field_fmt>: Add style parameter. | |
3627 | * ui-out.c (ui_out::field_fmt): New overload. | |
3628 | * typeprint.c (type_print_unknown_return_type) | |
3629 | (val_print_not_allocated, val_print_not_associated): Use metadata | |
3630 | style. | |
3631 | * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style | |
3632 | parameter. | |
3633 | * tui/tui-out.c (tui_ui_out::do_field_fmt): Update. | |
3634 | * tracepoint.c (tvariables_info_1): Use metadata style. | |
3635 | * stack.c (print_frame_arg, print_frame_info, print_frame) | |
3636 | (info_frame_command_core): Use metadata style. | |
3637 | * skip.c (info_skip_command): Use metadata style. | |
3638 | * rust-lang.c (rust_print_enum): Use metadata style. | |
3639 | * python/py-prettyprint.c (print_stack_unless_memory_error): Use | |
3640 | metadata style. | |
3641 | * python/py-framefilter.c (py_print_single_arg): Use metadata | |
3642 | style. | |
3643 | * printcmd.c (do_one_display, print_variable_and_value): Use | |
3644 | metadata style. | |
3645 | * p-valprint.c (pascal_val_print) | |
3646 | (pascal_object_print_value_fields): Use metadata style. | |
3647 | * p-typeprint.c (pascal_type_print_base): Use metadata style. | |
3648 | * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style | |
3649 | parameter. | |
3650 | * mi/mi-out.c (mi_ui_out::do_field_fmt): Update. | |
3651 | * m2-valprint.c (m2_print_long_set): Use metadata style. | |
3652 | * m2-typeprint.c (m2_print_type): Use metadata style. | |
3653 | * infcmd.c (print_return_value_1): Use metadata style. | |
3654 | * gnu-v3-abi.c (print_one_vtable): Use metadata style. | |
3655 | * f-valprint.c (info_common_command_for_block): Use metadata | |
3656 | style. | |
3657 | * f-typeprint.c (f_type_print_base): Use metadata style. | |
3658 | * expprint.c (print_subexp_standard): Use metadata style. | |
3659 | * cp-valprint.c (cp_print_value_fields): Use metadata style. | |
3660 | * cli/cli-style.h (class cli_style_option): Add constructor. | |
3661 | (metadata_style): Declare. | |
3662 | * cli/cli-style.c (metadata_style): New global. | |
3663 | (_initialize_cli_style): Register metadata style. | |
3664 | * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style | |
3665 | parameter. | |
3666 | * cli-out.c (cli_ui_out::do_field_fmt): Update. | |
3667 | * c-typeprint.c (c_type_print_base_struct_union) | |
3668 | (c_type_print_base_1): Use metadata style. | |
3669 | * breakpoint.c (watchpoint_value_print) | |
3670 | (print_one_breakpoint_location): Use metadata style. | |
3671 | * break-catch-syscall.c (print_one_catch_syscall): Use metadata | |
3672 | style. | |
3673 | * break-catch-sig.c (signal_catchpoint_print_one): Use metadata | |
3674 | style. | |
3675 | * ada-valprint.c (val_print_packed_array_elements, printstr) | |
3676 | (print_field_values, ada_val_print_ref, ada_val_print): Use | |
3677 | metadata style. | |
3678 | * ada-typeprint.c (print_array_type, ada_print_type): Use metadata | |
3679 | style. | |
3680 | * ada-tasks.c (print_ada_task_info, info_task): Use metadata | |
3681 | style. | |
3682 | * ada-lang.c (user_select_syms): Use metadata style. | |
3683 | ||
14309bb6 TT |
3684 | 2019-10-01 Tom Tromey <tom@tromey.com> |
3685 | ||
3686 | * cli/cli-cmds.c (pwd_command): Style output. | |
3687 | ||
6a831f06 PA |
3688 | 2019-10-01 Pedro Alves <palves@redhat.com> |
3689 | Tom Tromey <tom@tromey.com> | |
3690 | ||
3691 | * symtab.c (print_symbol_info): Use %ps. | |
3692 | (print_msymbol_info): Use %ps. | |
3693 | * symfile.c (symbol_file_add_with_addrs): Use %ps. | |
3694 | * printcmd.c (print_variable_and_value): Use %ps. | |
3695 | * macrocmd.c (show_pp_source_pos): Use %ps. | |
3696 | * infrun.c (print_exited_reason): Use ui_out::message. | |
3697 | * breakpoint.c (watchpoint_check, print_one_breakpoint_location) | |
3698 | (describe_other_breakpoints): Use ui_out::message and new | |
3699 | formats. | |
3700 | (say_where): Use new formats. | |
3701 | (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message | |
3702 | and new formats. | |
3703 | ||
2a3c1174 PA |
3704 | 2019-10-01 Pedro Alves <palves@redhat.com> |
3705 | Tom Tromey <tom@tromey.com> | |
3706 | ||
3707 | * unittests/format_pieces-selftests.c: Add gdb_format parameter. | |
3708 | (test_gdb_formats): New function. | |
3709 | (run_tests): Call it. | |
3710 | (test_format_specifier): Update. | |
3711 | * utils.h (fputs_filtered): Update comment. | |
3712 | (vfprintf_styled, vfprintf_styled_no_gdbfmt) | |
3713 | (fputs_styled_unfiltered): Declare. | |
3714 | * utils.c (fputs_styled_unfiltered): New function. | |
3715 | (vfprintf_maybe_filtered): Add gdbfmt parameter. | |
3716 | (vfprintf_filtered): Update. | |
3717 | (vfprintf_unfiltered, vprintf_filtered): Update. | |
3718 | (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions. | |
3719 | * ui-out.h (enum ui_out_flag) <unfiltered_output, | |
3720 | disallow_ui_out_field>: New constants. | |
3721 | (enum class field_kind): New. | |
3722 | (struct base_field_s, struct signed_field_s): New. | |
3723 | (signed_field): New function. | |
3724 | (struct string_field_s): New. | |
3725 | (string_field): New function. | |
3726 | (struct styled_string_s): New. | |
3727 | (styled_string): New function. | |
3728 | (class ui_out) <message>: Add comment. | |
3729 | <vmessage, call_do_message>: New methods. | |
3730 | <do_message>: Add style parameter. | |
3731 | * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New | |
3732 | methods. | |
3733 | (ui_out::message): Rewrite. | |
3734 | * mi/mi-out.h (class mi_ui_out) <do_message>: Add style | |
3735 | parameter. | |
3736 | * mi/mi-out.c (mi_ui_out::do_message): Add style parameter. | |
3737 | * gdbsupport/format.h (class format_pieces) <format_pieces>: Add | |
3738 | gdb_extensions parameter. | |
3739 | (class format_piece): Add parameter to constructor. | |
3740 | (n_int_args): New field. | |
3741 | * gdbsupport/format.c (format_pieces::format_pieces): Add | |
3742 | gdb_extensions parameter. Handle '*'. | |
3743 | * cli-out.h (class cli_ui_out) <do_message>: Add style parameter. | |
3744 | * cli-out.c (cli_ui_out::do_message): Add style parameter. Call | |
3745 | vfprintf_styled_no_gdbfmt. | |
3746 | (cli_ui_out::do_field_string, cli_ui_out::do_spaces) | |
3747 | (cli_ui_out::do_text, cli_ui_out::field_separator): Allow | |
3748 | unfiltered output. | |
3749 | * ui-style.h (struct ui_file_style) <ptr>: New method. | |
3750 | ||
0dfe5bfb TT |
3751 | 2019-10-01 Tom Tromey <tom@tromey.com> |
3752 | ||
3753 | * unittests/format_pieces-selftests.c: Update. Add final format. | |
3754 | * gdbsupport/format.c (format_pieces::format_pieces): Don't add | |
3755 | empty literal pieces. | |
3756 | ||
e43b10e1 TT |
3757 | 2019-10-01 Tom Tromey <tom@tromey.com> |
3758 | ||
3759 | * ui-out.h (enum class ui_out_style_kind): Remove. | |
3760 | (class ui_out) <field_string, field_stsream, do_field_string>: | |
3761 | Change type of "style". | |
3762 | * ui-out.c (ui_out::field_core_addr, ui_out::field_stream) | |
3763 | (ui_out::field_string): Update. | |
3764 | * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type | |
3765 | of "style". | |
3766 | * tui/tui-out.c (tui_ui_out::do_field_string): Update. | |
3767 | * tracepoint.c (print_one_static_tracepoint_marker): Update. | |
3768 | * stack.c (print_frame_arg, print_frame_info, print_frame): | |
3769 | Update. | |
3770 | * source.c (print_source_lines_base): Update. | |
3771 | * solib.c (info_sharedlibrary_command): Update. | |
3772 | * skip.c (info_skip_command): Update. | |
3773 | * record-btrace.c (btrace_call_history_src_line) | |
3774 | (btrace_call_history): Update. | |
3775 | * python/py-framefilter.c (py_print_frame): Update. | |
3776 | * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of | |
3777 | "style". | |
3778 | * mi/mi-out.c (mi_ui_out::do_table_header) | |
3779 | (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned) | |
3780 | (mi_ui_out::do_field_string): Update. | |
3781 | * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): | |
3782 | Update. | |
3783 | * cli-out.h (class cli_ui_out) <do_field_string>: Change type of | |
3784 | "style". | |
3785 | * cli-out.c (cli_ui_out::do_table_header) | |
3786 | (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned) | |
3787 | (cli_ui_out::do_field_skip, cli_ui_out::do_field_string) | |
3788 | (cli_ui_out::do_field_fmt): Update. | |
3789 | * breakpoint.c (print_breakpoint_location): Update. | |
3790 | (update_static_tracepoint): Update. | |
3791 | ||
cd7c32c3 PW |
3792 | 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
3793 | ||
3794 | * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string | |
3795 | conversion of gdb_datadir. | |
3796 | (captured_main_1): Remove xstrdup when assigning to gdb_datadir, | |
3797 | remove not needed c_str (). | |
3798 | ||
8fe0f950 AT |
3799 | 2019-09-30 Ali Tamur <tamur@google.com> |
3800 | ||
3801 | * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms. | |
3802 | (dwarf2_string_attr): Likewise. | |
3803 | ||
5f48f8f3 AT |
3804 | 2019-09-30 Ali Tamur <tamur@google.com> |
3805 | ||
3806 | * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL. | |
3807 | (process_full_type_unit): Likewise. | |
3808 | (dump_die_shallow): Likewise. | |
3809 | (cu_debug_loc_section): Likewise. | |
3810 | ||
6fb08628 CB |
3811 | 2019-09-28 Christian Biesinger <cbiesinger@google.com> |
3812 | ||
3813 | * minsyms.c (compare_minimal_symbols): Rename to... | |
3814 | (minimal_symbol_is_less_than): ...this, and adjust to STL | |
3815 | conventions (return bool, take arguments as references) | |
3816 | (minimal_symbol_reader::install): Call std::sort instead | |
3817 | of qsort. | |
3818 | ||
c7ee338a CB |
3819 | 2019-09-29 Christian Biesinger <cbiesinger@google.com> |
3820 | ||
3821 | * minsyms.h (msymbol_hash): Document that this is a case-insensitive | |
3822 | hash and why. | |
3823 | * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash, | |
3824 | msymbol_hash, msymbol_demangled_hash>: Improve comments. | |
3825 | ||
703a86c2 SM |
3826 | 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca> |
3827 | ||
3828 | * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h. | |
3829 | * psympriv.h (add_psymbol_to_list): Move comment here and update | |
3830 | it. | |
3831 | ||
0df0352a TV |
3832 | 2019-09-29 Tom de Vries <tdevries@suse.de> |
3833 | ||
3834 | * contrib/cc-with-tweaks.sh (get_tmpdir): New function. | |
3835 | Use $tmpdir/$(basename "$output_file").dwz instead of | |
3836 | "${output_file}.dwz". | |
3837 | ||
ad75efa6 SM |
3838 | 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca> |
3839 | ||
3840 | PR gdb/25045 | |
3841 | * hppa-linux-nat.c: Include gdbarch.h. | |
3842 | ||
ececd218 CB |
3843 | 2019-09-26 Christian Biesinger <cbiesinger@google.com> |
3844 | ||
3845 | * blockframe.c (find_pc_partial_function): Change return type to bool. | |
3846 | * elfread.c (elf_gnu_ifunc_resolve_name): Likewise. | |
3847 | * minsyms.c (in_gnu_ifunc_stub): Likewise. | |
3848 | (stub_gnu_ifunc_resolve_name): Likewise. | |
3849 | * symtab.c (compare_filenames_for_search): Likewise. | |
3850 | (compare_glob_filenames_for_search): Likewise. | |
3851 | (matching_obj_sections): Likewise. | |
3852 | (symbol_matches_domain): Likewise. | |
3853 | (find_line_symtab): Change out param EXACT_MATCH to bool *. | |
3854 | (find_line_pc): Change return type to bool. | |
3855 | (find_line_pc_range): Likewise. | |
3856 | (producer_is_realview): Likewise. | |
3857 | * symtab.h (symbol_matches_domain): Likewise. | |
3858 | (find_pc_partial_function): Likewise. | |
3859 | (find_pc_line_pc_range): Likewise. | |
3860 | (in_gnu_ifunc_stub): Likewise. | |
3861 | (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise. | |
3862 | (find_line_pc): Likewise. | |
3863 | (find_line_pc_range): Likewise. | |
3864 | (matching_obj_sections): Likewise. | |
3865 | (find_line_symtab): Change out parameter to bool. | |
3866 | (producer_is_realview): Change return type to bool. | |
3867 | (compare_filenames_for_search): Likewise. | |
3868 | (compare_glob_filenames_for_search): Likewise. | |
3869 | ||
27a900b8 TT |
3870 | 2019-09-26 Tom Tromey <tom@tromey.com> |
3871 | ||
3872 | * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c. | |
3873 | (HFILES_NO_SRCDIR): Remove gdb_usleep.h. | |
3874 | * gdb_usleep.h: Remove. | |
3875 | * gdb_usleep.c: Remove. | |
3876 | * utils.c: Don't include gdb_usleep.h. | |
3877 | ||
5d63b30a TT |
3878 | 2019-09-26 Tom Tromey <tromey@adacore.com> |
3879 | ||
3880 | * python/py-type.c (type_to_type_object): Call check_typedef | |
3881 | for stub types. | |
3882 | ||
12904d37 TT |
3883 | 2019-09-26 Tom Tromey <tom@tromey.com> |
3884 | ||
3885 | * utils.h (initialize_utils): Don't declare. | |
3886 | * top.c (gdb_init): Don't call initialize_utils. | |
3887 | * utils.c (initialize_utils): Remove. Move contents... | |
3888 | (_initialize_utils): ... here. | |
3889 | ||
858f25f0 TT |
3890 | 2019-09-25 Tom Tromey <tom@tromey.com> |
3891 | ||
3892 | * python/py-objfile.c (objfpy_get_build_id): Use bin2hex. | |
3893 | * utils.h (make_hex_string): Don't declare. | |
3894 | * utils.c (make_hex_string): Remove. | |
3895 | ||
3d435220 TV |
3896 | 2019-09-24 Tom de Vries <tdevries@suse.de> |
3897 | ||
3898 | PR gdb/23815 | |
3899 | * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers): | |
3900 | Initialize xstateregs before ptrace PTRACE_GETREGSET call. | |
3901 | ||
ddd44b70 DD |
3902 | 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu> |
3903 | ||
3904 | * NEWS: Mention new simulator port for PRU. | |
3905 | ||
f945dedf CB |
3906 | 2019-09-23 Christian Biesinger <cbiesinger@google.com> |
3907 | ||
3908 | * ada-exp.y (write_object_remaining): Update. | |
3909 | * ada-lang.c (ada_decode): Return a std::string instead of a char* | |
3910 | and eliminate the static buffer. | |
3911 | (ada_decode_symbol): Update. | |
3912 | (ada_la_decode): Update. | |
3913 | (ada_sniff_from_mangled_name): Update. | |
3914 | (is_valid_name_for_wild_match): Update. | |
3915 | (ada_lookup_name_info::matches): Update and simplify. | |
3916 | (name_matches_regex): Update. | |
3917 | (ada_add_global_exceptions): Update. | |
3918 | * ada-lang.h (ada_decode): Update signature. | |
3919 | * ada-varobj.c (ada_varobj_describe_simple_array_child): Update. | |
3920 | * dwarf-index-write.c (debug_names::insert): Update. | |
3921 | ||
7ab78ccb SM |
3922 | 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca> |
3923 | ||
3924 | * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix | |
3925 | formatting. | |
3926 | ||
9252448b SM |
3927 | 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca> |
3928 | ||
3929 | * breakpoint.h (bp_location) <inserted, permanent, duplicate>: | |
3930 | Change "nonzero" to "true" in documentation. | |
3931 | ||
626ca2c0 CB |
3932 | 2019-09-20 Christian Biesinger <cbiesinger@google.com> |
3933 | ||
3934 | * solib-darwin.c (darwin_lookup_lib_symbol): Remove. | |
3935 | (_initialize_darwin_solib): Don't set | |
3936 | darwin_so_ops.lookup_lib_global_symbol. | |
3937 | * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call | |
3938 | set_gdbarch_iterate_over_objfiles_in_search_order. | |
3939 | (elf_lookup_lib_symbol): Rename to... | |
3940 | (svr4_iterate_over_objfiles_in_search_order): this, and update | |
3941 | to iterate semantics. | |
3942 | (_initialize_svr4_solib): Don't set lookup_lib_global_symbol. | |
3943 | * solib.c (solib_global_lookup): Remove. | |
3944 | * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol. | |
3945 | (solib_global_lookup): Remove. | |
3946 | * symtab.c (lookup_global_or_static_symbol): Remove call to | |
3947 | solib_global_lookup. | |
3948 | ||
5a3a0d63 JB |
3949 | 2019-09-20 Joel Brobecker <brobecker@adacore.com> |
3950 | ||
3951 | * NEWS: Move entries about default MI version now being | |
3952 | version 3, and about the GDB/MI fix for multi-location | |
3953 | breakpoints to the "since GDB 8.3" section. | |
3954 | ||
ffea1427 JB |
3955 | 2019-09-20 Joel Brobecker <brobecker@adacore.com> |
3956 | ||
3957 | GDB 8.3.1 released. | |
3958 | ||
abf516c6 UW |
3959 | 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com> |
3960 | ||
3961 | * NEWS: Mention that Cell/B.E. debugging support was removed. | |
3962 | * MAINTAINERS: Remove spu target. | |
3963 | ||
3964 | * config/djgpp/fnchange.lst: Remove entries for removed files. | |
3965 | ||
3966 | * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o, | |
3967 | spu-multiarch.o, and spu-tdep.o. | |
3968 | (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h. | |
3969 | (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c, | |
3970 | spu-multiarch.c, and spu-tdep.c. | |
3971 | * spu-linux-nat.c: Remove file. | |
3972 | * spu-multiarch.c: Remove file. | |
3973 | * spu-tdep.c: Remove file. | |
3974 | * spu-tdep.h: Remove file. | |
3975 | * solib-spu.c: Remove file. | |
3976 | * solib-spu.h: Remove file. | |
3977 | ||
3978 | * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support. | |
3979 | * configure.nat (spu-linux): Remove. | |
3980 | * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and | |
3981 | solib-multiarch.o from gdb_target_obs. | |
3982 | (spu*-*-*): Remove. | |
3983 | ||
3984 | * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell" | |
3985 | feature flag. | |
3986 | (ppc_linux_no_features): Update. | |
3987 | * arch/ppc-linux-common.c (ppc_linux_match_description): Remove | |
3988 | Cell/B.E. support. | |
3989 | * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration. | |
3990 | (tdesc_powerpc_cell64l): Likewise. | |
3991 | * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove. | |
3992 | * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove | |
3993 | Cell/B.E. support. | |
3994 | * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h". | |
3995 | Do not include "features/rs6000/powerpc-cell32l.c" or | |
3996 | "features/rs6000/powerpc-cell64l.c". | |
3997 | (ppc_linux_spu_section): Remove. | |
3998 | (ppc_linux_core_read_description): Remove Cell/B.E. support. | |
3999 | (spe_context_objfile, spe_context_lm_addr, spe_context_offset, | |
4000 | spe_context_cache_ptid, spe_context_cache_ptid): Remove. | |
4001 | (ppc_linux_spe_context_lookup): Remove. | |
4002 | (ppc_linux_spe_context_inferior_created): Remove. | |
4003 | (ppc_linux_spe_context_solib_loaded): Remove. | |
4004 | (ppc_linux_spe_context_solib_unloaded): Remove. | |
4005 | (ppc_linux_spe_context): Remove. | |
4006 | (struct ppu2spu_cache): Remove. | |
4007 | (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove. | |
4008 | (struct ppu2spu_data): Remove. | |
4009 | (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache, | |
4010 | ppu2spu_unwind): Remove. | |
4011 | (ppc_linux_init_abi): Remove Cell/B.E. support. | |
4012 | * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support. | |
4013 | ||
4014 | * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove. | |
4015 | (rs6000/powerpc-cell64l-expedite): Likewise | |
4016 | (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l. | |
4017 | (XMLTOC): Remove rs6000/powerpc-cell32l.xml and | |
4018 | rs6000/powerpc-cell64l.xml. | |
4019 | * features/rs6000/powerpc-cell32l.xml: Remove. | |
4020 | * features/rs6000/powerpc-cell64l.xml: Likewise. | |
4021 | * features/rs6000/powerpc-cell32l.c: Remove generated file. | |
4022 | * features/rs6000/powerpc-cell64l.c: Likewise. | |
4023 | * regformats/rs6000/powerpc-cell32l.dat: Remove generated file. | |
4024 | * regformats/rs6000/powerpc-cell64l.dat: Likewise. | |
4025 | * regformats/reg-spu.dat: Remove. | |
4026 | ||
4027 | * target.h (enum target_object): Remove TARGET_OBJECT_SPU. | |
4028 | * corelow.c (struct spuid_list): Remove. | |
4029 | (add_to_spuid_list): Remove. | |
4030 | (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU. | |
4031 | * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove. | |
4032 | (remote_protocol_features): Remove associated entries. | |
4033 | (_initialize_remote): No longer initialize them. | |
4034 | (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU. | |
4035 | * linux-nat.c (SPUFS_MAGIC): Remove. | |
4036 | (linux_proc_xfer_spu): Remove. | |
4037 | (spu_enumerate_spu_ids): Remove. | |
4038 | (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU. | |
4039 | * linux-tdep.c (-linux_spu_make_corefile_notes): Remove. | |
4040 | (linux_make_corefile_notes): No longer call it. | |
4041 | ||
4042 | * regcache.c (cooked_read_test): Remove bfd_arch_spu special case. | |
4043 | (cooked_write_test): Likewise. | |
4044 | ||
78e8cb91 TT |
4045 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4046 | ||
4047 | * NEWS: Mention case-sensitivity of TUI commands. | |
4048 | * tui/tui-win.c (tui_set_focus_command): Now case-sensitive. | |
4049 | (tui_set_win_height_command, parse_scrolling_args): Likewise. | |
4050 | * tui/tui-layout.c (tui_layout_command): Now case-sensitive. | |
4051 | ||
f074b67e TT |
4052 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4053 | ||
4054 | * tui/tui-source.c (tui_source_window::set_contents): Use | |
4055 | make_unique_xstrdup. | |
4056 | * tui/tui-disasm.c (tui_disasm_window::set_contents): Use | |
4057 | make_unique_xstrdup. | |
4058 | ||
63c4bf19 TT |
4059 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4060 | ||
4061 | * tui/tui-data.c: Remove separator comments. | |
4062 | * tui/tui-layout.c: Remove separator comments. | |
4063 | * tui/tui-win.c: Remove separator comments. | |
4064 | * tui/tui-wingeneral.c: Remove separator comments. | |
4065 | ||
43df9b2f TT |
4066 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4067 | ||
4068 | * tui/tui.h (strcat_to_buf): Don't declare. | |
4069 | * tui/tui.c (strcat_to_buf): Remove. | |
4070 | ||
7226433c TT |
4071 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4072 | ||
4073 | * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename | |
4074 | from "fullname". | |
4075 | * tui/tui-source.c (tui_source_window::set_contents) | |
4076 | (tui_source_window::location_matches_p) | |
4077 | (tui_source_window::maybe_update): Update. | |
4078 | ||
80df3337 TT |
4079 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4080 | ||
4081 | * tui/tui-regs.h (struct tui_data_window) <get_current_group>: | |
4082 | Update. | |
4083 | <m_regs_content, m_regs_column_count, m_current_group>: Add "m_" | |
4084 | prefix. | |
4085 | * tui/tui-regs.c (tui_data_window::last_regs_line_no) | |
4086 | (tui_data_window::line_from_reg_element_no) | |
4087 | (tui_data_window::first_reg_element_no_inline) | |
4088 | (tui_data_window::show_registers) | |
4089 | (tui_data_window::show_register_group) | |
4090 | (tui_data_window::display_registers_from) | |
4091 | (tui_data_window::display_registers_from_line) | |
4092 | (tui_data_window::first_data_item_displayed) | |
4093 | (tui_data_window::delete_data_content_windows) | |
4094 | (tui_data_window::erase_data_content) | |
4095 | (tui_data_window::do_scroll_vertical) | |
4096 | (tui_data_window::refresh_window) | |
4097 | (tui_data_window::check_register_values): Update. | |
4098 | ||
9923f347 TT |
4099 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4100 | ||
4101 | * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define. | |
4102 | (struct tui_locator_window) <full_name, proc_name>: Now | |
4103 | std::string. | |
4104 | * tui/tui-stack.c (tui_locator_window::make_status_line) | |
4105 | (tui_locator_window::set_locator_fullname) | |
4106 | (tui_locator_window::set_locator_info): Update. | |
4107 | * tui/tui-source.c (tui_source_window::set_contents) | |
4108 | (tui_source_window::showing_source_p): Update. | |
4109 | ||
b76251ab TT |
4110 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4111 | ||
4112 | * tui/tui-stack.c (tui_locator_window::set_locator_fullname): | |
4113 | Don't call tui_locator_win_info_ptr. | |
4114 | ||
0891be08 TT |
4115 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4116 | ||
4117 | * tui/tui-win.c (tui_resize_all): Don't call refresh. | |
4118 | ||
1b935acf TT |
4119 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4120 | ||
4121 | * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as | |
4122 | height for locator. | |
4123 | * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok. | |
4124 | * tui/tui-layout.c (show_source_disasm_command, show_data) | |
4125 | (show_source_or_disasm_and_command): Use 1 as height for locator. | |
4126 | ||
9abd8a65 TT |
4127 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4128 | ||
4129 | * tui/tui.c (tui_enable): Update. | |
4130 | * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen): | |
4131 | Update. | |
4132 | * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to): | |
4133 | Update. | |
4134 | * tui/tui-data.c (win_resized): Now bool. | |
4135 | (tui_win_resized): Return bool. | |
4136 | (tui_set_win_resized_to): Accept a bool. | |
4137 | ||
b5457826 TT |
4138 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4139 | ||
4140 | * tui/tui-regs.h (struct tui_data_window) <show_register_group>: | |
4141 | Change type of "refresh_values_only". | |
4142 | * tui/tui-regs.c (tui_data_window::show_register_group): Change | |
4143 | type of "refresh_values_only". | |
4144 | ||
6b915f7d TT |
4145 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4146 | ||
4147 | * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now | |
4148 | std::string. | |
4149 | (tui_disassemble): Add "pos" parameter. | |
4150 | (tui_disasm_window::set_contents): Simplify. | |
4151 | ||
2ad52f6f TT |
4152 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4153 | ||
4154 | * tui/tui-winsource.h (struct tui_source_window_base) | |
4155 | <show_source_content>: Now private. | |
4156 | * tui/tui-winsource.c | |
4157 | (tui_source_window_base::show_source_content): Don't handle empty | |
4158 | content case. | |
4159 | ||
b3b1bde6 TT |
4160 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4161 | ||
4162 | * tui/tui-layout.c (show_source_disasm_command) | |
4163 | (show_source_or_disasm_and_command): Don't call | |
4164 | show_source_content. | |
4165 | ||
71a25ed2 TT |
4166 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4167 | ||
4168 | * tui/tui-stack.h (struct tui_locator_window) <make_status_line>: | |
4169 | Declare. | |
4170 | * tui/tui-stack.c (tui_locator_window::make_status_line): Rename | |
4171 | from tui_make_status_line. | |
4172 | (tui_locator_window::rerender): Update. | |
4173 | ||
f8532154 TT |
4174 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4175 | ||
4176 | * tui/tui-stack.c (tui_make_status_line): Return std::string. | |
4177 | (tui_locator_window::rerender): Update. | |
4178 | ||
2d81b349 TT |
4179 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4180 | ||
4181 | * tui/tui-winsource.h (struct tui_source_window_base) | |
4182 | <~tui_source_window_base>: Don't declare. | |
4183 | <fullname>: Remove. | |
4184 | * tui/tui-winsource.c (~tui_source_window_base): Remove. | |
4185 | * tui/tui-source.h (struct tui_source_window) <fullname>: New | |
4186 | member. | |
4187 | * tui/tui-source.c (tui_source_window::set_contents): Update. | |
4188 | (tui_source_window::location_matches_p) | |
4189 | (tui_source_window::maybe_update): Update. | |
4190 | ||
f14bec58 TT |
4191 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4192 | ||
4193 | * tui/tui-winsource.h (~tui_source_element): Remove. | |
4194 | (tui_source_element): Update. | |
4195 | (struct tui_source_element) <line>: Now a unique_xmalloc_ptr. | |
4196 | * tui/tui-winsource.c (tui_show_source_line): Update. | |
4197 | * tui/tui-source.c (tui_source_window::set_contents): Update. | |
4198 | * tui/tui-disasm.c (tui_disasm_window::set_contents): Update. | |
4199 | ||
78d5933a TT |
4200 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4201 | ||
4202 | * tui/tui-data.h (tui_clear_source_windows_detail): Don't | |
4203 | declare. | |
4204 | * tui/tui-layout.c (tui_add_win_to_layout): Don't call | |
4205 | tui_clear_source_windows_detail. | |
4206 | * tui/tui-winsource.h (struct tui_source_window_base) | |
4207 | <clear_detail>: Don't declare. | |
4208 | * tui/tui-winsource.c (tui_source_window_base::clear_detail): | |
4209 | Remove. | |
4210 | * tui/tui-data.c (tui_clear_source_windows_detail): Remove. | |
4211 | ||
d4207696 TT |
4212 | 2019-09-20 Tom Tromey <tromey@adacore.com> |
4213 | ||
4214 | PR ada/24919: | |
4215 | * block.c (contained_in): Fix final return value. | |
4216 | ||
00f93c44 AM |
4217 | 2019-09-20 Alan Modra <amodra@gmail.com> |
4218 | ||
4219 | * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata. | |
4220 | * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names), | |
4221 | (read_indirect_string_from_dwz): Use bfd accessor. | |
4222 | * dwarf2read.h (struct dwz_file <filename>): Likewise. | |
4223 | * machoread.c (macho_symfile_read_all_oso): Likewise. | |
4224 | * solib.c (solib_bfd_open): Likewise. | |
4225 | ||
e4153ae6 CB |
4226 | 2019-09-19 Christian Biesinger <cbiesinger@google.com> |
4227 | ||
4228 | * eval.c: Move declaration of overload_resolution to... | |
4229 | * value.h: ...here. | |
4230 | ||
c7ae7675 CB |
4231 | 2019-09-19 Christian Biesinger <cbiesinger@google.com> |
4232 | ||
4233 | * arm-linux-nat.c: Remove extern declaration for arm_apcs_32. | |
4234 | * arm-linux-tdep.c: Likewise. | |
4235 | * arm-nbsd-nat.c: Likewise. | |
4236 | * arm-tdep.h: Declare arm_apcs_32. | |
4237 | * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h. | |
4238 | ||
e86f08d2 CB |
4239 | 2019-09-19 Christian Biesinger <cbiesinger@google.com> |
4240 | ||
4241 | * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble. | |
4242 | * dwarf2read.h: Declare dwarf_always_disassemble. | |
4243 | ||
f64e2f40 TV |
4244 | 2019-09-19 Tom de Vries <tdevries@suse.de> |
4245 | ||
4246 | PR gdb/25009 | |
4247 | * source-cache.c (source_cache::ensure): Catch exception thrown during | |
4248 | construction of the highlighter. | |
4249 | ||
fd361982 AM |
4250 | 2019-09-18 Alan Modra <amodra@gmail.com> |
4251 | ||
4252 | * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c, | |
4253 | * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c, | |
4254 | * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c, | |
4255 | * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h, | |
4256 | * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c, | |
4257 | * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c, | |
4258 | * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c, | |
4259 | * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c, | |
4260 | * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c, | |
4261 | * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c, | |
4262 | * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c, | |
4263 | * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c, | |
4264 | * solib-spu.c, * solib-svr4.c, * solib-target.c, | |
4265 | * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c, | |
4266 | * symmisc.c, * symtab.c, * target.c, * windows-nat.c, | |
4267 | * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c, | |
4268 | * mi/mi-interp.c: Update throughout for bfd section macro and | |
4269 | function changes. | |
4270 | * gcore (gcore_create_callback): Use bfd_set_section_lma. | |
4271 | * spu-tdep.c (spu_overlay_new_objfile): Likewise. | |
4272 | ||
11061048 TT |
4273 | 2019-09-18 Tom Tromey <tom@tromey.com> |
4274 | ||
4275 | * NEWS: Add entry. | |
4276 | * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not | |
4277 | call rl_initialize. | |
4278 | (tui_enable): Do not call rl_initialize. | |
4279 | ||
7a27b85f CG |
4280 | 2019-09-18 Christian Groessler <chris@groessler.org> |
4281 | ||
4282 | * alpha-linux-nat.c: Include gdbarch.h. | |
4283 | ||
f64eea3a SM |
4284 | 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca> |
4285 | ||
4286 | * ui-file.c: Include cli/cli-style.h. | |
4287 | (term_cli_styling): Remove cli_styling declaration. | |
4288 | ||
e6f7f6d1 AM |
4289 | 2019-09-18 Alan Modra <amodra@gmail.com> |
4290 | ||
4291 | * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section | |
4292 | to bfd_asymbol_section. | |
4293 | ||
1d38e9d1 AM |
4294 | 2019-09-18 Alan Modra <amodra@gmail.com> |
4295 | ||
4296 | * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target. | |
4297 | * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise. | |
4298 | * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise. | |
4299 | ||
90d92a63 AM |
4300 | 2019-09-18 Alan Modra <amodra@gmail.com> |
4301 | ||
4302 | * solib-spu.c (spu_bfd_open): Use bfd_set_filename. | |
4303 | * spu-linux-nat.c (spu_bfd_open): Likewise. | |
4304 | ||
a3d181d2 CB |
4305 | 2019-09-18 Christian Biesinger <cbiesinger@google.com> |
4306 | ||
4307 | * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble | |
4308 | to bool to match definition in dwarf2read.c. | |
4309 | ||
491144b5 CB |
4310 | 2019-09-17 Christian Biesinger <cbiesinger@google.com> |
4311 | ||
4312 | * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool. | |
4313 | (print_signatures): Likewise. | |
4314 | (trust_pad_over_xvs): Likewise. | |
4315 | * arch/aarch64-insn.c (aarch64_debug): Likewise. | |
4316 | * arch/aarch64-insn.h (aarch64_debug): Likewise. | |
4317 | * arm-linux-nat.c (arm_apcs_32): Likewise. | |
4318 | * arm-linux-tdep.c (arm_apcs_32): Likewise. | |
4319 | * arm-nbsd-nat.c (arm_apcs_32): Likewise. | |
4320 | * arm-tdep.c (arm_debug): Likewise. | |
4321 | (arm_apcs_32): Likewise. | |
4322 | * auto-load.c (debug_auto_load): Likewise. | |
4323 | (auto_load_gdb_scripts): Likewise. | |
4324 | (global_auto_load): Likewise. | |
4325 | (auto_load_local_gdbinit): Likewise. | |
4326 | (auto_load_local_gdbinit_loaded): Likewise. | |
4327 | * auto-load.h (global_auto_load): Likewise. | |
4328 | (auto_load_local_gdbinit): Likewise. | |
4329 | (auto_load_local_gdbinit_loaded): Likewise. | |
4330 | * breakpoint.c (disconnected_dprintf): Likewise. | |
4331 | (breakpoint_proceeded): Likewise. | |
4332 | (automatic_hardware_breakpoints): Likewise. | |
4333 | (always_inserted_mode): Likewise. | |
4334 | (target_exact_watchpoints): Likewise. | |
4335 | (_initialize_breakpoint): Update. | |
4336 | * breakpoint.h (target_exact_watchpoints): Change to bool. | |
4337 | * btrace.c (maint_btrace_pt_skip_pad): Likewise. | |
4338 | * cli/cli-cmds.c (trace_commands): Likewise. | |
4339 | * cli/cli-cmds.h (trace_commands): Likewise. | |
4340 | * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument | |
4341 | to bool*. | |
4342 | * cli/cli-logging.c (logging_overwrite): Change to bool. | |
4343 | (logging_redirect): Likewise. | |
4344 | (debug_redirect): Likewise. | |
4345 | * cli/cli-option.h (option_def) <boolean>: Change return type to bool*. | |
4346 | (struct boolean_option_def) <get_var_address_cb_>: Change return type | |
4347 | to bool. | |
4348 | <boolean_option_def>: Update. | |
4349 | (struct flag_option_def): Change default type of Context to bool | |
4350 | from int. | |
4351 | <flag_option_def>: Change return type of var_address_cb_ to bool*. | |
4352 | * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*. | |
4353 | (get_setshow_command_value_string): Likewise. | |
4354 | * cli/cli-style.c (cli_styling): Change to bool. | |
4355 | (source_styling): Likewise. | |
4356 | * cli/cli-style.h (source_styling): Likewise. | |
4357 | (cli_styling): Likewise. | |
4358 | * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change | |
4359 | to bool. | |
4360 | * command.h (var_types): Update comment. | |
4361 | (add_setshow_boolean_cmd): Change int* var argument to bool*. | |
4362 | * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to | |
4363 | bool. | |
4364 | (debug_compile_cplus_scopes): Likewise. | |
4365 | * compile/compile-internal.h (compile_debug): Likewise. | |
4366 | * compile/compile.c (compile_debug): Likewise. | |
4367 | (struct compile_options) <raw>: Likewise. | |
4368 | * cp-support.c (catch_demangler_crashes): Likewise. | |
4369 | * cris-tdep.c (usr_cmd_cris_version_valid): Likewise. | |
4370 | (usr_cmd_cris_dwarf2_cfi): Likewise. | |
4371 | * csky-tdep.c (csky_debug): Likewise. | |
4372 | * darwin-nat.c (enable_mach_exceptions): Likewise. | |
4373 | * dcache.c (dcache_enabled_p): Likewise. | |
4374 | * defs.h (info_verbose): Likewise. | |
4375 | * demangle.c (demangle): Likewise. | |
4376 | (asm_demangle): Likewise. | |
4377 | * dwarf-index-cache.c (debug_index_cache): Likewise. | |
4378 | * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise. | |
4379 | * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise. | |
4380 | * dwarf2read.c (check_physname): Likewise. | |
4381 | (use_deprecated_index_sections): Likewise. | |
4382 | (dwarf_always_disassemble): Likewise. | |
4383 | * eval.c (overload_resolution): Likewise. | |
4384 | * event-top.c (set_editing_cmd_var): Likewise. | |
4385 | (exec_done_display_p): Likewise. | |
4386 | * event-top.h (set_editing_cmd_var): Likewise. | |
4387 | (exec_done_display_p): Likewise. | |
4388 | * exec.c (write_files): Likewise. | |
4389 | * fbsd-nat.c (debug_fbsd_lwp): Likewise | |
4390 | (debug_fbsd_nat): Likewise. | |
4391 | * frame.h (struct frame_print_options) <print_raw_frame_arguments>: | |
4392 | Likewise. | |
4393 | (struct set_backtrace_options) <backtrace_past_main>: Likewise. | |
4394 | <backtrace_past_entry> Likewise. | |
4395 | * gdb-demangle.h (demangle): Likewise. | |
4396 | (asm_demangle): Likewise. | |
4397 | * gdb_bfd.c (bfd_sharing): Likewise. | |
4398 | * gdbcore.h (write_files): Likewise. | |
4399 | * gdbsupport/common-debug.c (show_debug_regs): Likewise. | |
4400 | * gdbsupport/common-debug.h (show_debug_regs): Likewise. | |
4401 | * gdbthread.h (print_thread_events): Likewise. | |
4402 | * gdbtypes.c (opaque_type_resolution): Likewise. | |
4403 | (strict_type_checking): Likewise. | |
4404 | * gnu-nat.c (gnu_debug_flag): Likewise. | |
4405 | * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise. | |
4406 | * guile/scm-param.c (pascm_variable): Add boolval. | |
4407 | (add_setshow_generic): Update. | |
4408 | (pascm_param_value): Update. | |
4409 | (pascm_set_param_value_x): Update. | |
4410 | * hppa-tdep.c (hppa_debug): Change to bool.. | |
4411 | * infcall.c (may_call_functions_p): Likewise. | |
4412 | (coerce_float_to_double_p): Likewise. | |
4413 | (unwind_on_signal_p): Likewise. | |
4414 | (unwind_on_terminating_exception_p): Likewise. | |
4415 | * infcmd.c (startup_with_shell): Likewise. | |
4416 | * inferior.c (print_inferior_events): Likewise. | |
4417 | * inferior.h (startup_with_shell): Likewise. | |
4418 | (print_inferior_events): Likewise. | |
4419 | * infrun.c (step_stop_if_no_debug): Likewise. | |
4420 | (detach_fork): Likewise. | |
4421 | (debug_displaced): Likewise. | |
4422 | (disable_randomization): Likewise. | |
4423 | (non_stop): Likewise. | |
4424 | (non_stop_1): Likewise. | |
4425 | (observer_mode): Likewise. | |
4426 | (observer_mode_1): Likewise. | |
4427 | (set_observer_mode): Update. | |
4428 | (sched_multi): Change to bool. | |
4429 | * infrun.h (debug_displaced): Likewise. | |
4430 | (sched_multi): Likewise. | |
4431 | (step_stop_if_no_debug): Likewise. | |
4432 | (non_stop): Likewise. | |
4433 | (disable_randomization): Likewise. | |
4434 | * linux-tdep.c (use_coredump_filter): Likewise. | |
4435 | (dump_excluded_mappings): Likewise. | |
4436 | * linux-thread-db.c (auto_load_thread_db): Likewise. | |
4437 | (check_thread_db_on_load): Likewise. | |
4438 | * main.c (captured_main_1): Update. | |
4439 | * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt, | |
4440 | xx2_opt, boolean_opt>: Change to bool. | |
4441 | * maint-test-settings.c (maintenance_test_settings_boolean): Likewise. | |
4442 | * maint.c (maintenance_profile_p): Likewise. | |
4443 | (per_command_time): Likewise. | |
4444 | (per_command_space): Likewise. | |
4445 | (per_command_symtab): Likewise. | |
4446 | * memattr.c (inaccessible_by_default): Likewise. | |
4447 | * mi/mi-main.c (mi_async): Likewise. | |
4448 | (mi_async_1): Likewise. | |
4449 | * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise. | |
4450 | * nat/fork-inferior.h (startup_with_shell): Likewise. | |
4451 | * nat/linux-namespaces.c (debug_linux_namespaces): Likewise. | |
4452 | * nat/linux-namespaces.h (debug_linux_namespaces): Likewise. | |
4453 | * nios2-tdep.c (nios2_debug): Likewise. | |
4454 | * or1k-tdep.c (or1k_debug): Likewise. | |
4455 | * parse.c (parser_debug): Likewise. | |
4456 | * parser-defs.h (parser_debug): Likewise. | |
4457 | * printcmd.c (print_symbol_filename): Likewise. | |
4458 | * proc-api.c (procfs_trace): Likewise. | |
4459 | * python/py-auto-load.c (auto_load_python_scripts): Likewise. | |
4460 | * python/py-param.c (union parmpy_variable): Add "bool boolval" field. | |
4461 | (set_parameter_value): Update. | |
4462 | (add_setshow_generic): Update. | |
4463 | * python/py-value.c (copy_py_bool_obj): Change argument from int* | |
4464 | to bool*. | |
4465 | * python/python.c (gdbpy_parameter_value): Cast to bool* instead of | |
4466 | int*. | |
4467 | * ravenscar-thread.c (ravenscar_task_support): Change to bool. | |
4468 | * record-btrace.c (record_btrace_target::store_registers): Update. | |
4469 | * record-full.c (record_full_memory_query): Change to bool. | |
4470 | (record_full_stop_at_limit): Likewise. | |
4471 | * record-full.h (record_full_memory_query): Likewise. | |
4472 | * remote-notif.c (notif_debug): Likewise. | |
4473 | * remote-notif.h (notif_debug): Likewise. | |
4474 | * remote.c (use_range_stepping): Likewise. | |
4475 | (interrupt_on_connect): Likewise. | |
4476 | (remote_break): Likewise. | |
4477 | * ser-tcp.c (tcp_auto_retry): Likewise. | |
4478 | * ser-unix.c (serial_hwflow): Likewise. | |
4479 | * skip.c (debug_skip): Likewise. | |
4480 | * solib-aix.c (solib_aix_debug): Likewise. | |
4481 | * spu-tdep.c (spu_stop_on_load_p): Likewise. | |
4482 | (spu_auto_flush_cache_p): Likewise. | |
4483 | * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>: | |
4484 | Likewise. | |
4485 | (struct info_print_options) <quiet>: Likewise. | |
4486 | * symfile-debug.c (debug_symfile): Likewise. | |
4487 | * symfile.c (auto_solib_add): Likewise. | |
4488 | (separate_debug_file_debug): Likewise. | |
4489 | * symfile.h (auto_solib_add): Likewise. | |
4490 | (separate_debug_file_debug): Likewise. | |
4491 | * symtab.c (basenames_may_differ): Likewise. | |
4492 | (struct filename_partial_match_opts) <dirname, basename>: Likewise. | |
4493 | (struct info_print_options) <quiet, exclude_minsyms>: Likewise. | |
4494 | (struct info_types_options) <quiet>: Likewise. | |
4495 | * symtab.h (demangle): Likewise. | |
4496 | (basenames_may_differ): Likewise. | |
4497 | * target-dcache.c (stack_cache_enabled_1): Likewise. | |
4498 | (code_cache_enabled_1): Likewise. | |
4499 | * target.c (trust_readonly): Likewise. | |
4500 | (may_write_registers): Likewise. | |
4501 | (may_write_memory): Likewise. | |
4502 | (may_insert_breakpoints): Likewise. | |
4503 | (may_insert_tracepoints): Likewise. | |
4504 | (may_insert_fast_tracepoints): Likewise. | |
4505 | (may_stop): Likewise. | |
4506 | (auto_connect_native_target): Likewise. | |
4507 | (target_stop_and_wait): Update. | |
4508 | (target_async_permitted): Change to bool. | |
4509 | (target_async_permitted_1): Likewise. | |
4510 | (may_write_registers_1): Likewise. | |
4511 | (may_write_memory_1): Likewise. | |
4512 | (may_insert_breakpoints_1): Likewise. | |
4513 | (may_insert_tracepoints_1): Likewise. | |
4514 | (may_insert_fast_tracepoints_1): Likewise. | |
4515 | (may_stop_1): Likewise. | |
4516 | * target.h (target_async_permitted): Likewise. | |
4517 | (may_write_registers): Likewise. | |
4518 | (may_write_memory): Likewise. | |
4519 | (may_insert_breakpoints): Likewise. | |
4520 | (may_insert_tracepoints): Likewise. | |
4521 | (may_insert_fast_tracepoints): Likewise. | |
4522 | (may_stop): Likewise. | |
4523 | * thread.c (struct info_threads_opts) <show_global_ids>: Likewise. | |
4524 | (make_thread_apply_all_options_def_group): Change argument from int* | |
4525 | to bool*. | |
4526 | (thread_apply_all_command): Update. | |
4527 | (print_thread_events): Change to bool. | |
4528 | * top.c (confirm): Likewise. | |
4529 | (command_editing_p): Likewise. | |
4530 | (history_expansion_p): Likewise. | |
4531 | (write_history_p): Likewise. | |
4532 | (info_verbose): Likewise. | |
4533 | * top.h (confirm): Likewise. | |
4534 | (history_expansion_p): Likewise. | |
4535 | * tracepoint.c (disconnected_tracing): Likewise. | |
4536 | (circular_trace_buffer): Likewise. | |
4537 | * typeprint.c (print_methods): Likewise. | |
4538 | (print_typedefs): Likewise. | |
4539 | * utils.c (debug_timestamp): Likewise. | |
4540 | (sevenbit_strings): Likewise. | |
4541 | (pagination_enabled): Likewise. | |
4542 | * utils.h (sevenbit_strings): Likewise. | |
4543 | (pagination_enabled): Likewise. | |
4544 | * valops.c (overload_resolution): Likewise. | |
4545 | * valprint.h (struct value_print_options) <prettyformat_arrays, | |
4546 | prettyformat_structs, vtblprint, unionprint, addressprint, objectprint, | |
4547 | stop_print_at_null, print_array_indexes, deref_ref, static_field_print, | |
4548 | pascal_static_field_print, raw, summary, symbol_print, finish_print>: | |
4549 | Likewise. | |
4550 | * windows-nat.c (new_console): Likewise. | |
4551 | (cygwin_exceptions): Likewise. | |
4552 | (new_group): Likewise. | |
4553 | (debug_exec): Likewise. | |
4554 | (debug_events): Likewise. | |
4555 | (debug_memory): Likewise. | |
4556 | (debug_exceptions): Likewise. | |
4557 | (useshell): Likewise. | |
4558 | * windows-tdep.c (maint_display_all_tib): Likewise. | |
4559 | * xml-support.c (debug_xml): Likewise. | |
4560 | ||
f1b620e9 MG |
4561 | 2019-09-17 Mike Gulick <mgulick@mathworks.com> |
4562 | ||
4563 | * source.c (prepare_path_for_appending): New function. | |
4564 | (openp): Make use of new function. | |
4565 | (find_and_open_source): Search for the compilation directory and | |
4566 | source file as a relative path beneath the directory search path. | |
4567 | ||
67f3ed6a AB |
4568 | 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com> |
4569 | ||
4570 | * source-cache.c (source_cache::get_line_charpos): Catch | |
4571 | exceptions and return false, this matches the behaviour documented | |
4572 | in the header file. | |
4573 | ||
74332189 JB |
4574 | 2019-09-17 Joel Brobecker <brobecker@adacore.com> |
4575 | ||
4576 | * ada-tasks.c (info_task): Remove quoting of the task's name. | |
4577 | ||
f2f24aa9 CB |
4578 | 2019-09-16 Christian Biesinger <cbiesinger@google.com> |
4579 | ||
4580 | * symfile.c (auto_solib_add): Replace comment with a reference | |
4581 | to the header file. | |
4582 | ||
6a062a93 CB |
4583 | 2019-09-14 Christian Biesinger <cbiesinger@google.com> |
4584 | ||
4585 | * NEWS: Mention that gdb can now be compiled with Python 3 | |
4586 | on Windows. | |
4587 | ||
ec6c8338 AB |
4588 | 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com> |
4589 | ||
4590 | * maint.c (maint_print_section_data::maint_print_section_data): | |
4591 | Force use of 'float log10 (float)' by casting the argument to | |
4592 | float. | |
4593 | ||
aa17805f AB |
4594 | 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com> |
4595 | ||
4596 | * maint.c: Add 'cmath' include. | |
4597 | (struct maint_print_section_data): New structure. | |
4598 | (print_section_index): New function. | |
4599 | (print_bfd_section_info): Add header comment, small whitespace | |
4600 | cleanup, and update to call new print_section_index function. | |
4601 | (print_objfile_section_info): Likewise. | |
4602 | (maint_obj_section_from_bfd_section): New function. | |
4603 | (print_bfd_section_info_maybe_relocated): New function. | |
4604 | (maintenance_info_sections): Add header comment, always use | |
4605 | bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS. | |
4606 | ||
3dd9bb46 AB |
4607 | 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com> |
4608 | ||
4609 | * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more | |
4610 | inner scope, add check that the objfile has psymtabs before | |
4611 | checking psymtabs_addrmap. | |
4612 | * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment. | |
4613 | ||
4993045d PW |
4614 | 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
4615 | ||
4616 | * NEWS: Announce that Ada task names are now shown at more places, | |
4617 | and between quotes (except in info task output). | |
4618 | * gdb/ada-tasks.c (task_to_str): New function. | |
4619 | (display_current_task_id): Call task_to_str. | |
4620 | (task_command_1): Likewise. | |
4621 | (print_ada_task_info): In non-mi mode, Properly align headers and data | |
4622 | when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR). | |
4623 | ||
7a289707 RO |
4624 | 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
4625 | ||
4626 | * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from | |
4627 | prstatus.pr_lwp.pr_info instead of making it up. | |
4628 | ||
f2aec7f6 CB |
4629 | 2019-09-11 Christian Biesinger <cbiesinger@google.com> |
4630 | ||
4631 | * auto-load.c (auto_load_expand_dir_vars): Update. | |
4632 | * defs.h (gdb_datadir): Change to std::string. | |
4633 | (python_libdir): Likewise. | |
4634 | (relocate_gdb_directory): Change return type to std::string. | |
4635 | * guile/guile.c (gdbscm_data_directory): Update. | |
4636 | (initialize_scheme_side): Update. | |
4637 | * jit.c (jit_reader_dir): Change to std::string. | |
4638 | (jit_reader_load_command): Update. | |
4639 | * main.c (gdb_datadir): Change to std::string. | |
4640 | (python_libdir): Likewise. | |
4641 | (set_gdb_data_directory): Update. | |
4642 | (relocate_path): Change to return std::string. | |
4643 | (relocate_gdb_directory): Change to return std::string. | |
4644 | (relocate_gdbinit_path_maybe_in_datadir): Update. | |
4645 | (captured_main_1): Update. | |
4646 | * python/python.c (do_start_initialization): Update. | |
4647 | * top.c (show_gdb_datadir): Update. | |
4648 | * xml-syscall.c (xml_init_syscalls_info): Update. | |
4649 | (init_syscalls_info): Update. | |
4650 | ||
9224a013 CB |
4651 | 2019-09-11 Christian Biesinger <cbiesinger@google.com> |
4652 | ||
4653 | * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code | |
4654 | out of get_init_files. | |
4655 | (get_init_files): Update. | |
4656 | ||
f48cd836 CB |
4657 | 2019-09-11 Christian Biesinger <cbiesinger@google.com> |
4658 | ||
4659 | * main.c (get_init_files): Change to use std::string. | |
4660 | (captured_main_1): Update. | |
4661 | (print_gdb_help): Update. | |
4662 | ||
9cab7ecd AT |
4663 | 2019-09-11 Ali Tamur <tamur@google.com> |
4664 | ||
4665 | *gdb/target-float.c (host_float_ops<T>::to_longest): Update | |
4666 | implementation. | |
4667 | ||
67547d89 CB |
4668 | 2019-09-11 Christian Biesinger <cbiesinger@google.com> |
4669 | ||
4670 | * dbxread.c (read_dbx_symtab): Update. | |
4671 | * dwarf2read.c (load_partial_dies): Update. | |
4672 | * mdebugread.c (parse_partial_symbols): Update. | |
4673 | (handle_psymbol_enumerators): Update. | |
4674 | * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool. | |
4675 | * psymtab.c (add_psymbol_to_bcache): Likewise. | |
4676 | (add_psymbol_to_list): Likewise. | |
4677 | * symtab.c (symbol_set_names): Likewise. | |
4678 | * symtab.h (symbol_set_names): Likewise. | |
4679 | * xcoffread.c (scan_xcoff_symtab): Update. | |
4680 | ||
64b2d4a0 TT |
4681 | 2019-09-11 Tom Tromey <tom@tromey.com> |
4682 | ||
4683 | * symfile-mem.c (symbol_file_add_from_memory): Use | |
4684 | bfd_set_filename. | |
4685 | * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename. | |
4686 | * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename. | |
4687 | ||
3b00ef10 TT |
4688 | 2019-09-10 Tom Tromey <tromey@adacore.com> |
4689 | ||
4690 | * dwarf-index-write.c (write_psymbols): Extend error message. | |
4691 | (debug_names::insert): Add Ada code. | |
4692 | (debug_names::write_psymbols): Remove Ada check. | |
4693 | (debug_names) <m_string_obstack>: New member. | |
4694 | * dwarf2read.c (gdb_index_symbol_name_matcher): Remove. | |
4695 | (gdb_index_symbol_name_matcher::matches): Remove. | |
4696 | (mapped_index_base::find_name_components_bounds): Add "lang" | |
4697 | parameter. | |
4698 | (mapped_index_base::build_name_components): Also split names | |
4699 | according to Ada syntax. | |
4700 | (dw2_expand_symtabs_matching_symbol): Loop over languages. Change | |
4701 | type of "match_callback". | |
4702 | (check_match, check_find_bounds_finds) | |
4703 | (dw2_expand_symtabs_matching): Update. | |
4704 | (dw2_debug_names_iterator): Add new constructor. | |
4705 | (dw2_debug_names_map_matching_symbols): New function. | |
4706 | (dw2_debug_names_expand_symtabs_matching): Update. | |
4707 | (dwarf2_debug_names_functions): Use | |
4708 | dw2_debug_names_map_matching_symbols. | |
4709 | ||
aa391654 TT |
4710 | 2019-09-10 Tom Tromey <tromey@adacore.com> |
4711 | ||
4712 | * dwarf2read.c (dw2_get_file_names_reader): Add the | |
4713 | CU's file name to the results. | |
4714 | ||
b054970d TT |
4715 | 2019-09-10 Tom Tromey <tromey@adacore.com> |
4716 | ||
4717 | * ada-lang.c (add_nonlocal_symbols): Combine calls to | |
4718 | map_matching_symbols. Update. | |
4719 | * dwarf2read.c (dw2_map_matching_symbols): Update. | |
4720 | * psymtab.c (match_partial_symbol): Change type; update. | |
4721 | (psym_map_matching_symbols): Likewise. | |
4722 | * symfile-debug.c (debug_qf_map_matching_symbols): Change | |
4723 | type; update. | |
4724 | * symfile.h (struct quick_symbol_functions) | |
4725 | <map_matching_symbols>: Change "name" to be a lookup_name_info. | |
4726 | Remove "match". | |
4727 | ||
6a3dbf1b TT |
4728 | 2019-09-10 Tom Tromey <tromey@adacore.com> |
4729 | ||
4730 | * psymtab.c (map_block): Remove. | |
4731 | (psym_map_matching_symbols): Use iterate_over_symbols_terminated. | |
4732 | * symtab.c (iterate_over_symbols_terminated): New function. | |
4733 | * symtab.c (iterate_over_symbols_terminated): Declare. | |
4734 | ||
6969f124 TT |
4735 | 2019-09-10 Tom Tromey <tromey@adacore.com> |
4736 | ||
4737 | * ada-lang.c (ada_iterate_over_symbols): Return bool. | |
4738 | * language.h (struct language_defn) <la_iterate_over_symbols>: | |
4739 | Return bool. | |
4740 | * symtab.c (iterate_over_symbols): Return bool. | |
4741 | * symtab.h (iterate_over_symbols): Return bool. | |
4742 | ||
199b4314 TT |
4743 | 2019-09-10 Tom Tromey <tromey@adacore.com> |
4744 | ||
4745 | * ada-lang.c (aux_add_nonlocal_symbols): Change type. | |
4746 | (add_nonlocal_symbols): Update. | |
4747 | * dwarf2read.c (dw2_map_matching_symbols): Change type. | |
4748 | * psymtab.c (map_block, psym_map_matching_symbols): Change type. | |
4749 | * symfile-debug.c (debug_qf_map_matching_symbols): Change type. | |
4750 | * symfile.h (struct quick_symbol_functions) <map_matching_symbols>: | |
4751 | Change type of "callback". Remove "data". | |
4752 | ||
a084a2a6 AT |
4753 | |
4754 | 2019-09-09 Ali Tamur <tamur@google.com> | |
4755 | ||
4756 | * dwarf2read.c (comp_unit_head): Update comment. | |
4757 | (dwarf2_dwo_name): New function declaration. | |
4758 | (dwarf_unit_type_name): New function declaration. | |
4759 | (read_comp_unit_head): Add support for new compilation units, | |
4760 | DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type. | |
4761 | Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id | |
4762 | (currently named as "signature") in their header. Also clarify error | |
4763 | messages. | |
4764 | (lookup_dwo_id): New function. Returns the dwo id of the given | |
4765 | compile unit. | |
4766 | (lookup_dwo_unit): Use the new lookup_dwo_id function. | |
4767 | (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id | |
4768 | functions. | |
4769 | (create_dwo_cu_reader): Use the added lookup_dwo_id function. | |
4770 | (dwarf2_dwo_name): Get the dwo name if present. | |
4771 | (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic | |
4772 | purposes. | |
4773 | ||
25a2915e TT |
4774 | 2019-09-09 Tom Tromey <tom@tromey.com> |
4775 | ||
4776 | * tui/tui-win.c (tui_all_windows_info): Use ui_out. | |
4777 | ||
e4df0874 PW |
4778 | 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
4779 | ||
4780 | * python/python.c (do_start_initialization): Make progname_copy static, | |
4781 | to avoid a leak report. | |
4782 | ||
8634b462 TT |
4783 | 2019-09-08 Tom Tromey <tom@tromey.com> |
4784 | ||
4785 | * tui/tui-wingeneral.c (box_win): Truncate long window titles. | |
4786 | ||
c7f839cb SM |
4787 | 2019-09-07 Simon Marchi <simon.marchi@efficios.com> |
4788 | ||
4789 | * dwarf2read.c (struct dw2_symtab_iterator) <block_index>: | |
4790 | Change type to gdb::optional<block_enum>. | |
4791 | (dw2_symtab_iter_init): Change block_index parameter type | |
4792 | to gdb::optional<block_enum>. | |
4793 | (dw2_lookup_symbol): Change block_index parameter | |
4794 | type to block_enum.c | |
4795 | (dw2_debug_names_lookup_symbol): Likewise. | |
4796 | * psymtab.c (psym_lookup_symbol): Likewise. | |
4797 | * symfile-debug.c (debug_qf_lookup_symbol): Likewise. | |
4798 | * symfile.h (struct quick_symbol_functions) <lookup_symbol>: | |
4799 | Likewise. | |
4800 | ||
ead0e69a CB |
4801 | 2019-09-06 Christian Biesinger <cbiesinger@google.com> |
4802 | ||
4803 | * defs.h (relocate_gdb_directory): Change int to bool in | |
4804 | signature and rename flag to relocatable. | |
4805 | * main.c (relocate_path): Likewise. | |
4806 | (relocate_gdb_directory): Likewise. | |
4807 | ||
b16c44de AM |
4808 | 2019-09-06 Alan Modra <amodra@gmail.com> |
4809 | ||
4810 | * coffread.c (coff_symfile_read): Constify filename variable. | |
4811 | * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs), | |
4812 | (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise. | |
4813 | * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise. | |
4814 | * solib.c (reload_shared_libraries_1): Likewise. | |
4815 | * symfile.c (reread_symbols): Likewise. | |
4816 | * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename. | |
4817 | * solib-darwin.c (darwin_bfd_open): Likewise. | |
4818 | * symfile-mem.c (symbol_file_add_from_memory): Likewise. | |
4819 | ||
06ff036e AB |
4820 | 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com> |
4821 | ||
4822 | * psymtab.c (print_partial_symbols): Handle missing domain_enum | |
4823 | values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN. | |
4824 | ||
4e962e74 TT |
4825 | 2019-09-03 Tom Tromey <tromey@adacore.com> |
4826 | ||
4827 | * ada-valprint.c (ada_val_print_num): Don't recurse for range | |
4828 | types. | |
4829 | (has_negatives): Unbias a range type bound. | |
4830 | * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias. | |
4831 | * gdbtypes.c (operator==): Handle new field. | |
4832 | (create_range_type): Add "bias" parameter. | |
4833 | (create_static_range_type, resolve_dynamic_range): Update. | |
4834 | * gdbtypes.h (struct range_bounds) <bias>: New member. | |
4835 | (create_range_type): Add bias parameter. | |
4836 | * printcmd.c (print_scalar_formatted): Unbias range types. | |
4837 | * value.c (unpack_long): Unbias range types. | |
4838 | (pack_long): Bias range types. | |
4839 | ||
d90b8f26 AH |
4840 | 2019-09-02 Alan Hayward <alan.hayward@arm.com> |
4841 | ||
4842 | * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all | |
4843 | probe arguments. | |
4844 | ||
fe01123e AH |
4845 | 2019-09-02 Alan Hayward <alan.hayward@arm.com> |
4846 | ||
4847 | * break-catch-throw.c (fetch_probe_arguments): Use gdbarch. | |
4848 | * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise. | |
4849 | * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg) | |
4850 | (compile_probe_arg): Likewise. | |
4851 | * probe.h (get_argument_count): Likewise. | |
4852 | * solib-svr4.c (solib_event_probe_action): Likewise. | |
4853 | * stap-probe.c (stap_probe::get_argument_count): Likewise. | |
4854 | ||
e661ef01 AH |
4855 | 2019-09-02 Alan Hayward <alan.hayward@arm.com> |
4856 | ||
4857 | * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move | |
4858 | code to here... | |
4859 | (svr4_create_solib_event_breakpoints): ...from here. | |
4860 | ||
47a536d9 SDJ |
4861 | 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com> |
4862 | ||
4863 | * nat/fork-inferior.c (trace_start_error): Remove "\nError: " | |
4864 | suffix from warning message. | |
4865 | ||
d6a00eba TT |
4866 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4867 | ||
4868 | * tui/tui-winsource.h (struct tui_source_window_base) | |
4869 | <refresh_all>: Don't declare. | |
4870 | * tui/tui-winsource.c (tui_source_window_base::refresh_all): | |
4871 | Remove. | |
4872 | * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or | |
4873 | tui_show_locator_content. | |
4874 | * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't | |
4875 | declare. | |
4876 | * tui/tui-regs.c (tui_data_window::refresh_all): Remove. | |
4877 | * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't | |
4878 | declare. | |
4879 | ||
55b2657b TT |
4880 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4881 | ||
4882 | * tui/tui-io.c (tui_cont_sig): Don't call wrefresh. | |
4883 | ||
12a8555a TT |
4884 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4885 | ||
4886 | * tui/tui-stack.c (_initialize_tui_stack): Move later. | |
4887 | Remove unnecessary forward declarations. | |
4888 | ||
900ac242 TT |
4889 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4890 | ||
4891 | * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call | |
4892 | rerender. | |
4893 | (tui_update_locator_fullname, tui_show_frame_info): Don't call | |
4894 | tui_show_locator_content. | |
4895 | ||
99ab33fb TT |
4896 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4897 | ||
4898 | * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite. | |
4899 | (tui_locator_window::rerender): Rewrite using body of previous | |
4900 | tui_show_locator_content. | |
4901 | ||
e594a5d1 TT |
4902 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4903 | ||
4904 | * tui/tui-stack.h (struct tui_locator_window) <set_locator_info, | |
4905 | set_locator_fullname>: New methods. | |
4906 | * tui/tui-stack.c (tui_locator_window::set_locator_fullname): | |
4907 | Rename from tui_set_locator_fullname. | |
4908 | (tui_locator_window::set_locator_info): Rename from | |
4909 | tui_set_locator_info. Return bool. | |
4910 | (tui_update_locator_fullname, tui_show_frame_info): Update. | |
4911 | ||
715bb467 TT |
4912 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4913 | ||
4914 | * tui/tui-layout.c (show_layout): Don't call tui_refresh_all. | |
4915 | ||
772f3f03 TT |
4916 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4917 | ||
4918 | * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't | |
4919 | call touchwin. | |
4920 | ||
108e13ab TT |
4921 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4922 | ||
4923 | * tui/tui-wingeneral.c (box_win): Assume win_info and | |
4924 | win_info->handle cannot be NULL. | |
4925 | ||
cdaa6eb4 TT |
4926 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4927 | ||
4928 | * tui/tui-regs.h (struct tui_data_item_window) <rerender, | |
4929 | refresh_window>: Declare. | |
4930 | * tui/tui-regs.c (tui_data_window::display_registers_from): Call | |
4931 | resize. | |
4932 | (tui_data_item_window::rerender): Rename from | |
4933 | tui_display_register. | |
4934 | (tui_data_item_window::refresh_window): New method. | |
4935 | * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on | |
4936 | no-op. | |
4937 | ||
89df7f90 TT |
4938 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4939 | ||
4940 | * tui/tui-regs.h (struct tui_data_window) <regs_content, | |
4941 | regs_column_count, current_group>: Move later. Now private. | |
4942 | <get_current_group>: New method. | |
4943 | * tui/tui-regs.c (tui_reg_command): Update. | |
4944 | * tui/tui-layout.c (tui_set_layout): Update. | |
4945 | ||
1bf2866a TT |
4946 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4947 | ||
4948 | * tui/tui-regs.c (tui_data_window::display_registers_from_line) | |
4949 | (tui_data_window::rerender): Don't call | |
4950 | check_and_display_highlight_if_needed. | |
4951 | (tui_data_window::refresh_all): Remove call to | |
4952 | erase_data_content. | |
4953 | ||
0670413d TT |
4954 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4955 | ||
4956 | * tui/tui-regs.c (tui_data_window::last_regs_line_no) | |
4957 | (tui_data_window::display_registers_from) | |
4958 | (tui_data_window::display_reg_element_at_line) | |
4959 | (tui_data_window::display_registers_from_line): Remove checks of | |
4960 | "empty". | |
4961 | ||
18bb55c7 TT |
4962 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4963 | ||
4964 | * tui/tui-regs.h (struct tui_data_window) <display_all_data>: | |
4965 | Don't declare. | |
4966 | * tui/tui-regs.c (tui_data_window::show_registers): Call | |
4967 | rerender. | |
4968 | (tui_data_window::rerender): Rename from display_all_data. | |
4969 | (tui_data_window::rerender): Remove old implementation. | |
4970 | ||
1f6d2f10 TT |
4971 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4972 | ||
4973 | * tui/tui-regs.c (tui_data_window::display_all_data): Change | |
4974 | text. | |
4975 | * tui/tui-data.h (NO_DATA_STRING): Remove define. | |
4976 | ||
16d01f9c BW |
4977 | 2019-08-29 Bernhard Wodok <barto@gmx.net> |
4978 | Sergio Durigan Junior <sergiodj@redhat.com> | |
4979 | ||
4980 | PR win32/24284 | |
4981 | * mingw-hdep.c (gdb_select): Handle case when 'n' is zero. | |
4982 | ||
d8f27c60 AB |
4983 | 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com> |
4984 | ||
4985 | * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols | |
4986 | when searching for types. | |
4987 | ||
1f20c35e AB |
4988 | 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com> |
4989 | ||
4990 | * f-lang.c (f_language_defn): Use f_print_typedef. | |
4991 | * f-lang.h (f_print_typedef): Declare. | |
4992 | * f-typeprint.c (f_print_typedef): Define. | |
4993 | ||
550105b7 CB |
4994 | 2019-08-27 Christian Biesinger <cbiesinger@google.com> |
4995 | ||
4996 | * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1). | |
4997 | ||
4acfdd20 AB |
4998 | 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com> |
4999 | ||
5000 | * cli/cli-utils.c (info_print_options_defs): Delete. | |
5001 | (make_info_print_options_def_group): Delete. | |
5002 | (extract_info_print_options): Delete. | |
5003 | (info_print_command_completer): Delete. | |
5004 | (info_print_args_help): Add extra parameter, and optionally | |
5005 | include text about -n flag. | |
5006 | * cli/cli-utils.h (struct info_print_options): Delete. | |
5007 | (extract_info_print_options): Delete declaration. | |
5008 | (info_print_command_completer): Delete declaration. | |
5009 | (info_print_args_help): Add extra parameter, extend header | |
5010 | comment. | |
5011 | * python/python.c (gdbpy_rbreak): Pass additional parameter to | |
5012 | search_symbols. | |
5013 | * stack.c (struct info_print_options): New type. | |
5014 | (info_print_options_defs): New file scoped variable. | |
5015 | (make_info_print_options_def_group): New static function. | |
5016 | (info_print_command_completer): New static function. | |
5017 | (info_locals_command): Update to use new local functions. | |
5018 | (info_args_command): Likewise. | |
5019 | (_initialize_stack): Add extra parameter to calls to | |
5020 | info_print_args_help. | |
5021 | * symtab.c (search_symbols): Add extra parameter, use this to | |
5022 | possibly excluse non-debug symbols. | |
5023 | (symtab_symbol_info): Add extra parameter, which is passed on to | |
5024 | search_symbols. | |
5025 | (struct info_print_options): New type. | |
5026 | (info_print_options_defs): New file scoped variable. | |
5027 | (make_info_print_options_def_group): New static function. | |
5028 | (info_print_command_completer): New static function. | |
5029 | (info_variables_command): Update to use local functions, and pass | |
5030 | extra parameter through to symtab_symbol_info. | |
5031 | (info_functions_command): Likewise. | |
5032 | (info_types_command): Pass additional argument through to | |
5033 | symtab_symbol_info. | |
5034 | (rbreak_command): Pass extra argument to search_symbols. | |
5035 | (_initialize_symtab): Add extra arguments for calls to | |
5036 | info_print_args_help, and update help text for 'info variables', | |
5037 | 'whereis', and 'info functions' commands. | |
5038 | * symtab.h (search_symbols): Add extra argument to declaration. | |
5039 | * NEWS: Mention new flags. | |
5040 | ||
9aa55206 CB |
5041 | 2019-08-26 Christian Biesinger <cbiesinger@google.com> |
5042 | ||
5043 | * symtab.c (lookup_static_symbol): Call the new function (and move | |
5044 | it down to be next to lookup_global_symbol). | |
5045 | (struct global_sym_lookup_data): Add block_enum member and rename to... | |
5046 | (struct global_or_static_sym_lookup_data): ...this. | |
5047 | (lookup_symbol_global_iterator_cb): Pass block_index instead of | |
5048 | GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to... | |
5049 | (lookup_symbol_global_or_static_iterator_cb): ...this. | |
5050 | (lookup_global_or_static_symbol): New function. | |
5051 | (lookup_global_symbol): Call new function. | |
5052 | ||
5c31b358 TV |
5053 | 2019-08-26 Tom de Vries <tdevries@suse.de> |
5054 | ||
5055 | PR c++/24852 | |
5056 | * break-catch-throw.c (fetch_probe_arguments): Improve error mesage | |
5057 | when pc_probe.prob == NULL. | |
5058 | ||
23c13d42 SM |
5059 | 2019-08-25 Simon Marchi <simon.marchi@efficios.com> |
5060 | ||
5061 | * dwarf2read.c (dw2_debug_names_iterator::next): Rename local | |
5062 | variable symbol_linkage to symbol_linkage_. | |
5063 | ||
beadd3e8 SM |
5064 | 2019-08-25 Simon Marchi <simon.marchi@efficios.com> |
5065 | ||
5066 | * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to | |
5067 | represent whether the symbol is static, dynamic, or we don't | |
5068 | know. | |
5069 | ||
e3ec872f YS |
5070 | 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp> |
5071 | ||
5072 | * gdb/rx-tdep.c (rx_register_names): New. | |
5073 | (rx_register_name): Delete. | |
5074 | (rx_psw_type): Delete. | |
5075 | (rx_fpsw_type): Delete. | |
5076 | (rx_register_type): Delete. | |
5077 | (rx_gdbarch_init): Convert target-descriptions. | |
5078 | (_initialize_rx_tdep): Add initialize_tdesc_rx. | |
5079 | * gdb/features/Makefile: Add rx.xml. | |
5080 | * gdb/features/rx.xml: New. | |
5081 | * gdb/features/rx.c: Generated. | |
5082 | * gdb/NEWS: Mention target description support. | |
5083 | ||
d0509ba4 CB |
5084 | 2019-08-22 Christian Biesinger <cbiesinger@google.com> |
5085 | ||
5086 | * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and | |
5087 | *slot_ptr. | |
5088 | ||
2d41fa11 SDJ |
5089 | 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com> |
5090 | ||
5091 | * configure.ac: Don't check for 'dlfcn.h' (moved to | |
5092 | gdbsupport/common.m4). | |
5093 | * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to | |
5094 | 'gdbsupport/'. | |
5095 | (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'. | |
5096 | * compile/compile-c-support.c: Include | |
5097 | 'gdbsupport/gdb-dlfcn.h'. | |
5098 | * gdbsupport/common.m4: Check for 'dlfcn.h'. | |
5099 | * gdb-dlfcn.c: Move to... | |
5100 | * gdbsupport/gdb-dlfcn.c: ... here. | |
5101 | * gdb-dlfcn.h: Move to... | |
5102 | * gdbsupport/gdb-dlfcn.h: ... here. | |
5103 | ||
de8af808 SL |
5104 | 2019-08-23 Sandra Loosemore <sandra@codesourcery.com> |
5105 | ||
5106 | * nios2-tdep.c (struct reg_value): Improve comments. Make | |
5107 | the offset field signed. | |
5108 | ||
27204489 CB |
5109 | 2019-08-22 Christian Biesinger <cbiesinger@google.com> |
5110 | ||
5111 | * python/lib/gdb/__init__.py (_execute_file): New function. | |
5112 | * python/python.c (python_run_simple_file): Call gdb._execute_file | |
5113 | on Windows. | |
5114 | ||
43771869 AB |
5115 | 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com> |
5116 | ||
5117 | * f-exp.y (yylex): Remove is_a_field_of_this local variable, and | |
5118 | all uses as this was never set to anything but a zero value. | |
5119 | ||
26c957f1 PA |
5120 | 2019-08-21 Bogdan Harjoc <harjoc@gmail.com> |
5121 | ||
5122 | * cli/cli-cmds.c (with_command_1): Error out if no arguments. | |
5123 | ||
c07aae6e CB |
5124 | 2019-08-21 Christian Biesinger <cbiesinger@google.com> |
5125 | ||
5126 | * tui/tui-data.h (tui_gen_win_info): Add an =default | |
5127 | move constructor, required by some GCC versions. | |
5128 | ||
3960cb7a JF |
5129 | 2019-08-21 Jinke Fan <fanjinke51@yeah.net> |
5130 | ||
5131 | * go32-nat.c (go32_sysinfo): Add hygon_p. | |
5132 | ||
04c72a68 TT |
5133 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5134 | ||
5135 | * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no, | |
5136 | line_from_reg_element_no, first_reg_element_no_inline, | |
5137 | display_all_data, delete_data_content_windows, | |
5138 | erase_data_content>: Now private. | |
5139 | ||
072272ce TT |
5140 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5141 | ||
5142 | * tui/tui-wingeneral.c (box_win): Change type of highlight_flag. | |
5143 | (tui_unhighlight_win, tui_highlight_win) | |
5144 | (tui_win_info::make_window): Update. | |
5145 | * tui/tui-data.h (HILITE, NO_HILITE): Remove. | |
5146 | ||
973961bd TT |
5147 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5148 | ||
5149 | * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX) | |
5150 | (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH) | |
5151 | (MAX_PID_WIDTH): Move to tui-stack.c. | |
5152 | * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX) | |
5153 | (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH) | |
5154 | (MAX_PID_WIDTH): Move from tui-data.h. | |
5155 | ||
ab0e1f1a TT |
5156 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5157 | ||
5158 | * tui/tui-wingeneral.h (tui_make_window): Don't declare. | |
5159 | * tui/tui-wingeneral.c (box_win): Change type of win_info. | |
5160 | (box_win): Update. | |
5161 | (tui_gen_win_info::make_window): Rename from tui_make_window. | |
5162 | (tui_win_info::make_window): New method. | |
5163 | (tui_gen_win_info::make_visible): Update. | |
5164 | * tui/tui-source.c (tui_source_window::set_contents): Update. | |
5165 | * tui/tui-regs.c (tui_data_window::show_register_group): Update. | |
5166 | (tui_data_window::display_registers_from): Update. | |
5167 | * tui/tui-layout.c (tui_gen_win_info::resize): Update. | |
5168 | * tui/tui-data.h (struct tui_gen_win_info) <make_window>: | |
5169 | Declare. | |
5170 | <can_box>: Remove. | |
5171 | <title>: Remove. | |
5172 | (struct tui_win_info) <make_window>: Declare. | |
5173 | <can_box>: Now virtual. | |
5174 | <title>: New member. | |
5175 | * tui/tui-data.c (~tui_gen_win_info): Don't free title. | |
5176 | * tui/tui-command.c (tui_cmd_window::resize): Update. | |
5177 | ||
100c2bf3 TT |
5178 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5179 | ||
5180 | * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove. | |
5181 | * tui/tui-regs.c (tui_data_window::show_registers): Update. | |
5182 | (tui_data_window::check_register_values): Update. | |
5183 | ||
fa4dc567 TT |
5184 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5185 | ||
5186 | * tui/tui-regs.h (struct tui_data_window): Use | |
5187 | DISABLE_COPY_AND_ASSIGN. | |
5188 | <regs_content>: Change type, removing unique_ptr. | |
5189 | <tui_data_window>: Add move constructor. | |
5190 | * tui/tui-regs.c (tui_data_window::show_registers) | |
5191 | (tui_data_window::show_register_group) | |
5192 | (tui_data_window::display_registers_from) | |
5193 | (tui_data_window::display_registers_from) | |
5194 | (tui_data_window::first_data_item_displayed) | |
5195 | (tui_data_window::delete_data_content_windows) | |
5196 | (tui_data_window::rerender, tui_data_window::refresh_window) | |
5197 | (tui_data_window::check_register_values): Update. | |
5198 | ||
ca02d7c8 TT |
5199 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5200 | ||
5201 | * tui/tui-regs.h (struct tui_data_window) <show_registers, | |
5202 | show_register_group>: Declare. | |
5203 | (tui_show_register_group): Don't declare. | |
5204 | * tui/tui-regs.c (tui_data_window::show_registers): Rename from | |
5205 | tui_show_registers. | |
5206 | (tui_data_window::show_register_group): Rename from | |
5207 | tui_show_register_group. | |
5208 | (tui_data_window::check_register_values, tui_reg_command): | |
5209 | Update. | |
5210 | * tui/tui-layout.c (tui_set_layout): Update. | |
5211 | ||
63356bfd TT |
5212 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5213 | ||
5214 | * tui/tui-regs.h (struct tui_data_window) <check_register_values>: | |
5215 | Declare. | |
5216 | (tui_check_register_values): Don't declare. | |
5217 | * tui/tui-regs.c (tui_data_window::check_register_values): Rename | |
5218 | from tui_check_register_values. | |
5219 | * tui/tui-hooks.c (tui_register_changed): Update. | |
5220 | ||
42cc14a7 TT |
5221 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5222 | ||
5223 | * tui/tui-regs.c (tui_reg_layout): Move later. | |
5224 | (tui_show_registers): Don't enable TUI mode or change layout. | |
5225 | ||
b9ad3686 TT |
5226 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5227 | ||
5228 | * tui/tui-regs.h (struct tui_data_item_window) | |
5229 | <~tui_data_item_window>: Remove. | |
5230 | <content>: Now a unique_xmalloc_ptr. | |
5231 | * tui/tui-regs.c (tui_register_format): Return a | |
5232 | unique_xmalloc_ptr. | |
5233 | (tui_get_register): Update. | |
5234 | (~tui_data_item_window): Remove. | |
5235 | (tui_data_window::display_registers_from, tui_display_register): | |
5236 | Update. | |
5237 | * tui/tui-io.h (tui_expand_tabs): Update. | |
5238 | * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr. | |
5239 | Remove "col" parameter. | |
5240 | ||
8e114aab TT |
5241 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5242 | ||
5243 | * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove | |
5244 | field. | |
5245 | * tui/tui-regs.c (~tui_data_item_window): Update. | |
5246 | ||
1a4f81dd TT |
5247 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5248 | ||
5249 | * tui/tui-regs.c (tui_register_format, tui_get_register): Move | |
5250 | earlier. | |
5251 | ||
0f8d8876 TT |
5252 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5253 | ||
5254 | * tui/tui-regs.c (tui_reg_command): Remove NULL check. | |
5255 | ||
605dc2c2 TT |
5256 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5257 | ||
5258 | * tui/tui-source.h (struct tui_source_window): Update. | |
5259 | * tui/tui-regs.c (tui_show_registers): Update. | |
5260 | * tui/tui-disasm.h (struct tui_disasm_window): Update. | |
5261 | * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING) | |
5262 | (NO_REGS_STRING): Remove defines. | |
5263 | ||
aedbe3bb CM |
5264 | 2019-08-20 Conrad Meyer <cem@FreeBSD.org> |
5265 | ||
5266 | * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid | |
5267 | unnecessary thread walk if remote doesn't support the packet. | |
5268 | ||
7ce8f214 TT |
5269 | 2019-08-19 Tom Tromey <tromey@adacore.com> |
5270 | ||
5271 | * python/py-value.c (value_has_field): Fix indentation. | |
5272 | ||
f21c2bd7 TT |
5273 | 2019-08-19 Tom Tromey <tromey@adacore.com> |
5274 | ||
5275 | * printcmd.c (do_one_display, info_display_command): Update. | |
5276 | * block.h (contained_in): Return bool. Add allow_nested | |
5277 | parameter. | |
5278 | * block.c (contained_in): Return bool. Add allow_nested | |
5279 | parameter. | |
5280 | ||
d806ea2d TT |
5281 | 2019-08-19 Tom Tromey <tom@tromey.com> |
5282 | ||
5283 | * configure: Rebuild. | |
5284 | * configure.ac: Disallow the combination of -static-libstdc++ and | |
5285 | source highlight. | |
5286 | * source-cache.c (get_language_name): Handle rust. | |
5287 | (source_cache::get_source_lines): Ignore highlighting exceptions. | |
5288 | ||
398fdd60 TT |
5289 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5290 | ||
5291 | * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove. | |
5292 | * tui/tui-winsource.h (struct tui_exec_info_window): Remove. | |
5293 | (struct tui_source_window_base) <make_visible, refresh_window, | |
5294 | resize>: Remove methods. | |
5295 | <execution_info>: Remove field. | |
5296 | * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content) | |
5297 | (tui_show_source_line, tui_source_window_base) | |
5298 | (~tui_source_window_base): Update. | |
5299 | (tui_source_window_base::resize) | |
5300 | (tui_source_window_base::make_visible) | |
5301 | (tui_source_window_base::refresh_window): Remove. | |
5302 | (tui_source_window_base::update_exec_info): Update. | |
5303 | * tui/tui-source.c (tui_source_window::set_contents): Update. | |
5304 | * tui/tui-disasm.c (tui_disasm_window::set_contents): Update. | |
5305 | ||
e699d331 TT |
5306 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5307 | ||
5308 | * tui/tui-hooks.c (tui_remove_hooks): Don't set | |
5309 | deprecated_query_hook. | |
5310 | ||
bb01dbfc TT |
5311 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5312 | ||
5313 | * tui/tui-winsource.c (tui_update_source_windows_with_addr) | |
5314 | (tui_update_source_windows_with_line): Update. | |
5315 | * tui/tui-source.h (struct tui_source_window) | |
5316 | <show_symtab_source>: Declare. | |
5317 | (tui_show_symtab_source): Don't declare. | |
5318 | * tui/tui-source.c (tui_show_symtab_source): Rename from | |
5319 | tui_show_symtab_source. | |
5320 | ||
81c82c4b TT |
5321 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5322 | ||
5323 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5324 | <set_contents>: Declare. | |
5325 | * tui/tui-winsource.c | |
5326 | (tui_source_window_base::update_source_window_as_is): Update. | |
5327 | * tui/tui-source.h (struct tui_source_window) <set_contents>: | |
5328 | Declare. | |
5329 | (tui_set_source_content): Don't declare. | |
5330 | * tui/tui-source.c (tui_source_window::set_contents): Rename from | |
5331 | tui_set_source_content. | |
5332 | * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>: | |
5333 | Declare. | |
5334 | (tui_set_disassem_content): Don't declare. | |
5335 | * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from | |
5336 | tui_set_disassem_content. | |
5337 | ||
2ddaf614 TT |
5338 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5339 | ||
5340 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5341 | <update_breakpoint_info>: Declare. | |
5342 | (tui_update_breakpoint_info): Don't declare. | |
5343 | * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is) | |
5344 | (tui_update_all_breakpoint_info): Update. | |
5345 | (tui_source_window_base::update_breakpoint_info): Rename from | |
5346 | tui_update_breakpoint_info. | |
5347 | (tui_source_window_base::update_exec_info): Update. | |
5348 | ||
017f9828 TT |
5349 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5350 | ||
5351 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5352 | <update_source_window>: Declare. | |
5353 | (tui_update_source_window): Don't declare. | |
5354 | * tui/tui-winsource.c | |
5355 | (tui_source_window_base::update_source_window): Rename from | |
5356 | tui_update_source_window. | |
5357 | (tui_source_window_base::rerender): Update. | |
5358 | * tui/tui-source.c (tui_source_window::maybe_update): Update. | |
5359 | * tui/tui-disasm.c (tui_show_disassem) | |
5360 | (tui_show_disassem_and_update_source) | |
5361 | (tui_disasm_window::maybe_update): Update. | |
5362 | ||
ed8358e9 TT |
5363 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5364 | ||
5365 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5366 | <update_source_window_as_is>: Declare. | |
5367 | (tui_update_source_window_as_is): Don't declare. | |
5368 | * tui/tui-winsource.c (tui_update_source_window): Update | |
5369 | (tui_source_window_base::update_source_window_as_is): Rename from | |
5370 | tui_update_source_window_as_is. | |
5371 | (tui_source_window_base::refill): Update. | |
5372 | * tui/tui-source.c (tui_show_symtab_source): Update. | |
5373 | * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): | |
5374 | Update. | |
5375 | ||
20149b6b TT |
5376 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5377 | ||
5378 | * tui/tui-winsource.h (tui_update_source_window) | |
5379 | (tui_update_source_window_as_is): Remove "noerror" parameter. | |
5380 | * tui/tui-winsource.c (tui_update_source_window) | |
5381 | (tui_update_source_window_as_is): Remove "noerror" parameter. | |
5382 | (tui_update_source_windows_with_addr) | |
5383 | (tui_update_source_windows_with_line) | |
5384 | (tui_source_window_base::rerender) | |
5385 | (tui_source_window_base::refill): Update. | |
5386 | * tui/tui-source.h (tui_set_source_content) | |
5387 | (tui_show_symtab_source): Remove "noerror" parameter. | |
5388 | * tui/tui-source.c (tui_set_source_content): Remove "noerror" | |
5389 | parameter. | |
5390 | (tui_show_symtab_source): Likewise. | |
5391 | (tui_source_window::maybe_update): Update. | |
5392 | * tui/tui-disasm.c (tui_show_disassem) | |
5393 | (tui_show_disassem_and_update_source) | |
5394 | (tui_disasm_window::do_scroll_vertical) | |
5395 | (tui_disasm_window::maybe_update): Update. | |
5396 | ||
2d83e710 TT |
5397 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5398 | ||
5399 | * tui/tui.c (tui_is_window_visible): Update. | |
5400 | * tui/tui-wingeneral.c (tui_make_window) | |
5401 | (tui_gen_win_info::make_visible, tui_refresh_all): Update. | |
5402 | * tui/tui-win.c (window_name_completer, tui_refresh_all_win) | |
5403 | (tui_set_focus_command, tui_all_windows_info, update_tab_width) | |
5404 | (tui_set_win_height_command, parse_scrolling_args): Update. | |
5405 | * tui/tui-source.c (tui_source_window::style_changed): Update. | |
5406 | * tui/tui-regs.c (tui_show_registers) | |
5407 | (tui_data_window::first_data_item_displayed) | |
5408 | (tui_data_window::delete_data_content_windows) | |
5409 | (tui_check_register_values, tui_reg_command): Update. | |
5410 | * tui/tui-disasm.c (tui_show_disassem): Update. | |
5411 | * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New | |
5412 | method. | |
5413 | <is_visible>: Remove field. | |
5414 | * tui/tui-data.c (tui_next_win, tui_prev_win) | |
5415 | (tui_delete_invisible_windows): Update. | |
5416 | ||
d4ab829a TT |
5417 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5418 | ||
5419 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5420 | <m_has_locator>: Remove. | |
5421 | * tui/tui-layout.c (show_source_disasm_command, show_data) | |
5422 | (show_source_or_disasm_and_command): Update. | |
5423 | ||
aa7ca1bb AH |
5424 | 2019-08-16 Alan Hayward <alan.hayward@arm.com> |
5425 | ||
5426 | * NEWS (Other MI changes): New subsection. | |
5427 | * aarch64-tdep.c (aarch64_get_pc_address_flags): New function. | |
5428 | (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags. | |
5429 | * arch-utils.c (default_get_pc_address_flags): New function. | |
5430 | * arch-utils.h (default_get_pc_address_flags): New declaration. | |
5431 | * gdbarch.sh: Add get_pc_address_flags. | |
5432 | * gdbarch.c: Regenerate. | |
5433 | * gdbarch.h: Likewise. | |
5434 | * stack.c (print_pc): New function. | |
5435 | (print_frame_info) (print_frame): Call print_pc. | |
5436 | ||
6eac171f TV |
5437 | 2019-08-16 Tom de Vries <tdevries@suse.de> |
5438 | ||
5439 | * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using | |
5440 | print_objfile_section_info. | |
5441 | ||
3df505f6 TT |
5442 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5443 | ||
5444 | * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before | |
5445 | calling update_cmdwin_start_line. | |
5446 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5447 | <do_make_visible_with_new_height, set_new_height>: Don't declare. | |
5448 | <rerender>: Declare. | |
5449 | * tui/tui-winsource.c (tui_source_window_base::update_tab_width): | |
5450 | Call rerender. | |
5451 | (tui_source_window_base::set_new_height): Remove. | |
5452 | (tui_source_window_base::rerender): Rename from | |
5453 | do_make_visible_with_new_height. | |
5454 | * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use | |
5455 | resize method. | |
5456 | (tui_win_info::make_invisible_and_set_new_height) | |
5457 | (tui_win_info::make_visible_with_new_height): Remove. | |
5458 | * tui/tui-stack.h (struct tui_locator_window) <rerender>: | |
5459 | Declare. | |
5460 | * tui/tui-stack.c (tui_locator_window::rerender): New method. | |
5461 | * tui/tui-regs.h (struct tui_data_window) <set_new_height, | |
5462 | do_make_visible_with_new_height>: Don't declare. | |
5463 | <rerender>: Declare. | |
5464 | * tui/tui-regs.c (tui_data_window::rerender): Rename from | |
5465 | set_new_height. | |
5466 | (tui_data_window::do_make_visible_with_new_height): Remove. | |
5467 | * tui/tui-layout.c (show_source_disasm_command, show_data): Don't | |
5468 | call tui_show_locator_content. | |
5469 | (tui_gen_win_info::resize): Call rerender. | |
5470 | (show_source_or_disasm_and_command): Don't call | |
5471 | tui_show_locator_content. | |
5472 | * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New | |
5473 | method. | |
5474 | (struct tui_win_info) <rerender>: Declare. | |
5475 | <set_new_height, make_invisible_and_set_new_height, | |
5476 | make_visible_with_new_height>: Don't declare. | |
5477 | * tui/tui-data.c (tui_win_list::rerender): New method. | |
5478 | * tui/tui-command.h (struct tui_cmd_window) | |
5479 | <do_make_visible_with_new_height>: Don't declare. | |
5480 | * tui/tui-command.c | |
5481 | (tui_cmd_window::do_make_visible_with_new_height): Remove. | |
5482 | ||
272560b5 TT |
5483 | 2019-08-15 Tom Tromey <tromey@adacore.com> |
5484 | ||
5485 | * ada-exp.y (convert_char_literal): Handle "Q%c" encoding. | |
5486 | * ada-lang.c (ada_enum_name): Likewise. | |
5487 | ||
08235187 CB |
5488 | 2019-08-15 Christian Biesinger <cbiesinger@google.com> |
5489 | ||
5490 | * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a | |
5491 | leading underscore. | |
5492 | (GdbOutputErrorFile): Likewise. | |
5493 | (global scope): Adjust constructor calls to GdbOutput{,Error}File | |
5494 | accordingly. | |
5495 | (execute_unwinders): Rename to have a leading underscore. | |
5496 | (auto_load_packages): Likewise. | |
5497 | (global scope): Adjust call to auto_load_packages accordingly. | |
5498 | (GdbSetPythonDirectory): Likewise. | |
5499 | * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders | |
5500 | instead of execute_unwinders. | |
5501 | ||
db502012 TT |
5502 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5503 | ||
5504 | * tui/tui-layout.c (show_layout, show_source_disasm_command) | |
5505 | (show_data): Don't change window visibility. | |
5506 | (tui_gen_win_info::resize): Remove special case for command | |
5507 | window. Use wresize, when available. | |
5508 | (show_source_or_disasm_and_command): Don't change window | |
5509 | visibility. | |
5510 | * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare. | |
5511 | <make_visible>: New method. | |
5512 | * tui/tui-command.c (tui_cmd_window::resize): New method. | |
5513 | ||
3891b65e TT |
5514 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5515 | ||
5516 | * tui/tui-winsource.h (struct tui_source_window_iterator): New. | |
5517 | (struct tui_source_windows): New. | |
5518 | * tui/tui-winsource.c (tui_display_main): Update. | |
5519 | * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights) | |
5520 | (new_height_ok, parse_scrolling_args): Update. | |
5521 | * tui/tui-layout.c (show_layout, show_data): Update. | |
5522 | * tui/tui-data.h (tui_source_windows, tui_clear_source_windows) | |
5523 | (tui_add_to_source_windows): Don't declare. | |
5524 | * tui/tui-data.c (source_windows, tui_source_windows) | |
5525 | (tui_clear_source_windows, tui_add_to_source_windows): Remove. | |
5526 | ||
ee556432 TT |
5527 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5528 | ||
5529 | * tui/tui-winsource.h (struct tui_source_window_base) <resize>: | |
5530 | Rename from reset. | |
5531 | * tui/tui-winsource.c (tui_source_window_base::resize): Rename. | |
5532 | * tui/tui-layout.c (show_source_disasm_command, show_data): | |
5533 | Update. | |
5534 | (tui_gen_win_info::resize): Rename. | |
5535 | (show_source_or_disasm_and_command): Update. | |
5536 | * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from | |
5537 | reset. | |
5538 | ||
46f438e3 TT |
5539 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5540 | ||
5541 | * tui/tui-stack.c (tui_initialize_static_data): Remove. | |
5542 | * tui/tui-interp.c (tui_interp::init): Don't call | |
5543 | tui_initialize_static_data. | |
5544 | * tui/tui-data.h (tui_initialize_static_data): Don't declare. | |
5545 | ||
f4ce562c TT |
5546 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5547 | ||
5548 | * tui/tui-layout.c (tui_default_win_viewport_height): Don't | |
5549 | examine tui_win_list. | |
5550 | ||
c398c3d0 TT |
5551 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5552 | ||
5553 | * tui/tui-winsource.h (tui_clear_source_content): Don't declare. | |
5554 | * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call | |
5555 | tui_clear_source_content. | |
5556 | (tui_clear_source_content): Remove. | |
5557 | (tui_source_window_base::do_erase_source_content): Hoist call to | |
5558 | content.clear(). | |
5559 | * tui/tui-stack.c (tui_show_frame_info): Don't call | |
5560 | tui_clear_source_content. | |
5561 | ||
e25d2004 TT |
5562 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5563 | ||
5564 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5565 | <do_erase_source_content>: New method. | |
5566 | <erase_source_content>: New method. | |
5567 | (tui_erase_source_content): Don't declare. | |
5568 | * tui/tui-winsource.c (tui_clear_source_content): Update. | |
5569 | (tui_source_window_base::do_erase_source_content): Rename from | |
5570 | tui_erase_source_content. | |
5571 | (tui_source_window_base::show_source_content): Update. | |
5572 | * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update. | |
5573 | * tui/tui-source.h (struct tui_source_window) | |
5574 | <erase_source_content>: New method. | |
5575 | * tui/tui-disasm.h (struct tui_disasm_window) | |
5576 | <erase_source_content>: New method. | |
5577 | ||
002f15c2 TT |
5578 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5579 | ||
5580 | * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare. | |
5581 | (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move | |
5582 | constructor. | |
5583 | * tui/tui-winsource.c (tui_alloc_source_buffer): Remove. | |
5584 | * tui/tui-source.c (tui_set_source_content): Update. | |
5585 | * tui/tui-disasm.c (tui_set_disassem_content): Update. | |
5586 | ||
c9033fe8 TT |
5587 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5588 | ||
5589 | * tui/tui-winsource.h (tui_line_is_displayed): Don't declare. | |
5590 | * tui/tui-winsource.c (tui_line_is_displayed): Move to | |
5591 | tui-source.c. | |
5592 | * tui/tui-source.h (struct tui_source_window) <line_is_displayed>: | |
5593 | Declare. | |
5594 | * tui/tui-source.c (tui_source_window::line_is_displayed): New | |
5595 | method. | |
5596 | (tui_source_window::maybe_update): Update. | |
5597 | ||
088f37dd TT |
5598 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5599 | ||
5600 | * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare. | |
5601 | * tui/tui-winsource.c (tui_addr_is_displayed): Move to | |
5602 | tui-disasm.c. | |
5603 | * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>: | |
5604 | Declare. | |
5605 | * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New | |
5606 | method. | |
5607 | (tui_disasm_window::maybe_update): Update. | |
5608 | ||
a54700c6 TT |
5609 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5610 | ||
5611 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5612 | <maybe_update>: Declare. | |
5613 | * tui/tui-stack.c (tui_show_frame_info): Call maybe_update | |
5614 | method. | |
5615 | * tui/tui-source.h (struct tui_source_window) <maybe_update>: | |
5616 | Declare. | |
5617 | * tui/tui-source.c (tui_source_window::maybe_update): New method. | |
5618 | * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>: | |
5619 | Declare. | |
5620 | * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method. | |
5621 | ||
e2a678a5 TT |
5622 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5623 | ||
5624 | * tui/tui-stack.c (tui_make_status_line): Use string constructor. | |
5625 | ||
f2dda477 TT |
5626 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5627 | ||
5628 | * tui/tui-wingeneral.c: Include tui-stack.h. | |
5629 | * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN) | |
5630 | (struct tui_locator_window): Move from tui-data.h. | |
5631 | * tui/tui-stack.c (_locator, tui_locator_win_info_ptr) | |
5632 | (tui_initialize_static_data): Move from tui-data.c. | |
5633 | * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN) | |
5634 | (struct tui_locator_window): Move to tui-stack.c. | |
5635 | * tui/tui-data.c (_locator, tui_locator_win_info_ptr) | |
5636 | (tui_initialize_static_data): Move to tui-stack.c. | |
5637 | ||
ed4a1084 TT |
5638 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5639 | ||
5640 | * tui/tui-layout.c (show_source_disasm_command) | |
5641 | (show_source_or_disasm_and_command): Use make_visible method, not | |
5642 | tui_make_window. | |
5643 | * tui/tui-command.h (struct tui_cmd_window) <make_visible>: | |
5644 | Remove. | |
5645 | ||
65962b20 TT |
5646 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5647 | ||
5648 | * tui/tui-wingeneral.h (tui_make_window): Update. | |
5649 | * tui/tui-wingeneral.c (tui_make_window): Remove "box_it" | |
5650 | parameter. | |
5651 | (tui_gen_win_info::make_visible): Update. | |
5652 | * tui/tui-regs.c (tui_data_window::display_registers_from): | |
5653 | Update. | |
5654 | * tui/tui-layout.c (show_source_disasm_command) | |
5655 | (show_source_or_disasm_and_command): Update. | |
5656 | * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method. | |
5657 | (enum tui_box): Remove. | |
5658 | (struct tui_win_info) <can_box>: New method. | |
5659 | * tui/tui-command.h (struct tui_cmd_window) <can_box>: New | |
5660 | method. | |
5661 | ||
2208ee91 TV |
5662 | 2019-08-15 Tom de Vries <tdevries@suse.de> |
5663 | ||
5664 | * linux-nat-trad.c: Include gdbarch.h. | |
5665 | ||
75faf5c4 AH |
5666 | 2019-08-14 Alan Hayward <alan.hayward@arm.com> |
5667 | ||
5668 | * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid | |
5669 | register sizes. | |
5670 | ||
b1c896b3 TT |
5671 | 2019-08-14 Tom Tromey <tromey@adacore.com> |
5672 | ||
5673 | * darwin-nat.c: Include gdbarch.h. | |
5674 | * darwin-nat-info.c: Include gdbarch.h. | |
5675 | ||
6405cd73 TT |
5676 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5677 | ||
5678 | * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>: | |
5679 | Remove. | |
5680 | * tui/tui-data.c (tui_initialize_static_data): Update. | |
5681 | ||
5216580d TT |
5682 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5683 | ||
5684 | * tui/tui-winsource.h (struct tui_exec_info_window) | |
5685 | <~tui_exec_info_window, maybe_allocate_content, get_content, | |
5686 | m_content>: Remove. | |
5687 | (struct tui_source_window_base) <set_exec_info_content, | |
5688 | show_exec_info_content>: Don't declare. | |
5689 | * tui/tui-winsource.c | |
5690 | (tui_exec_info_window::maybe_allocate_content): Remove. | |
5691 | (tui_source_window_base::update_exec_info): Rename from | |
5692 | set_exec_info_content. | |
5693 | (tui_source_window_base::show_exec_info_content) | |
5694 | (tui_source_window_base::update_exec_info): Remove. | |
5695 | ||
93858ad3 TT |
5696 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5697 | ||
5698 | * tui/tui-winsource.h (tui_clear_exec_info_content): Don't | |
5699 | declare. | |
5700 | * tui/tui-winsource.c (tui_update_source_window_as_is) | |
5701 | (tui_update_source_windows_with_addr, tui_erase_source_content): | |
5702 | Update. | |
5703 | (tui_clear_exec_info_content): Remove. | |
5704 | ||
e321e7ce TT |
5705 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5706 | ||
5707 | * tui/tui-winsource.h (tui_erase_exec_info_content): Don't | |
5708 | declare. | |
5709 | * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't | |
5710 | call tui_erase_exec_info_content. | |
5711 | (tui_clear_exec_info_content): Rename from | |
5712 | tui_erase_exec_info_content. | |
5713 | (tui_clear_exec_info_content): Delete. | |
5714 | ||
8270ac62 TT |
5715 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5716 | ||
5717 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5718 | <show_exec_info_content>: Declare. | |
5719 | (tui_show_exec_info_content): Don't declare. | |
5720 | * tui/tui-winsource.c | |
5721 | (tui_source_window_base::show_exec_info_content): Rename from | |
5722 | tui_show_exec_info_content. | |
5723 | (tui_source_window_base::update_exec_info): Update. | |
5724 | ||
7b56485d TT |
5725 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5726 | ||
5727 | * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element) | |
5728 | (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS) | |
5729 | (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ... | |
5730 | * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct | |
5731 | tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS) | |
5732 | (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content): | |
5733 | ... here. | |
5734 | ||
7ba913dc TT |
5735 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5736 | ||
5737 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5738 | <update_exec_info>: Declare. | |
5739 | (tui_update_exec_info): Don't declare. | |
5740 | * tui/tui-winsource.c (tui_update_source_window_as_is) | |
5741 | (tui_source_window_base::refresh_all) | |
5742 | (tui_update_all_breakpoint_info): Update. | |
5743 | (tui_source_window_base::update_exec_info): Rename from | |
5744 | tui_update_exec_info. | |
5745 | * tui/tui-stack.c (tui_show_frame_info): Update. | |
5746 | ||
37a4a131 TT |
5747 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5748 | ||
5749 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5750 | <set_exec_info_content>: Declare. | |
5751 | (tui_set_exec_info_content): Don't declare. | |
5752 | * tui/tui-winsource.c | |
5753 | (tui_source_window_base::set_exec_info_content): Rename from | |
5754 | tui_set_exec_info_content. | |
5755 | (tui_update_exec_info): Update. | |
5756 | ||
0bd27e07 TT |
5757 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5758 | ||
5759 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5760 | <show_source_content>: Declare. | |
5761 | (tui_show_source_content): Don't declare. | |
5762 | * tui/tui-winsource.c (tui_update_source_window_as_is): Update. | |
5763 | (tui_source_window_base::show_source_content): Rename from | |
5764 | tui_show_source_content. | |
5765 | (tui_source_window_base::refresh_all): Update. | |
5766 | * tui/tui-layout.c (show_source_disasm_command) | |
5767 | (show_source_or_disasm_and_command): Update. | |
5768 | ||
b4ef5aeb TT |
5769 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5770 | ||
5771 | * tui/tui-winsource.c (tui_erase_source_content) | |
5772 | (tui_show_source_content, tui_source_window_base::refresh_all): | |
5773 | Update. | |
5774 | * tui/tui-wingeneral.h | |
5775 | (tui_check_and_display_highlight_if_needed): Don't declare. | |
5776 | * tui/tui-wingeneral.c | |
5777 | (tui_win_info::check_and_display_highlight_if_needed): Rename from | |
5778 | check_and_display_highlight_if_needed. | |
5779 | * tui/tui-win.c (tui_rehighlight_all) | |
5780 | (tui_win_info::make_visible_with_new_height): Update. | |
5781 | * tui/tui-regs.c (tui_data_window::display_registers_from_line) | |
5782 | (tui_data_window::erase_data_content) | |
5783 | (tui_data_window::display_all_data): Update. | |
5784 | * tui/tui-data.h (struct tui_win_info) | |
5785 | <check_and_display_highlight_if_needed>: Declare. | |
5786 | ||
fede5273 TT |
5787 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5788 | ||
5789 | * tui/tui-win.c (tui_resize_all): Call | |
5790 | tui_delete_invisible_windows. | |
5791 | * tui/tui-layout.c (show_layout): Call | |
5792 | tui_delete_invisible_windows. | |
5793 | * tui/tui-data.h (tui_delete_invisible_windows): Declare. | |
5794 | * tui/tui-data.c (tui_delete_invisible_windows): New function. | |
5795 | ||
22c3f490 TT |
5796 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5797 | ||
5798 | * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call | |
5799 | tui_add_win_to_layout. | |
5800 | ||
16cb7910 TT |
5801 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5802 | ||
5803 | * tui/tui-layout.h (tui_default_win_height): Don't declare. | |
5804 | * tui/tui-layout.c (tui_default_win_height): Now static. | |
5805 | ||
cc0c3ffb TT |
5806 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5807 | ||
5808 | * tui/tui-layout.c (show_layout): Unify all layout cases into a | |
5809 | single switch. | |
5810 | (show_source_disasm_command, show_source_or_disasm_and_command): | |
5811 | Don't check current layout. | |
5812 | ||
3f3ffe54 TT |
5813 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5814 | ||
5815 | * tui/tui-wingeneral.c (make_all_visible): Remove. | |
5816 | (tui_make_all_invisible): Simplify. | |
5817 | * tui/tui-layout.c (tui_make_all_invisible): Move from | |
5818 | tui-wingeneral.c; simplify. | |
5819 | (show_layout): Hoist call to tui_make_all_invisible. | |
5820 | (show_data): Don't call tui_make_all_invisible. | |
5821 | ||
69258091 TT |
5822 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5823 | ||
5824 | * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare. | |
5825 | * tui/tui-wingeneral.c (tui_make_all_visible): Remove. | |
5826 | ||
62cf57fe TT |
5827 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5828 | ||
5829 | * tui/tui-layout.c (current_layout, tui_current_layout): Move from | |
5830 | tui-data.c. | |
5831 | (show_source_disasm_command, show_data) | |
5832 | (show_source_or_disasm_and_command): Don't use | |
5833 | tui_set_current_layout_to. | |
5834 | * tui/tui-data.h (tui_set_current_layout_to): Don't declare. | |
5835 | * tui/tui-data.c (current_layout, tui_current_layout): Move to | |
5836 | tui-layout.c. | |
5837 | (tui_set_current_layout_to): Remove. | |
5838 | ||
2afade5d TT |
5839 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5840 | ||
5841 | * tui/tui-layout.c (tui_set_layout): Update. | |
5842 | * tui/tui-data.h (struct tui_layout_def): Remove. | |
5843 | (tui_layout_def): Don't declare. | |
5844 | * tui/tui-data.c (layout_def): Remove. | |
5845 | (tui_layout_def): Remove. | |
5846 | ||
a3504e96 TT |
5847 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5848 | ||
5849 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5850 | <clear_detail>: No longer "override". | |
5851 | * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove. | |
5852 | * tui/tui-regs.c (tui_data_window::clear_detail): Remove. | |
5853 | * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove. | |
5854 | * tui/tui-command.h (struct tui_cmd_window) <clear_detail>: | |
5855 | Remove. | |
5856 | * tui/tui-command.c (tui_cmd_window::clear_detail): Remove. | |
5857 | ||
29c92911 TT |
5858 | 2019-08-13 Tom Tromey <tromey@adacore.com> |
5859 | ||
5860 | * tracepoint.c: Don't include readline.h or history.h. | |
5861 | ||
86c6b807 TT |
5862 | 2019-08-12 Tom Tromey <tom@tromey.com> |
5863 | ||
5864 | * configure: Rebuild. | |
5865 | * configure.ac: Check for readline 7. | |
5866 | * NEWS: Mention readline 7 requirement. | |
5867 | * README: Update. | |
5868 | ||
5db2718c TT |
5869 | 2019-08-12 Tom Tromey <tom@tromey.com> |
5870 | ||
5871 | * mingw-hdep.c (gdb_select): Remove readline hack. | |
5872 | ||
dac36daf PFC |
5873 | 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com> |
5874 | ||
5875 | * blockframe.c (find_pc_partial_function): Set *block to nullptr | |
5876 | when the function fails. | |
5877 | ||
1022c627 AA |
5878 | 2019-08-09 Andreas Arnez <arnez@linux.ibm.com> |
5879 | ||
5880 | * s390-tdep.c (s390_type_align): New function. | |
5881 | (s390_gdbarch_init): Set it as type_align gdbarch method. | |
5882 | ||
eba4caf2 TV |
5883 | 2019-08-09 Tom de Vries <tdevries@suse.de> |
5884 | ||
5885 | PR gdb/24591 | |
5886 | * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and | |
5887 | pc_low with relocation offset. | |
5888 | ||
123cd851 TT |
5889 | 2019-08-07 Tom Tromey <tromey@adacore.com> |
5890 | ||
5891 | * stack.c (print_frame_arg, read_frame_local, read_frame_arg) | |
5892 | (print_frame_args): Update. | |
5893 | * python/py-framefilter.c (py_print_single_arg, enumerate_args): | |
5894 | Update. | |
5895 | * mi/mi-cmd-stack.c (list_arg_or_local): Update. | |
5896 | * frame.h (struct frame_arg): Add initializers. | |
5897 | <error>: Now a unique_xmalloc_ptr. | |
5898 | ||
3d31bc39 AH |
5899 | 2019-08-07 Alan Hayward <alan.hayward@arm.com> |
5900 | ||
5901 | * NEWS: Expand the Pointer Authentication entry. | |
5902 | * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this. | |
5903 | (aarch64_frame_unmask_lr): ... to this. | |
5904 | (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register): | |
5905 | Call aarch64_frame_unmask_lr. | |
5906 | * frame.c (struct frame_info): Add "masked" variable. | |
5907 | (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions. | |
5908 | (fprint_frame): Check for masked pc. | |
5909 | * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New | |
5910 | declarations. | |
5911 | * python/py-framefilter.c (py_print_frame): Check for masked pc. | |
5912 | * stack.c (print_frame): Check for masked pc. | |
5913 | ||
0cf9feb9 TT |
5914 | 2019-08-06 Tom Tromey <tom@tromey.com> |
5915 | ||
5916 | * stabsread.c (patch_block_stabs, read_one_struct_field) | |
5917 | (read_enum_type): Use obstack_strndup. | |
5918 | * rust-exp.y (rust_parser::copy_name): Use obstack_strndup. | |
5919 | * gdb_obstack.h (obstack_strndup): Use obstack_strndup. | |
5920 | * dwarf2read.c (guess_full_die_structure_name) | |
5921 | (anonymous_struct_prefix): Use obstack_strndup. | |
5922 | * dbxread.c (cp_set_block_scope): Use obstack_strndup. | |
5923 | * c-exp.y (yylex): Use obstack_strndup. | |
5924 | * ada-exp.y (write_object_renaming, write_ambiguous_var) | |
5925 | (write_var_or_type): Use obstack_strndup. | |
5926 | ||
efba19b0 TT |
5927 | 2019-08-06 Tom Tromey <tom@tromey.com> |
5928 | ||
5929 | * symfile.c (reread_symbols): Use obstack_strdup. | |
5930 | * stabsread.c (read_type): Use obstack_strdup. | |
5931 | * gdb_obstack.h (obstack_strdup): New overload. | |
5932 | * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1) | |
5933 | (create_dwo_unit_in_dwp_v2, build_error_marker_type) | |
5934 | (dwarf2_canonicalize_name): Use obstack_strdup. | |
5935 | * dbxread.c (read_dbx_symtab): Use obstack_strdup. | |
5936 | * cp-support.c (inspect_type, replace_typedefs_qualified_name): | |
5937 | Use obstack_strdup. | |
5938 | ||
f25102f7 TT |
5939 | 2019-08-06 Tom Tromey <tom@tromey.com> |
5940 | ||
5941 | * gdb_obstack.h (obstack_strdup): Define. | |
5942 | * gdb_obstack.c (obstack_strdup): Don't define. | |
5943 | ||
021887d8 TT |
5944 | 2019-08-06 Tom Tromey <tom@tromey.com> |
5945 | ||
5946 | * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use | |
5947 | obstack_strdup. | |
5948 | * typeprint.c (typedef_hash_table::find_global_typedef): Use | |
5949 | obstack_strdup. | |
5950 | * symfile.c (allocate_compunit_symtab): Use obstack_strdup. | |
5951 | * stabsread.c (common_block_start): Use obstack_strdup. | |
5952 | * objfiles.c (set_objfile_main_name, objfile): Use | |
5953 | obstack_strdup. | |
5954 | * namespace.c (add_using_directive): Use obstack_strdup. | |
5955 | * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup. | |
5956 | * jit.c (finalize_symtab): Use obstack_strdup. | |
5957 | * dwarf2read.c (fixup_go_packaging, dwarf2_physname) | |
5958 | (guess_partial_die_structure_name, partial_die_info::fixup) | |
5959 | (dwarf2_name): Use obstack_strdup. | |
5960 | * coffread.c (coff_read_struct_type, coff_read_enum_type): Use | |
5961 | obstack_strdup. | |
5962 | * c-exp.y (scan_macro_expansion): Use obstack_strdup. | |
5963 | * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use | |
5964 | obstack_strdup. | |
5965 | * ada-lang.c (ada_decode_symbol): Use obstack_strdup. | |
5966 | ||
d2834edc PW |
5967 | 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
5968 | ||
5969 | * unittests/help-doc-selftests.c: New file. | |
5970 | * Makefile.in: Add the new file. | |
5971 | ||
590042fc PW |
5972 | 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
5973 | ||
5974 | * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument. | |
5975 | * cli/cli-decode.c (print_doc_line): Likewise. It now prints | |
5976 | the full first line, except when FOR_VALUE_PREFIX. In this case, | |
5977 | the trailing '.' is not output, and the first character is uppercased. | |
5978 | (print_help_for_command): Update call to print_doc_line. | |
5979 | (print_doc_of_command): Likewise. | |
5980 | * cli/cli-setshow.c (deprecated_show_value_hack): Likewise. | |
5981 | * cli/cli-option.c (append_indented_doc): Do not append newline. | |
5982 | (build_help_option): Append newline after first appended_indented_doc | |
5983 | only if a second call is done. | |
5984 | (build_help): Append 2 new lines before each option, except the first | |
5985 | one. | |
5986 | * compile/compile.c (_initialize_compile): Add new lines after | |
5987 | %OPTIONS%, when not at the end of the help. | |
5988 | Change help doc or code | |
5989 | producing the help doc to respect the invariants. | |
5990 | * maint-test-options.c (_initialize_maint_test_options): Likewise. | |
5991 | Also removed the new line after 'Options:', as all other commands | |
5992 | do not put an empty line between 'Options:' and the first option. | |
5993 | * printcmd.c (_initialize_printcmd): Likewise. | |
5994 | * stack.c (_initialize_stack): Likewise. | |
5995 | * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was | |
5996 | incorrectly telling COMMAND is optional. | |
5997 | * ada-lang.c (_initialize_ada_language): Change help doc or code | |
5998 | producing the help doc to respect the invariants. | |
5999 | * ada-tasks.c (_initialize_ada_tasks): Likewise. | |
6000 | * breakpoint.c (_initialize_breakpoint): Likewise. | |
6001 | * cli/cli-cmds.c (_initialize_cli_cmds): Likewise. | |
6002 | * cli/cli-logging.c (_initialize_cli_logging): Likewise. | |
6003 | * cli/cli-setshow.c (_initialize_cli_setshow): Likewise. | |
6004 | * cli/cli-style.c (cli_style_option::add_setshow_commands, | |
6005 | _initialize_cli_style): Likewise. | |
6006 | * corelow.c (core_target_info): Likewise. | |
6007 | * dwarf-index-cache.c (_initialize_index_cache): Likewise. | |
6008 | * dwarf2read.c (_initialize_dwarf2_read): Likewise. | |
6009 | * filesystem.c (_initialize_filesystem): Likewise. | |
6010 | * frame.c (_initialize_frame): Likewise. | |
6011 | * gnu-nat.c (add_task_commands): Likewise. | |
6012 | * infcall.c (_initialize_infcall): Likewise. | |
6013 | * infcmd.c (_initialize_infcmd): Likewise. | |
6014 | * interps.c (_initialize_interpreter): Likewise. | |
6015 | * language.c (_initialize_language): Likewise. | |
6016 | * linux-fork.c (_initialize_linux_fork): Likewise. | |
6017 | * maint-test-settings.c (_initialize_maint_test_settings): Likewise. | |
6018 | * maint.c (_initialize_maint_cmds): Likewise. | |
6019 | * memattr.c (_initialize_mem): Likewise. | |
6020 | * printcmd.c (_initialize_printcmd): Likewise. | |
6021 | * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq, | |
6022 | _RegEx): Likewise. | |
6023 | * ravenscar-thread.c (_initialize_ravenscar): Likewise. | |
6024 | * record-btrace.c (_initialize_record_btrace): Likewise. | |
6025 | * record-full.c (_initialize_record_full): Likewise. | |
6026 | * record.c (_initialize_record): Likewise. | |
6027 | * regcache-dump.c (_initialize_regcache_dump): Likewise. | |
6028 | * regcache.c (_initialize_regcache): Likewise. | |
6029 | * remote.c (add_packet_config_cmd, init_remote_threadtests, | |
6030 | _initialize_remote): Likewise. | |
6031 | * ser-tcp.c (_initialize_ser_tcp): Likewise. | |
6032 | * serial.c (_initialize_serial): Likewise. | |
6033 | * skip.c (_initialize_step_skip): Likewise. | |
6034 | * source.c (_initialize_source): Likewise. | |
6035 | * stack.c (_initialize_stack): Likewise. | |
6036 | * symfile.c (_initialize_symfile): Likewise. | |
6037 | * symtab.c (_initialize_symtab): Likewise. | |
6038 | * target-descriptions.c (_initialize_target_descriptions): Likewise. | |
6039 | * top.c (init_main): Likewise. | |
6040 | * tracefile-tfile.c (tfile_target_info): Likewise. | |
6041 | * tracepoint.c (_initialize_tracepoint): Likewise. | |
6042 | * tui/tui-win.c (_initialize_tui_win): Likewise. | |
6043 | * utils.c (add_internal_problem_command): Likewise. | |
6044 | * valprint.c (value_print_option_defs): Likewise. | |
6045 | ||
404f2902 FCE |
6046 | 2019-08-06 Frank Ch. Eigler <fche@redhat.com> |
6047 | ||
6048 | PR build/24886 | |
6049 | * configure.ac: Drop enable-libmcheck support. | |
6050 | * configure, config.in: Rebuild. | |
6051 | * libmcheck.m4: Remove. | |
6052 | * acinclude.m4: Don't include it. | |
6053 | * Makefile.in: Don't distribute it. | |
6054 | * top.c (print_gdb_configuration): Don't mention it. | |
6055 | ||
046bebe1 TT |
6056 | 2019-08-06 Tom Tromey <tom@tromey.com> |
6057 | ||
6058 | * utils.c (set_output_style): Sometimes pass stream to | |
6059 | emit_style_escape. | |
6060 | * ui-out.h (class ui_out) <can_emit_style_escape>: Declare. | |
6061 | * record-btrace.c (btrace_insn_history): Update. | |
6062 | * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New | |
6063 | method. | |
6064 | * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter. | |
6065 | Update initializers. | |
6066 | <m_uiout>: New field. | |
6067 | <m_di>: Move lower. | |
6068 | * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): | |
6069 | Remove "uiout" parameter. | |
6070 | (dump_insns): Update. | |
6071 | * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare. | |
6072 | * cli-out.c (cli_ui_out::can_emit_style_escape): New method. | |
6073 | ||
ddbcedf5 CB |
6074 | 2019-08-06 Christian Biesinger <cbiesinger@google.com> |
6075 | ||
6076 | * symtab.c (symbol_cache_lookup): Change int to enum block_enum. | |
6077 | (error_in_psymtab_expansion): Likewise. | |
6078 | (lookup_symbol_via_quick_fns): Likewise. | |
6079 | (basic_lookup_transparent_type_quick): Likewise. | |
6080 | (basic_lookup_transparent_type_1): Likewise. | |
6081 | ||
b08b16c8 TT |
6082 | 2019-08-06 Tom Tromey <tromey@adacore.com> |
6083 | ||
6084 | * source.c (last_source_error): Now bool. | |
6085 | (print_source_lines_base): Make "noprint" bool. Only open | |
6086 | source file when last_source_visited changes. | |
6087 | ||
cb44333d TT |
6088 | 2019-08-06 Tom Tromey <tromey@adacore.com> |
6089 | ||
6090 | * annotate.c (annotate_source_line): Use g_source_cache. | |
6091 | * source-cache.c (source_cache::get_plain_source_lines): Change | |
6092 | parameters. Populate m_offset_cache. | |
6093 | (source_cache::ensure): New method. | |
6094 | (source_cache::get_line_charpos): New method. | |
6095 | (extract_lines): Move lower. Change parameters. | |
6096 | (source_cache::get_source_lines): Move lower. | |
6097 | * source-cache.h (class source_cache): Update comment. | |
6098 | <get_line_charpos>: New method. | |
6099 | <get_source_lines>: Update comment. | |
6100 | <clear>: Clear m_offset_cache. | |
6101 | <get_plain_source_lines>: Change parameters. | |
6102 | <ensure>: New method | |
6103 | <m_offset_cache>: New member. | |
6104 | * source.c (forget_cached_source_info_for_objfile): Update. | |
6105 | (info_source_command): Use g_source_cache. | |
6106 | (find_source_lines, open_source_file_with_line_charpos): Remove. | |
6107 | (print_source_lines_base, search_command_helper): Use g_source_cache. | |
6108 | * source.h (open_source_file_with_line_charpos): Don't declare. | |
6109 | * symtab.h (struct symtab) <nlines, line_charpos>: Remove. | |
6110 | * tui/tui-source.c (tui_source_window::do_scroll_vertical): | |
6111 | Use g_source_cache. | |
6112 | ||
872dceaa TT |
6113 | 2019-08-06 Tom Tromey <tromey@adacore.com> |
6114 | ||
6115 | * source-cache.c (source_cache::get_plain_source_lines): | |
6116 | Remove "first_line" and "last_line" parameters. | |
6117 | (source_cache::get_source_lines): Cache plain text. | |
6118 | * source-cache.h (class source_cache) | |
6119 | <get_plain_source_lines>: Update. | |
6120 | ||
269249d9 TT |
6121 | 2019-08-06 Tom Tromey <tromey@adacore.com> |
6122 | ||
6123 | * source-cache.c (extract_lines): No longer a method. | |
6124 | Changed type of parameter. Include final newline. | |
6125 | (selftests::extract_lines_test): New function. | |
6126 | (_initialize_source_cache): Likewise. | |
6127 | * source-cache.h (class source_cache) | |
6128 | <extract_lines>: Don't declare. | |
6129 | ||
c0e8dcd8 TT |
6130 | 2019-08-06 Tom Tromey <tromey@adacore.com> |
6131 | ||
6132 | * breakpoint.c (init_breakpoint_sal): Update. | |
6133 | (breakpoint): Update. | |
6134 | * breakpoint.h (struct breakpoint) <filter>: Now a | |
6135 | unique_xmalloc_ptr. | |
6136 | ||
0b27c27d CB |
6137 | 2019-08-05 Christian Biesinger <cbiesinger@google.com> |
6138 | ||
6139 | * NEWS: Mention dictionary access on blocks. | |
6140 | * python/py-block.c (blpy_getitem): New function. | |
6141 | (block_object_as_mapping): New struct. | |
6142 | (block_object_type): Use new struct for tp_as_mapping field. | |
6143 | ||
4ee94178 CB |
6144 | 2019-08-05 Christian Biesinger <cbiesinger@google.com> |
6145 | ||
6146 | * objfiles.h (objfile): Add a comment describing partial symbols. | |
6147 | ||
8abfcabc TT |
6148 | 2019-08-05 Tom Tromey <tromey@adacore.com> |
6149 | ||
6150 | * compile/compile.c (_initialize_compile): Use _(), not N_(). | |
6151 | * thread.c (_initialize_thread): Use _(), not N_(). | |
6152 | * stack.c (_initialize_stack): Use _(), not N_(). | |
6153 | * printcmd.c (_initialize_printcmd): Use _(), not N_(). | |
6154 | ||
2b79f376 SM |
6155 | 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca> |
6156 | ||
6157 | * dwarf2read.c (struct dw2_symtab_iterator): | |
6158 | <want_specific_block>: Remove. | |
6159 | <block_index>: Change type to gdb::optional. | |
6160 | (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter, | |
6161 | change type of BLOCK_INDEX parameter to gdb::optional. | |
6162 | (dw2_symtab_iter_next): Re-write in function of gdb::optional. | |
6163 | (dw2_lookup_symbol): Don't pass argument for | |
6164 | WANT_SPECIFIC_BLOCK. | |
6165 | (dw2_expand_symtabs_for_function): Don't pass argument for | |
6166 | WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX. | |
6167 | (class dw2_debug_names_iterator) | |
6168 | <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK | |
6169 | parameter, change BLOCK_INDEX type to gdb::optional. | |
6170 | <m_want_specific_block>: Remove. | |
6171 | <m_block_index>: Change type to gdb::optional. | |
6172 | (dw2_debug_names_iterator::next): Change type of IS_STATIC to | |
6173 | gdb::optional. Re-write in function of gdb::optional. | |
6174 | (dw2_debug_names_lookup_symbol): Don't pass argument for | |
6175 | WANT_SPECIFIC_BLOCK. | |
6176 | (dw2_debug_names_expand_symtabs_for_function): Don't pass | |
6177 | argument for WANT_SPECIFIC_BLOCK, pass empty optional for | |
6178 | BLOCK_INDEX. | |
6179 | ||
ae60f04e PW |
6180 | 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
6181 | ||
6182 | * NEWS: Mention changes to "info sources" command. | |
6183 | ||
28cd9371 PW |
6184 | 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
6185 | ||
6186 | * symtab.c (filename_partial_match_opts): New struct type. | |
6187 | (struct output_source_filename_data): New members | |
6188 | regexp, c_regexp, partial_match. | |
6189 | (output_source_filename): Use new members to decide to print file. | |
6190 | (info_sources_option_defs): New variable. | |
6191 | (make_info_sources_options_def_group, print_info_sources_header, | |
6192 | info_sources_command_completer): | |
6193 | New functions. | |
6194 | (info_sources_command): Read new optional arguments. | |
6195 | (_initialize_symtab): Update info sources help. | |
6196 | ||
ca683e3a AO |
6197 | 2019-08-02 Alexandre Oliva <oliva@adacore.com> |
6198 | ||
6199 | * ada-lang.c (exception_support_info_v0): Renamed from... | |
6200 | (default_exception_support_info): ... this. Create new | |
6201 | definition for v1. | |
6202 | (ada_has_this_exception_support): Look up catch_handlers_sym. | |
6203 | (ada_exception_support_info_sniffer): Try v0 after default. | |
6204 | ||
f1264162 TT |
6205 | 2019-08-01 Tom Tromey <tromey@adacore.com> |
6206 | ||
6207 | * ia64-libunwind-tdep.h (struct libunwind_descr): Include | |
6208 | gdbarch.h. | |
6209 | ||
0a7b2485 CB |
6210 | 2019-08-01 Christian Biesinger <cbiesinger@google.com> |
6211 | ||
6212 | * s12z-tdep.c: Fix include path for s12z-opc.h. | |
6213 | ||
c6bdbeb7 AH |
6214 | 2019-08-01 Alan Hayward <alan.hayward@arm.com> |
6215 | ||
6216 | * NEWS: Require GNU make 3.82. | |
6217 | ||
a2bd7b82 TT |
6218 | 2019-07-16 Tom Tromey <tom@tromey.com> |
6219 | ||
6220 | * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't | |
6221 | declare. | |
6222 | ||
aa3b6533 TT |
6223 | 2019-07-30 Tom Tromey <tromey@adacore.com> |
6224 | ||
6225 | * block.c (contained_in): Remove BLOCK_FUNCTION check. | |
6226 | ||
a1530dc7 KB |
6227 | 2019-07-30 Kevin Buettner <kevinb@redhat.com> |
6228 | ||
6229 | * printcmd.c (print_address_symbolic): Print negative offsets. | |
6230 | (build_address_symbolic): Force signed arithmetic when computing | |
6231 | offset. | |
6232 | ||
2906593f CB |
6233 | 2019-07-30 Christian Biesinger <cbiesinger@google.com> |
6234 | ||
6235 | PR/24474: Add a function to lookup static variables. | |
6236 | * NEWS: Mention this new function. | |
6237 | * python/py-symbol.c (gdbpy_lookup_static_symbol): New function. | |
6238 | * python/python-internal.h (gdbpy_lookup_static_symbol): New function. | |
6239 | * python/python.c (python_GdbMethods): Add new function. | |
6240 | ||
c620ed88 CB |
6241 | 2019-07-29 Christian Biesinger <cbiesinger@google.com> |
6242 | ||
6243 | * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol. | |
6244 | * python/py-objfile.c (objfpy_lookup_global_symbol): New function. | |
6245 | (objfpy_lookup_static_symbol): New function. | |
6246 | (objfile_object_methods): Add new functions. | |
6247 | ||
bc4268a5 PW |
6248 | 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
6249 | ||
6250 | * NEWS: Mention 'set|show print frame-info'. Mention new | |
6251 | 'presence' value for 'frame-arguments'. Mention new '-frame-info' | |
6252 | backtrace argument. Mention that python frame filtering code | |
6253 | is now consistent with what 'backtrace' command prints. | |
6254 | ||
4b5e8d19 PW |
6255 | 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
6256 | ||
6257 | * frame.h (enum print_what): New value 'SHORT_LOCATION', update | |
6258 | comments. | |
6259 | (print_frame_info_auto, print_frame_info_source_line, | |
6260 | print_frame_info_location, print_frame_info_source_and_location, | |
6261 | print_frame_info_location_and_address, print_frame_info_short_location): | |
6262 | New declarations. | |
6263 | (struct frame_print_options): New member print_frame_info. | |
6264 | * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE. | |
6265 | * stack.h (get_user_print_what_frame_info): New declaration. | |
6266 | (frame_show_address): New declaration. | |
6267 | * stack.c (print_frame_arguments_choices): New value 'presence'. | |
6268 | (print_frame_info_auto, print_frame_info_source_line, | |
6269 | print_frame_info_location, print_frame_info_source_and_location, | |
6270 | print_frame_info_location_and_address, print_frame_info_short_location, | |
6271 | print_frame_info_choices, print_frame_info_print_what): New definitions. | |
6272 | (print_frame_args): Only print dots for args if print frame-arguments | |
6273 | is 'presence'. | |
6274 | (frame_print_option_defs): New element for "frame-info". | |
6275 | (get_user_print_what_frame_info): New function. | |
6276 | (frame_show_address): Make non static. Move comment to stack.h. | |
6277 | (print_frame_info_to_print_what): New function. | |
6278 | (print_frame_info): Update comment. Use fp_opts.print_frame_info | |
6279 | to decide what to print. | |
6280 | (backtrace_command_1): Handle the new print_frame_arguments_presence | |
6281 | value. | |
6282 | (_initialize_stack): Call add_setshow_enum_cmd for frame-info. | |
6283 | * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE. | |
6284 | (py_print_frame): In non-mi mode, use LOCATION as default for | |
6285 | print_what, similarly to frame information printed directly by | |
6286 | backtrace command. Handle frame-info user option in non MI mode. | |
6287 | ||
6bdfee81 KB |
6288 | 2019-07-27 Kevin Buettner <kevinb@redhat.com> |
6289 | ||
6290 | * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info): | |
6291 | Add case for debugging 32-bit target on 64-bit host. Revise | |
6292 | comment. | |
6293 | ||
98a617f8 KB |
6294 | 2019-07-27 Kevin Buettner <kevinb@redhat.com> |
6295 | ||
6296 | * infrun.c (fill_in_stop_func): Use find_pc_partial_function | |
6297 | instead of find_function_entry_range_from_pc. | |
6298 | ||
567238c9 KB |
6299 | 2019-07-27 Kevin Buettner <kevinb@redhat.com> |
6300 | ||
6301 | * stack.c (find_frame_funname): Remove code which preferred | |
6302 | minsym over symtab sym in "certain pathological cases". | |
6303 | ||
2dc80cf8 KB |
6304 | * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym" |
6305 | parameter. Change type of "do_demangle" to bool. | |
6306 | * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): | |
6307 | Pass suitable "prefer_sym_over_minsym" flag to | |
6308 | build_address_symbolic(). Don't output "+" for negative offsets. | |
6309 | * printcmd.c (print_address_symbolic): Update invocation of | |
6310 | build_address_symbolic to include a "prefer_sym_over_minsym" | |
6311 | flag. | |
6312 | (build_address_symbolic): Add "prefer_sym_over_minsym" parameter. | |
6313 | Restrict cases in which use of minimal symbol is preferred to that | |
6314 | of a found symbol. Update comments. | |
6315 | ||
1aff7173 KB |
6316 | * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions |
6317 | for entry pc when entry pc is out of range for that FDE. | |
6318 | ||
89b085ac BC |
6319 | 2019-07-26 Brian Callahan <bcallah@openbsd.org> |
6320 | ||
6321 | PR gdb/24839: | |
6322 | * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return | |
6323 | type. | |
6324 | ||
f32feb4a CB |
6325 | 2019-07-25 Christian Biesinger <cbiesinger@google.com> |
6326 | ||
6327 | * python/py-objfile.c (add_separate_debug_file): Fix comment about | |
6328 | this function's Python signature. | |
6329 | ||
6330 | ||
6331 | 2019-07-24 Christian Biesinger <cbiesinger@google.com> | |
442853af CB |
6332 | |
6333 | * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE. | |
6334 | * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE. | |
6335 | * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE. | |
6336 | * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter. | |
6337 | * symtab.h (lookup_global_symbol_from_objfile): Likewise. | |
6338 | ||
6339 | ||
c54e4253 YS |
6340 | 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp> |
6341 | ||
6342 | * h8300-tdep.c (h8300_register_name_common): New. | |
6343 | h8300_register_name): Use h8300_register_name_common. | |
6344 | (h8300s_register_name): Likewise. | |
6345 | (h8300sx_register_name): Likewise. | |
6346 | (h8300h_register_nam): New. | |
6347 | (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine. | |
6348 | ||
6349 | ||
40eadf04 SP |
6350 | 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com> |
6351 | ||
6352 | * arm-tdep.c (arm_skip_cmse_entry): New function. | |
6353 | (arm_is_sgstubs_section): New function. | |
6354 | (arm_skip_stub): Add call to arm_skip_cmse_entry function. | |
6355 | ||
bfa2a36d TT |
6356 | 2019-07-22 Tom Tromey <tom@tromey.com> |
6357 | ||
6358 | * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height): | |
6359 | Don't self-assign. | |
6360 | ||
a8e9d247 AB |
6361 | 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com> |
6362 | ||
6363 | * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to | |
6364 | type_print. | |
6365 | ||
eb86c5e2 AB |
6366 | 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com> |
6367 | ||
6368 | * symtab.c (search_symbols): Adjust msymbol matching type arrays | |
6369 | so that GDB doesn't match any msymbols when searching in the | |
6370 | TYPES_DOMAIN. | |
6371 | (print_symbol_info): Print using typedef_print or type_print based | |
6372 | on the type of the symbol. Add updated FIXME comment moved from... | |
6373 | (_initialize_symtab): ... move and update FIXME comment to above. | |
6374 | ||
a8eab7c6 AB |
6375 | 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com> |
6376 | ||
6377 | * NEWS: Mention adding -q option to "info types". | |
6378 | * symtab.c (struct info_types_options): New struct. | |
6379 | (info_types_options_defs): New variable. | |
6380 | (make_info_types_options_def_group): New function. | |
6381 | (info_types_command): Use gdb::option framework to parse options. | |
6382 | (info_types_command_completer): New function. | |
6383 | (_initialize_symtab): Extend the help text on "info types" and | |
6384 | register command completer. | |
6385 | ||
b4603c34 CB |
6386 | 2019-07-21 Christian Biesinger <cbiesinger@google.com> |
6387 | ||
6388 | * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum. | |
6389 | (lookup_symbol_in_objfile): Change int to block_enum and add a | |
6390 | gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK. | |
6391 | ||
c8cdc1e0 CB |
6392 | 2019-07-20 Christian Biesinger <cbiesinger@google.com> |
6393 | ||
6394 | * MAINTAINERS (Write After Approval): Add self. | |
6395 | ||
01e175fe AB |
6396 | 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com> |
6397 | ||
6398 | * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop | |
6399 | instruction to the dummy code region. | |
6400 | ||
56f79b63 TT |
6401 | 2019-07-19 Tom Tromey <tromey@adacore.com> |
6402 | ||
6403 | * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90. | |
6404 | (ARGSUSED, PARAMS, __func__): Remove rules. | |
6405 | ||
4c5aa8e0 AH |
6406 | 2019-07-19 Alan Hayward <alan.hayward@arm.com> |
6407 | ||
6408 | * arm-tdep.c (_initialize_arm_tdep): Remove xml tests. | |
6409 | * features/arm/arm-with-iwmmxt.c: Remove. | |
6410 | * features/arm/arm-with-iwmmxt.xml: Remove. | |
6411 | * features/arm/arm-with-m-fpa-layout.c: Remove. | |
6412 | * features/arm/arm-with-m-fpa-layout.xml: Remove. | |
6413 | * features/arm/arm-with-m-vfp-d16.c: Remove. | |
6414 | * features/arm/arm-with-m-vfp-d16.xml: Remove. | |
6415 | * features/arm/arm-with-m.c: Remove. | |
6416 | * features/arm/arm-with-m.xml: Remove. | |
6417 | * features/arm/arm-with-neon.c: Remove. | |
6418 | * features/arm/arm-with-neon.xml: Remove. | |
6419 | * features/arm/arm-with-vfpv2.c: Remove. | |
6420 | * features/arm/arm-with-vfpv2.xml: Remove. | |
6421 | * features/arm/arm-with-vfpv3.c: Remove. | |
6422 | * features/arm/arm-with-vfpv3.xml: Remove. | |
6423 | ||
f42b2617 AH |
6424 | 2019-07-19 Alan Hayward <alan.hayward@arm.com> |
6425 | ||
6426 | * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests. | |
6427 | ||
f29ec966 AH |
6428 | 2019-07-19 Alan Hayward <alan.hayward@arm.com> |
6429 | ||
6430 | * arch/aarch32.c (aarch32_create_target_description): Create | |
6431 | target descriptions using features. | |
6432 | * arch/arm.c (arm_create_target_description) | |
6433 | (arm_create_mprofile_target_description): Likewise. | |
6434 | * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls. | |
6435 | ||
d105cce5 AH |
6436 | 2019-07-19 Alan Hayward <alan.hayward@arm.com> |
6437 | ||
6438 | * Makefile.in: Add new files. | |
6439 | * aarch32-tdep.c: New file. | |
6440 | * aarch32-tdep.h: New file. | |
6441 | * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description): | |
6442 | Call aarch32_read_description. | |
6443 | * arch/aarch32.c: New file. | |
6444 | * arch/aarch32.h: New file. | |
6445 | * arch/arm.c (arm_create_target_description) | |
6446 | (arm_create_mprofile_target_description): New function. | |
6447 | * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum. | |
6448 | (arm_create_target_description) | |
6449 | (arm_create_mprofile_target_description): New declaration. | |
6450 | * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call | |
6451 | read_description functions. | |
6452 | * arm-linux-nat.c (arm_linux_nat_target::read_description): | |
6453 | Likewise. | |
6454 | * arm-linux-tdep.c (arm_linux_core_read_description): Likewise. | |
6455 | * arm-tdep.c (tdesc_arm_list): New variable. | |
6456 | (arm_register_g_packet_guesses): Call create description functions. | |
6457 | (arm_read_description) (arm_read_mprofile_description): New | |
6458 | function. | |
6459 | * arm-tdep.h (arm_read_description) | |
6460 | (arm_read_mprofile_description): Add declaration. | |
6461 | * configure.tgt: Add new files. | |
6462 | ||
afe09f0b GL |
6463 | 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com> |
6464 | ||
6465 | * top.c (new_ui_command): Open specified terminal just once. | |
6466 | ||
cd215b2e TT |
6467 | 2019-07-18 Tom Tromey <tromey@adacore.com> |
6468 | ||
6469 | * symtab.c (main_name): Constify return type. | |
6470 | * symfile.c (set_initial_language): Update. | |
6471 | * symtab.h (main_name): Constify return type. | |
6472 | ||
d8f68fcb TT |
6473 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6474 | ||
6475 | * tui/tui-winsource.c (tui_update_source_window) | |
6476 | (tui_update_source_window_as_is) | |
6477 | (tui_update_source_windows_with_line): Remove return. | |
6478 | * tui/tui-disasm.c (tui_show_disassem) | |
6479 | (tui_show_disassem_and_update_source): Remove return. | |
6480 | * tui/tui.c (tui_reset): Remove return. | |
6481 | * tui/tui-wingeneral.c | |
6482 | (tui_check_and_display_highlight_if_needed): Remove return. | |
6483 | ||
ca5af91e TT |
6484 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6485 | ||
6486 | * tui/tui-win.c (parse_scrolling_args): Throw separate errors. | |
6487 | ||
5104fe36 TT |
6488 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6489 | ||
6490 | * tui/tui-winsource.h (struct tui_exec_info_window) | |
6491 | (struct tui_source_window_base): Move from tui-data.h. | |
6492 | * tui/tui-winsource.c: Move many method definitions from | |
6493 | elsewhere. Remove "structuring" comments. | |
6494 | * tui/tui-wingeneral.c (tui_source_window_base::make_visible) | |
6495 | (tui_source_window_base::refresh_window): Move to | |
6496 | tui-winsource.c. | |
6497 | * tui/tui-win.c (tui_source_window_base::refresh_all) | |
6498 | (tui_source_window_base::update_tab_width) | |
6499 | (tui_source_window_base::set_new_height) | |
6500 | (tui_source_window_base::do_make_visible_with_new_height): Move to | |
6501 | tui-winsource.c. | |
6502 | * tui/tui-source.h: Update. | |
6503 | * tui/tui-source.c (tui_source_window_base::reset): Move to | |
6504 | tui-winsource.c. | |
6505 | * tui/tui-disasm.h: Update. | |
6506 | * tui/tui-data.h (struct tui_exec_info_window): Move to | |
6507 | tui-winsource.h. | |
6508 | (struct tui_source_window_base): Likewise. | |
6509 | * tui/tui-data.c (tui_source_window_base::clear_detail) | |
6510 | (tui_source_window_base, ~tui_source_window_base): Move to | |
6511 | tui-winsource.c. | |
6512 | ||
daa15dde TT |
6513 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6514 | ||
6515 | * tui/tui-win.c (tui_resize_all) | |
6516 | (tui_source_window_base::update_tab_width) | |
6517 | (tui_adjust_win_heights): Update. | |
6518 | (tui_win_info::make_invisible_and_set_new_height): Rename from | |
6519 | make_invisible_and_set_new_height. | |
6520 | * tui/tui-data.h (struct tui_win_info) | |
6521 | <make_invisible_and_set_new_height>: New method. | |
6522 | ||
bfad4537 TT |
6523 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6524 | ||
6525 | * tui/tui.c: Update. | |
6526 | * tui/tui-source.h (struct tui_source_window): Move from | |
6527 | tui-data.h. | |
6528 | * tui/tui-layout.c: Update. | |
6529 | * tui/tui-disasm.c: Update. | |
6530 | * tui/tui-data.h (struct tui_source_window): Move to | |
6531 | tui-source.h. | |
6532 | ||
88f7e873 TT |
6533 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6534 | ||
6535 | * tui/tui-disasm.h (struct tui_disasm_window): Move from | |
6536 | tui-data.h. | |
6537 | * tui/tui-data.h (struct tui_disasm_window): Move to | |
6538 | tui-disasm.h. | |
6539 | ||
96bd6233 TT |
6540 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6541 | ||
6542 | * tui/tui-regs.h (struct tui_data_item_window): Move from | |
6543 | tui-data.h. | |
6544 | * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c. | |
6545 | * tui/tui-data.h (struct tui_data_item_window): Move to | |
6546 | tui-regs.h. | |
6547 | * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c. | |
6548 | ||
ce38393b TT |
6549 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6550 | ||
6551 | * tui/tui.c: Update. | |
6552 | * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height) | |
6553 | (tui_cmd_window::max_height): Move to tui-command.c. | |
6554 | * tui/tui-layout.c: Update. | |
6555 | * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h. | |
6556 | * tui/tui-data.c (tui_cmd_window::clear_detail): Move to | |
6557 | tui-command.c. | |
6558 | * tui/tui-command.h (struct tui_cmd_window): Move from | |
6559 | tui-data.h. | |
6560 | * tui/tui-command.c: Remove "structuring" comments. | |
6561 | (tui_cmd_window::clear_detail) | |
6562 | (tui_cmd_window::do_make_visible_with_new_height) | |
6563 | (tui_cmd_window::max_height): Move from elsewhere. | |
6564 | ||
2d8b51cb TT |
6565 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6566 | ||
6567 | * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c. | |
6568 | Now static. | |
6569 | * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare. | |
6570 | * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c. | |
6571 | ||
18ab23af TT |
6572 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6573 | ||
6574 | * tui/tui.c: Update. | |
6575 | * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to | |
6576 | tui-regs.c. | |
6577 | * tui/tui-windata.h: Remove file. | |
6578 | * tui/tui-windata.c: Remove file. | |
6579 | * tui/tui-win.c (tui_data_window::set_new_height) | |
6580 | (tui_data_window::do_make_visible_with_new_height): Move to | |
6581 | tui-regs.c. | |
6582 | * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h. | |
6583 | * tui/tui-regs.c: Remove "structuring" comments. | |
6584 | (tui_data_window::first_data_item_displayed) | |
6585 | (tui_data_window::delete_data_content_windows) | |
6586 | (tui_data_window::erase_data_content) | |
6587 | (tui_data_window::display_all_data) | |
6588 | (tui_data_window::refresh_all) | |
6589 | (tui_data_window::do_scroll_vertical) | |
6590 | (tui_data_window::clear_detail, tui_data_window::set_new_height) | |
6591 | (tui_data_window::do_make_visible_with_new_height) | |
6592 | (tui_data_window::refresh_window): Move from elsewhere. | |
6593 | (_initialize_tui_regs): Move to end of file. | |
6594 | * tui/tui-layout.c: Update. | |
6595 | * tui/tui-hooks.c: Update. | |
6596 | * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h. | |
6597 | * tui/tui-data.c (tui_data_window::clear_detail): Move to | |
6598 | tui-regs.c. | |
6599 | * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c. | |
6600 | ||
88b7e7cc TT |
6601 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6602 | ||
6603 | * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is | |
6604 | seen. | |
6605 | ||
0fcd3711 TT |
6606 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6607 | ||
6608 | * tui/tui-win.c (tui_source_window_base::set_new_height) | |
6609 | (tui_source_window_base::do_make_visible_with_new_height): Use | |
6610 | m_has_locator field directly. | |
6611 | * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove | |
6612 | method. | |
6613 | (struct tui_source_window_base) <has_locator>: Likewise. | |
6614 | ||
4a38112d TT |
6615 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6616 | ||
6617 | * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible): | |
6618 | Don't declare. | |
6619 | * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible): | |
6620 | Remove. | |
6621 | * tui/tui-win.c (tui_source_window_base::set_new_height) | |
6622 | (tui_source_window_base::set_new_height) | |
6623 | (make_invisible_and_set_new_height) | |
6624 | (tui_source_window_base::do_make_visible_with_new_height) | |
6625 | (tui_source_window_base::do_make_visible_with_new_height): | |
6626 | Update. | |
6627 | * tui/tui-layout.c (show_source_disasm_command, show_data) | |
6628 | (show_source_or_disasm_and_command): Update. | |
6629 | * tui/tui-layout.c (show_layout): Update. | |
6630 | ||
09129226 TT |
6631 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6632 | ||
6633 | * tui/tui-layout.c (make_data_window): Remove. | |
6634 | (show_data): Unify creation and re-initialization cases. | |
6635 | ||
4a8a5e84 TT |
6636 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6637 | ||
6638 | * tui/tui-layout.c (make_source_window, make_disasm_window): | |
6639 | Remove. | |
6640 | (show_data): Unify creation and re-initialization cases. | |
6641 | ||
76d2be8e TT |
6642 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6643 | ||
6644 | * tui/tui-layout.c (make_command_window): Remove. | |
6645 | (show_source_disasm_command, show_source_or_disasm_and_command): | |
6646 | Unify creation and re-initialization cases. | |
6647 | ||
890b8bde TT |
6648 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6649 | ||
6650 | * tui/tui-layout.c (show_source_or_disasm_and_command): Unify | |
6651 | creation and re-initialization cases. | |
6652 | ||
2cdfa113 TT |
6653 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6654 | ||
6655 | * tui/tui-regs.c (tui_get_register): Return void. | |
6656 | ||
8e3cfd09 TT |
6657 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6658 | ||
6659 | * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): | |
6660 | Simplify. | |
6661 | ||
f4e04977 TT |
6662 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6663 | ||
6664 | * tui/tui-layout.c (show_source_disasm_command): Simplify window | |
6665 | resetting. | |
6666 | ||
0379b883 TT |
6667 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6668 | ||
6669 | * tui/tui.h (tui_set_layout_by_name): Don't declare. | |
6670 | * tui/tui-regs.c (tui_reg_layout): New function. | |
6671 | (tui_show_registers, tui_reg_command): Use it. | |
6672 | * tui/tui-layout.c (LAYOUT_USAGE): Remove. | |
6673 | (tui_layout_command): Rename from tui_set_layout_by_name. Change | |
6674 | parameters. | |
6675 | (tui_layout_command): Remove. | |
6676 | ||
b7fbad91 TT |
6677 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6678 | ||
6679 | * tui/tui-layout.h (tui/tui-layout): Return void. | |
6680 | * tui/tui-layout.c (tui_set_layout): Return void. Add assert. | |
6681 | ||
4e1e56b9 TT |
6682 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6683 | ||
6684 | * tui/tui-layout.c (show_source_disasm_command, show_data): | |
6685 | Update. | |
6686 | (reset_locator): Remove. | |
6687 | (show_source_or_disasm_and_command): Update. | |
6688 | ||
1e0c09ba TT |
6689 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6690 | ||
6691 | * tui/tui-source.c (tui_source_window_base::reset): Remove | |
6692 | win_type parameter. | |
6693 | * tui/tui-layout.c (make_command_window, make_source_window) | |
6694 | (make_disasm_window, make_data_window) | |
6695 | (show_source_disasm_command, show_data, tui_gen_win_info::reset) | |
6696 | (reset_locator, show_source_or_disasm_and_command): Update. | |
6697 | * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove | |
6698 | win_type parameter. | |
6699 | (struct tui_source_window_base) <reset>: Likewise. | |
6700 | ||
1bf605de TT |
6701 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6702 | ||
6703 | * tui/tui-layout.c (show_source_disasm_command): Use | |
6704 | reset_locator. | |
6705 | (reset_locator): New function. | |
6706 | (init_and_make_win): Remove. | |
6707 | (show_source_or_disasm_and_command): Use reset_locator. | |
6708 | ||
098f9ed4 TT |
6709 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6710 | ||
6711 | * tui/tui-winsource.c (tui_set_exec_info_content): Remove | |
6712 | condition. | |
6713 | * tui/tui-wingeneral.c (tui_source_window_base::make_visible): | |
6714 | Remove condition. | |
6715 | * tui/tui-source.c (tui_source_window_base::reset): New method. | |
6716 | * tui/tui-layout.c (make_command_window): Don't call | |
6717 | init_and_make_win. | |
6718 | (make_source_window, make_disasm_window): Don't call | |
6719 | make_source_or_disasm_window. | |
6720 | (make_data_window): Don't call init_and_make_win. Change calling | |
6721 | convention. | |
6722 | (show_source_disasm_command, show_data): Simplify. | |
6723 | (make_source_or_disasm_window): Remove. | |
6724 | (show_source_or_disasm_and_command): Simplify. | |
6725 | * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual. | |
6726 | (struct tui_source_window_base) <reset>: Likewise. | |
6727 | <execution_info>: Remove initializer. | |
6728 | * tui/tui-data.c (tui_source_window_base): Initialize | |
6729 | execution_info. | |
6730 | ||
80110957 TT |
6731 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6732 | ||
6733 | * tui/tui-layout.c (tui_set_layout): Remove regs_populate | |
6734 | variable. | |
6735 | ||
cf82af05 TT |
6736 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6737 | ||
6738 | * tui/tui.c (tui_rl_other_window): Update. | |
6739 | * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call | |
6740 | superclass method first. Always iterate over regs_content. | |
6741 | (tui_unhighlight_win, tui_highlight_win): Use refresh_window | |
6742 | method. | |
6743 | * tui/tui-win.c (tui_set_focus_command): Update. | |
6744 | ||
01aeb396 TT |
6745 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6746 | ||
6747 | * tui/tui-win.c (tui_set_focus_command): Rename from | |
6748 | tui_set_focus. Call tui_enable. | |
6749 | (tui_set_focus_command): Remove. | |
6750 | ||
fd6c75ee TT |
6751 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6752 | ||
6753 | * tui/tui-winsource.c (tui_show_exec_info_content): Don't call | |
6754 | refresh_window. | |
6755 | * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call | |
6756 | touchwin. | |
6757 | (tui_data_window::refresh_window): Call refresh_window on data | |
6758 | items. Always call superclass refresh_window. | |
6759 | (tui_win_info::refresh): Remove. | |
6760 | (tui_source_window_base::refresh_window): Update. | |
6761 | (tui_refresh_all): Update. | |
6762 | * tui/tui-layout.c (show_source_disasm_command): Remove call to | |
6763 | refresh_window. | |
6764 | (show_source_or_disasm_and_command): Likewise. | |
6765 | * tui/tui-data.h (struct tui_win_info) <refresh>: Remove. | |
6766 | (struct tui_source_window_base) <refresh>: Likewise. | |
6767 | ||
f6cc34a9 TT |
6768 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6769 | ||
6770 | * tui/tui-winsource.c (tui_clear_source_content) | |
6771 | (tui_show_source_content): Update. | |
6772 | * tui/tui-source.c (tui_source_window::showing_source_p): Check | |
6773 | whether content is empty. | |
6774 | * tui/tui-data.h (struct tui_source_window_base) <content_in_use>: | |
6775 | Remove. | |
6776 | ||
f31ec9af TT |
6777 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6778 | ||
6779 | * tui/tui-winsource.c (tui_erase_source_content): Clear the | |
6780 | window's contents. | |
6781 | * tui/tui-source.h (tui_set_source_content_nil): Don't declare. | |
6782 | * tui/tui-source.c (tui_set_source_content_nil): Remove. | |
6783 | ||
d1b6f1e5 TT |
6784 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6785 | ||
6786 | * tui/tui-data.h (UNDEFINED_ITEM): Remove define. | |
6787 | (struct tui_data_item_window): Update. | |
6788 | ||
d9743a13 TT |
6789 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6790 | ||
6791 | * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR) | |
6792 | (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove | |
6793 | defines. | |
6794 | ||
caf0bc4e TT |
6795 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6796 | ||
6797 | * tui/tui-winsource.h (tui_erase_source_content) | |
6798 | (tui_clear_source_content): Remove "display_prompt" parameter. | |
6799 | * tui/tui-winsource.c (tui_update_source_window_as_is) | |
6800 | (tui_update_source_windows_with_addr): Update. | |
6801 | (tui_clear_source_content): Remove "display_prompt" parameter. | |
6802 | (tui_erase_source_content): Likewise. Simplify. | |
6803 | (tui_show_source_content): Update. | |
6804 | * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update. | |
6805 | * tui/tui-stack.c (tui_show_frame_info): Update. | |
6806 | * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT): | |
6807 | Remove defines. | |
6808 | ||
9d391078 TT |
6809 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6810 | ||
6811 | * tui/tui-winsource.c (tui_update_source_window_as_is): Update. | |
6812 | * tui/tui-disasm.h (tui_set_disassem_content): Add win_info | |
6813 | parameter. | |
6814 | * tui/tui-disasm.c (tui_set_disassem_content): Add win_info | |
6815 | parameter. | |
6816 | ||
a38da35d TT |
6817 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6818 | ||
6819 | * tui/tui-winsource.c (tui_clear_source_content) | |
6820 | (tui_show_source_content, tui_show_exec_info_content) | |
6821 | (tui_clear_exec_info_content): Update. | |
6822 | * tui/tui-stack.c (tui_show_locator_content): Update. | |
6823 | (tui_show_frame_info): Update. | |
6824 | * tui/tui-source.h (tui_source_window): Don't declare. | |
6825 | * tui/tui-source.c (tui_source_window::showing_source_p): Rename | |
6826 | from tui_source_is_displayed. | |
6827 | * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>: | |
6828 | Remove field. | |
6829 | (struct tui_source_window_base) <content_in_use>: New field. Now | |
6830 | bool. | |
6831 | (struct tui_source_window) <showing_source_p>: New method. | |
6832 | (TUI_SRC_WIN): Change cast. | |
6833 | * tui/tui-data.c (tui_initialize_static_data): Update. | |
6834 | ||
c2cd8994 TT |
6835 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6836 | ||
6837 | * tui/tui-winsource.c (tui_update_breakpoint_info): Use | |
6838 | location_matches_p. | |
6839 | * tui/tui-source.c (tui_source_window::location_matches_p): New | |
6840 | method. | |
6841 | * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New | |
6842 | method. | |
6843 | * tui/tui-data.h (struct tui_source_window_base) | |
6844 | <location_matches_p>: New method. | |
6845 | (struct tui_source_window, struct tui_disasm_window) | |
6846 | <location_matches_p>: Likewise. | |
6847 | ||
4dde7b34 TT |
6848 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6849 | ||
6850 | * tui/tui-win.c (tui_set_win_height_command): Rename from | |
6851 | tui_set_win_height. | |
6852 | (tui_set_win_height_command): Remove. | |
6853 | ||
b73dd877 TT |
6854 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6855 | ||
6856 | * tui/tui-source.c (tui_source_window): New constructor. Add | |
6857 | observer. | |
6858 | (~tui_source_window): New destructor. | |
6859 | (tui_source_window::style_changed): New method. | |
6860 | * tui/tui-hooks.c (tui_redisplay_source): Remove. | |
6861 | (tui_attach_detach_observers): Update. | |
6862 | * tui/tui-data.h (struct tui_source_window): Make constructor not | |
6863 | inline. Add destructor. | |
6864 | (struct tui_source_window) <style_changed>: New method. | |
6865 | <m_observable>: New member. | |
6866 | ||
ae2b5380 TT |
6867 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6868 | ||
6869 | * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo. | |
6870 | * tui/tui-win.c (tui_resize_all): Fix typo. | |
6871 | ||
1ce3e844 TT |
6872 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6873 | ||
6874 | * tui/tui-wingeneral.h (tui_refresh_all): Update. | |
6875 | * tui/tui-wingeneral.c (make_all_visible): Use foreach. | |
6876 | (tui_refresh_all): Remove "list" parameter. Use foreach. | |
6877 | * tui/tui-win.c (window_name_completer): Use foreach. | |
6878 | (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info) | |
6879 | (update_tab_width): Likewise. | |
6880 | * tui/tui-layout.c (show_layout): Update. | |
6881 | * tui/tui-data.h (class tui_window_iterator): New. | |
6882 | (struct all_tui_windows): New. | |
6883 | * tui/tui-data.c (tui_partial_win_by_name): Use foreach. | |
6884 | ||
fe3eaf1c TT |
6885 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6886 | ||
6887 | * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group" | |
6888 | parameter. Don't reference globals. | |
6889 | (tui_reg_command): Update. | |
6890 | ||
368c1354 TT |
6891 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6892 | ||
6893 | * tui/tui-regs.c (tui_show_registers): Simplify. | |
6894 | ||
e80cd204 TT |
6895 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6896 | ||
6897 | * tui/tui-regs.c (tui_show_registers): Update. | |
6898 | (tui_show_register_group): Add win_info parameter. | |
6899 | ||
aca2dd16 TT |
6900 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6901 | ||
6902 | * tui/tui-regs.c (tui_data_window::display_reg_element_at_line): | |
6903 | Rename from tui_display_reg_element_at_line. | |
6904 | (tui_data_window::display_registers_from_line): Update. | |
6905 | * tui/tui-data.h (struct tui_data_window) | |
6906 | <display_reg_element_at_line>: New method. | |
6907 | ||
517e9505 TT |
6908 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6909 | ||
6910 | * tui/tui-regs.h (tui_display_registers_from) | |
6911 | (tui_display_registers_from_line): Don't declare. | |
6912 | * tui/tui-windata.c (tui_data_window::display_all_data) | |
6913 | (tui_data_window::refresh_all) | |
6914 | (tui_data_window::do_scroll_vertical): Update. | |
6915 | * tui/tui-regs.c (tui_data_window::display_registers_from): Rename | |
6916 | from tui_display_registers_from. | |
6917 | (tui_display_reg_element_at_line): Update. | |
6918 | (tui_data_window::display_registers_from_line): Rename from | |
6919 | tui_display_registers_from_line. | |
6920 | * tui/tui-data.h (struct tui_data_window) <display_registers_from, | |
6921 | display_registers_from_line>: New methods. | |
6922 | ||
f76d8b19 TT |
6923 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6924 | ||
6925 | * tui/tui-windata.h (tui_erase_data_content): Don't declare. | |
6926 | * tui/tui-windata.c (tui_data_window::erase_data_content): Rename | |
6927 | from tui_erase_data_content. | |
6928 | (tui_data_window::display_all_data) | |
6929 | (tui_data_window::refresh_all) | |
6930 | (tui_data_window::do_scroll_vertical): Update. | |
6931 | * tui/tui-regs.c (tui_show_registers): Update. | |
6932 | * tui/tui-data.h (struct tui_data_window) <erase_data_content>: | |
6933 | New method. | |
6934 | ||
b4094625 TT |
6935 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6936 | ||
6937 | * tui/tui-windata.h (tui_delete_data_content_windows): Don't | |
6938 | declare. | |
6939 | * tui/tui-windata.c | |
6940 | (tui_data_window::delete_data_content_windows): Rename from | |
6941 | tui_delete_data_content_windows. | |
6942 | (tui_data_window::display_all_data) | |
6943 | (tui_data_window::do_scroll_vertical): Update. | |
6944 | * tui/tui-data.h (struct tui_data_window) | |
6945 | <delete_data_content_windows>: New method. | |
6946 | ||
c223a729 TT |
6947 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6948 | ||
6949 | * tui/tui-windata.h (tui_refresh_data_win): Don't declare. | |
6950 | * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare. | |
6951 | ||
50daf268 TT |
6952 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6953 | ||
6954 | * tui/tui-windata.h (tui_display_all_data): Don't declare. | |
6955 | * tui/tui-windata.c (tui_data_window::display_all_data): Rename | |
6956 | from tui_display_all_data. | |
6957 | * tui/tui-win.c | |
6958 | (tui_data_window::do_make_visible_with_new_height): Update. | |
6959 | * tui/tui-regs.c (tui_show_registers): Update. | |
6960 | * tui/tui-layout.c (tui_set_layout): Update. | |
6961 | * tui/tui-data.h (struct tui_data_window) <display_all_data>: New | |
6962 | method. | |
6963 | ||
df5f8cab TT |
6964 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6965 | ||
6966 | * tui/tui-windata.h (tui_display_data_from): Don't declare. | |
6967 | * tui/tui-windata.c (tui_display_data_from): Remove. | |
6968 | (tui_data_window::refresh_all): Update. | |
6969 | ||
80cb6c27 TT |
6970 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6971 | ||
6972 | * tui/tui-windata.h (tui_display_data_from_line): Don't declare. | |
6973 | * tui/tui-windata.c (tui_display_data_from_line): Remove. | |
6974 | (tui_display_data_from, tui_data_window::do_scroll_vertical): Call | |
6975 | tui_display_registers_from_line. | |
6976 | * tui/tui-regs.h (tui_display_registers_from_line): Update. | |
6977 | * tui/tui-regs.c (tui_display_registers_from_line): Remove | |
6978 | "force_display" parameter. | |
6979 | ||
baff0c28 TT |
6980 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6981 | ||
6982 | * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't | |
6983 | declare. | |
6984 | * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline): | |
6985 | Rename from tui_first_reg_element_no_inline. | |
6986 | (tui_display_reg_element_at_line) | |
6987 | (tui_display_registers_from_line): Update. | |
6988 | * tui/tui-data.h (struct tui_data_window) | |
6989 | <first_reg_element_no_inline>: New method. | |
6990 | ||
3b23c5f2 TT |
6991 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6992 | ||
6993 | * tui/tui-windata.c (tui_display_data_from) | |
6994 | (tui_data_window::do_scroll_vertical): Update. | |
6995 | * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare. | |
6996 | * tui/tui-regs.c (tui_data_window::line_from_reg_element_no): | |
6997 | Rename from tui_line_from_reg_element_no. | |
6998 | (tui_display_registers_from_line): Update. | |
6999 | * tui/tui-data.h (struct tui_data_window) | |
7000 | <line_from_reg_element_no>: New method. | |
7001 | ||
0b5ec218 TT |
7002 | 2019-07-17 Tom Tromey <tom@tromey.com> |
7003 | ||
7004 | * tui/tui-regs.h (tui_last_regs_line_no): Don't declare. | |
7005 | * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from | |
7006 | tui_last_regs_line_no. | |
7007 | (tui_display_reg_element_at_line) | |
7008 | (tui_display_registers_from_line): Update. | |
7009 | * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New | |
7010 | method. | |
7011 | ||
0807ab7b TT |
7012 | 2019-07-17 Tom Tromey <tom@tromey.com> |
7013 | ||
7014 | PR tui/24722: | |
7015 | * tui/tui-winsource.h (tui_update_all_breakpoint_info) | |
7016 | (tui_update_breakpoint_info): Add "being_deleted" parameter. | |
7017 | * tui/tui-winsource.c (tui_update_source_window_as_is): Update. | |
7018 | (tui_update_all_breakpoint_info): Add "being_deleted" parameter. | |
7019 | (tui_update_breakpoint_info): Likewise. | |
7020 | * tui/tui-hooks.c (tui_event_create_breakpoint) | |
7021 | (tui_event_delete_breakpoint, tui_event_modify_breakpoint): | |
7022 | Update. | |
7023 | ||
9ad7fdef TT |
7024 | 2019-07-17 Tom Tromey <tom@tromey.com> |
7025 | ||
7026 | * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s. | |
7027 | ||
5813316f TT |
7028 | 2019-07-17 Tom Tromey <tom@tromey.com> |
7029 | ||
7030 | * tui/tui-winsource.c (tui_update_source_window_as_is) | |
7031 | (tui_update_source_windows_with_addr): Update. | |
7032 | * tui/tui-source.h (tui_set_source_content) | |
7033 | (tui_show_symtab_source): Add "win_info" parameter. | |
7034 | * tui/tui-source.c (tui_set_source_content): Add "win_info" | |
7035 | parameter. | |
7036 | (tui_show_symtab_source): Likewise. | |
7037 | ||
00e264e7 TT |
7038 | 2019-07-17 Tom Tromey <tom@tromey.com> |
7039 | ||
7040 | * tui/tui-wingeneral.c | |
7041 | (tui_check_and_display_highlight_if_needed): Check can_highlight. | |
7042 | ||
06210ce4 TT |
7043 | 2019-07-17 Tom Tromey <tom@tromey.com> |
7044 | ||
7045 | * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method. | |
7046 | (struct tui_cmd_window) <can_scroll>: New method. | |
7047 | * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll | |
7048 | method. | |
7049 | ||
381befee TT |
7050 | 2019-07-17 Tom Tromey <tromey@adacore.com> |
7051 | ||
7052 | * ui-out.h (class ui_out) <field_signed, field_fmt_signed, | |
7053 | do_field_signed>: Rename. Change type of "value". | |
7054 | * ui-out.c (ui_out::field_signed): Rename from field_int. | |
7055 | Change type of "value". | |
7056 | (ui_out::field_fmt_signed): Rename from field_fmt_int. Change | |
7057 | type of "value". | |
7058 | * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from | |
7059 | do_field_int. Change type of "value". | |
7060 | * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from | |
7061 | do_field_int. Change type of "value". | |
7062 | * tracepoint.c (trace_status_mi, tfind_1) | |
7063 | (print_one_static_tracepoint_marker): Update. | |
7064 | * thread.c (print_thread_info_1, print_selected_thread_frame): | |
7065 | Update. | |
7066 | * stack.c (print_frame, print_frame_info): Update. | |
7067 | * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist): | |
7068 | Update. | |
7069 | * source.c (print_source_lines_base): Update. | |
7070 | * skip.c (info_skip_command): Update. | |
7071 | * record-btrace.c (btrace_ui_out_decode_error) | |
7072 | (btrace_call_history_src_line): Update. | |
7073 | * python/py-framefilter.c (py_print_single_arg, py_print_frame): | |
7074 | Update. | |
7075 | * progspace.c (print_program_space): Update. | |
7076 | * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update. | |
7077 | * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from | |
7078 | do_field_int. Change type of "value". | |
7079 | * mi/mi-out.c (mi_ui_out::do_table_begin) | |
7080 | (mi_ui_out::do_table_header): Update. | |
7081 | (mi_ui_out::do_field_signed): Rename from do_field_int. Change | |
7082 | type of "value". | |
7083 | * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior) | |
7084 | (mi_cmd_data_list_changed_registers, output_register) | |
7085 | (mi_cmd_data_read_memory, mi_load_progress) | |
7086 | (mi_cmd_trace_frame_collected): Update. | |
7087 | * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs): | |
7088 | Update. | |
7089 | * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create) | |
7090 | (mi_cmd_var_delete, mi_cmd_var_info_num_children) | |
7091 | (mi_cmd_var_list_children, varobj_update_one): Update. | |
7092 | * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth) | |
7093 | (mi_cmd_stack_list_args, list_arg_or_local): Update. | |
7094 | * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update. | |
7095 | * inferior.c (print_inferior): Update. | |
7096 | * gdb_bfd.c (print_one_bfd): Update. | |
7097 | * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): | |
7098 | Update. | |
7099 | * darwin-nat-info.c (darwin_debug_regions_recurse): Update. | |
7100 | * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from | |
7101 | do_field_int. Change type of "value". | |
7102 | * cli-out.c (cli_ui_out::do_field_signed): Rename from | |
7103 | do_field_int. Change type of "value". | |
7104 | * breakpoint.c (watchpoint_check, print_breakpoint_location) | |
7105 | (print_one_breakpoint_location, print_it_catch_fork) | |
7106 | (print_one_catch_fork, print_it_catch_vfork) | |
7107 | (print_one_catch_vfork, print_it_catch_solib) | |
7108 | (print_it_catch_exec, print_it_ranged_breakpoint) | |
7109 | (print_mention_watchpoint, print_mention_masked_watchpoint) | |
7110 | (bkpt_print_it, update_static_tracepoint): Update. | |
7111 | * break-catch-throw.c (print_it_exception_catchpoint): Update. | |
7112 | * break-catch-syscall.c (print_it_catch_syscall): Update. | |
7113 | * ada-tasks.c (print_ada_task_info): Update. | |
7114 | * ada-lang.c (print_it_exception, print_mention_exception): | |
7115 | Update. | |
7116 | ||
6b78c3f8 AB |
7117 | 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com> |
7118 | ||
7119 | PR breakpoints/24541 | |
7120 | * gdbarch.c: Regenerate. | |
7121 | * gdbarch.h: Regenerate. | |
7122 | * gdbarch.sh: Adjust return type and parameter types for | |
7123 | 'stap_adjust_register'. | |
7124 | (i386_stap_adjust_register): Adjust signature and return new | |
7125 | register name. | |
7126 | * stap-probe.c (stap_parse_register_operand): Adjust use of | |
7127 | 'gdbarch_stap_adjust_register'. | |
7128 | ||
d72a9b85 TT |
7129 | 2019-07-17 Tom Tromey <tromey@adacore.com> |
7130 | ||
7131 | * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't | |
7132 | declare VEC. | |
7133 | (struct s390_debug_reg_state) <watch_areas, break_areas>: Now | |
7134 | std::vector. | |
7135 | (struct s390_process_info): Add initializers. | |
7136 | (s390_add_process): Use new. | |
7137 | (s390_linux_nat_target::low_forget_process): Use delete. | |
7138 | (s390_linux_nat_target::low_new_fork) | |
7139 | (s390_linux_nat_target::stopped_by_watchpoint) | |
7140 | (s390_linux_nat_target::low_prepare_to_resume) | |
7141 | (s390_linux_nat_target::insert_watchpoint) | |
7142 | (s390_linux_nat_target::insert_hw_breakpoint) | |
7143 | (s390_linux_nat_target::remove_watchpoint) | |
7144 | (s390_linux_nat_target::remove_hw_breakpoint): Update. | |
7145 | ||
206e6c58 JB |
7146 | 2019-07-16 John Baldwin <jhb@FreeBSD.org> |
7147 | ||
7148 | * aarch64-fbsd-nat.c: Include regcache.h. | |
7149 | (getregs_supplies, getfpregs_supplies): Remove unused gdbarch | |
7150 | argument. | |
7151 | (aarch64_fbsd_nat_target::fetch_registers) | |
7152 | (aarch64_fbsd_nat_target::store_registers): Remove gdbarch | |
7153 | variable. | |
7154 | * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise. | |
7155 | ||
cbde90f2 JB |
7156 | 2019-07-16 John Baldwin <jhb@FreeBSD.org> |
7157 | ||
7158 | * fbsd-nat.c: Include gdbarch.h. | |
7159 | ||
07128006 TT |
7160 | 2019-07-15 Tom Tromey <tromey@adacore.com> |
7161 | ||
7162 | * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest. | |
7163 | ||
1f77b012 TT |
7164 | 2019-07-15 Tom Tromey <tromey@adacore.com> |
7165 | ||
7166 | * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare. | |
7167 | * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method. | |
7168 | * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare. | |
7169 | * cli-out.c (cli_ui_out::do_field_int): New method. | |
7170 | * ui-out.c (ui_out::field_unsigned): New method. | |
7171 | * symfile.c (generic_load): Use field_unsigned. | |
7172 | (print_transfer_performance): Likewise. | |
7173 | * record-btrace.c (ui_out_field_uint): Remove. | |
7174 | (btrace_call_history_insn_range, btrace_call_history): Use | |
7175 | field_unsigned. | |
7176 | * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use | |
7177 | field_unsigned. | |
7178 | * ui-out.h (class ui_out) <field_unsigned>: New method. | |
7179 | <do_field_unsigned>: Likewise. | |
7180 | ||
33eca680 TT |
7181 | 2019-07-15 Tom Tromey <tromey@adacore.com> |
7182 | ||
7183 | * mi/mi-main.c (list_available_thread_groups): Use field_string. | |
7184 | * mi/mi-interp.c (mi_memory_changed): Use field_string. | |
7185 | * target.c (flash_erase_command): Use field_string. | |
7186 | * infrun.c (print_signal_received_reason): Use field_string. | |
7187 | * i386-tdep.c (i386_mpx_print_bounds): Use field_string. | |
7188 | * breakpoint.c (maybe_print_thread_hit_breakpoint): Use | |
7189 | field_string. | |
7190 | * ada-tasks.c (print_ada_task_info): Use field_string. | |
7191 | ||
ca8d69be TT |
7192 | 2019-07-15 Tom Tromey <tromey@adacore.com> |
7193 | ||
7194 | * target.c (flash_erase_command): Use field_core_addr. | |
7195 | * symfile.c (generic_load): Use field_core_addr. | |
7196 | * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault): | |
7197 | Use field_core_addr. | |
7198 | * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use | |
7199 | field_core_addr. | |
7200 | ||
0d4e84ed AB |
7201 | 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com> |
7202 | ||
7203 | * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property | |
7204 | value if its desired type is smaller than a CORE_ADDR and signed. | |
7205 | ||
9a49df9d AB |
7206 | 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com> |
7207 | ||
7208 | * dwarf2loc.c (dwarf2_evaluate_property): Update to take account | |
7209 | of changes to field names, and use new is_reference field to | |
7210 | decide if a property is a reference or not. | |
7211 | * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference' | |
7212 | field. | |
7213 | (struct dwarf2_property_baton): Update header comment, rename | |
7214 | 'referenced_type' to 'property_type' and update comments. | |
7215 | * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold | |
7216 | default property type, store in property baton, update to take | |
7217 | accound of renamed field. | |
7218 | (read_func_scope): Update call to attr_to_dynamic_prop. | |
7219 | (read_array_type): Likewise. | |
7220 | (dwarf2_per_cu_addr_sized_int_type): New function. | |
7221 | (read_subrange_index_type): Move type finding code to | |
7222 | dwarf2_per_cu_addr_sized_int_type. | |
7223 | (read_subrange_type): Update calls to attr_to_dynamic_prop. | |
7224 | (dwarf2_per_cu_addr_type): New function. | |
7225 | (set_die_type): Update calls to attr_to_dynamic_prop. | |
7226 | ||
b86352cf AB |
7227 | 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com> |
7228 | ||
7229 | * dwarf2read.c (read_subrange_index_type): New function. | |
7230 | (read_subrange_type): Move code into new function and call it. | |
7231 | * gdbtypes.c (create_range_type): Add some asserts. | |
7232 | ||
603490bf AB |
7233 | 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com> |
7234 | ||
7235 | * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and | |
7236 | update return statements. | |
7237 | * dwarf2loc.h (dwarf2_evaluate_property): Update return type on | |
7238 | declaration, and update comment to match. | |
7239 | * gdbtypes.c (resolve_dynamic_array): Update call to | |
7240 | dwarf2_evaluate_property to match new return type. | |
7241 | ||
592f9d27 AB |
7242 | 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com> |
7243 | ||
7244 | * valarith.c (value_subscripted_rvalue): Change lowerbound | |
7245 | parameter type from int to LONGEST. | |
7246 | * value.h (value_subscripted_rvalue): Likewise in declaration. | |
7247 | ||
60cfcb20 AB |
7248 | 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com> |
7249 | ||
7250 | * cli/cli-utils.c (info_print_command_completer): New function. | |
7251 | * cli/cli-utils.h: Add 'completer.h' include, and forward | |
7252 | declaration for 'struct cmd_list_element'. | |
7253 | (info_print_command_completer): Declare. | |
7254 | * stack.c (_initialize_stack): Add completer for 'info locals' and | |
7255 | 'info args'. | |
7256 | * symtab.c (_initialize_symtab): Add completer for 'info | |
7257 | variables' and 'info functions'. | |
7258 | * NEWS: Mention completion for additional info commands. | |
7259 | ||
b16507e0 AB |
7260 | 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com> |
7261 | ||
7262 | * cli/cli-utils.c (extract_info_print_args): Delete. | |
7263 | (extract_arg_maybe_quoted): Delete. | |
7264 | (info_print_options_defs): New variable. | |
7265 | (make_info_print_options_def_group): New function. | |
7266 | (extract_info_print_options): Define new function. | |
7267 | * cli/cli-utils.h (extract_info_print_args): Delete. | |
7268 | (struct info_print_options): New structure. | |
7269 | (extract_info_print_options): Declare new function. | |
7270 | * stack.c (info_locals_command): Update to use new | |
7271 | extract_info_print_options, also add a header comment. | |
7272 | (info_args_command): Likewise. | |
7273 | * symtab.c (info_variables_command): Likewise. | |
7274 | (info_functions_command): Likewise. | |
7275 | ||
021d8588 AB |
7276 | 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com> |
7277 | ||
7278 | * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted | |
7279 | to extract string arguments. | |
7280 | * common/common-utils.c (extract_string_maybe_quoted): New function. | |
7281 | * common/common-utils.h (extract_string_maybe_quoted): Declare. | |
7282 | ||
b777eb6d TT |
7283 | 2019-07-11 Tom Tromey <tromey@adacore.com> |
7284 | ||
7285 | * main.c (get_init_files): Use GDBINIT, not gdbinit. | |
7286 | * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit. | |
7287 | * top.h (gdbinit): Don't declare. | |
7288 | * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents | |
7289 | into... | |
7290 | (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit. | |
7291 | * top.c (gdb_init): Don't call init_cli_cmds. | |
7292 | (gdbinit): Remove. | |
7293 | * cli/cli-cmds.h (init_cli_cmds): Don't declare. | |
7294 | ||
72ee03ff TT |
7295 | 2019-07-11 Tom Tromey <tromey@adacore.com> |
7296 | ||
7297 | * python/py-inferior.c (add_thread_object): Don't use thread_obj | |
7298 | after it has been moved. | |
7299 | ||
00db9531 SM |
7300 | 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca> |
7301 | ||
7302 | * valops.c (value_must_coerce_to_target): Change return type to | |
7303 | bool. | |
7304 | * value.h (value_must_coerce_to_target): Likewise. | |
7305 | ||
f2478a7e SM |
7306 | 2019-07-10 Simon Marchi <simon.marchi@efficios.com> |
7307 | ||
7308 | * breakpoint.c (is_hardware_watchpoint): Remove | |
7309 | forward-declaration. | |
7310 | (is_masked_watchpoint): Change return type to bool. | |
7311 | (is_tracepoint): Likewise. | |
7312 | (is_breakpoint): Likewise. | |
7313 | (is_hardware_watchpoint): Likewise. | |
7314 | (is_watchpoint): Likewise. | |
7315 | (is_no_memory_software_watchpoint): Likewise. | |
7316 | (is_catchpoint): Likewise. | |
7317 | (breakpoint_1): Make FILTER parameter's return type bool. | |
7318 | is_masked_watchpoint): Change return type to bool. | |
7319 | (save_breakpoints): Make FILTER parameter's return type bool. | |
7320 | * breakpoint.h (is_breakpoint): Change return type to bool. | |
7321 | (is_watchpoint): Likewise. | |
7322 | (is_catchpoint): Likewise. | |
7323 | (is_tracepoint): Likewise. | |
7324 | ||
0d12e84c TT |
7325 | 2019-07-10 Tom Tromey <tom@tromey.com> |
7326 | ||
7327 | * defs.h: Don't include gdbarch.h. | |
7328 | * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h, | |
7329 | alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h, | |
7330 | ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c, | |
7331 | cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h, | |
7332 | cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c, | |
7333 | compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c, | |
7334 | cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c, | |
7335 | dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c, | |
7336 | dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c, | |
7337 | dwarf2expr.c, expression.h, f-lang.c, frame-base.c, | |
7338 | frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h, | |
7339 | go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c, | |
7340 | i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c, | |
7341 | linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c, | |
7342 | mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c, | |
7343 | objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c, | |
7344 | parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c, | |
7345 | record-btrace.c, record.h, regcache-dump.c, regcache.h, | |
7346 | riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y, | |
7347 | sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c, | |
7348 | sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c, | |
7349 | sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h, | |
7350 | target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c, | |
7351 | tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c, | |
7352 | utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c, | |
7353 | xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update. | |
7354 | * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise. | |
7355 | ||
f06f1252 TT |
7356 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7357 | ||
7358 | * ada-lang.h (is_ada_exception_catchpoint): Declare. | |
7359 | * breakpoint.c (init_ada_exception_breakpoint): Register as | |
7360 | bp_catchpoint. | |
7361 | (print_one_breakpoint_location, print_one_breakpoint): Use | |
7362 | is_ada_exception_catchpoint. | |
7363 | * ada-lang.c (class ada_catchpoint_location): Pass | |
7364 | bp_loc_software_breakpoint to bp_location constructor. | |
7365 | (is_ada_exception_catchpoint): New function. | |
7366 | ||
7a5d944b TT |
7367 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7368 | ||
7369 | * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define | |
7370 | VEC. | |
7371 | (struct arm_exidx_entry): New method operator<. | |
7372 | (struct arm_exidx_data) <section_maps>: Change type. | |
7373 | (arm_exidx_data_free): Remove. | |
7374 | (arm_exidx_data_key): Change type. Move lower. | |
7375 | (arm_exidx_new_objfile): Update. | |
7376 | (arm_compare_exidx_entries): Remove. | |
7377 | (arm_find_exidx_entry, _initialize_arm_tdep) | |
7378 | ||
48c66e1d TT |
7379 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7380 | ||
7381 | * solib-spu.c (ocl_program_data_key): Change type. | |
7382 | (append_ocl_sos, ocl_enable_break, _initialize_spu_solib): | |
7383 | Update. | |
7384 | ||
a269fbf1 TT |
7385 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7386 | ||
7387 | * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC. | |
7388 | (struct solib_aix_inferior_data) <library_list>: Change type. | |
7389 | (solib_aix_inferior_data_handle): Change type. | |
7390 | (get_solib_aix_inferior_data): Update. | |
7391 | (solib_aix_free_library_list): Remove. | |
7392 | (library_list_start_library): Update. | |
7393 | (solib_aix_parse_libraries, solib_aix_get_library_list): Change | |
7394 | return type. | |
7395 | (solib_aix_get_library_list) | |
7396 | (solib_aix_solib_create_inferior_hook, solib_aix_current_sos) | |
7397 | (solib_aix_normal_stop_observer, _initialize_solib_aix): Update. | |
7398 | ||
c294730c TT |
7399 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7400 | ||
7401 | * solib-dsbt.c (struct dsbt_info): Add initializers. | |
7402 | (solib_dsbt_pspace_data): Change type. | |
7403 | (dsbt_pspace_data_cleanup): Remove. | |
7404 | (get_dsbt_info, _initialize_dsbt_solib): Update. | |
7405 | ||
9d52077d TT |
7406 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7407 | ||
7408 | * spu-tdep.c (spu_overlay_data): Change type. | |
7409 | (spu_get_overlay_table, spu_overlay_new_objfile) | |
7410 | (_initialize_spu_tdep): Update. | |
7411 | ||
22a20dca TT |
7412 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7413 | ||
7414 | * gdb-stabs.h (struct dbx_symfile_info): Add initializers and | |
7415 | destructor. | |
7416 | (dbx_objfile_data_key): Change type and declare later. | |
7417 | (DBX_SYMFILE_INFO): Rewrite. | |
7418 | * dbxread.c (dbx_objfile_data_key): Change type. | |
7419 | (dbx_symfile_init): Update. | |
7420 | (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update. | |
7421 | (coffstab_build_psymtabs, elfstab_build_psymtabs) | |
7422 | (stabsect_build_psymtabs, _initialize_dbxread): Update. | |
7423 | ||
cb60f420 TT |
7424 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7425 | ||
7426 | * jit.c (jit_program_space_key): Change type. Move lower. | |
7427 | (get_jit_program_space_data): Update. | |
7428 | (jit_program_space_data_cleanup): Remove. | |
7429 | (jit_breakpoint_deleted, free_objfile_data, _initialize_jit): | |
7430 | Update. | |
7431 | (struct jit_program_space_data): Add initializers. | |
7432 | ||
51df2ae3 TT |
7433 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7434 | ||
7435 | * solib-darwin.c (struct darwin_info): Add initializers. | |
7436 | (solib_darwin_pspace_data): Change type. | |
7437 | (darwin_pspace_data_cleanup): Remove. | |
7438 | (get_darwin_info, _initialize_darwin_solib): Update. | |
7439 | ||
18101a35 TT |
7440 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7441 | ||
7442 | * remote-sim.c (struct sim_inferior_data): Add initializers, | |
7443 | constructor, and destructor. | |
7444 | (sim_inferior_data_key): Change type. Move lower. | |
7445 | (check_for_duplicate_sim_descriptor): Update. | |
7446 | (get_sim_inferior_data): Use new. Update. | |
7447 | (~sim_inferior_data_cleanup): Rename from | |
7448 | sim_inferior_data_cleanup. Simplify. | |
7449 | (gdbsim_close_inferior, simulator_command) | |
7450 | (sim_command_completer, _initialize_remote_sim): Update. | |
7451 | (next_pid, INITIAL_PID): Move earlier. | |
7452 | ||
05b08ac1 TT |
7453 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7454 | ||
7455 | * python/python-internal.h (create_thread_object): Return | |
7456 | gdbpy_ref. | |
7457 | * python/py-infthread.c (create_thread_object): Return gdbpy_ref. | |
7458 | * python/py-inferior.c (struct threadlist_entry): Add | |
7459 | constructor. | |
7460 | <thread_obj>: Now a gdbpy_ref. | |
7461 | (thread_to_thread_object): Update. | |
7462 | (add_thread_object): Use new. | |
7463 | (delete_thread_object): Use delete. | |
7464 | (infpy_threads): Update. | |
7465 | (py_free_inferior): Update. Construct "inf_obj" after acquiring | |
7466 | GIL. | |
7467 | ||
32372d80 TT |
7468 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7469 | ||
7470 | * valops.c (value_cast): Specialize error message for Ada. | |
7471 | ||
5c458ae8 SM |
7472 | 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca> |
7473 | ||
7474 | * breakpoint.c (breakpoint_1): Update doc and parameter names. | |
7475 | ||
4c462cb0 SM |
7476 | 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca> |
7477 | ||
7478 | * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop, | |
7479 | bpstat_should_step): Return bool, adjust comments. | |
7480 | * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop, | |
7481 | bpstat_should_step): Likewise. | |
7482 | ||
89abbcc2 AH |
7483 | 2019-07-10 Alan Hayward <alan.hayward@arm.com> |
7484 | ||
7485 | * features/Makefile: Use feature target descriptions for Arm. | |
7486 | * features/arm/arm-core.c: Generate new file. | |
7487 | * features/arm/arm-fpa.c: Likewise. | |
7488 | * features/arm/arm-m-profile-with-fpa.xml: Likewise. | |
7489 | * features/arm/arm-m-profile.c: Likewise. | |
7490 | * features/arm/arm-vfpv2.c: Likewise. | |
7491 | * features/arm/arm-vfpv3.c: Likewise. | |
7492 | * features/arm/xscale-iwmmxt.c: Likewise. | |
7493 | * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm. | |
7494 | ||
166a82be AH |
7495 | 2019-07-10 Alan Hayward <alan.hayward@arm.com> |
7496 | ||
7497 | * arm-linux-nat.c (arm_linux_nat_target::read_description): Check | |
7498 | ptrace earlier. | |
7499 | ||
9fb4c7e9 AH |
7500 | 2019-07-10 Alan Hayward <alan.hayward@arm.com> |
7501 | ||
7502 | * features/aarch64-pauth.c: Regenerate. | |
7503 | ||
e2d0f980 SM |
7504 | 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca> |
7505 | ||
7506 | * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to | |
7507 | bool. | |
7508 | (bpstat_what): Use false instead of 0. | |
7509 | ||
a38118e5 PA |
7510 | 2019-07-09 Pedro Alves <palves@redhat.com> |
7511 | ||
7512 | * break-catch-throw.c (is_exception_catchpoint): New. | |
7513 | * breakpoint.c (print_one_breakpoint_location): New parameter | |
7514 | 'raw_loc'. Handle it. Use | |
7515 | is_watchpoint/is_catchpoint/is_exception_catchpoint instead of | |
7516 | looking at the breakpoint's type. | |
7517 | (print_one_breakpoint): If handling "maint info breakpoints", also | |
7518 | print locations of exception catchpoints. | |
7519 | * breakpoint.h (is_exception_catchpoint): Declare. | |
7520 | ||
cb1e4e32 PA |
7521 | 2019-07-09 Pedro Alves <palves@redhat.com> |
7522 | ||
7523 | * break-catch-throw.c (print_one_exception_catchpoint): Skip the | |
7524 | "addr" field. | |
7525 | (allocate_location_exception_catchpoint): New. | |
7526 | (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint. | |
7527 | (initialize_throw_catchpoint_ops): Install | |
7528 | allocate_location_exception_catchpoint as allocate_location | |
7529 | method. | |
7530 | * breakpoint.c (bpstat_what) <bp_catch>: Set action to | |
7531 | BPSTAT_WHAT_SINGLE if not stopping and the location's type is not | |
7532 | bp_loc_other. | |
7533 | (breakpoint_address_is_meaningful): Delete. | |
7534 | (bl_address_is_meaningful): New. | |
7535 | (breakpoint_locations_match): Adjust comment. | |
7536 | (bp_location_from_bp_type): New, factored out of... | |
7537 | (bp_location::bp_location(breakpoint *)): ... this. | |
7538 | (bp_location::bp_location(breakpoint *, bp_loc_type)): New, | |
7539 | factored out of... | |
7540 | (bp_location::bp_location(breakpoint *)): ... this. Reimplement. | |
7541 | (bp_loc_is_permanent): Use bl_address_is_meaningful instead of | |
7542 | breakpoint_address_is_meaningful. | |
7543 | (bp_locations_compare): Adjust comment. | |
7544 | (update_global_location_list): Use bl_address_is_meaningful | |
7545 | instead of breakpoint_address_is_meaningful. | |
7546 | * breakpoint.h (bp_location::bp_location(breakpoint *)): New | |
7547 | explicit. | |
7548 | (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare. | |
7549 | * python/py-breakpoint.c (bppy_get_location): No longer check | |
7550 | whether location is null. | |
7551 | ||
b58a68fe PA |
7552 | 2019-07-09 Pedro Alves <palves@redhat.com> |
7553 | ||
7554 | PR c++/15468 | |
7555 | * breakpoint.c (print_one_breakpoint_location): Remove | |
7556 | single-location assert. | |
7557 | ||
268a13a5 TT |
7558 | 2019-07-09 Tom Tromey <tom@tromey.com> |
7559 | ||
7560 | * contrib/ari/gdb_ari.sh: Change common to gdbsupport. | |
7561 | * configure: Rebuild. | |
7562 | * configure.ac: Change common to gdbsupport. | |
7563 | * gdbsupport: Rename from common. | |
7564 | * acinclude.m4: Change common to gdbsupport. | |
7565 | * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES) | |
7566 | (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to | |
7567 | gdbsupport. | |
7568 | * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c, | |
7569 | amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c, | |
7570 | amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c, | |
7571 | amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c, | |
7572 | amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c, | |
7573 | arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c, | |
7574 | arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c, | |
7575 | arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c, | |
7576 | arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c, | |
7577 | auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h, | |
7578 | btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c, | |
7579 | charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c, | |
7580 | cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c, | |
7581 | coff-pe-read.c, command.h, compile/compile-c-support.c, | |
7582 | compile/compile-c.h, compile/compile-cplus-symbols.c, | |
7583 | compile/compile-cplus-types.c, compile/compile-cplus.h, | |
7584 | compile/compile-loc2c.c, compile/compile.c, completer.c, | |
7585 | completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c, | |
7586 | cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c, | |
7587 | darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c, | |
7588 | disasm.h, dtrace-probe.c, dwarf-index-cache.c, | |
7589 | dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c, | |
7590 | dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c, | |
7591 | event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c, | |
7592 | features/aarch64-core.c, features/aarch64-fpu.c, | |
7593 | features/aarch64-pauth.c, features/aarch64-sve.c, | |
7594 | features/i386/32bit-avx.c, features/i386/32bit-avx512.c, | |
7595 | features/i386/32bit-core.c, features/i386/32bit-linux.c, | |
7596 | features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c, | |
7597 | features/i386/32bit-segments.c, features/i386/32bit-sse.c, | |
7598 | features/i386/64bit-avx.c, features/i386/64bit-avx512.c, | |
7599 | features/i386/64bit-core.c, features/i386/64bit-linux.c, | |
7600 | features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c, | |
7601 | features/i386/64bit-segments.c, features/i386/64bit-sse.c, | |
7602 | features/i386/x32-core.c, features/riscv/32bit-cpu.c, | |
7603 | features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c, | |
7604 | features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c, | |
7605 | features/riscv/64bit-fpu.c, features/tic6x-c6xp.c, | |
7606 | features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h, | |
7607 | findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h, | |
7608 | gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c, | |
7609 | gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c, | |
7610 | go32-nat.c, guile/guile.c, guile/scm-ports.c, | |
7611 | guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c, | |
7612 | i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c, | |
7613 | i386-linux-tdep.c, i386-tdep.c, i387-tdep.c, | |
7614 | ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c, | |
7615 | inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h, | |
7616 | inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h, | |
7617 | inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c, | |
7618 | linux-tdep.c, linux-thread-db.c, location.c, machoread.c, | |
7619 | macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h, | |
7620 | mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c, | |
7621 | mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h, | |
7622 | minsyms.c, mips-linux-tdep.c, namespace.h, | |
7623 | nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h, | |
7624 | nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c, | |
7625 | nat/amd64-linux-siginfo.c, nat/fork-inferior.c, | |
7626 | nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c, | |
7627 | nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c, | |
7628 | nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h, | |
7629 | nat/linux-waitpid.c, nat/mips-linux-watch.c, | |
7630 | nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c, | |
7631 | nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c, | |
7632 | nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h, | |
7633 | obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c, | |
7634 | parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c, | |
7635 | procfs.c, producer.c, progspace.h, psymtab.h, | |
7636 | python/py-framefilter.c, python/py-inferior.c, python/py-ref.h, | |
7637 | python/py-type.c, python/python.c, record-btrace.c, record-full.c, | |
7638 | record.c, record.h, regcache-dump.c, regcache.c, regcache.h, | |
7639 | remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c, | |
7640 | riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c, | |
7641 | selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c, | |
7642 | ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c, | |
7643 | source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c, | |
7644 | stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h, | |
7645 | symtab.c, symtab.h, target-descriptions.c, target-descriptions.h, | |
7646 | target-memory.c, target.c, target.h, target/waitstatus.c, | |
7647 | target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c, | |
7648 | top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c, | |
7649 | tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h, | |
7650 | unittests/array-view-selftests.c, | |
7651 | unittests/child-path-selftests.c, unittests/cli-utils-selftests.c, | |
7652 | unittests/common-utils-selftests.c, | |
7653 | unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c, | |
7654 | unittests/format_pieces-selftests.c, | |
7655 | unittests/function-view-selftests.c, | |
7656 | unittests/lookup_name_info-selftests.c, | |
7657 | unittests/memory-map-selftests.c, unittests/memrange-selftests.c, | |
7658 | unittests/mkdir-recursive-selftests.c, | |
7659 | unittests/observable-selftests.c, | |
7660 | unittests/offset-type-selftests.c, unittests/optional-selftests.c, | |
7661 | unittests/parse-connection-spec-selftests.c, | |
7662 | unittests/ptid-selftests.c, unittests/rsp-low-selftests.c, | |
7663 | unittests/scoped_fd-selftests.c, | |
7664 | unittests/scoped_mmap-selftests.c, | |
7665 | unittests/scoped_restore-selftests.c, | |
7666 | unittests/string_view-selftests.c, unittests/style-selftests.c, | |
7667 | unittests/tracepoint-selftests.c, unittests/unpack-selftests.c, | |
7668 | unittests/utils-selftests.c, unittests/xml-utils-selftests.c, | |
7669 | utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c, | |
7670 | value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c, | |
7671 | xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c, | |
7672 | xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport. | |
7673 | ||
5b0e2db4 AB |
7674 | 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com> |
7675 | ||
7676 | * linespec.c (decode_digits_list_mode): Set explicit_line to a | |
7677 | bool value. | |
7678 | (decode_digits_ordinary): Set explicit_line field in sal. | |
7679 | * symtab.c (skip_prologue_sal): Don't skip prologue for a | |
7680 | symtab_and_line that was set on an explicit line number in | |
7681 | assembler code. Do always update the recorded symtab and line if | |
7682 | we do skip the prologue. | |
7683 | ||
0ba852ab AB |
7684 | 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com> |
7685 | ||
7686 | * breakpoint.c (set_breakpoint_location_function): Remove | |
7687 | explicit_loc parameter. | |
7688 | (momentary_breakpoint_from_master): Update call to | |
7689 | set_breakpoint_location_function. | |
7690 | (add_location_to_breakpoint): Likewise. | |
7691 | ||
b3a7d171 AB |
7692 | 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com> |
7693 | ||
7694 | * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify | |
7695 | required features based on default bfd type when no specific bfd | |
7696 | is present. | |
7697 | ||
1f6f6e21 PW |
7698 | 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
7699 | ||
7700 | * NEWS: Mention that GDB printf and eval commands can now print | |
7701 | C-style and Ada-style convenience var strings without | |
7702 | calling the inferior. | |
7703 | * printcmd.c (printf_c_string): Locally print GDB internal var | |
7704 | instead of transiting via the inferior. | |
7705 | (printf_wide_c_string): Likewise. | |
7706 | ||
7707 | 2019-07-04 Alan Hayward <alan.hayward@arm.com> | |
ea142fbf | 7708 | |
5862c886 | 7709 | PR breakpoints/25011 |
ea142fbf AH |
7710 | * symfile.c (symbol_file_command): Call solib_create_inferior_hook. |
7711 | ||
0598af48 TT |
7712 | 2019-07-04 Tom Tromey <tom@tromey.com> |
7713 | ||
7714 | PR tui/24724: | |
7715 | * tui/tui-winsource.c (tui_clear_source_content): Update. | |
7716 | (tui_source_window_base::set_is_exec_point_at): Fix comment. | |
7717 | (tui_update_breakpoint_info): Update. | |
7718 | (tui_set_exec_info_content): Update. | |
7719 | * tui/tui-source.c (tui_set_source_content_nil): Update. | |
7720 | * tui/tui-disasm.c (tui_set_disassem_content): Don't set | |
7721 | has_break. | |
7722 | * tui/tui-data.h (enum tui_bp_flag): New. | |
7723 | (tui_bp_flags): New enum flags type. | |
7724 | (struct tui_source_element) <break_mode>: Change type. Rename | |
7725 | from has_break. | |
7726 | (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT) | |
7727 | (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum | |
7728 | constants. | |
7729 | * tui/tui-winsource.h: Fix comment. | |
7730 | ||
350fab54 AH |
7731 | 2019-07-04 Alan Hayward <alan.hayward@arm.com> |
7732 | ||
7733 | * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define. | |
7734 | * aarch64-linux-nat.c (fetch_fpregs_from_thread) | |
7735 | (store_fpregs_to_thread) | |
7736 | (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE. | |
7737 | * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE) | |
7738 | (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE) | |
7739 | (IWMMXT_REGS_SIZE): Add define. | |
7740 | * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define. | |
7741 | (fetch_vfp_regs, store_vfp_regs) | |
7742 | (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE. | |
7743 | * arm-tdep.c (arm_register_g_packet_guesses): Use new defines. | |
7744 | ||
f0452268 AH |
7745 | 2019-07-04 Alan Hayward <alan.hayward@arm.com> |
7746 | ||
7747 | * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_ | |
7748 | defines. | |
7749 | * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise. | |
7750 | * arch/arm.h (INT_REGISTER_SIZE) Rename from... | |
7751 | (ARM_INT_REGISTER_SIZE): ...to this. | |
7752 | (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define. | |
7753 | * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE) | |
7754 | (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset) | |
7755 | (arm_linux_collect_gregset, supply_nwfpe_register) | |
7756 | (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_ | |
7757 | defines. | |
7758 | * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET) | |
7759 | (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise | |
7760 | * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise. | |
7761 | * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value) | |
7762 | (arm_return_in_memory, arm_store_return_value) | |
7763 | (arm_get_longjmp_target, arm_register_g_packet_guesses) | |
7764 | (arm_record_ld_st_multiple): Likewise. | |
7765 | * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove. | |
7766 | * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines. | |
7767 | ||
e935475c AH |
7768 | 2019-07-04 Alan Hayward <alan.hayward@arm.com> |
7769 | ||
7770 | * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use | |
7771 | AARCH64_DISPLACED_MODIFIED_INSNS. | |
7772 | * aarch64-tdep.c (struct aarch64_displaced_step_data) | |
7773 | (aarch64_displaced_step_copy_insn): Likewise. | |
7774 | * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from.. | |
7775 | (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this. | |
7776 | * arm-linux-tdep.c (arm_linux_cleanup_svc): Use | |
7777 | ARM_DISPLACED_MODIFIED_INSNS. | |
7778 | * arm-tdep.c (arm_gdbarch_init): Likewise. | |
7779 | * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from.. | |
7780 | (ARM_DISPLACED_MODIFIED_INSNS): ...to this. | |
7781 | (struct arm_displaced_step_closure): Use | |
7782 | ARM_DISPLACED_MODIFIED_INSNS. | |
7783 | ||
df0bb381 AH |
7784 | 2019-07-04 Alan Hayward <alan.hayward@arm.com> |
7785 | ||
7786 | * features/Makefile: Remove unused xml files. | |
7787 | * features/aarch64.xml: Remove. | |
7788 | * features/i386/amd64-avx-avx512-linux.xml: Remove. | |
7789 | * features/i386/amd64-avx-avx512.xml: Remove. | |
7790 | * features/i386/amd64-avx-linux.xml: Remove. | |
7791 | * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove. | |
7792 | * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove. | |
7793 | * features/i386/amd64-avx-mpx-linux.xml: Remove. | |
7794 | * features/i386/amd64-avx-mpx.xml: Remove. | |
7795 | * features/i386/amd64-avx.xml: Remove. | |
7796 | * features/i386/amd64-linux.xml: Remove. | |
7797 | * features/i386/amd64-mpx-linux.xml: Remove. | |
7798 | * features/i386/amd64-mpx.xml: Remove. | |
7799 | * features/i386/amd64.xml: Remove. | |
7800 | * features/i386/i386-avx-avx512-linux.xml: Remove. | |
7801 | * features/i386/i386-avx-avx512.xml: Remove. | |
7802 | * features/i386/i386-avx-linux.xml: Remove. | |
7803 | * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove. | |
7804 | * features/i386/i386-avx-mpx-avx512-pku.xml: Remove. | |
7805 | * features/i386/i386-avx-mpx-linux.xml: Remove. | |
7806 | * features/i386/i386-avx-mpx.xml: Remove. | |
7807 | * features/i386/i386-avx.xml: Remove. | |
7808 | * features/i386/i386-linux.xml: Remove. | |
7809 | * features/i386/i386-mmx-linux.xml: Remove. | |
7810 | * features/i386/i386-mmx.xml: Remove. | |
7811 | * features/i386/i386-mpx-linux.xml: Remove. | |
7812 | * features/i386/i386-mpx.xml: Remove. | |
7813 | * features/i386/i386.xml: Remove. | |
7814 | * features/i386/x32-avx-avx512-linux.xml: Remove. | |
7815 | * features/i386/x32-avx-linux.xml: Remove. | |
7816 | * features/i386/x32-linux.xml: Remove. | |
7817 | ||
edd6266a AH |
7818 | 2019-07-04 Alan Hayward <alan.hayward@arm.com> |
7819 | ||
7820 | * regformats/aarch64.dat: Remove. | |
7821 | * regformats/i386/amd64-avx-avx512-linux.dat: Remove. | |
7822 | * regformats/i386/amd64-avx-linux.dat: Remove. | |
7823 | * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove. | |
7824 | * regformats/i386/amd64-avx-mpx-linux.dat: Remove. | |
7825 | * regformats/i386/amd64-linux.dat: Remove. | |
7826 | * regformats/i386/amd64-mpx-linux.dat: Remove. | |
7827 | * regformats/i386/amd64.dat: Remove. | |
7828 | * regformats/i386/i386-avx-avx512-linux.dat: Remove. | |
7829 | * regformats/i386/i386-avx-linux.dat: Remove. | |
7830 | * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove. | |
7831 | * regformats/i386/i386-avx-mpx-linux.dat: Remove. | |
7832 | * regformats/i386/i386-linux.dat: Remove. | |
7833 | * regformats/i386/i386-mmx-linux.dat: Remove. | |
7834 | * regformats/i386/i386-mpx-linux.dat: Remove. | |
7835 | * regformats/i386/i386.dat: Remove. | |
7836 | * regformats/i386/x32-avx-avx512-linux.dat: Remove. | |
7837 | * regformats/i386/x32-avx-linux.dat: Remove. | |
7838 | * regformats/i386/x32-linux.dat: Remove. | |
7839 | ||
2b40fda7 AH |
7840 | 2019-07-04 Alan Hayward <alan.hayward@arm.com> |
7841 | ||
7842 | * aarch64-tdep.c: Remove xml self tests. | |
7843 | * amd64-linux-tdep.c: Likewise. | |
7844 | * amd64-tdep.c: Likewise. | |
7845 | * i386-linux-tdep.c: Likewise. | |
7846 | * i386-tdep.c: Likewise. | |
7847 | ||
5f4ba3e7 PA |
7848 | 2019-07-03 Pedro Alves <palves@redhat.com> |
7849 | ||
7850 | PR cli/24732 | |
7851 | * cli/cli-cmds.c (struct pipe_cmd_opts): New. | |
7852 | (pipe_cmd_option_defs): New. | |
7853 | (make_pipe_cmd_options_def_group): New. | |
7854 | (pipe_command): Use gdb::option::process_options. | |
7855 | (pipe_command_completer): New function. | |
7856 | (_initialize_cli_cmds): Install completer for "pipe" command. | |
7857 | ||
3d9be6f5 PA |
7858 | 2019-07-03 Pedro Alves <palves@redhat.com> |
7859 | ||
7860 | * cli/cli-option.c (union option_value) <string>: New field. | |
7861 | (struct option_def_and_value): Add ctor, move ctor, dtor and | |
7862 | use DISABLE_COPY_AND_ASSIGN. | |
7863 | (option_def_and_value::clear_value): New. | |
7864 | (parse_option, save_option_value_in_ctx, get_val_type_str) | |
7865 | (add_setshow_cmds_for_options): Handle var_string. | |
7866 | * cli-option.h (union option_def::var_address) <string>: New | |
7867 | field. | |
7868 | (struct string_option_def): New. | |
7869 | * maint-test-options.c (struct test_options_opts): Add default | |
7870 | ctor and use DISABLE_COPY_AND_ASSIGN. | |
7871 | <string_opt>: New field. | |
7872 | (test_options_opts::~test_options_opts): New. | |
7873 | (test_options_opts::dump): Also dump "-string". | |
7874 | (test_options_option_defs): Install "string. | |
7875 | ||
41fc454c PA |
7876 | 2019-07-03 Pedro Alves <palves@redhat.com> |
7877 | ||
7878 | * cli/cli-option.c (parse_option) <var_enum>: Don't return an | |
7879 | option_value with a null enumeration. | |
7880 | (complete_options): Save the option values in the context. | |
7881 | (save_option_value_in_ctx): New, factored out from ... | |
7882 | (process_options): ... here. | |
7883 | * cli/cli-utils.c (get_ulongest): Don't advance PP until the end | |
7884 | of the function. | |
7885 | * maint-test-options.c (test_options_opts::dump): New, factored | |
7886 | out from ... | |
7887 | (maintenance_test_options_command_mode): ... here. | |
7888 | (maintenance_test_options_command_completion_result): Delete. | |
7889 | (maintenance_test_options_command_completion_text): Update | |
7890 | comment. | |
7891 | (maintenance_show_test_options_completion_result): Change | |
7892 | prototype. Just print | |
7893 | maintenance_test_options_command_completion_text. | |
7894 | (save_completion_result): New. | |
7895 | (maintenance_test_options_completer_mode): Pass options context to | |
7896 | complete_options, and then save a dump. | |
7897 | (_initialize_maint_test_options): Use add_cmd to install "maint | |
7898 | show test-options-completion-result". | |
7899 | ||
fdbc9870 PA |
7900 | 2019-07-03 Pedro Alves <palves@redhat.com> |
7901 | ||
7902 | * NEWS (New commands): Mention "with" and "maint with". | |
7903 | * cli/cli-cmds.c (with_command_1, with_command_completer_1) | |
7904 | (with_command, with_command_completer): New. | |
7905 | (pipe_command): Adjust to new repeat_previous | |
7906 | interface. | |
7907 | (_initialize_cli_cmds): Install the "with" command and its "w" | |
7908 | alias. | |
7909 | * cli/cli-cmds.h (with_command_1, with_command_completer_1): New | |
7910 | declarations. | |
7911 | * cli/cli-setshow.c (parse_cli_var_uinteger) | |
7912 | (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty | |
7913 | argument strings for all var_types. | |
7914 | (get_setshow_command_value_string): New, factored out from ... | |
7915 | (do_show_command): ... this. | |
7916 | * cli/cli-setshow.h: Include <string>. | |
7917 | (get_setshow_command_value_string): Declare. | |
7918 | * command.h (repeat_previous): Now returns const char *. Adjust | |
7919 | comment. | |
7920 | * maint.c: Include "cli/cli-cmds.h". | |
7921 | (maintenance_with_cmd, maintenance_with_cmd_completer): New. | |
7922 | (_initialize_maint_cmds): Register the "maintenance with" command. | |
7923 | * top.c (repeat_previous): Move bits from pipe_command here: | |
7924 | Return the saved command line, if any; error out if there's no | |
7925 | command to relaunch. | |
7926 | ||
c6ac8931 PA |
7927 | 2019-07-03 Pedro Alves <palves@redhat.com> |
7928 | ||
7929 | * NEWS (New commands): Mention "maint set/show test-settings" | |
7930 | instead of "maint test-settings". | |
7931 | * maint-test-settings.c (maintenance_test_settings_list): Delete. | |
7932 | (maintenance_test_settings_set_list): Rename to ... | |
7933 | (maintenance_set_test_settings_list): ... this. | |
7934 | (maintenance_test_settings_show_list): Rename to ... | |
7935 | (maintenance_show_test_settings_list): ... this. | |
7936 | (maintenance_test_settings_cmd): Delete. | |
7937 | (maintenance_test_settings_set_cmd): ... | |
7938 | (maintenance_set_test_settings_cmd): ... this. | |
7939 | (maintenance_test_settings_show_cmd): ... | |
7940 | (maintenance_show_test_settings_cmd): ... this. | |
7941 | (maintenance_test_settings_show_value_cmd): | |
7942 | (maintenance_show_test_settings_value_cmd): ... this. | |
7943 | (_initialize_maint_test_settings): No longer install the "maint | |
7944 | test-settings" prefix command. Rename "maint test-settings set" | |
7945 | to "maint set test-settings", and "maint test-settings show" to | |
7946 | "maint show test-settings". Adjust all subcommands. | |
7947 | ||
d1fcf2fd PA |
7948 | 2019-07-03 Pedro Alves <palves@redhat.com> |
7949 | ||
7950 | * maint-test-settings.c: Fix file's intro comment. Replace all | |
7951 | references to "test-options" with references to "test-settings", | |
7952 | in comments. | |
7953 | ||
970f9d09 PA |
7954 | 2019-07-03 Pedro Alves <palves@redhat.com> |
7955 | ||
7956 | * maint-test-settings.c (maintenance_test_settings_xxx) | |
7957 | (maintenance_test_settings_yyy, maintenance_test_settings_zzz): | |
7958 | New. | |
7959 | (maintenance_test_settings_enums): Use them. | |
7960 | (maintenance_test_settings_enum): Default to | |
7961 | maintenance_test_settings_xxx. | |
7962 | (_initialize_maint_test_settings): Initialize | |
7963 | MAINTENANCE_TEST_SETTINGS_FILENAME. | |
7964 | ||
f3869b1a SM |
7965 | 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca> |
7966 | ||
7967 | * breakpoint.h (remove_breakpoints_inf): Change return type to | |
7968 | void, move function documentation here. | |
7969 | * breakpoint.c (remove_breakpoints_inf): Change return type to | |
7970 | void, move function documentation to header. | |
7971 | ||
54d66006 PA |
7972 | 2019-07-02 Pedro Alves <palves@redhat.com> |
7973 | ||
7974 | * NEWS (Completion improvements): Mention "info threads". | |
7975 | * thread.c (struct info_threads_opts, info_threads_option_defs) | |
7976 | (make_info_threads_options_def_group): New. | |
7977 | (info_threads_command): Use gdb::option::process_options. | |
7978 | (info_threads_command_completer): New. | |
7979 | (_initialize_thread): Use gdb::option::build_help to build the | |
7980 | help text for "info threads". | |
7981 | ||
854f6088 SM |
7982 | 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca> |
7983 | ||
7984 | * defs.h (generic_load): Move from here... | |
7985 | * symfile.h (generic_load): ... to here. Rename name parameter | |
7986 | to args. | |
7987 | * symfile.c (generic_load): Add comment. | |
7988 | ||
54ee4252 TT |
7989 | 2019-07-01 Tom Tromey <tromey@adacore.com> |
7990 | ||
7991 | * dwarf2read.c | |
7992 | (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist | |
7993 | declaration of without_params. Fix formatting. | |
7994 | ||
65392b3e TT |
7995 | 2019-07-01 Tom Tromey <tromey@adacore.com> |
7996 | ||
7997 | * ada-exp.y (find_primitive_type): Update. | |
7998 | * ada-lang.h (ada_lookup_symbol): Update. | |
7999 | * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this" | |
8000 | parameter. | |
8001 | (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update. | |
8002 | ||
7d7571f0 SDJ |
8003 | 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com> |
8004 | ||
8005 | PR breakpoints/24541 | |
8006 | * gdbarch.c: Regenerate. | |
8007 | * gdbarch.h: Regenerate. | |
8008 | * gdbarch.sh: Add 'stap_adjust_register'. | |
8009 | * i386-tdep.c: Include '<unordered_set>'. | |
8010 | (i386_stap_adjust_register): New function. | |
8011 | (i386_elf_init_abi): Register 'i386_stap_adjust_register'. | |
8012 | * stap-probe.c (stap_parse_register_operand): Call | |
8013 | 'gdbarch_stap_adjust_register'. | |
8014 | ||
5af5392a SDJ |
8015 | 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com> |
8016 | ||
8017 | PR python/24742 | |
8018 | https://bugzilla.redhat.com/show_bug.cgi?id=1723564 | |
8019 | * python/python.c (do_start_initialization): Use 'xmalloc' | |
8020 | instead of 'PyMem_Malloc'. | |
8021 | ||
10d06d82 TT |
8022 | 2019-06-28 Tom Tromey <tromey@adacore.com> |
8023 | ||
8024 | * dwarf2read.c (partial_die_info::read): Prefer the linkage name | |
8025 | for Ada. | |
8026 | ||
1b7f24cd TT |
8027 | 2019-06-27 Tom Tromey <tromey@adacore.com> |
8028 | ||
8029 | * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to | |
8030 | objfile_key. | |
8031 | (arm_find_mapping_symbol, arm_record_special_symbol) | |
8032 | (_initialize_arm_tdep): Update. | |
8033 | (arm_objfile_data_free): Remove. | |
8034 | ||
3d507ff2 TT |
8035 | 2019-06-27 Tom Tromey <tromey@adacore.com> |
8036 | ||
8037 | * cp-valprint.c (cp_print_value_fields): Pass opts, not options, | |
8038 | to cp_print_static_field. | |
8039 | ||
762c164d TT |
8040 | 2019-06-26 Tom Tromey <tromey@adacore.com> |
8041 | ||
8042 | * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove. | |
8043 | * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't | |
8044 | declare. | |
8045 | ||
aa2f9bcf AH |
8046 | 2019-06-26 Alan Hayward <alan.hayward@arm.com> |
8047 | ||
8048 | * features/aarch64-core.c (create_feature_aarch64_core): | |
8049 | Regenerate. | |
8050 | * features/aarch64-core.xml: Add cpsr flags. | |
8051 | ||
3426ae57 AH |
8052 | 2019-06-26 Alan Hayward <alan.hayward@arm.com> |
8053 | ||
8054 | * arm-tdep.c (arm_gnu_triplet_regexp): New function. | |
8055 | (arm_gdbarch_init): Add arm_gnu_triplet_regexp. | |
8056 | ||
4838e44c SM |
8057 | 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca> |
8058 | ||
8059 | * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New | |
8060 | field. | |
8061 | (arm_find_mapping_symbol): Sort mapping symbol vectors on first | |
8062 | use. | |
8063 | (arm_record_special_symbol): Don't insert new symbol in sorted | |
8064 | position, push it at the end. | |
8065 | ||
54cc7474 SM |
8066 | 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca> |
8067 | ||
8068 | * arm-tdep.c (struct arm_mapping_symbol) (operator <): New. | |
8069 | (arm_mapping_symbol_s): Remove. | |
8070 | (DEF_VEC_O(arm_mapping_symbol_s)): Remove. | |
8071 | (arm_mapping_symbol_vec): New typedef. | |
8072 | (struct arm_per_objfile): Add constructor. | |
8073 | <section_maps>: Change type to | |
8074 | std::unique_ptr<arm_mapping_symbol_vec[]>. | |
8075 | (arm_compare_mapping_symbols): Remove. | |
8076 | (arm_find_mapping_symbol): Adjust to section_maps type change. | |
8077 | (arm_objfile_data_free): Call delete on arm_per_objfile. | |
8078 | (arm_record_special_symbol): Adjust to section_maps type change. | |
8079 | Allocate arm_per_objfile with new. | |
8080 | ||
b65b566c PW |
8081 | 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
8082 | ||
8083 | * cli/cli-cmds.c (alias_command): Compare the alias prefix | |
8084 | with the command prefix. | |
8085 | ||
c2fc64f5 TT |
8086 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8087 | ||
8088 | * tui/tui-wingeneral.c (tui_delete_win): Remove "return". | |
8089 | * tui/tui-data.c (~tui_gen_win_info): Remove "if". | |
8090 | ||
fb54fa76 TT |
8091 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8092 | ||
8093 | * tui/tui-layout.c (init_and_make_win): Assert on unrecognized | |
8094 | type. | |
8095 | * tui/tui-data.h (struct tui_gen_win_info): Make constructor | |
8096 | protected. | |
8097 | ||
f7952c57 TT |
8098 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8099 | ||
8100 | * tui/tui-winsource.c | |
8101 | (tui_source_window_base::set_is_exec_point_at): Add check against | |
8102 | LOA_ADDRESS. | |
8103 | ||
17568d78 TT |
8104 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8105 | ||
8106 | * tui/tui-source.c (tui_set_source_content): Don't check before | |
8107 | xfree. | |
8108 | * tui/tui-disasm.c (tui_disassemble): Don't check before xfree. | |
8109 | ||
53e7cdba TT |
8110 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8111 | ||
8112 | * tui/tui-winsource.h (tui_update_source_window_as_is) | |
8113 | (tui_alloc_source_buffer, tui_line_is_displayed) | |
8114 | (tui_addr_is_displayed): Change type of win_info. | |
8115 | * tui/tui-winsource.c (tui_update_source_window_as_is) | |
8116 | (tui_clear_source_content, tui_show_source_line) | |
8117 | (tui_show_source_content, tui_source_window_base::refill) | |
8118 | (tui_source_window_base::set_is_exec_point_at) | |
8119 | (tui_source_window_base::set_is_exec_point_at) | |
8120 | (tui_update_breakpoint_info, tui_set_exec_info_content): Update. | |
8121 | (tui_alloc_source_buffer, tui_line_is_displayed) | |
8122 | (tui_addr_is_displayed): Change type of win_info. Update. | |
8123 | * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights) | |
8124 | (tui_source_window_base::do_make_visible_with_new_height): | |
8125 | Update. | |
8126 | * tui/tui-source.c (tui_set_source_content) | |
8127 | (tui_set_source_content_nil) | |
8128 | (tui_source_window::do_scroll_vertical): Update. | |
8129 | * tui/tui-layout.c (show_layout): Update. | |
8130 | * tui/tui-disasm.c (tui_set_disassem_content) | |
8131 | (tui_disasm_window::do_scroll_vertical): Update. | |
8132 | * tui/tui-data.h (tui_win_content): Remove. | |
8133 | (struct tui_gen_win_info) <content, content_size>: Remove. | |
8134 | (struct tui_source_element): Add initializers and destructor. | |
8135 | (union tui_which_element, struct tui_win_element): Remove. | |
8136 | (struct tui_source_window_base) <content>: New field. | |
8137 | (struct tui_data_window): Remove destructor. | |
8138 | (tui_alloc_content, tui_free_win_content) | |
8139 | (tui_free_all_source_wins_content): Don't declare. | |
8140 | * tui/tui-data.c (tui_initialize_static_data): Update. | |
8141 | (init_content_element, tui_alloc_content): Remove. | |
8142 | (~tui_gen_win_info): Update. | |
8143 | (~tui_data_window, tui_free_all_source_wins_content) | |
8144 | (tui_free_win_content, free_content, free_content_elements): | |
8145 | Remove. | |
8146 | ||
7908abbf TT |
8147 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8148 | ||
8149 | * tui/tui-winsource.h (tui_clear_source_content) | |
8150 | (tui_erase_source_content, tui_show_source_content): Change type | |
8151 | of win_info. | |
8152 | * tui/tui-winsource.c (tui_clear_source_content) | |
8153 | (tui_erase_source_content, tui_show_source_content): Change type | |
8154 | of win_info. | |
8155 | * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update. | |
8156 | * tui/tui-source.h (tui_set_source_content_nil): Change type of | |
8157 | win_info. | |
8158 | * tui/tui-source.c (tui_set_source_content_nil): Change type of | |
8159 | win_info. | |
8160 | * tui/tui-layout.c (show_source_or_disasm_and_command): Update. | |
8161 | ||
02c28df0 TT |
8162 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8163 | ||
8164 | * tui/tui-winsource.c (tui_clear_source_content) | |
8165 | (tui_source_window_base::set_is_exec_point_at): Update. | |
8166 | * tui/tui-source.c (tui_set_source_content_nil): Update. | |
8167 | * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now | |
8168 | a bool. | |
8169 | * tui/tui-data.c (init_content_element): Update. | |
8170 | ||
6658b1bf TT |
8171 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8172 | ||
8173 | * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update. | |
8174 | * tui/tui-win.c (make_invisible_and_set_new_height): Update. | |
8175 | * tui/tui-layout.c (init_and_make_win): Update. | |
8176 | * tui/tui.h (enum tui_win_type): Update. | |
8177 | * tui/tui-data.h (tui_win_is_auxiliary): Rename from | |
8178 | tui_win_is_auxillary. | |
8179 | * tui/tui-data.c (tui_win_is_auxiliary): Rename from | |
8180 | tui_win_is_auxillary. | |
8181 | ||
21e1c91e TT |
8182 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8183 | ||
8184 | * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update. | |
8185 | * tui/tui-windata.c (tui_data_window::first_data_item_displayed) | |
8186 | (tui_delete_data_content_windows, tui_display_all_data) | |
8187 | (tui_data_window::do_scroll_vertical, tui_display_data_from): | |
8188 | Update. | |
8189 | * tui/tui-win.c (tui_data_window::set_new_height): Simplify. | |
8190 | * tui/tui-regs.c (tui_last_regs_line_no) | |
8191 | (tui_line_from_reg_element_no, tui_first_reg_element_no_inline) | |
8192 | (tui_show_registers): Update. | |
8193 | (tui_show_register_group): Return void. Update. | |
8194 | (tui_display_registers_from, tui_display_reg_element_at_line) | |
8195 | (tui_display_registers_from_line, tui_check_register_values): | |
8196 | Update. | |
8197 | * tui/tui-data.h (union tui_which_element) <data_window>: Remove | |
8198 | member. | |
8199 | (struct tui_data_window) <regs_content>: Now a std::vector. | |
8200 | <regs_content_count>: Remove. | |
8201 | (tui_add_content_elements, tui_free_data_content): Don't declare. | |
8202 | * tui/tui-data.c (tui_data_window::clear_detail): Update. | |
8203 | (init_content_element): Remove DATA_WIN case. Add assert. | |
8204 | (tui_add_content_elements): Remove. | |
8205 | (tui_data_window): Update. | |
8206 | (tui_free_data_content): Remove. | |
8207 | (free_content_elements): Remove DATA_WIN case. | |
8208 | ||
115ac53b TT |
8209 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8210 | ||
8211 | * tui/tui-data.c (tui_data_item_window): Update. | |
8212 | * tui/tui-windata.h (tui_check_data_values): Don't declare. | |
8213 | * tui/tui-windata.c (tui_display_all_data) | |
8214 | (tui_display_data_from_line): Update. | |
8215 | (tui_check_data_values): Remove. | |
8216 | * tui/tui-regs.c (tui_show_register_group) | |
8217 | (tui_display_reg_element_at_line): Update. | |
8218 | * tui/tui-hooks.c (tui_register_changed) | |
8219 | (tui_refresh_frame_and_register_information): Call | |
8220 | tui_check_register_values. | |
8221 | * tui/tui-data.h (struct tui_data_window) <data_content, | |
8222 | data_content_count, data_type>: Remove. | |
8223 | (enum tui_data_type): Remove. | |
8224 | ||
8225 | * tui/tui-data.c (tui_data_window::clear_detail) | |
8226 | (~tui_data_window): Update. | |
8227 | ||
eaf9738b TT |
8228 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8229 | ||
8230 | * tui/tui-windata.h (tui_first_data_item_displayed): Don't | |
8231 | declare. | |
8232 | * tui/tui-windata.c (tui_data_window::first_data_item_displayed): | |
8233 | Rename from tui_first_data_item_displayed. Update. | |
8234 | (tui_data_window::refresh_all) | |
8235 | (tui_data_window::do_scroll_vertical): Update. | |
8236 | * tui/tui-data.h (struct tui_data_window) | |
8237 | <first_data_item_displayed>: Declare new method. | |
8238 | ||
31ca4723 TT |
8239 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8240 | ||
8241 | * tui/tui-data.h (tui_init_generic_part): Don't declare. | |
8242 | * tui/tui-data.c (tui_init_generic_part): Remove, moving | |
8243 | contents... | |
8244 | (tui_initialize_static_data): ...here. | |
8245 | ||
41bcff7f TT |
8246 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8247 | ||
8248 | * tui/tui-regs.c (tui_show_registers, tui_show_register_group) | |
8249 | (tui_display_registers_from, tui_check_register_values): Update. | |
8250 | (tui_display_register): Remove win_info parameter; update. | |
8251 | (tui_get_register): Change type of parameters. | |
8252 | * tui/tui-data.h (struct tui_data_element): Remove. | |
8253 | (union tui_which_element) <data>: Remove. | |
8254 | <data_window>: Change type. | |
8255 | (struct tui_data_item_window): New. | |
8256 | * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN | |
8257 | case. Add assert. | |
8258 | (~tui_data_item_window): New destructor. | |
8259 | (free_content_elements): Remove DATA_ITEM_WIN case. | |
8260 | ||
d2802c33 TT |
8261 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8262 | ||
8263 | * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>: | |
8264 | Remove. | |
8265 | ||
dd835f8b TT |
8266 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8267 | ||
8268 | * tui/tui-data.h (struct tui_command_element): Remove. | |
8269 | (union tui_which_element) <command>: Remove. | |
8270 | * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add | |
8271 | assert. | |
8272 | (free_content_elements): Remove CMD_WIN case. | |
8273 | ||
bd7db367 TT |
8274 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8275 | ||
8276 | * tui/tui-layout.c (tui_set_layout): Update. | |
8277 | * tui/tui-data.h (struct tui_layout_def) <split>: Remove. | |
8278 | * tui/tui-data.c (layout_def): Update. | |
8279 | ||
3add462f TT |
8280 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8281 | ||
8282 | * tui/tui-wingeneral.c (tui_refresh_all): Update. | |
8283 | * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights) | |
8284 | (tui_source_window_base::set_new_height): Update. | |
8285 | * tui/tui-stack.c (tui_make_status_line): Change parameter type. | |
8286 | Update. | |
8287 | (tui_set_locator_fullname, tui_set_locator_info) | |
8288 | (tui_show_frame_info): Update. | |
8289 | * tui/tui-source.c (tui_set_source_content) | |
8290 | (tui_source_is_displayed): Update. | |
8291 | * tui/tui-layout.c (show_source_disasm_command, show_data) | |
8292 | (show_source_or_disasm_and_command): Update. | |
8293 | * tui/tui-disasm.c (tui_set_disassem_content) | |
8294 | (tui_get_begin_asm_address): Update. | |
8295 | * tui/tui-data.h (struct tui_locator_element): Remove. | |
8296 | (union tui_which_element) <locator>: Remove. | |
8297 | (struct tui_locator_window): New. | |
8298 | (tui_locator_win_info_ptr): Change return type. | |
8299 | * tui/tui-data.c (_locator): Change type. | |
8300 | (tui_locator_win_info_ptr): Change return type. | |
8301 | (init_content_element): Remove LOCATOR_WIN case. Add assert. | |
8302 | (tui_alloc_content): Add assert. | |
8303 | ||
489e9d8b TT |
8304 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8305 | ||
8306 | * tui/tui-winsource.c | |
8307 | (tui_exec_info_window::maybe_allocate_content): New method. | |
8308 | (tui_set_exec_info_content, tui_show_exec_info_content): Update. | |
8309 | * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case. | |
8310 | (make_source_or_disasm_window): Add cast. | |
8311 | * tui/tui-data.h (union tui_which_element) <simple_string>: | |
8312 | Remove. | |
8313 | (struct tui_source_info): New. | |
8314 | (struct tui_source_window_base) <execution_info>: Change type. | |
8315 | * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN | |
8316 | case, and add assert. | |
8317 | (tui_alloc_content): Add assert. | |
8318 | ||
c3fabb7d TT |
8319 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8320 | ||
8321 | * tui/tui-data.h (tui_alloc_win_info): Don't declare. | |
8322 | * tui/tui-layout.c (init_and_make_win): Use "new" directly. | |
8323 | * tui/tui-data.c (tui_alloc_win_info): Remove. | |
8324 | ||
bbc228ee TT |
8325 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8326 | ||
8327 | * tui/tui-win.c (tui_set_win_focus_to): Don't check window type. | |
8328 | * tui/tui-wingeneral.c (tui_unhighlight_win): Check | |
8329 | can_highlight. | |
8330 | ||
5fcee43a TT |
8331 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8332 | ||
8333 | * tui/tui-win.c (tui_source_window_base::update_tab_width): Call | |
8334 | make_visible_with_new_height method. | |
8335 | (tui_win_info::make_visible_with_new_height): New method. | |
8336 | (tui_source_window_base::do_make_visible_with_new_height) | |
8337 | (tui_data_window::do_make_visible_with_new_height) | |
8338 | (tui_cmd_window::do_make_visible_with_new_height): New methods. | |
8339 | (make_visible_with_new_height): Remove. | |
8340 | (tui_resize_all, tui_adjust_win_heights): Use | |
8341 | make_visible_with_new_height method. | |
8342 | * tui/tui-data.h (struct tui_win_info) | |
8343 | <do_make_visible_with_new_height, make_visible_with_new_height>: | |
8344 | New methods. | |
8345 | (struct tui_source_window_base, struct tui_data_window) | |
8346 | (struct tui_cmd_window) <do_make_visible_with_new_height>: New | |
8347 | methods. | |
8348 | ||
d83f1fe6 TT |
8349 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8350 | ||
8351 | * tui/tui-win.c (tui_source_window_base::update_tab_width): New | |
8352 | method. | |
8353 | (update_tab_width): Call update_tab_width method. | |
8354 | * tui/tui-data.h (struct tui_win_info) | |
8355 | (struct tui_source_window_base) <update_tab_width>: New methods. | |
8356 | ||
17374de4 TT |
8357 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8358 | ||
8359 | * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it" | |
8360 | parameter. | |
8361 | * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it" | |
8362 | parameter. | |
8363 | (tui_gen_win_info::make_visible): Update. | |
8364 | * tui/tui-layout.c (init_and_make_win): Change type of "box_it" | |
8365 | parameter. | |
8366 | * tui/tui-data.h (enum tui_box): New enum. | |
8367 | (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines. | |
8368 | ||
f936bca2 TT |
8369 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8370 | ||
8371 | * tui/tui-layout.c (make_source_or_disasm_window): Always use | |
8372 | init_and_make_win for EXEC_INFO_WIN. | |
8373 | * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No | |
8374 | longer inline. | |
8375 | (struct tui_win_info) <~tui_win_info>: Inline. | |
8376 | (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr): | |
8377 | Don't declare. | |
8378 | * tui/tui-data.c (source_win, disasm_win): Remove globals. | |
8379 | (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr): | |
8380 | Remove. | |
8381 | (tui_initialize_static_data): Update. | |
8382 | (~tui_gen_win_info): Handle more cleanup here. | |
8383 | (~tui_source_window_base): Delete "execution_info". | |
8384 | (~tui_win_info): Move code to ~tui_gen_win_info; remove. | |
8385 | ||
d6ba6a11 TT |
8386 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8387 | ||
8388 | * tui/tui-layout.c (make_command_window): Don't set | |
8389 | can_highlight. | |
8390 | (show_source_disasm_command): Call the reset method. | |
8391 | (show_data): Don't set can_highlight. Call the reset method. | |
8392 | (tui_gen_win_info::reset): Rename from init_gen_win_info | |
8393 | (init_and_make_win): Simplify. Return tui_gen_win_info. | |
8394 | (show_source_or_disasm_and_command): Call the reset method. | |
8395 | * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method. | |
8396 | (struct tui_cmd_window): Set can_highlight. | |
8397 | ||
48a3bd16 TT |
8398 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8399 | ||
8400 | * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename | |
8401 | from make_visible. | |
8402 | (tui_make_visible, tui_make_invisible): Rewrite. | |
8403 | (tui_win_info::make_visible): Remove. | |
8404 | (tui_source_window_base::make_visible): Update. | |
8405 | * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New | |
8406 | method. Moved from... | |
8407 | (struct tui_win_info) <make_visible>: ...here. | |
8408 | ||
c3bd716f TT |
8409 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8410 | ||
8411 | * tui/tui-winsource.c | |
8412 | (tui_source_window_base::do_scroll_horizontal): Remove direction | |
8413 | parameter. | |
8414 | * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove | |
8415 | direction parameter. | |
8416 | * tui/tui-win.c (tui_win_info::forward_scroll) | |
8417 | (tui_win_info::backward_scroll, tui_win_info::left_scroll) | |
8418 | (tui_win_info::right_scroll): Update. | |
8419 | * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove | |
8420 | direction parameter. | |
8421 | * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove | |
8422 | direction parameter. | |
8423 | * tui/tui-data.h (enum tui_scroll_direction): Remove. | |
8424 | (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>: | |
8425 | Remove direction parameter. | |
8426 | (struct tui_source_window_base, struct tui_source_window) | |
8427 | (struct tui_disasm_window, struct tui_data_window) | |
8428 | (struct tui_cmd_window): Update. | |
8429 | ||
21c32dca TT |
8430 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8431 | ||
8432 | * tui/tui-winsource.h (tui_set_exec_info_content) | |
8433 | (tui_show_exec_info_content, tui_erase_exec_info_content) | |
8434 | (tui_clear_exec_info_content, tui_update_exec_info): Change | |
8435 | argument to tui_source_window_base. | |
8436 | * tui/tui-winsource.c (tui_set_exec_info_content) | |
8437 | (tui_show_exec_info_content, tui_erase_exec_info_content) | |
8438 | (tui_clear_exec_info_content, tui_update_exec_info): Change | |
8439 | argument to tui_source_window_base. | |
8440 | ||
73fbdc65 TT |
8441 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8442 | ||
8443 | * tui/tui-winsource.h (tui_set_exec_info_content): Return void. | |
8444 | * tui/tui-winsource.c (tui_set_exec_info_content): Return void. | |
8445 | ||
33325343 TT |
8446 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8447 | ||
8448 | * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL | |
8449 | check. | |
8450 | ||
29d2c474 TT |
8451 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8452 | ||
8453 | * tui/tui-winsource.h (tui_alloc_source_buffer): Change return | |
8454 | type to void. | |
8455 | * tui/tui-winsource.c (tui_alloc_source_buffer): Change return | |
8456 | type to void. | |
8457 | * tui/tui-source.c (tui_set_source_content): Update. | |
8458 | * tui/tui-disasm.c (tui_set_disassem_content): Update. | |
8459 | ||
152f3f4b TT |
8460 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8461 | ||
8462 | * tui/tui-win.c (window_name_completer, tui_set_focus) | |
8463 | (tui_all_windows_info): Use name method. | |
8464 | * tui/tui-data.h (struct tui_gen_win_info) | |
8465 | (struct tui_source_window, struct tui_disasm_window) | |
8466 | (struct tui_data_window, struct tui_cmd_window) <name>: New | |
8467 | method. | |
8468 | (tui_win_name): Don't declare. | |
8469 | * tui/tui-data.c (tui_partial_win_by_name): Use name method. | |
8470 | (tui_win_name): Remove. | |
8471 | ||
be4da588 TT |
8472 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8473 | ||
8474 | * tui/tui-winsource.h (tui_update_source_window) | |
8475 | (tui_update_source_window_as_is): Change parameter type. | |
8476 | * tui/tui-winsource.c (tui_update_source_window): Change win_info | |
8477 | to be a tui_source_window_base. | |
8478 | (tui_update_source_window_as_is): Likewise. | |
8479 | * tui/tui-win.c (make_visible_with_new_height): Update. | |
8480 | ||
5b81daba TT |
8481 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8482 | ||
8483 | * tui/tui-winsource.c (tui_erase_source_content) | |
8484 | (tui_show_source_content, tui_show_exec_info_content) | |
8485 | (tui_erase_exec_info_content): Use refresh_window method. | |
8486 | * tui/tui-wingeneral.h (tui_refresh_win): Don't declare. | |
8487 | * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename | |
8488 | from tui_refresh_win. | |
8489 | (tui_data_window::refresh_window): New method. | |
8490 | (tui_win_info::refresh, tui_source_window_base::refresh) | |
8491 | (tui_refresh_all): Use refresh_window method. | |
8492 | * tui/tui-stack.c (tui_show_locator_content): Call refresh_window | |
8493 | method. | |
8494 | * tui/tui-regs.c (tui_display_register): Call refresh_window | |
8495 | method. | |
8496 | * tui/tui-layout.c (show_source_disasm_command) | |
8497 | (show_source_or_disasm_and_command): Call refresh_window method. | |
8498 | * tui/tui-data.h (struct tui_gen_win_info) | |
8499 | (struct tui_data_window, struct tui_cmd_window) <refresh_window>: | |
8500 | New method. | |
8501 | ||
cb2ce893 TT |
8502 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8503 | ||
8504 | * tui/tui.c (tui_rl_other_window, tui_enable) | |
8505 | (tui_is_window_visible, tui_get_command_dimension): Update. | |
8506 | * tui/tui-winsource.c (tui_update_source_window_as_is) | |
8507 | (tui_clear_source_content, tui_erase_source_content) | |
8508 | (tui_show_source_line, tui_source_window_base::refill) | |
8509 | (tui_source_window_base::do_scroll_horizontal) | |
8510 | (tui_source_window_base::set_is_exec_point_at) | |
8511 | (tui_update_breakpoint_info, tui_set_exec_info_content) | |
8512 | (tui_alloc_source_buffer, tui_line_is_displayed) | |
8513 | (tui_addr_is_displayed): Update. | |
8514 | * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win) | |
8515 | (tui_check_and_display_highlight_if_needed) | |
8516 | (tui_win_info::make_visible, tui_win_info::refresh) | |
8517 | (tui_refresh_all): Update. | |
8518 | * tui/tui-windata.c (tui_first_data_item_displayed) | |
8519 | (tui_delete_data_content_windows, tui_erase_data_content) | |
8520 | (tui_display_all_data, tui_data_window::refresh_all) | |
8521 | (tui_check_data_values): Update. | |
8522 | * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes) | |
8523 | (tui_set_win_focus_to, tui_win_info::forward_scroll) | |
8524 | (tui_win_info::backward_scroll, tui_refresh_all_win) | |
8525 | (tui_resize_all, tui_set_focus, tui_all_windows_info) | |
8526 | (update_tab_width, tui_set_win_height, tui_adjust_win_heights) | |
8527 | (tui_source_window_base::set_new_height) | |
8528 | (tui_data_window::set_new_height) | |
8529 | (make_invisible_and_set_new_height) | |
8530 | (make_visible_with_new_height, new_height_ok) | |
8531 | (parse_scrolling_args): Update. | |
8532 | * tui/tui-stack.c (tui_show_frame_info): Update. | |
8533 | * tui/tui-source.c (tui_set_source_content) | |
8534 | (tui_set_source_content_nil, tui_source_is_displayed) | |
8535 | (tui_source_window::do_scroll_vertical): Update. | |
8536 | * tui/tui-regs.c (tui_show_registers, tui_show_register_group) | |
8537 | (tui_display_registers_from, tui_display_reg_element_at_line) | |
8538 | (tui_check_register_values, tui_reg_command): Update. | |
8539 | * tui/tui-layout.c (tui_default_win_height) | |
8540 | (show_source_disasm_command, show_data, init_and_make_win) | |
8541 | (show_source_or_disasm_and_command): Update. | |
8542 | * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts) | |
8543 | (tui_redisplay_readline, tui_mld_flush) | |
8544 | (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig) | |
8545 | (tui_getc): Update. | |
8546 | * tui/tui-disasm.c (tui_set_disassem_content) | |
8547 | (tui_disasm_window::do_scroll_vertical): Update. | |
8548 | * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: | |
8549 | Now virtual. | |
8550 | (struct tui_win_info): Derive from tui_gen_win_info. | |
8551 | <~tui_win_info>: Mark as override. | |
8552 | <generic>: Remove member. | |
8553 | * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win) | |
8554 | (tui_prev_win, tui_partial_win_by_name, tui_win_info) | |
8555 | (~tui_data_window, ~tui_win_info) | |
8556 | (tui_free_all_source_wins_content): Update. | |
8557 | * tui/tui-command.c (tui_refresh_cmd_win): Update. | |
8558 | ||
ab313b35 TT |
8559 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8560 | ||
8561 | * tui/tui-layout.c (init_and_make_win): Use new. | |
8562 | * tui/tui-data.h (struct tui_gen_win_info): Add constructor, | |
8563 | destructor, initializers. | |
8564 | (tui_alloc_generic_win_info): Don't declare. | |
8565 | * tui/tui-data.c (_locator): Add argument to constructor. | |
8566 | (source_win, disasm_win): New globals. | |
8567 | (exec_info): Remove. | |
8568 | (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr): | |
8569 | Update. | |
8570 | (tui_alloc_generic_win_info): Remove. | |
8571 | (init_content_element): Use new. | |
8572 | (tui_win_info::tui_win_info): Update. | |
8573 | (free_content_elements) <case DATA_WIN>: Use delete. | |
8574 | ||
dc2c33e4 TT |
8575 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8576 | ||
8577 | * tui/tui-wingeneral.c (tui_refresh_win): Update. | |
8578 | * tui/tui-windata.c (tui_first_data_item_displayed) | |
8579 | (tui_delete_data_content_windows): Update. | |
8580 | * tui/tui-win.c (tui_data_window::set_new_height): Update. | |
8581 | * tui/tui-regs.c (tui_show_registers, tui_show_register_group) | |
8582 | (tui_display_registers_from, tui_check_register_values): Update. | |
8583 | * tui/tui-data.h (union tui_which_element) <data_window>: Now a | |
8584 | pointer. | |
8585 | * tui/tui-data.c (init_content_element): Update. Allocate the new | |
8586 | window. | |
8587 | (tui_free_data_content): Update. | |
8588 | (free_content_elements) <case DATA_WIN>: Free the window. | |
8589 | ||
214a5cbe TT |
8590 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8591 | ||
8592 | * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win): | |
8593 | Update. | |
8594 | * tui/tui-layout.c (make_command_window) | |
8595 | (show_source_disasm_command, show_data, init_and_make_win) | |
8596 | (show_source_or_disasm_and_command): Update. | |
8597 | * tui/tui-data.h (struct tui_win_info) <set_highlight>: New | |
8598 | method. | |
8599 | <can_highight, is_highlighted>: Now bool. | |
8600 | (tui_set_win_highlight): Don't declare. | |
8601 | * tui/tui-data.c (tui_set_win_highlight): Remove. | |
8602 | ||
8e2daf15 TT |
8603 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8604 | ||
8605 | * tui/tui-wingeneral.c (make_visible): Remove check of window | |
8606 | type. | |
8607 | ||
8903bd8a TT |
8608 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8609 | ||
8610 | * tui/tui-win.c (tui_win_info::max_height) | |
8611 | (tui_cmd_window::max_height): New methods. | |
8612 | (new_height_ok): Call max_height. | |
8613 | * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window) | |
8614 | <max_height>: New method. | |
8615 | ||
3f02ce1e TT |
8616 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8617 | ||
8618 | * tui/tui-win.c (tui_source_window_base::set_new_height) | |
8619 | (tui_data_window::set_new_height): New methods. | |
8620 | (make_invisible_and_set_new_height): Call set_new_height method. | |
8621 | * tui/tui-data.h (struct tui_win_info) | |
8622 | (struct tui_source_window_base, struct tui_data_window) | |
8623 | <set_new_height>: New method. | |
8624 | ||
1825f487 TT |
8625 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8626 | ||
8627 | * tui/tui.c (tui_rl_other_window): Call the refresh_all method. | |
8628 | * tui/tui-windata.c (tui_data_window::refresh_all): Rename from | |
8629 | tui_refresh_data_win. | |
8630 | * tui/tui-win.c (tui_source_window_base::refresh_all): New | |
8631 | method. | |
8632 | (tui_refresh_all_win): Call the refresh_all method. | |
8633 | (tui_set_focus): Likewise. | |
8634 | * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method. | |
8635 | (struct tui_source_window_base, struct tui_data_window) <refresh>: | |
8636 | Likewise. | |
8637 | ||
ad54d15b TT |
8638 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8639 | ||
8640 | * tui/tui-winsource.h (tui_refill_source_window) | |
8641 | (tui_set_is_exec_point_at): Don't declare. | |
8642 | * tui/tui-winsource.c (tui_update_source_windows_with_addr) | |
8643 | (tui_source_window_base::refill): Rename from | |
8644 | tui_refill_source_window. | |
8645 | (tui_source_window_base::do_scroll_horizontal): Update. | |
8646 | (tui_source_window_base::set_is_exec_point_at): Rename from | |
8647 | tui_set_is_exec_point_at. | |
8648 | (tui_update_all_breakpoint_info): Update. | |
8649 | * tui/tui-stack.c (tui_show_frame_info): Update. | |
8650 | * tui/tui-layout.c (show_data): Add cast. | |
8651 | * tui/tui-hooks.c (tui_redisplay_source): Call refill method. | |
8652 | * tui/tui-data.h (struct tui_source_window_base) <refill, | |
8653 | set_is_exec_point_at>: New methods. | |
8654 | (tui_source_windows, tui_add_to_source_windows): Update types. | |
8655 | (tui_add_to_source_windows): Remove redundant declaration. | |
8656 | * tui/tui-data.c (source_windows): Store tui_source_window_base. | |
8657 | (tui_source_windows): Change return type. | |
8658 | (tui_clear_source_windows_detail): Update. | |
8659 | (tui_add_to_source_windows): Change type of parameter. | |
8660 | (tui_free_all_source_wins_content): Update. | |
8661 | ||
2042b506 TT |
8662 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8663 | ||
8664 | * tui/tui-wingeneral.c (tui_win_info::refresh) | |
8665 | (tui_source_window_base::refresh): New methods. | |
8666 | (tui_refresh_all): Call the refresh method. | |
8667 | * tui/tui-data.h (struct tui_win_info) | |
8668 | (struct tui_source_window_base) <refresh>: New method. | |
8669 | ||
56122977 TT |
8670 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8671 | ||
8672 | * tui/tui.h (tui_is_window_visible): Return bool. | |
8673 | * tui/tui.c (tui_is_window_visible): Return bool. | |
8674 | * tui/tui-wingeneral.c (tui_make_window, make_visible) | |
8675 | (tui_make_visible, tui_make_invisible) | |
8676 | (tui_win_info::make_visible) | |
8677 | (tui_source_window_base::make_visible, make_all_visible) | |
8678 | (tui_make_all_visible, tui_make_all_invisible): Update. | |
8679 | * tui/tui-windata.c (tui_delete_data_content_windows): Update. | |
8680 | * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now | |
8681 | bool. | |
8682 | (struct tui_win_info, struct tui_source_window_base) | |
8683 | (struct tui_cmd_window) <make_visible>: Change parameter to bool. | |
8684 | * tui/tui-data.c (tui_init_generic_part): Update. | |
8685 | ||
cda37efb TT |
8686 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8687 | ||
8688 | * tui/tui-wingeneral.c (tui_win_info::make_visible) | |
8689 | (tui_source_window_base::make_visible): New methods. | |
8690 | (make_all_visible): Make method call. | |
8691 | * tui/tui-data.h (struct tui_win_info) <make_visible>: New method. | |
8692 | (struct tui_source_window_base, struct tui_cmd_window): Override | |
8693 | make_visible. | |
8694 | (tui_win_is_source_type): Don't declare. | |
8695 | * tui/tui-data.c (tui_win_is_source_type): Remove. | |
8696 | ||
6a0ee02c TT |
8697 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8698 | ||
8699 | * tui/tui-layout.c (show_source_or_disasm_and_command): Remove | |
8700 | NULL check. | |
8701 | ||
63901aec TT |
8702 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8703 | ||
8704 | * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window): | |
8705 | Inline constructor. Add initializers for members. | |
8706 | * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove | |
8707 | constructors; now inline in class. | |
8708 | ||
ceb13a13 TT |
8709 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8710 | ||
8711 | * tui/tui-regs.c (tui_show_registers): Update. | |
8712 | * tui/tui-data.h (struct tui_data_window) <display_regs>: Now | |
8713 | bool. | |
8714 | * tui/tui-data.c (tui_data_window::clear_detail) | |
8715 | (tui_data_window): Update. | |
8716 | ||
238eb706 TT |
8717 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8718 | ||
8719 | * tui/tui-windata.c (tui_display_all_data) | |
8720 | (tui_display_data_from_line, tui_display_data_from) | |
8721 | (tui_check_data_values, tui_data_window::do_scroll_vertical): | |
8722 | Update. | |
8723 | * tui/tui-regs.c (tui_last_regs_line_no) | |
8724 | (tui_line_from_reg_element_no, tui_first_reg_element_no_inline) | |
8725 | (tui_show_registers, tui_show_register_group) | |
8726 | (tui_display_registers_from, tui_display_reg_element_at_line) | |
8727 | (tui_display_registers_from_line, tui_check_register_values) | |
8728 | (tui_reg_next, tui_reg_prev): Update. | |
8729 | * tui/tui-layout.c (tui_set_layout, show_data): Update. | |
8730 | * tui/tui-data.h (struct tui_data_info): Remove. Move contents to | |
8731 | tui_data_window. | |
8732 | (struct tui_win_info) <detail>: Remove. Add new fields from | |
8733 | tui_data_info. | |
8734 | (TUI_DATA_WIN): Add cast. | |
8735 | * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window) | |
8736 | (~tui_data_window): Simplify. | |
8737 | ||
81491aa0 TT |
8738 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8739 | ||
8740 | * tui/tui-layout.c (show_source_disasm_command) | |
8741 | (show_source_or_disasm_and_command): Update. | |
8742 | * tui/tui-io.c (update_cmdwin_start_line) | |
8743 | (tui_redisplay_readline): Update. | |
8744 | * tui/tui-data.h (struct tui_command_info): Remove. | |
8745 | (struct tui_win_info) <detail>: Remove command_info member. | |
8746 | (struct tui_data_window) <start_line>: New member, from | |
8747 | tui_command_info. | |
8748 | (TUI_CMD_WIN): Add casts. | |
8749 | ||
e6e41501 TT |
8750 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8751 | ||
8752 | * tui/tui-winsource.c (tui_update_source_window) | |
8753 | (tui_refill_source_window) | |
8754 | (tui_source_window_base::do_scroll_horizontal) | |
8755 | (tui_update_breakpoint_info, tui_set_exec_info_content) | |
8756 | (tui_show_exec_info_content, tui_erase_exec_info_content) | |
8757 | (tui_clear_exec_info_content): Update. | |
8758 | * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all): | |
8759 | Update. | |
8760 | * tui/tui-win.c (make_invisible_and_set_new_height) | |
8761 | (make_visible_with_new_height): Update. | |
8762 | * tui/tui-source.c (tui_set_source_content) | |
8763 | (tui_show_symtab_source): Update. | |
8764 | * tui/tui-layout.c (extract_display_start_addr) | |
8765 | (show_source_disasm_command, show_data) | |
8766 | (make_source_or_disasm_window) | |
8767 | (show_source_or_disasm_and_command): Update. | |
8768 | * tui/tui-disasm.c (tui_set_disassem_content): Simplify. | |
8769 | (tui_disasm_window::do_scroll_vertical): Remove shadowing | |
8770 | "gdbarch". | |
8771 | * tui/tui-data.h (struct tui_source_info): Remove. Move contents | |
8772 | to tui_source_window_base. | |
8773 | (struct tui_win_info) <detail>: Remove source_info member. | |
8774 | (struct tui_source_window_base) <has_locator>: Inline. | |
8775 | Move contents from tui_source_info; rename has_locator member to | |
8776 | m_has_locator. | |
8777 | (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts. | |
8778 | * tui/tui-data.c (tui_source_window_base::has_locator): Move to | |
8779 | header file. | |
8780 | (tui_source_window_base::clear_detail, ~tui_source_window_base): | |
8781 | Simplify. | |
8782 | (tui_free_all_source_wins_content): Cast to | |
8783 | tui_source_window_base. | |
8784 | ||
44f0e208 TT |
8785 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8786 | ||
8787 | * tui/tui-win.c (make_invisible_and_set_new_height) | |
8788 | (make_visible_with_new_height): Call has_locator method. | |
8789 | * tui/tui-layout.c (show_source_disasm_command, show_data) | |
8790 | (show_source_or_disasm_and_command): Update for bool change. | |
8791 | * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool. | |
8792 | (tui_win_info) <has_locator>: New method. | |
8793 | (struct tui_source_window_base) <has_locator>: New method. | |
8794 | (tui_win_has_locator): Don't declare. | |
8795 | * tui/tui-data.c (tui_source_window_base::has_locator): Rename | |
8796 | from tui_win_has_locator. | |
8797 | (tui_source_window_base): Use false, not FALSE. | |
8798 | ||
7778b912 TT |
8799 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8800 | ||
8801 | * tui/tui-data.h (tui_clear_win_detail): Don't declare. | |
8802 | * tui/tui-data.c (tui_clear_source_windows_detail): Call the | |
8803 | clear_detail method directly. | |
8804 | (tui_clear_win_detail): Remove. | |
8805 | ||
f83d391c TT |
8806 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8807 | ||
8808 | * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use | |
8809 | "this", not TUI_DISASM_WIN. | |
8810 | ||
13446e05 TT |
8811 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8812 | ||
8813 | * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't | |
8814 | declare. | |
8815 | * tui/tui-winsource.c | |
8816 | (tui_source_window_base::do_scroll_horizontal): Rename from | |
8817 | tui_horizontal_source_scroll. | |
8818 | * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare. | |
8819 | * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename | |
8820 | from tui_vertical_data_scroll. | |
8821 | * tui/tui-win.h (tui_scroll): Don't declare. | |
8822 | * tui/tui-win.c (tui_win_info::forward_scroll) | |
8823 | (tui_win_info::backward_scroll, tui_win_info::left_scroll) | |
8824 | (tui_win_info::right_scroll): Rename and update. | |
8825 | (tui_scroll_forward_command, tui_scroll_backward_command) | |
8826 | (tui_scroll_left_command, tui_scroll_right_command): Update. | |
8827 | (tui_scroll): Remove. | |
8828 | * tui/tui-source.h: Don't declare tui_vertical_source_scroll. | |
8829 | * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename | |
8830 | from tui_vertical_source_scroll. | |
8831 | * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare. | |
8832 | * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename | |
8833 | from tui_vertical_disassem_scroll. | |
8834 | * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical, | |
8835 | do_scroll_horizontal>: New methods. | |
8836 | <forward_scroll, backward_scroll, left_scroll, right_scroll>: | |
8837 | Likewise. | |
8838 | (struct tui_source_window_base): Add do_scroll_horizontal. | |
8839 | (struct tui_source_window, struct tui_disasm_window): Add | |
8840 | do_scroll_vertical. | |
8841 | (struct tui_data_window, struct tui_cmd_window): Add | |
8842 | do_scroll_horizontal and do_scroll_vertical. | |
8843 | * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls. | |
8844 | ||
5cf82909 TT |
8845 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8846 | ||
8847 | * tui/tui-data.h (struct tui_source_window_base): New struct. | |
8848 | (struct tui_source_window): Derive from tui_source_window_base. | |
8849 | (struct tui_disasm_window): New struct. | |
8850 | * tui/tui-data.c (tui_source_window_base::clear_detail): Rename | |
8851 | from tui_source_window::clear_detail. | |
8852 | (tui_source_window_base): Rename from tui_source_window. | |
8853 | (~tui_source_window_base): Rename from ~tui_source_window. | |
8854 | (tui_alloc_win_info): Create a tui_disasm_window. | |
8855 | ||
ee1d42d6 TT |
8856 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8857 | ||
8858 | * tui/tui-data.h (struct tui_source_window) | |
8859 | (struct tui_data_window): Declare destructors. | |
8860 | * tui/tui-data.c (~tui_source_window, ~tui_data_window): New | |
8861 | destructors. | |
8862 | (tui_win_info): Simplify. | |
8863 | ||
b4eb2452 TT |
8864 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8865 | ||
8866 | * tui/tui-winsource.c (tui_display_main) | |
8867 | (tui_update_source_windows_with_addr) | |
8868 | (tui_update_all_breakpoint_info): Update. | |
8869 | * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights) | |
8870 | (new_height_ok, parse_scrolling_args): Update. | |
8871 | * tui/tui-stack.c (tui_show_frame_info): Update. | |
8872 | * tui/tui-data.h (struct tui_list): Remove. | |
8873 | (tui_source_windows): Return a reference to a std::vector. | |
8874 | * tui/tui-data.c (source_windows): Now a std::vector. | |
8875 | (tui_source_windows): Change return type. | |
8876 | (tui_clear_source_windows): Rewrite. | |
8877 | (tui_clear_source_windows_detail, tui_add_to_source_windows) | |
8878 | (tui_free_all_source_wins_content): Rewrite. | |
8879 | ||
8761a91b TT |
8880 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8881 | ||
8882 | * tui/tui-data.h (struct tui_win_info, struct tui_source_window) | |
8883 | (struct tui_data_window, struct tui_cmd_window): Declare | |
8884 | clear_detail method. | |
8885 | * tui/tui-data.c (tui_source_window::clear_detail) | |
8886 | (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New | |
8887 | methods. | |
8888 | (tui_clear_win_detail): Simplify. | |
8889 | ||
0ed69eda TT |
8890 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8891 | ||
8892 | * tui/tui-layout.c (make_source_window, make_disasm_window) | |
8893 | (make_source_or_disasm_window): Remove win_info_ptr parameter. | |
8894 | Return the new window. | |
8895 | (show_source_disasm_command, show_data) | |
8896 | (show_source_or_disasm_and_command): Update. | |
8897 | ||
82432e10 TT |
8898 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8899 | ||
8900 | * tui/tui-layout.c (make_command_window): Remove win_info_ptr | |
8901 | parameter. Return the new window. | |
8902 | (show_source_disasm_command): Update and remove NULL check. | |
8903 | (show_source_or_disasm_and_command): Update. | |
8904 | ||
ec328aa5 TT |
8905 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8906 | ||
8907 | * tui/tui-layout.c (init_and_make_win): Remove NULL check. | |
8908 | ||
33b906ab TT |
8909 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8910 | ||
8911 | * tui/tui-data.h (struct tui_win_info): Make constructor | |
8912 | protected. Make destructor virtual. Add initializers. | |
8913 | (tui_source_window, tui_data_window, tui_cmd_window): New | |
8914 | classes. | |
8915 | * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a | |
8916 | constructor. Add "type" parameter. | |
8917 | (tui_source_window, tui_data_window, tui_cmd_window): New | |
8918 | constructors. | |
8919 | (tui_alloc_win_info): Instantiate the appropriate subclass. | |
8920 | ||
e7e11af4 TT |
8921 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8922 | ||
8923 | * tui/tui-win.c (tui_resize_all): Use delete. | |
8924 | * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare | |
8925 | destructor. | |
8926 | (tui_free_window): Don't declare. | |
8927 | * tui/tui-data.c (~tui_win_info): Rename from tui_free_window. | |
8928 | Update. | |
8929 | ||
6792b55e TT |
8930 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8931 | ||
8932 | * tui/tui-data.h (struct tui_win_info): Add constructor. | |
8933 | * tui/tui-data.c (tui_alloc_win_info): Use new. | |
8934 | (tui_free_window): Use delete. | |
8935 | ||
f95675e1 TT |
8936 | 2019-06-22 Tom Tromey <tom@tromey.com> |
8937 | ||
8938 | * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't | |
8939 | declare. | |
8940 | * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove. | |
8941 | ||
5bff081c TT |
8942 | 2019-06-22 Tom Tromey <tom@tromey.com> |
8943 | ||
8944 | * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't | |
8945 | declare. | |
8946 | * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove. | |
8947 | ||
47e3f474 TV |
8948 | 2019-06-22 Tom de Vries <tdevries@suse.de> |
8949 | ||
8950 | * dwarf2read.c (create_addrmap_from_aranges) | |
8951 | (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest | |
8952 | instead of '%zu'. | |
8953 | ||
fd5866f6 SM |
8954 | 2019-06-21 Simon Marchi <simon.marchi@efficios.com> |
8955 | ||
8956 | * dwarf2read.h (dwarf2_section_info_def): Remove. | |
8957 | (DEF_VEC_O (dwarf2_section_info_def)): Remove. | |
8958 | * dwarf2read.c (struct dwo_sections) <types>: Change type to | |
8959 | std::vector<dwarf2_section_info>. | |
8960 | (struct dwo_file) <~dwo_file>: Remove. | |
8961 | (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free | |
8962 | types field. | |
8963 | (dwarf2_per_objfile::locate_sections): Adjust to std::vector. | |
8964 | (dwarf2_read_debug_names): Likewise. | |
8965 | (create_debug_types_hash_table): Change parameter type to | |
8966 | array_view, adjust code accordingly. | |
8967 | (dwarf2_locate_dwo_sections): Adjust to std::vector. | |
8968 | (partial_die_info::fixup): Likewise. | |
8969 | (determine_prefix): Likewise. | |
8970 | * dwarf-index-write.c (write_psymtabs_to_index): Adjust. | |
8971 | ||
fb1eb2f9 SM |
8972 | 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca> |
8973 | ||
8974 | * dwarf2read.c (struct dwo_file) <dbfd>: Change type to | |
8975 | gdb_bfd_ref_ptr. | |
8976 | <~dwo_file>: Remove call to gdb_bfd_unref. | |
8977 | (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call | |
8978 | gdb_bfd_ref_ptr::get. | |
8979 | ||
51ac9db5 SM |
8980 | 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca> |
8981 | ||
8982 | * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change | |
8983 | type to htab_up. | |
8984 | * dwarf2read.c (struct dwo_file): Initialize fields. | |
8985 | <~dwo_file>: New. | |
8986 | (free_dwo_file): Remove, move content to ~dwo_file. | |
8987 | (struct dwo_file_deleter): Remove. | |
8988 | (dwo_file_up>: Remove custom deleter. | |
8989 | (free_dwo_files): Remove. | |
8990 | (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free | |
8991 | dwo_files. | |
8992 | (process_skeletonless_type_units): Call unique_ptr::get. | |
8993 | (allocate_dwo_file_hash_table): Add deleter to created hash | |
8994 | table. Change return type to htab_up. | |
8995 | (lookup_dwo_file_slot): Don't memset dwo_file, call | |
8996 | unique_ptr::get. | |
8997 | (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new. | |
8998 | (create_dwo_unit_in_dwp_v2): Likewise. | |
8999 | (open_and_init_dwo_file): Likewise. | |
9000 | (free_dwo_file_from_slot): Remove. | |
9001 | ||
dc4ccb6f SM |
9002 | 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca> |
9003 | ||
9004 | * dwarf2read.h (struct dwarf2_section_info) <readin, | |
9005 | is_virtual>: Change type to bool. | |
9006 | * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use | |
9007 | true instead of 1. | |
9008 | ||
e6a1c5cb TT |
9009 | 2019-06-19 Tom Tromey <tom@tromey.com> |
9010 | ||
9011 | * tui/tui-data.h (tui_init_content_element): Don't declare. | |
9012 | ||
6f6ffbeb TT |
9013 | 2019-06-19 Tom Tromey <tom@tromey.com> |
9014 | ||
9015 | * tui/tui-data.h (tui_init_win_info): Don't declare. | |
9016 | ||
f23f598e TV |
9017 | 2019-06-19 Tom de Vries <tdevries@suse.de> |
9018 | ||
9019 | * dwarf2read.h (abstract_to_concrete): Change type to | |
9020 | std::unordered_map<sect_offset, std::vector<sect_offset>, | |
9021 | gdb::hash_enum<sect_offset>>. | |
9022 | ||
680e1bee TT |
9023 | 2019-06-19 Tom Tromey <tromey@adacore.com> |
9024 | ||
9025 | * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle | |
9026 | EVAL_AVOID_SIDE_EFFECTS specially. | |
9027 | ||
dcf37923 TT |
9028 | 2019-06-19 Tom Tromey <tromey@adacore.com> |
9029 | ||
9030 | * source-cache.c (highlighter): New global. | |
9031 | (source_cache::get_source_lines): Create a highlighter on demand. | |
9032 | ||
494986d5 AB |
9033 | 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com> |
9034 | ||
9035 | * defs.h (deprecated_interactive_hook): Delete declaration. | |
9036 | * interps.c (clear_interpreter_hooks): Remove use of | |
9037 | deprecated_interactive_hook. | |
9038 | * top.c (deprecated_interactive_hook): Delete definition. | |
9039 | * utils.c (maybe_quit): Remove use of deprecated_interactive_hook. | |
9040 | ||
3360b6e7 TV |
9041 | 2019-06-18 Tom de Vries <tdevries@suse.de> |
9042 | ||
9043 | PR gdb/24515 | |
9044 | * dwarf2read.h (abstract_to_concrete): Change type from | |
9045 | std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to | |
9046 | std::unordered_map<sect_offset, std::vector<sect_offset>>. | |
9047 | * dwarf2read.c (read_variable): Update. | |
9048 | (dwarf2_fetch_die_loc_sect_off): Update. | |
9049 | ||
310b3441 TV |
9050 | 2019-06-17 Tom de Vries <tdevries@suse.de> |
9051 | ||
9052 | PR gdb/24617 | |
9053 | * common/pathstuff.c (child_path): Make sure parent_len > 0 before | |
9054 | accessing parent[parent_len - 1]. | |
9055 | ||
ba9777be PP |
9056 | 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com> |
9057 | ||
9058 | PR gdb/24364 | |
9059 | * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't | |
9060 | call dtrace_process_dof with NULL dof. | |
9061 | ||
2b9f6e89 TV |
9062 | 2019-06-16 Tom de Vries <tdevries@suse.de> |
9063 | ||
9064 | PR gdb/24445 | |
9065 | * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable. | |
9066 | ||
431b3ead TT |
9067 | 2019-06-16 Tom Tromey <tom@tromey.com> |
9068 | ||
9069 | * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win) | |
9070 | (make_all_visible): Use address of member. | |
9071 | ||
d04b44a1 TT |
9072 | 2019-06-16 Tom Tromey <tom@tromey.com> |
9073 | ||
9074 | * tui/tui-data.c (tui_clear_win_detail, init_win_info) | |
9075 | (tui_free_window, free_content, free_content_elements): Remove | |
9076 | unnecessary cast. | |
9077 | * tui/tui-windata.c (tui_display_all_data): Remove unnecessary | |
9078 | cast. | |
9079 | * tui/tui-regs.c (tui_show_register_group) | |
9080 | (tui_display_registers_from, tui_display_reg_element_at_line): | |
9081 | Remove unnecessary cast. | |
9082 | ||
bf5142e7 AB |
9083 | 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com> |
9084 | ||
9085 | * linux-nat.c (normal_mask): Delete. | |
9086 | (_initialize_linux_nat): Don't initialise normal_mask. | |
9087 | ||
c4973306 SM |
9088 | 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca> |
9089 | ||
9090 | PR gdb/24445 | |
9091 | * dwarf-index-write.h (write_psymtabs_to_index): Add | |
9092 | dwz_basename parameter. | |
9093 | * dwarf-index-write.c (write_gdbindex): Move file writing to | |
9094 | write_gdbindex_1. Change return type void. | |
9095 | (assert_file_size): Move up, remove filename parameter. | |
9096 | (write_gdbindex_1): New function. | |
9097 | (write_debug_names): Change return type to void, call | |
9098 | assert_file_size. | |
9099 | (struct index_wip_file): New struct. | |
9100 | (write_psymtabs_to_index): Add dwz_basename parameter. Move | |
9101 | file logic to index_wip_file. Write index for dwz file if | |
9102 | needed. | |
9103 | (save_gdb_index_command): Pass basename of dwz file, if present. | |
9104 | * dwarf-index-cache.c (index_cache::store): Obtain and pass | |
9105 | build-id of dwz file, if present. | |
9106 | * dwarf2read.c (struct dwz_file): Move to dwarf2read.h. | |
9107 | (dwarf2_get_dwz_file): Likewise. | |
9108 | * dwarf2read.h (struct dwz_file): Move from dwarf2read.c. | |
9109 | (dwarf2_get_dwz_file): Likewise. | |
9110 | ||
395f9c91 TT |
9111 | 2019-06-16 Tom Tromey <tom@tromey.com> |
9112 | ||
9113 | * coffread.c (process_coff_symbol): Use xstrdup. | |
9114 | * value.c (create_internalvar): Use xstrdup. | |
9115 | ||
cafb3438 TT |
9116 | 2019-06-16 Tom Tromey <tom@tromey.com> |
9117 | ||
9118 | * valops.c (value_cast, value_slice): Remove unnecessary cast. | |
9119 | * breakpoint.c (stopin_command, stopat_command) | |
9120 | (until_break_command, decode_location_default): Remove unnecessary | |
9121 | cast. | |
9122 | * utils.c (subset_compare): Remove unnecessary cast. | |
9123 | * ada-lang.c (ada_update_initial_language): Remove unnecessary | |
9124 | cast. | |
9125 | * linespec.c (decode_line_with_last_displayed): Remove unnecessary | |
9126 | cast. | |
9127 | * infcmd.c (path_command): Remove unnecessary cast. | |
9128 | * coffread.c (decode_type): Remove unnecessary cast. | |
9129 | * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast. | |
9130 | * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast. | |
9131 | * tui/tui-stack.c (tui_show_locator_content) | |
9132 | (tui_show_frame_info): Remove unnecessary cast. | |
9133 | * tui/tui-win.c (tui_scroll_forward_command) | |
9134 | (tui_scroll_backward_command, tui_set_focus, tui_set_win_height) | |
9135 | (parse_scrolling_args): Remove unnecessary cast. | |
9136 | * tui/tui-data.c (init_win_info, tui_del_window) | |
9137 | (tui_free_window, tui_del_data_windows, tui_free_data_content) | |
9138 | (free_content_elements): Remove unnecessary cast. | |
9139 | * tui/tui-windata.c (tui_first_data_item_displayed): Remove | |
9140 | unnecessary cast. | |
9141 | * tui/tui-source.c (tui_set_source_content) | |
9142 | (tui_vertical_source_scroll): Remove unnecessary cast. | |
9143 | * tui/tui-layout.c (tui_default_win_height): Remove unnecessary | |
9144 | cast. | |
9145 | * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast. | |
9146 | * tui/tui-regs.c (tui_display_registers_from) | |
9147 | (tui_display_register): Remove unnecessary cast. | |
9148 | * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win) | |
9149 | (tui_unhighlight_win, tui_highlight_win, tui_make_window) | |
9150 | (make_visible): Remove unnecessary cast. | |
9151 | * tui/tui-winsource.c (tui_erase_source_content) | |
9152 | (tui_update_breakpoint_info, tui_set_exec_info_content): Remove | |
9153 | unnecessary cast. | |
9154 | * ax-gdb.c (agent_command_1): Remove unnecessary cast. | |
9155 | * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast. | |
9156 | * stabsread.c (read_type, read_array_type, read_range_type): | |
9157 | Remove unnecessary cast. | |
9158 | * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast. | |
9159 | (parse_symbol, parse_type, upgrade_type, parse_external) | |
9160 | (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove | |
9161 | unnecessary cast. | |
9162 | * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast. | |
9163 | ||
730ead81 TT |
9164 | 2019-06-16 Tom Tromey <tom@tromey.com> |
9165 | ||
9166 | * tui/tui-data.c (tui_alloc_generic_win_info) | |
9167 | (tui_alloc_win_info, tui_add_content_elements): Remove NULL | |
9168 | checks. | |
9169 | ||
584a927c AB |
9170 | 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com> |
9171 | Andrew Burgess <andrew.burgess@embecosm.com> | |
9172 | ||
9173 | * f-typeprint.c (f_print_type): Don't return early for not | |
9174 | associated or not allocated types. | |
9175 | (f_type_print_varspec_suffix): Add print_rank parameter and print | |
9176 | ranks of array types in case they dangling. | |
9177 | (f_type_print_base): Add print_rank parameter. | |
9178 | ||
30056ea0 AB |
9179 | 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com> |
9180 | ||
9181 | * NEWS: Mention new MI commands. | |
9182 | * break-catch-throw.c (enum exception_event_kind): Move to | |
9183 | breakpoint.h. | |
9184 | (print_mention_exception_catchpoint): Output text as a single | |
9185 | message. | |
9186 | (catch_exception_command_1): Rename to... | |
9187 | (catch_exception_event): ...this, make non-static, update header | |
9188 | command, and change some parameter types. | |
9189 | (catch_catch_command): Update for changes to | |
9190 | catch_exception_command_1. | |
9191 | (catch_throw_command): Likewise. | |
9192 | (catch_rethrow_command): Likewise. | |
9193 | * breakpoint.c (enum exception_event_kind): Delete. | |
9194 | * breakpoint.h (enum exception_event_kind): Moved here from | |
9195 | break-catch-throw.c. | |
9196 | (catch_exception_event): Declare. | |
9197 | * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function. | |
9198 | (mi_cmd_catch_throw): New function. | |
9199 | (mi_cmd_catch_rethrow): New function. | |
9200 | (mi_cmd_catch_catch): New function. | |
9201 | * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and | |
9202 | 'catch-catch' entries. | |
9203 | * mi/mi-cmds.h (mi_cmd_catch_throw): Declare. | |
9204 | (mi_cmd_catch_rethrow): Declare. | |
9205 | (mi_cmd_catch_catch): Declare. | |
9206 | ||
ec8e2b6d AB |
9207 | 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com> |
9208 | ||
9209 | * annotate.c (annotate_source_line): Change return type to void, | |
9210 | update implementation to match. | |
9211 | * annotate.h (annotate_source_line): Change return type to void, | |
9212 | update header comment. | |
9213 | * stack.c (print_frame_info): Don't change what frame information | |
9214 | is printed based on whether annotations are on or not. | |
9215 | ||
0d3abd8c AB |
9216 | 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com> |
9217 | ||
9218 | * annotate.c: Add 'source.h' and 'objfiles.h' includes. | |
9219 | (annotate_source): Make static. | |
9220 | (annotate_source_line): Moved from source.c and renamed from | |
9221 | identify_source_line. Update the return type. | |
9222 | * annotate.h (annotate_source): Delete declaration. | |
9223 | (annotate_source_line): Declaration moved from source.h, and | |
9224 | renamed from identify_source_line. Return type updated. | |
9225 | * source.c (identify_source_line): Moved to annotate.c and renamed | |
9226 | to annotate_source_line. | |
9227 | (info_line_command): Remove check of annotation_level. | |
9228 | * source.h (identify_source_line): Move declaration to annotate.h | |
9229 | and rename to annotate_source_line. | |
9230 | * stack.c: Add 'annotate.h' include. | |
9231 | (print_frame_info): Remove check of annotation_level before | |
9232 | calling annotate_source_line. | |
9233 | ||
00df30ae AB |
9234 | 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com> |
9235 | ||
9236 | * source-cache.c (source_cache::get_plain_source_lines): Use | |
9237 | open_source_file_with_line_charpos instead of just | |
9238 | open_source_file, remove call to find_source_lines. | |
9239 | (source_cache::get_source_lines): Likewise. | |
9240 | * source.c (find_source_lines): Make static. | |
9241 | (get_filename_and_charpos): Renamed into... | |
9242 | (open_source_file_with_line_charpos): ..this along with changes to | |
9243 | return a scoped_fd, and some other minor clean ups. | |
9244 | (identify_source_line): Use open_source_file_with_line_charpos. | |
9245 | (search_command_helper): Use open_source_file_with_line_charpos | |
9246 | instead of just open_source_file, remove call to | |
9247 | find_source_lines. | |
9248 | * source.h (open_source_file_with_line_charpos): Declare new | |
9249 | function. | |
9250 | (find_source_lines): Delete declaration. | |
9251 | ||
afda45a2 AB |
9252 | 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com> |
9253 | ||
9254 | * source.c (get_filename_and_charpos): Remove fullname | |
9255 | parameter. | |
9256 | (identify_source_line): Update call to get_filename_and_charpos. | |
9257 | ||
0735b091 TT |
9258 | 2019-06-14 Tom Tromey <tromey@adacore.com> |
9259 | ||
9260 | PR gdb/24502: | |
9261 | * ui-style.h (skip_ansi_escape): Update comment. | |
9262 | * ui-file.h (class no_terminal_escape_file): New class. | |
9263 | * ui-file.c (no_terminal_escape_file::write) | |
9264 | (no_terminal_escape_file::puts): New methods. | |
9265 | * cli/cli-logging.c (handle_redirections): Use | |
9266 | no_terminal_escape_file. | |
9267 | ||
52ce35e2 TT |
9268 | 2019-06-14 Tom Tromey <tromey@adacore.com> |
9269 | ||
9270 | * NEWS: Move convenience variable news above Python news. | |
9271 | ||
73cc7272 TT |
9272 | 2019-06-14 Tom Tromey <tom@tromey.com> |
9273 | ||
9274 | * gnulib: Move directory to top-level. | |
9275 | * configure.ac: Don't configure gnulib. | |
9276 | * configure: Rebuild. | |
9277 | * common/common-defs.h: Use new path to gnulib. | |
9278 | * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib. | |
9279 | (GNULIB_H): Remove. | |
9280 | (INCGNU): Look in new gnulib location. | |
9281 | (HFILES_NO_SRCDIR): Remove gnulib files. | |
9282 | (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib. | |
9283 | (generated_files): Remove GNULIB_H. | |
9284 | ($(LIBGNU), all-lib): Remove targets. | |
9285 | (distclean): Don't mention GNULIB_BUILDDIR. | |
9286 | ($(GNULIB_BUILDDIR)/Makefile): Remove target. | |
9287 | ||
f5686554 TT |
9288 | 2019-06-14 Tom Tromey <tromey@adacore.com> |
9289 | ||
9290 | * symfile.c (add_symbol_file_command): Remove obsolete comment. | |
9291 | Warn if symbol file does not provide any symbols. | |
9292 | ||
a0c1ffed TT |
9293 | 2019-06-14 Tom Tromey <tromey@adacore.com> |
9294 | ||
9295 | * source.c (find_and_open_source): Respect basenames_may_differ. | |
9296 | ||
7c39e397 AB |
9297 | 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com> |
9298 | ||
9299 | * annotate.c (annotate_breakpoints_invalid): Make use of | |
9300 | scoped_restore_terminal_state. | |
9301 | (annotate_frames_invalid): Likewise. | |
9302 | ||
f411722c TT |
9303 | 2019-06-14 Tom Tromey <tromey@adacore.com> |
9304 | ||
9305 | * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always | |
9306 | allow assignment to an internalvar. | |
9307 | ||
4268ec18 TT |
9308 | 2019-06-14 Tom Tromey <tromey@adacore.com> |
9309 | ||
9310 | * ada-lex.l: Allow "_" in attribute names. | |
9311 | ||
abdb711e TT |
9312 | 2019-06-14 Tom Tromey <tromey@adacore.com> |
9313 | ||
9314 | PR gdb/24653: | |
9315 | * regcache.c (registers_changed): Don't call alloca. | |
9316 | * top.c (execute_command): Don't call alloca. | |
9317 | ||
4c048731 PA |
9318 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9319 | ||
9320 | * cli/cli-setshow.c (cli/cli-setshow.c): New parameter | |
9321 | 'expression'. When parsing an expression, error out if there's | |
9322 | junk after "unlimited". | |
9323 | (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited) | |
9324 | (do_set_command): Adjust calls to is_unlimited_literal. | |
9325 | ||
66eb1ed3 PA |
9326 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9327 | ||
9328 | * compile/compile.c (make_compile_options_def_group): Add braces | |
9329 | around array_view initializer. | |
9330 | * thread.c (make_thread_apply_all_options_def_group) | |
9331 | (make_thread_apply_all_options_def_group): Likewise. | |
9332 | ||
3345721a PA |
9333 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9334 | ||
9335 | * NEWS (New commands): Mention "maint test-options | |
9336 | require-delimiter", "maint test-options unknown-is-error", "maint | |
9337 | test-options unknown-is-operand" and "maint show | |
9338 | test-options-completion-result". | |
9339 | (New command options, command completion): New section. | |
9340 | (Completion improvements): New section. | |
9341 | Mention that you can abbreviate "unlimited". | |
9342 | ||
6206060d PA |
9343 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9344 | ||
9345 | * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete. | |
9346 | * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete. | |
9347 | * unittests/cli-utils-selftests.c (test_parse_flags) | |
9348 | (test_parse_flags_qcs): Delete. | |
9349 | (test_cli_utils): Don't call deleted functions. | |
9350 | ||
6665660a PA |
9351 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9352 | ||
9353 | * thread.c: Include "cli/cli-option.h". | |
9354 | (tp_array_compar_ascending): Global. | |
9355 | (tp_array_compar): Delete function. | |
9356 | (tp_array_compar_ascending, tp_array_compar_descending): New | |
9357 | functions. | |
9358 | (ascending_option_def, qcs_flag_option_def) | |
9359 | (thr_qcs_flags_option_defs) | |
9360 | (make_thread_apply_all_options_def_group) | |
9361 | (make_thread_apply_options_def_group): New. | |
9362 | (thread_apply_all_command): Use gdb::option::process_options. | |
9363 | (thread_apply_command_completer) | |
9364 | (thread_apply_all_command_completer): New. | |
9365 | (thread_apply_command): Use gdb::option::process_options. | |
9366 | (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it | |
9367 | with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help | |
9368 | to generate help text of "thread apply". Adjust "taas"'s help. | |
9369 | * tid-parse.c (tid_range_parser::in_thread_range): New method. | |
9370 | * tid-parse.h (tid_range_parser::in_thread_range): New method. | |
9371 | ||
f7e13587 PA |
9372 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9373 | ||
9374 | * thread.c (thread_apply_command): Check for invalid TID with | |
9375 | isdigit instead of !isalpha. | |
9376 | ||
5d707134 PA |
9377 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9378 | ||
9379 | * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs. | |
9380 | (validate_flags_qcs): New. | |
9381 | * cli/cli-utils.h (struct qcs_flags): Change field types to int. | |
9382 | (validate_flags_qcs): Declare. | |
9383 | * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New. | |
9384 | (make_frame_apply_options_def_group): New. | |
9385 | (frame_apply_command_count): Process options with | |
9386 | gdb::option::process_options. | |
9387 | (frame_apply_completer): New. | |
9388 | (frame_apply_level_completer, frame_apply_all_completer) | |
9389 | (frame_apply_completer): New. | |
9390 | (_initialize_stack): Update help of "frame apply", "frame apply | |
9391 | level", "frame apply all" and "faas" to mention supported options | |
9392 | and install command completers. | |
9393 | * stack.h (frame_apply_all_completer): Declare. | |
9394 | * thread.c: Include "stack.h". | |
9395 | (tfaas_command): Add "--". | |
9396 | (_initialize_thread): Update help "tfaas" to mention supported | |
9397 | options and install command completer. | |
9398 | ||
272d4594 PA |
9399 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9400 | ||
9401 | * completer.c (complete_nested_command_line): New. | |
9402 | (gdb_completion_word_break_characters_throw): Add assertion. | |
9403 | * completer.h (complete_nested_command_line): Declare. | |
9404 | ||
90a1ef87 PA |
9405 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9406 | ||
9407 | * stack.c (parse_backtrace_qualifiers): New. | |
9408 | (backtrace_command): Use it. | |
9409 | (backtrace_command_completer): Complete on qualifiers. | |
9410 | ||
d4c16835 PA |
9411 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9412 | ||
9413 | * frame.c: Include "cli/cli-option.h. | |
9414 | (user_set_backtrace_options): New. | |
9415 | (backtrace_past_main, backtrace_past_entry, backtrace_limit): | |
9416 | Delete. | |
9417 | (get_prev_frame): Adjust. | |
9418 | (boolean_option_def, uinteger_option_def) | |
9419 | (set_backtrace_option_defs): New. | |
9420 | (_initialize_frame): Adjust and use | |
9421 | gdb::option::add_setshow_cmds_for_options to install "set | |
9422 | backtrace past-main" and "set backtrace past-entry". | |
9423 | * frame.h: Include "cli/cli-option.h". | |
9424 | (struct frame_print_options): Forward declare. | |
9425 | (print_frame_arguments_all, print_frame_arguments_scalars) | |
9426 | (print_frame_arguments_none): Declare. | |
9427 | (print_entry_values): Delete declaration. | |
9428 | (struct frame_print_options, user_frame_print_options): New. | |
9429 | (struct set_backtrace_options): New. | |
9430 | (set_backtrace_option_defs, user_set_backtrace_options): Declare. | |
9431 | * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames) | |
9432 | (mi_cmd_stack_list_locals, mi_cmd_stack_list_args) | |
9433 | (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS. | |
9434 | (list_args_or_locals): Add frame_print_options parameter. | |
9435 | (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS. | |
9436 | * python/py-framefilter.c (enumerate_args): Pass down | |
9437 | USER_FRAME_PRINT_OPTIONS. | |
9438 | * stack.c: Include "cli/cli-option.h". | |
9439 | (print_frame_arguments_all, print_frame_arguments_scalars) | |
9440 | (print_frame_arguments_none): Declare. | |
9441 | (print_raw_frame_arguments, print_entry_values): Delete. | |
9442 | (user_frame_print_options): New. | |
9443 | (boolean_option_def, enum_option_def, frame_print_option_defs): | |
9444 | New. | |
9445 | (struct backtrace_cmd_options): New. | |
9446 | (bt_flag_option_def): New. | |
9447 | (backtrace_command_option_defs): New. | |
9448 | (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS. | |
9449 | (print_frame_arg, read_frame_arg, print_frame_args) | |
9450 | (print_frame_info, print_frame): Add frame_print_options parameter | |
9451 | and use it. | |
9452 | (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS. | |
9453 | (backtrace_command_1): Add frame_print_options and | |
9454 | backtrace_cmd_options parameters and use them. | |
9455 | (make_backtrace_options_def_group): New. | |
9456 | (backtrace_command): Process command options with | |
9457 | gdb::option::process_options. | |
9458 | (backtrace_command_completer): New. | |
9459 | (_initialize_stack): Extend "backtrace"'s help to mention | |
9460 | supported options. Install completer for "backtrace". | |
9461 | Install some settings commands with add_setshow_cmds_for_options. | |
9462 | ||
2daf894e PA |
9463 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9464 | ||
9465 | * NEWS (Changed commands): Mention set/show print raw-frame-arguments, | |
9466 | and that "set/show print raw frame-arguments" are now deprecated. | |
9467 | ||
9468 | * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the | |
9469 | command. | |
9470 | * command.h (add_setshow_boolean_cmd): Return cmd_list_element *. | |
9471 | * stack.c (_initialize_stack): Install "set/show print | |
9472 | raw-frame-arguments", and deprecate "set/show print raw | |
9473 | frame-arguments". | |
9474 | * valprint.c (_initialize_valprint): Deprecate "set/show print | |
9475 | raw". | |
9476 | ||
e6ed716c PA |
9477 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9478 | ||
9479 | * compile/compile.c (struct compile_options): New. | |
9480 | (compile_flag_option_def, compile_command_option_defs) | |
9481 | (make_compile_options_def_group): New. | |
9482 | (compile_file_command): Handle options with | |
9483 | gdb::option::process_options. | |
9484 | (compile_file_command_completer): New function. | |
9485 | (compile_code_command): Handle options with | |
9486 | gdb::option::process_options. | |
9487 | (compile_code_command_completer): New function. | |
9488 | (_initialize_compiler): Install completers for "compile code" and | |
9489 | "compile file". Mention available options in "compile code" and | |
9490 | "compile code"'s help. | |
9491 | * completer.c (advance_to_completion_word): New, factored out from | |
9492 | ... | |
9493 | (advance_to_expression_complete_word_point): ... this. | |
9494 | (advance_to_filename_complete_word_point): New. | |
9495 | * completer.h (advance_to_filename_complete_word_point): New | |
9496 | declaration. | |
9497 | ||
7d8062de PA |
9498 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9499 | ||
9500 | * compile/compile.c: Include "cli/cli-option.h". | |
9501 | (compile_print_value): Scope data pointer is now a | |
9502 | value_print_options pointer; adjust. | |
9503 | (compile_print_command): Process options. Scope data pointer is | |
9504 | now a value_print_options pointer; adjust. | |
9505 | (_initialize_compile): Update "compile print"'s help to include | |
9506 | supported options. Install a completer for "compile print". | |
9507 | * cp-valprint.c (show_vtblprint, show_objectprint) | |
9508 | (show_static_field_print): Delete. | |
9509 | (_initialize_cp_valprint): Don't install "set print | |
9510 | static-members", "set print vtbl", "set print object" here. | |
9511 | * printcmd.c: Include "cli/cli-option.h" and | |
9512 | "common/gdb_optional.h". | |
9513 | (print_command_parse_format): Rework to fill in a | |
9514 | value_print_options instead of a format_data. | |
9515 | (print_value): Change parameter type from format_data pointer to | |
9516 | value_print_options reference. Adjust. | |
9517 | (print_command_1): Process options. Adjust to pass down a | |
9518 | value_print_options. | |
9519 | (print_command_completer): New. | |
9520 | (_initialize_printcmd): Install print_command_completer as | |
9521 | handle_brkchars completer for the "print" command. Update | |
9522 | "print"'s help to include supported options. | |
9523 | * valprint.c: Include "cli/cli-option.h". | |
9524 | (show_vtblprint, show_objectprint, show_static_field_print): Moved | |
9525 | here from cp-valprint.c. | |
9526 | (boolean_option_def, uinteger_option_def) | |
9527 | (value_print_option_defs, make_value_print_options_def_group): | |
9528 | New. Use gdb::option::add_setshow_cmds_for_options to install | |
9529 | "set print elements", "set print null-stop", "set print repeats", | |
9530 | "set print pretty", "set print union", "set print array", "set | |
9531 | print address", "set print symbol", "set print array-indexes". | |
9532 | * valprint.h: Include <string> and "cli/cli-option.h". | |
9533 | (make_value_print_options_def_group): Declare. | |
9534 | (print_value): Change parameter type from format_data pointer to | |
9535 | value_print_options reference. | |
9536 | (print_command_completer): Declare. | |
9537 | ||
9d0faba9 PA |
9538 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9539 | ||
9540 | * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c. | |
9541 | (COMMON_SFILES): Add maint-test-settings.c. | |
9542 | * cli/cli-decode.c (boolean_enums): New global, factored out from | |
9543 | ... | |
9544 | (add_setshow_boolean_cmd): ... here. | |
9545 | * cli/cli-decode.h (boolean_enums): Declare. | |
9546 | * cli/cli-option.c: New file. | |
9547 | * cli/cli-option.h: New file. | |
9548 | * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New, | |
9549 | factored out from ... | |
9550 | (parse_cli_boolean_value(const char *)): ... this. | |
9551 | (is_unlimited_literal): Change parameter type to pointer to | |
9552 | pointer. Adjust and advance ARG pointer. | |
9553 | (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited) | |
9554 | (parse_cli_var_enum): New, factored out from ... | |
9555 | (do_set_command): ... this. Adjust. | |
9556 | * cli/cli-setshow.h (parse_cli_boolean_value) | |
9557 | (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited) | |
9558 | (parse_cli_var_enum): Declare. | |
9559 | * cli/cli-utils.c: Include "cli/cli-option.h". | |
9560 | (get_ulongest): New. | |
9561 | * cli/cli-utils.h (get_ulongest): Declare. | |
9562 | (check_for_argument): New overloads. | |
9563 | * maint-test-options.c: New file. | |
9564 | ||
2c722807 PA |
9565 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9566 | ||
9567 | * cli/cli-utils.c (number_or_range_parser::get_number): Do not | |
9568 | parse a range if "-" is at the end of the string. | |
9569 | ||
dee7b4c8 PA |
9570 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9571 | ||
9572 | * cli/cli-setshow.c (parse_auto_binary_operation) | |
9573 | (parse_cli_boolean_value): Don't allow "o". | |
9574 | ||
dca0f6c0 PA |
9575 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9576 | ||
9577 | * Makefile.in (COMMON_SFILES): Add maint-test-settings.c. | |
9578 | * NEWS: Mention maint test-settings KIND. | |
9579 | * maint-test-settings.c: New file. | |
9580 | ||
597bf39d PA |
9581 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9582 | ||
9583 | * cli/cli-decode.c (add_setshow_cmd_full): Remove "show" | |
9584 | completer. | |
9585 | (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove | |
9586 | "set" completers. | |
9587 | ||
48c410fb PA |
9588 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9589 | ||
9590 | * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk | |
9591 | after item. | |
9592 | ||
93bcb043 PA |
9593 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9594 | ||
9595 | * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations. | |
9596 | ||
cbba3ecd PA |
9597 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9598 | ||
9599 | * ax-gdb.c (agent_command_1): Remove skip_spaces call. | |
9600 | * breakpoint.c (watch_maybe_just_location): Remove skip_spaces | |
9601 | call. | |
9602 | * cli/cli-cmds.c (apropos_command): Remove skip_spaces call. | |
9603 | * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces | |
9604 | calls. | |
9605 | (check_for_argument): Skip spaces after argument. | |
9606 | ||
b9a3f842 PA |
9607 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9608 | ||
9609 | * thread.c (thread_apply_command): Adjust TID parsing. | |
9610 | * tid-parse.c (tid_range_parser::finished): Ensure parsing end is | |
9611 | detected before end of string. | |
9612 | (tid_is_in_list): Error out if LIST is invalid. | |
9613 | ||
3844e605 PA |
9614 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9615 | ||
9616 | * completer.c (complete_line_internal_1): Rewind completion word | |
9617 | point. | |
9618 | (completion_tracker::advance_custom_word_point_by): Change | |
9619 | parameter type to int. | |
9620 | * completer.h (completion_tracker::advance_custom_word_point_by): | |
9621 | Likewise. | |
9622 | ||
00b56dbe PA |
9623 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9624 | ||
9625 | * completer.c (advance_to_completion_word): Handle delimiters. | |
9626 | ||
d106773e PA |
9627 | 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com> |
9628 | ||
9629 | * dwarf2read.c (add_partial_symbol): Skip nameless modules. | |
9630 | ||
08f10e02 TT |
9631 | 2019-06-11 Tom Tromey <tom@tromey.com> |
9632 | ||
9633 | * common/common-utils.c (xmalloc, xrealloc, xcalloc) | |
9634 | (xmalloc_failed): Move to alloc.c. | |
9635 | * alloc.c: New file. | |
9636 | * Makefile.in (COMMON_SFILES): Add alloc.c. | |
9637 | ||
1c7fe951 TT |
9638 | 2019-06-11 Tom Tromey <tom@tromey.com> |
9639 | ||
9640 | * nat/linux-waitpid.c: Don't include server.h. | |
9641 | (linux_debug): Remove. | |
9642 | (my_waitpid): Update. | |
9643 | ||
89549d7f TT |
9644 | 2019-06-11 Tom Tromey <tromey@adacore.com> |
9645 | ||
9646 | * infcall.c (_initialize_infcall): Remove trailing newline from | |
9647 | help. | |
9648 | * user-regs.c (_initialize_user_regs): Remove trailing newline | |
9649 | from help. | |
9650 | * typeprint.c (_initialize_typeprint): Remove trailing newline | |
9651 | from help. | |
9652 | * reverse.c (_initialize_reverse): Remove trailing newlines from | |
9653 | help. | |
9654 | * tracepoint.c (_initialize_tracepoint): Remove trailing newlines | |
9655 | from help. | |
9656 | * language.c (add_set_language_command): Remove trailing newline | |
9657 | from help. | |
9658 | * infcmd.c (_initialize_infcmd): Remove trailing newlines from | |
9659 | help. | |
9660 | * disasm.c (_initialize_disasm): Remove trailing newline from | |
9661 | help. | |
9662 | * top.c (init_main): Remove trailing newline from help. | |
9663 | * interps.c (_initialize_interpreter): Remove trailing newline | |
9664 | from help. | |
9665 | * btrace.c (_initialize_btrace): Remove trailing newlines from | |
9666 | help. | |
9667 | * breakpoint.c (_initialize_breakpoint): Remove trailing newline | |
9668 | from help. | |
9669 | * python/python.c (_initialize_python): Remove trailing newline | |
9670 | from help. | |
9671 | * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from | |
9672 | help. | |
9673 | * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines | |
9674 | from help. Reformat some text. | |
9675 | * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline | |
9676 | from help. | |
9677 | * tui/tui-layout.c (_initialize_tui_layout): Remove trailing | |
9678 | newline from help. | |
9679 | ||
86108c13 TT |
9680 | 2019-06-11 Tom Tromey <tromey@adacore.com> |
9681 | ||
9682 | * darwin-nat.c (darwin_decode_exception_message) | |
9683 | (darwin_decode_message, darwin_nat_target::kill): Fix shadowing. | |
9684 | ||
a7067863 AB |
9685 | 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com> |
9686 | ||
9687 | * valops.c (value_slice): Check for not allocated or not | |
9688 | associated values. | |
9689 | ||
9ab08412 TV |
9690 | 2019-06-10 Tom de Vries <tdevries@suse.de> |
9691 | ||
9692 | PR gdb/24618 | |
9693 | * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make | |
9694 | sure an empty slot (defined by a 32-bit zero pair) is recognized as | |
9695 | invalid. | |
9696 | ||
f19e22e9 TV |
9697 | 2019-06-10 Tom de Vries <tdevries@suse.de> |
9698 | ||
9699 | PR gdb/24611 | |
9700 | * linespec.c (linespec_lexer_lex_string): Remove incorrect | |
9701 | "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert. | |
9702 | ||
e99f9db0 TV |
9703 | 2019-06-10 Tom de Vries <tdevries@suse.de> |
9704 | ||
9705 | PR symtab/24545 | |
9706 | * symtab.c (struct demangled_name_entry): Add language field. | |
9707 | (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate | |
9708 | static minimal symbol". Set and use language field. | |
9709 | ||
9bf7038b TT |
9710 | 2019-06-10 Tom Tromey <tromey@adacore.com> |
9711 | ||
9712 | * ada-lang.c (_initialize_ada_language): Update help text. | |
9713 | ||
422186a9 TT |
9714 | 2019-06-10 Tom Tromey <tromey@adacore.com> |
9715 | ||
9716 | * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning | |
9717 | with a newline. | |
9718 | * guile/guile.c (handle_boot_error): Don't end warning with a | |
9719 | newline. | |
9720 | * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end | |
9721 | warning with a newline. | |
9722 | * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a | |
9723 | newline. | |
9724 | (s12z_frame_cache): Likewise. | |
9725 | * dwarf-index-cache.c (index_cache::store): Don't end warning with | |
9726 | a newline. | |
9727 | * solib-svr4.c (disable_probes_interface): Don't end warning with | |
9728 | a newline. | |
9729 | * nat/fork-inferior.c (fork_inferior): Don't end warning with a | |
9730 | newline. | |
9731 | * python/python.c (do_finish_initialization): Don't end warning | |
9732 | with a newline. | |
9733 | ||
25ce02ee TT |
9734 | 2019-06-10 Tom Tromey <tom@tromey.com> |
9735 | ||
9736 | * python/py-breakpoint.c (gdbpy_breakpoint_created) | |
9737 | (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use | |
9738 | gdbpy_enter. | |
9739 | ||
caa429d8 TT |
9740 | 2019-06-10 Tom Tromey <tromey@adacore.com> |
9741 | ||
9742 | * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile | |
9743 | data. | |
9744 | (elf_new_init): Don't call stabsread_new_init. | |
9745 | * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data. | |
9746 | (elfstab_build_psymtabs): Likewise. Call stabsread_new_init. | |
9747 | * coffread.c (coff_symfile_init): Don't set the dbx objfile data. | |
9748 | ||
81873cc8 TV |
9749 | 2019-06-10 Tom de Vries <tdevries@suse.de> |
9750 | ||
9751 | PR symtab/16264 | |
9752 | PR symtab/24517 | |
9753 | * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram. | |
9754 | ||
4fa0265e РИ |
9755 | 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com> |
9756 | ||
9757 | * source.c (find_and_open_source): Also rewrite relative file | |
9758 | names. | |
9759 | ||
1a3da2cd AB |
9760 | 2019-04-26 Amos Bird <amosbird@gmail.com> |
9761 | ||
9762 | * annotate.c (annotate_thread_exited): Add "thread-exited" | |
9763 | annotation. | |
9764 | ||
3847a7bf TT |
9765 | 2019-06-06 Tom Tromey <tromey@adacore.com> |
9766 | ||
9767 | * maint.h (class scoped_command_stats): Use | |
9768 | DISABLE_COPY_AND_ASSIGN. | |
9769 | <print_time>: New method. | |
9770 | * maint.c (scoped_command_stats, ~scoped_command_stats): Call | |
9771 | print_time. | |
9772 | (scoped_command_stats::print_time): New method. | |
9773 | ||
312617a3 AB |
9774 | 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com> |
9775 | ||
9776 | * riscv-tdep.c (riscv_insn::decode): Gracefully ignore | |
9777 | instructions of lengths 6 or 8 bytes. | |
9778 | ||
b02f78f9 PA |
9779 | 2019-06-04 Pedro Alves <palves@redhat.com> |
9780 | ||
9781 | * common/gdb_unique_ptr.h (make_unique_xstrdup): New. | |
9782 | ||
9783 | * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup. | |
9784 | * breakpoint.c (condition_completer): Likewise. | |
9785 | * cli/cli-dump.c (scan_expression): Likewise. | |
9786 | * common/filestuff.c (mkdir_recursive): Likewise. | |
9787 | * common/gdb_tilde_expand.c (gdb_tilde_expand_up) | |
9788 | * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile) | |
9789 | (gdb_abspath): Likewise. | |
9790 | * compile/compile-cplus-types.c | |
9791 | (compile_cplus_instance::decl_name): Likewise. | |
9792 | * completer.c (complete_explicit_location): | |
9793 | (signal_completer, reg_or_group_completer_1): Likewise. | |
9794 | * cp-support.c (cp_remove_params_if_any): Likewise. | |
9795 | * fbsd-tdep.c (fbsd_core_vnode_path): Likewise. | |
9796 | * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise. | |
9797 | * infcmd.c (strip_bg_char): Likewise. | |
9798 | * linespec.c (copy_token_string): Likewise. | |
9799 | * mi/mi-main.c (output_cores): Likewise. | |
9800 | * psymtab.c (psymtab_search_name): | |
9801 | * symfile.c (test_set_ext_lang_command): Likewise. | |
9802 | * target.c (target_fileio_read_stralloc): Likewise. | |
9803 | * tui/tui-regs.c (tui_reggroup_completer): Likewise. | |
9804 | * value.c (complete_internalvar): Likewise. | |
9805 | ||
e1f2e1a2 CB |
9806 | 2019-06-04 Christian Biesinger <cbiesinger@google.com> |
9807 | ||
9808 | Add objfile property to gdb.Type. | |
d3238f7d PA |
9809 | * NEWS: Mention Python API addition. |
9810 | * python/py-type.c (typy_get_objfile): New method. | |
e1f2e1a2 | 9811 | |
e664d728 PW |
9812 | 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
9813 | ||
9814 | * NEWS: Mention the new set|show style [title|highlight]. | |
9815 | Mention changes to "show style", "help" and "apropos". | |
9816 | ||
66d8c862 PW |
9817 | 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
9818 | ||
9819 | * cli/cli-decode.h (apropos_cmd): Add verbose argument. | |
9820 | * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command | |
9821 | instead of print_help_for_command. | |
9822 | (print_doc_of_command): New function. | |
9823 | (help_list): Add 'apropos -v word' suggestion. | |
9824 | (print_help_for_command): Style the command name using title style. | |
9825 | * cli/cli-cmds.c (apropos_command): Parse optional -v flag. | |
9826 | (_initialize_cli_cmds): Describe -v in apropos_command help. | |
9827 | ||
9303eb2f PW |
9828 | 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
9829 | ||
9830 | * cli/cli-style.h (cli_style_option): Add name in constructor, | |
9831 | add m_name class member, add constructor with intensity, | |
9832 | add name class function. | |
9833 | (cli_style_option::add_setshow_commands): Remove name argument. | |
9834 | (highlight_style, title_style): New styles. | |
9835 | * cli/cli-style.c (do_show): New function that shows a style | |
9836 | characteristic styling the style name with itself. | |
9837 | (set_style_name): New function. | |
9838 | (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments. | |
9839 | Update all callers according to the changes in cli/cli-style.h. | |
9840 | * utils.h (fputs_highlighted): New function. | |
9841 | * utils.c (fputs_highlighted): Likewise. | |
9842 | ||
e2c52041 PW |
9843 | 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
9844 | ||
9845 | * NEWS: Mention new pipe command and new convenience variables. | |
9846 | ||
947d3946 PW |
9847 | 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
9848 | ||
9849 | * cli/cli-cmds.c (pipe_command): New function. | |
9850 | (_initialize_cli_cmds): Call add_com for pipe_command. | |
9851 | Define | as an alias for pipe. | |
9852 | (exit_status_set_internal_vars): New function. | |
9853 | (shell_escape): Call exit_status_set_internal_vars. | |
9854 | cli/cli-decode.c (find_command_name_length): Recognize | as | |
9855 | a single character command. | |
9856 | ||
b8fd0918 PW |
9857 | 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
9858 | ||
9859 | * gdbcmd.h (execute_command_to_ui_file): New declaration. | |
9860 | top.c (execute_command_to_ui_file): New function, mostly a copy | |
9861 | of execute_command_to_string. | |
9862 | (execute_command_to_string): Implement by calling | |
9863 | execute_command_to_ui_file. | |
9864 | ||
68bb5386 PW |
9865 | 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
9866 | ||
9867 | * top.h (saved_command_line): Remove declaration. | |
9868 | * top.c (previous_saved_command_line, previous_repeat_arguments): | |
9869 | New variables. | |
9870 | (saved_command_line): Make static, define together with other | |
9871 | 'repeat variables'. | |
9872 | (dont_repeat): Clear repeat_arguments. | |
9873 | (repeat_previous, get_saved_command_line, save_command_line): | |
9874 | New functions. | |
9875 | (gdb_init): Initialize saved_command_line | |
9876 | and previous_saved_command_line. | |
9877 | * main.c (captured_main_1): Remove saved_command_line initialization. | |
9878 | * event-top.c (handle_line_of_input): Update to use | |
9879 | the new 'repeat' related functions instead of direct access to | |
9880 | saved_command_line. | |
9881 | * command.h (repeat_previous, get_saved_command_line, | |
9882 | save_command_line): New declarations. | |
9883 | (dont_repeat): Add comment. | |
9884 | ||
bfcdb852 TT |
9885 | 2019-05-30 Tom Tromey <tromey@adacore.com> |
9886 | ||
9887 | * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>: | |
9888 | Fix comment. | |
9889 | (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment. | |
9890 | ||
0ef209f2 JV |
9891 | 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz> |
9892 | ||
9893 | PR cli/24587 | |
9894 | * completer.c (complete): Initialize variable word. | |
9895 | ||
955b06fa SDJ |
9896 | 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com> |
9897 | ||
9898 | Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192 | |
9899 | Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008 | |
9900 | * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if | |
9901 | 'body' is NULL to the outter 'if', protecting the '!is_define' | |
9902 | situation as well. | |
9903 | ||
fa9c3fa0 TT |
9904 | 2019-05-29 Tom Tromey <tromey@adacore.com> |
9905 | ||
9906 | * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name. | |
9907 | (dwarf_unknown): New function. | |
9908 | (dwarf_tag_name, dwarf_attr_name, dwarf_form_name) | |
9909 | (dwarf_type_encoding_name): Use dwarf_unknown. | |
9910 | ||
4330d61d TT |
9911 | 2019-05-29 Tom Tromey <tromey@adacore.com> |
9912 | ||
9913 | PR c++/20020: | |
9914 | * cp-valprint.c (cp_print_value_fields): Call | |
9915 | cp_print_static_field inside "try". | |
9916 | ||
33a6bc35 TT |
9917 | 2019-05-29 Tom Tromey <tromey@adacore.com> |
9918 | ||
9919 | * inflow.c (struct terminal_info): Add default operator=. | |
9920 | * configure: Rebuild. | |
9921 | * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy, | |
9922 | -Wdeprecated-copy-dtor, -Wredundant-move. | |
9923 | ||
000439d5 TT |
9924 | 2019-05-29 Tom Tromey <tromey@adacore.com> |
9925 | ||
9926 | * NEWS: Add entry. | |
9927 | * infcmd.c (print_return_value_1): Handle finish_print | |
9928 | option. | |
9929 | (show_print_finish): New function. | |
9930 | (_initialize_infcmd): Add "set/show print finish" commands. | |
9931 | * valprint.c (user_print_options): Initialize new member. | |
9932 | * valprint.h (struct value_print_options) <finish_print>: New | |
9933 | member. | |
9934 | ||
c0e70c62 TT |
9935 | 2019-05-28 Tom Tromey <tromey@adacore.com> |
9936 | ||
9937 | * ada-lang.c (ada_remove_Xbn_suffix) | |
9938 | (find_old_style_renaming_symbol) | |
9939 | (parse_old_style_renaming): Remove. | |
9940 | (ada_find_renaming_symbol): Don't call | |
9941 | find_old_style_renaming_symbol. | |
9942 | (ada_is_renaming_symbol): Rename from | |
9943 | ada_find_renaming_symbol. Remove "block" parameter. Return | |
9944 | bool. Now static. | |
9945 | (ada_read_var_value): Update and simplify. | |
9946 | * ada-exp.y (write_var_or_type): Remove old code. | |
9947 | ||
766f8836 AH |
9948 | 2019-05-28 Alan Hayward <alan.hayward@arm.com> |
9949 | ||
68255adc | 9950 | PR gdb/25010 |
766f8836 AH |
9951 | * event-top.c: Remove include comment. |
9952 | * inflow.c (class scoped_ignore_sigttou): Move from here... | |
9953 | * inflow.h (class scoped_ignore_sigttou): ...to here. | |
9954 | * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain. | |
9955 | * top.c: Remove include comment. | |
9956 | ||
eb41253a TT |
9957 | 2019-05-27 Tom Tromey <tom@tromey.com> |
9958 | ||
9959 | * NEWS: Fix typo. | |
9960 | ||
4ca51187 TT |
9961 | 2019-05-22 Tom Tromey <tromey@adacore.com> |
9962 | ||
9963 | * target.c (target_follow_exec): Constify parameter. | |
9964 | * target-delegates.c: Rebuild. | |
9965 | * remote.c (remote_target::follow_exec): Constify parameter. | |
9966 | * infrun.c (follow_exec): Constify parameter. | |
9967 | * target.h (struct target_ops) <follow_exec>: Constify parameter. | |
9968 | (target_follow_exec): Likewise. | |
9969 | ||
8fca4da0 AH |
9970 | 2019-05-22 Alan Hayward <alan.hayward@arm.com> |
9971 | ||
9972 | * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat | |
9973 | DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets. | |
9974 | ||
b7060614 AH |
9975 | 2019-05-22 Alan Hayward <alan.hayward@arm.com> |
9976 | ||
9977 | * NEWS: Add debugredirect and testsuite sections. | |
9978 | ||
0a5954bd SC |
9979 | 2019-05-22 Simon Cook <simon.cook@embecosm.com> |
9980 | ||
9981 | * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from | |
9982 | target descriptions using exclusively floating point register name | |
9983 | aliases. | |
9984 | ||
dc42e902 AB |
9985 | 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com> |
9986 | ||
9987 | PR gdb/18644: | |
9988 | * f-lang.c (build_fortran_types): Handle the case where | |
9989 | gdbarch_floatformat_for_type returns a nullptr. | |
9990 | ||
fb7806c7 TV |
9991 | 2019-05-21 Tom de Vries <tdevries@suse.de> |
9992 | ||
9993 | PR cli/24587 | |
9994 | * cli/cli-cmds.c (complete_command): Fix use of unitialized variable. | |
9995 | ||
34d11c68 AB |
9996 | 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com> |
9997 | ||
9998 | PR gdb/18644: | |
9999 | * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for | |
10000 | 16-byte floats. | |
10001 | * i386-tdep.c (i386_floatformat_for_type): Use | |
10002 | floatformats_ia64_quad for the 16-byte floating point component | |
10003 | within a fortran 32-byte complex number. | |
10004 | ||
122cf0f2 AB |
10005 | 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com> |
10006 | ||
10007 | * dwarf2read.c (struct cu_partial_die_info): Add constructor, | |
10008 | delete default constructor. | |
10009 | (find_partial_die): Update to return const struct. | |
10010 | (partial_die_parent_scope): Move variable declaration into scope | |
10011 | of its use and change its type to auto. | |
10012 | (guess_partial_die_structure_name): Likewise. | |
10013 | (partial_die_info::fixup): Likewise. | |
10014 | ||
33d0e35a TT |
10015 | 2019-05-17 Tom Tromey <tromey@adacore.com> |
10016 | ||
10017 | * source.c (find_and_open_source): Remove cast. | |
10018 | ||
a45575b0 TT |
10019 | 2019-05-17 Tom Tromey <tromey@adacore.com> |
10020 | ||
10021 | * annotate.c (annotate_source): Make "filename" const. | |
10022 | * annotate.h (annotate_source): Use const. | |
10023 | ||
81f47ac2 AH |
10024 | 2019-05-17 Alan Hayward <alan.hayward@arm.com> |
10025 | ||
10026 | * disasm.c (set_disassembler_options): Send errors to stderr. | |
10027 | ||
ca1285d1 AH |
10028 | 2019-05-17 Alan Hayward <alan.hayward@arm.com> |
10029 | ||
10030 | * cli/cli-interp.c (struct saved_output_files): Add saved entry. | |
10031 | (cli_interp_base::set_logging): Check debug_redirect. | |
10032 | * cli/cli-interp.h (set_logging): Add debug_redirect parameter. | |
10033 | * cli/cli-logging.c (debug_redirect): Add static variable. | |
10034 | (pop_output_files): Add default param. | |
10035 | (handle_redirections): Print debug setting. | |
10036 | (show_logging_command): Likewise. | |
10037 | (_initialize_cli_logging): Add debugredirect command. | |
10038 | * interps.c (current_interp_set_logging): Add debug_redirect | |
10039 | parameter. | |
10040 | * interps.h (set_logging): Add debug_redirect parameter. | |
10041 | (current_interp_set_logging): Likewise. | |
10042 | * mi/mi-common.h: Likewise. | |
10043 | * mi/mi-interp.c (mi_interp::set_logging): Likewise. | |
10044 | ||
10045 | 2019-05-17 Alan Hayward <alan.hayward@arm.com> | |
f3a09c80 AH |
10046 | Tom Tromey <tromey@adacore.com> |
10047 | ||
10048 | * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file | |
10049 | directly. | |
10050 | * cli/cli-interp.h (make_logging_output): Remove declaration. | |
10051 | * cli/cli-logging.c (make_logging_output): Remove function. | |
10052 | * mi/mi-interp.c (mi_interp::set_logging): Create tee_file | |
10053 | directly. | |
10054 | * ui-file.c (tee_file::tee_file): Remove bools. | |
10055 | (tee_file::~tee_file): Remove deletes. | |
10056 | * ui-file.h (tee_file): Remove bools. | |
10057 | ||
26648588 JV |
10058 | 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz> |
10059 | ||
10060 | * mi/mi-cmds.h (mi_cmd_complete): New function. | |
10061 | * mi/mi-main.c (mi_cmd_complete): Likewise. | |
10062 | * mi/mi-cmds.c: Define new MI command -complete. | |
10063 | * NEWS: Mention new -complete command. | |
10064 | ||
6e035501 JV |
10065 | 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz> |
10066 | ||
10067 | * completer.h (complete): New function. | |
10068 | * completer.c (complete): Likewise. | |
10069 | * cli/cli-cmds.c: (complete_command): Update to use new complete() | |
10070 | function defined in completer.h. | |
10071 | ||
7d0e2ece JV |
10072 | 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz> |
10073 | ||
e79be6e5 | 10074 | * MAINTAINERS (Write After Approval): Add myself. |
7d0e2ece | 10075 | |
fb816e8b TV |
10076 | 2019-05-17 Tom de Vries <tdevries@suse.de> |
10077 | ||
10078 | PR gdb/24094 | |
10079 | * dwarf2read.c (struct cu_partial_die_info): New struct. | |
10080 | (find_partial_die): Return cu_partial_die_info. | |
10081 | (partial_die_parent_scope, guess_partial_die_structure_name) | |
10082 | (partial_die_info::fixup): Handle new return type of find_partial_die. | |
10083 | ||
677052f2 SDJ |
10084 | 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com> |
10085 | ||
a1726c38 | 10086 | PR breakpoints/24541 |
677052f2 SDJ |
10087 | * stap-probe.c (stap_parse_register_operand): Make "regname" an |
10088 | "std::string", simplifying the algorithm. | |
10089 | ||
f3da9116 SDJ |
10090 | 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com> |
10091 | ||
10092 | * stap-probe.c (handle_stap_probe): Fix complaint formatting. | |
10093 | (stap_static_probe_ops::get_probes): Likewise. | |
10094 | ||
f1bb75ab SDJ |
10095 | 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com> |
10096 | ||
10097 | * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg == | |
10098 | '-')" and "else if". | |
10099 | (stap_parse_single_operand): Join checks for | |
10100 | "gdbarch_stap_parse_special_token_p" and | |
10101 | "gdbarch_stap_parse_special_token" in the same "if" statement. | |
10102 | Invert check when verifying for operation on register | |
10103 | displacement. | |
10104 | ||
3ca58cde SDJ |
10105 | 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com> |
10106 | ||
10107 | * stap-probe.c (stap_get_opcode): Update comment. | |
10108 | (stap_get_expected_argument_type): Likewise. | |
10109 | (handle_stap_probe): Likewise. | |
10110 | ||
af2d9bee SDJ |
10111 | 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com> |
10112 | ||
10113 | * i386-tdep.c (i386_stap_parse_special_token_triplet): Change | |
10114 | return type to 'bool'. Adjust comment. Use 'bool' when | |
10115 | appropriate. | |
10116 | (i386_stap_parse_special_token_three_arg_disp): Likewise. | |
10117 | * stap-probe.c (stap_parse_argument_1): Likewise. | |
10118 | (stap_is_operator): Likewise. | |
10119 | (stap_is_generic_prefix): Likewise. | |
10120 | (stap_is_register_prefix): Likewise. | |
10121 | (stap_is_register_indirection_prefix): Likewise. | |
10122 | (stap_is_integer_prefix): Likewise. | |
10123 | (stap_generic_check_suffix): Likewise. | |
10124 | (stap_check_integer_suffix): Likewise. | |
10125 | (stap_check_register_suffix): Likewise. | |
10126 | (stap_check_register_indirection_suffix): Likewise. | |
10127 | (stap_parse_register_operand): Likewise. | |
10128 | (stap_parse_single_operand): Likewise. | |
10129 | (stap_parse_argument_1): Likewise. | |
10130 | (stap_probe::get_argument_count): Likewise. | |
10131 | (stap_is_operator): Likewise. | |
10132 | ||
61c9c421 TT |
10133 | 2019-05-16 Tom Tromey <tromey@adacore.com> |
10134 | ||
10135 | * darwin-nat.c (thread_info_from_private_thread_info): Add struct | |
10136 | keyword to foreach. | |
10137 | ||
9ddc1af1 SM |
10138 | 2019-05-15 Simon Marchi <simon.marchi@efficios.com> |
10139 | ||
10140 | * linux-thread-db.c (try_thread_db_load_1): Change return type | |
10141 | to bool. | |
10142 | (try_thread_db_load): Likewise. | |
10143 | (try_thread_db_load_from_pdir_1): Likewise. | |
10144 | (try_thread_db_load_from_pdir): Likewise. | |
10145 | (try_thread_db_load_from_sdir): Likewise. | |
10146 | (try_thread_db_load_from_dir): Likewise. | |
10147 | (thread_db_load_search): Likewise. | |
10148 | (has_libpthread): Likewise. | |
10149 | (thread_db_load): Likewise. | |
10150 | ||
7bede828 SDJ |
10151 | 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com> |
10152 | ||
10153 | Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192 | |
10154 | * dwarf2read.c (parse_macro_definition): Check whether 'body' is | |
10155 | NULL, and complain/return if that's the case. | |
10156 | ||
c5358db4 JD |
10157 | 2019-05-15 John Darrington <john@darrington.wattle.id.au> |
10158 | ||
10159 | * s12z-tdep.c (push_pull_get_stack_adjustment): New function. | |
10160 | (advance, posn, abstract_read_memory): New functions. | |
10161 | [struct mem_read_abstraction]: New struct. | |
10162 | (s12z_frame_cache): Use opcodes API to interpret stack frame code. | |
10163 | ||
c408a94f TT |
10164 | 2019-05-14 Tom Tromey <tromey@adacore.com> |
10165 | ||
10166 | * ada-lang.c (coerce_unspec_val_to_type): Only set address when | |
10167 | value is not lval_memory. | |
10168 | ||
e7bd7fba TT |
10169 | 2019-05-14 Tom Tromey <tromey@adacore.com> |
10170 | ||
10171 | * solib.c (info_sharedlibrary_command): Style the file name. | |
10172 | ||
a6d0f249 AH |
10173 | 2019-05-14 Alan Hayward <alan.hayward@arm.com> |
10174 | ||
10175 | * aarch64-tdep.c (aarch64_vnh_type): Add half view. | |
10176 | (aarch64_vnv_type): Likewise. | |
10177 | * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF. | |
10178 | * common/tdesc.c: Likewise. | |
10179 | * common/tdesc.h (enum tdesc_type_kind): Likewise. | |
10180 | * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate. | |
10181 | * features/aarch64-fpu.xml: Add ieee half view. | |
10182 | * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise. | |
10183 | * gdbtypes.c (gdbtypes_post_init): Add builtin_half | |
10184 | * gdbtypes.h (struct builtin_type): Likewise. | |
10185 | (struct objfile_type): Likewise. | |
10186 | ||
66b8bb74 SM |
10187 | 2019-05-12 Paul Naert <paul.naert@polymtl.ca> |
10188 | ||
10189 | * language.c (language_sniff_from_mangled_name): Fix "langauge" | |
10190 | typo. | |
10191 | * location.h (string_to_event_location): Likewise. | |
10192 | ||
21c219fd JB |
10193 | 2019-05-11 Joel Brobecker <brobecker@adacore.com> |
10194 | ||
10195 | GDB 8.3 released. | |
10196 | ||
13674803 SM |
10197 | 2019-05-10 Simon Marchi <simon.marchi@efficios.com> |
10198 | ||
10199 | * breakpoint.h (fix_multi_location_breakpoint_output_globally): | |
10200 | New variable declaration. | |
10201 | * breakpoint.c (fix_multi_location_breakpoint_output_globally): | |
10202 | New variable. | |
10203 | (print_one_breakpoint): Use ui_out::test_flags and new global | |
10204 | variable to compute use_fixed_output. | |
10205 | * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed): | |
10206 | Remove. | |
10207 | * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove. | |
10208 | (mi_multi_location_breakpoint_output_fixed): Remove. | |
10209 | (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the | |
10210 | new variable. | |
10211 | * mi/mi-out.c (mi_ui_out::mi_ui_out): Set | |
10212 | fix_multi_location_breakpoint_output flag if version >= 3. | |
10213 | * ui-out.h (enum ui_out_flag) | |
10214 | <fix_multi_location_breakpoint_output>: New enumerator. | |
10215 | ||
a9eac7f9 SM |
10216 | 2019-05-10 Simon Marchi <simon.marchi@efficios.com> |
10217 | ||
10218 | * contrib/cc-with-tweaks.sh: Validate dwz's work. | |
10219 | ||
71bed2db TT |
10220 | 2019-05-10 Tom Tromey <tromey@adacore.com> |
10221 | ||
10222 | * ada-lang.c (catch_ada_completer): New function. | |
10223 | (_initialize_ada_language): Use it. | |
10224 | ||
24c54127 TT |
10225 | 2019-05-10 Tom Tromey <tromey@adacore.com> |
10226 | ||
10227 | * thread.c (print_thread_info): Make "requested_threads" const. | |
10228 | * gdbthread.h (print_thread_info): Make "requested_threads" | |
10229 | const. | |
10230 | * ada-tasks.c (print_ada_task_info): Make "taskno_str" const. | |
10231 | * ada-lang.h (print_ada_task_info): Make "taskno_str" const. | |
10232 | ||
7a102139 TT |
10233 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10234 | ||
10235 | * gdbtypes.c (objfile_type_data): Change type. | |
10236 | (objfile_type, _initialize_gdbtypes): Update. | |
10237 | ||
924d79e2 TT |
10238 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10239 | ||
10240 | * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type. | |
10241 | (dwarf2_frame_find_fde, dwarf2_build_frame_info) | |
10242 | (_initialize_dwarf2_frame): Update. | |
10243 | ||
4c58e337 TT |
10244 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10245 | ||
10246 | * objc-lang.c (objc_objfile_data): Change type. | |
10247 | (find_methods): Update. | |
10248 | (_initialize_objc_lang): Remove. | |
10249 | ||
d772d2ab TT |
10250 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10251 | ||
10252 | * stabsread.c (rs6000_builtin_type_data): Change type. | |
10253 | (rs6000_builtin_type, _initialize_stabsread): Update. | |
10254 | ||
d11d83f4 TT |
10255 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10256 | ||
10257 | * mips-tdep.c (mips_pdr_data): Remove. | |
10258 | (_initialize_mips_tdep): Update. | |
10259 | ||
9a73f0ad TT |
10260 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10261 | ||
10262 | * hppa-tdep.c (hppa_objfile_priv_data): Change type. | |
10263 | (hppa_init_objfile_priv_data, read_unwind_info) | |
10264 | (find_unwind_entry, _initialize_hppa_tdep): Update. | |
10265 | ||
8127a2fa TT |
10266 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10267 | ||
10268 | * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type. | |
10269 | (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table | |
10270 | on obstack. | |
10271 | (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update. | |
10272 | ||
91d3055d TT |
10273 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10274 | ||
10275 | * mdebugread.c (basic_type_data): Change type. | |
10276 | (basic_type, _initialize_mdebugread): Update. | |
10277 | ||
31930bd3 TT |
10278 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10279 | ||
10280 | * common/gdb_unique_ptr.h (struct noop_deleter): New. | |
10281 | ||
bdb3ed9e TT |
10282 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10283 | ||
10284 | * nto-tdep.c (nto_inferior_data_reg): Change type. | |
10285 | (nto_inferior_data): Update. | |
10286 | (nto_inferior_data_cleanup, nto_new_inferior_data) | |
10287 | (_initialize_nto_tdep): Remove. | |
10288 | * nto-tdep.h (struct nto_inferior_data): Add initializers. | |
10289 | ||
f37b313d TT |
10290 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10291 | ||
10292 | * ada-lang.c (struct ada_inferior_data): Add initializers. | |
10293 | (ada_inferior_data): Change type. | |
10294 | (ada_inferior_data_cleanup): Remove. | |
10295 | (get_ada_inferior_data, ada_inferior_exit) | |
10296 | (struct ada_pspace_data): Add initializers, destructor. | |
10297 | (ada_pspace_data_handle): Change type. | |
10298 | (get_ada_pspace_data): Update. | |
10299 | (ada_pspace_data_cleanup): Remove. | |
10300 | ||
24699405 TT |
10301 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10302 | ||
10303 | * coffread.c (struct coff_symfile_info): Add initializers. | |
10304 | (coff_objfile_data_key): Move lower. Change type. | |
10305 | (coff_symfile_init, coff_symfile_read, _initialize_coffread): | |
10306 | Update. | |
10307 | (coff_free_info): Remove. | |
10308 | ||
d4e05d2f TT |
10309 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10310 | ||
10311 | * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers. | |
10312 | (fbsd_pspace_data_handle): Move lower. Change type. | |
10313 | (get_fbsd_pspace_data): Update. | |
10314 | (fbsd_pspace_data_cleanup): Remove. | |
10315 | (_initialize_fbsd_tdep): Update. | |
10316 | ||
14ef6690 TT |
10317 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10318 | ||
10319 | * ada-tasks.c (ada_tasks_pspace_data_handle): Change type. | |
10320 | (get_ada_tasks_pspace_data): Update. | |
10321 | (ada_tasks_pspace_data_cleanup): Remove. | |
10322 | (_initialize_tasks): Update. | |
10323 | (ada_tasks_inferior_data_handle): Change type. | |
10324 | (get_ada_tasks_inferior_data): Update. | |
10325 | (ada_tasks_inferior_data_cleanup): Remove. | |
10326 | (struct ada_tasks_pspace_data): Add initializers. | |
10327 | ||
814cf43a TT |
10328 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10329 | ||
10330 | * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type. | |
10331 | * symfile-debug.c (debug_sym_get_probes): Change type. | |
10332 | * stap-probe.c (handle_stap_probe): | |
10333 | (stap_static_probe_ops::get_probes): Change type. | |
10334 | * probe.h (class static_probe_ops) <get_probes>: Change type. | |
10335 | * probe.c (class any_static_probe_ops) <get_probes>: Change type. | |
10336 | (parse_probes_in_pspace): Update. | |
10337 | (find_probes_in_objfile, find_probe_by_pc, collect_probes): | |
10338 | Update. | |
10339 | (any_static_probe_ops::get_probes): Change type. | |
10340 | * elfread.c (elfread_data): New typedef. | |
10341 | (probe_key): Change type. | |
10342 | (elf_get_probes): Likewise. Update. | |
10343 | (probe_key_free): Remove. | |
10344 | (_initialize_elfread): Update. | |
10345 | * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>: | |
10346 | Change type. | |
10347 | (dtrace_process_dof_probe, dtrace_process_dof) | |
10348 | (dtrace_static_probe_ops::get_probe): Change type. | |
10349 | ||
02dc647e TT |
10350 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10351 | ||
10352 | * xcoffread.c (struct xcoff_symfile_info): Rename from | |
10353 | coff_symfile_info. Add initializers. | |
10354 | (xcoff_objfile_data_key): Move lower. Change type. | |
10355 | (XCOFF_DATA): Rewrite. | |
10356 | (xcoff_free_info): Remove. | |
10357 | (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab) | |
10358 | (read_symbol, read_symbol_lineno, find_linenos, init_stringtab) | |
10359 | (xcoff_initial_scan): Update. | |
10360 | ||
09232438 TT |
10361 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10362 | ||
10363 | * solib-svr4.c (struct svr4_info): Add initializers and | |
10364 | destructor. | |
10365 | <probes_table>: Now an htab_up. | |
10366 | (solib_svr4_pspace_data): Change type. | |
10367 | (free_probes_table): Simplify. | |
10368 | (~svr4_info): Rename from svr4_pspace_data_cleanup. | |
10369 | (get_svr4_info, probes_table_htab_remove_objfile_probes) | |
10370 | (probes_table_remove_objfile_probes, register_solib_event_probe) | |
10371 | (solib_event_probe_at, svr4_update_solib_event_breakpoint) | |
10372 | (_initialize_svr4_solib): Update. | |
10373 | ||
7b4a314f TT |
10374 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10375 | ||
10376 | * remote.c (remote_pspace_data): Change type. | |
10377 | (remote_pspace_data_cleanup): Remove. | |
10378 | (get_remote_exec_file, set_pspace_remote_exec_file) | |
10379 | (_initialize_remote): Update. | |
10380 | ||
51d3063a TT |
10381 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10382 | ||
10383 | * breakpoint.c (breakpoint_objfile_key): Change type. | |
10384 | (get_breakpoint_objfile_data): Update. | |
10385 | (free_breakpoint_objfile_data): Remove. | |
10386 | (_initialize_breakpoint): Update. | |
10387 | ||
89fb8848 TT |
10388 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10389 | ||
10390 | * linux-tdep.c (struct linux_info): Add initializers. | |
10391 | (linux_inferior_data): Move. Change type. | |
10392 | (invalidate_linux_cache_inf): Update. | |
10393 | (linux_inferior_data_cleanup): Remove. | |
10394 | (get_linux_inferior_data, _initialize_linux_tdep): Update. | |
10395 | ||
e9b89e2d TT |
10396 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10397 | ||
10398 | * auxv.c (auxv_inferior_data): Move. Change type. | |
10399 | (auxv_inferior_data_cleanup): Remove. | |
10400 | (invalidate_auxv_cache_inf): Rewrite. | |
10401 | (get_auxv_inferior_data, _initialize_auxv): Update. | |
10402 | ||
8c42777c TT |
10403 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10404 | ||
10405 | * symfile-debug.c (struct debug_sym_fns_data): Add initializers. | |
10406 | (symfile_debug_objfile_data_key): Change type. | |
10407 | (symfile_debug_installed, debug_qf_has_symbols) | |
10408 | (debug_qf_find_last_source_symtab) | |
10409 | (debug_qf_forget_cached_source_info) | |
10410 | (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol) | |
10411 | (debug_qf_print_stats, debug_qf_dump) | |
10412 | (debug_qf_expand_symtabs_for_function) | |
10413 | (debug_qf_expand_all_symtabs) | |
10414 | (debug_qf_expand_symtabs_with_fullname) | |
10415 | (debug_qf_map_matching_symbols) | |
10416 | (debug_qf_expand_symtabs_matching) | |
10417 | (debug_qf_find_pc_sect_compunit_symtab) | |
10418 | (debug_qf_map_symbol_filenames) | |
10419 | (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes) | |
10420 | (debug_sym_new_init, debug_sym_init, debug_sym_read) | |
10421 | (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets) | |
10422 | (debug_sym_read_linetable, debug_sym_relocate): Update. | |
10423 | (symfile_debug_free_objfile): Remove. | |
10424 | (install_symfile_debug_logging, _initialize_symfile_debug): | |
10425 | Update. | |
10426 | ||
5bfd760d TT |
10427 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10428 | ||
10429 | * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from | |
10430 | allocate_on_obstack. | |
10431 | * dwarf2read.c (dwarf2_objfile_data_key): Change type. | |
10432 | (get_dwarf2_per_objfile): Update. | |
10433 | (set_dwarf2_per_objfile): Remove. | |
10434 | (dwarf2_has_info, dwarf2_get_section_info): Update. | |
10435 | (dwarf2_free_objfile): Remove. | |
10436 | (_initialize_dwarf2_read): Update. | |
10437 | ||
e85e19b4 TT |
10438 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10439 | ||
10440 | * auto-load.c (struct auto_load_pspace_info): Add destructor and | |
10441 | initializers. | |
10442 | <unsupported_script_warning_printed, | |
10443 | script_not_found_warning_printed>: Now bool. | |
10444 | (auto_load_pspace_data): Change type. | |
10445 | (~auto_load_pspace_info): Rename from | |
10446 | auto_load_pspace_data_cleanup. | |
10447 | (get_auto_load_pspace_data, init_loaded_scripts_info) | |
10448 | (clear_section_scripts, maybe_print_unsupported_script_warning) | |
10449 | (maybe_print_script_not_found_warning, _initialize_auto_load): | |
10450 | Update. | |
10451 | ||
f6aa7436 TT |
10452 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10453 | ||
10454 | * objfiles.c (objfile_pspace_info): Add destructor and | |
10455 | initializers. | |
10456 | (objfiles_pspace_data): Change type. | |
10457 | (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup. | |
10458 | (get_objfile_pspace_data): Update. | |
10459 | (objfiles_bfd_data): Change type. | |
10460 | (get_objfile_bfd_data): Update. | |
10461 | (objfile_bfd_data_free, _initialize_objfiles): Remove. | |
10462 | ||
6ae614f6 TT |
10463 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10464 | ||
10465 | * break-catch-syscall.c (catch_syscall_inferior_data): Move. | |
10466 | Change type. | |
10467 | (get_catch_syscall_inferior_data): Update. | |
10468 | (catch_syscall_inferior_data_cleanup): Remove. | |
10469 | (_initialize_break_catch_syscall): Update. | |
10470 | ||
6509b8eb TT |
10471 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10472 | ||
10473 | * inflow.c (struct terminal_info): Add destructor and | |
10474 | initializers. | |
10475 | (inflow_inferior_data): Change type. | |
10476 | (~terminal_info): Rename from inflow_inferior_data_cleanup. | |
10477 | (get_inflow_inferior_data, inflow_inferior_exit) | |
10478 | (swap_terminal_info, _initialize_inflow): Update. | |
10479 | ||
35632941 TT |
10480 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10481 | ||
10482 | * target-dcache.c (target_dcache_cleanup): Remove. | |
10483 | (target_dcache_aspace_key): Change type. | |
10484 | (target_dcache_init_p, target_dcache_invalidate) | |
10485 | (target_dcache_get, target_dcache_get_or_init) | |
10486 | (_initialize_target_dcache): Update. | |
10487 | * dcache.h (struct dcache_deleter): New. | |
10488 | ||
3017b94d TT |
10489 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10490 | ||
10491 | * symtab.c (struct symbol_cache): Add destructor and | |
10492 | initializers. | |
10493 | (symbol_cache_key): Move. Change type. | |
10494 | (make_symbol_cache, free_symbol_cache): Remove. | |
10495 | (get_symbol_cache): Update. | |
10496 | (symbol_cache_cleanup): Remove. | |
10497 | (ALL_PSPACES, symbol_cache_flush) | |
10498 | (maintenance_print_symbol_cache) | |
10499 | (maintenance_print_symbol_cache_statistics, _initialize_symtab): | |
10500 | Update. | |
10501 | ||
a32ad8c5 TT |
10502 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10503 | ||
10504 | * symtab.c (struct main_info): Add destructor and initializers. | |
10505 | (main_progspace_key): Move. Change type. | |
10506 | (get_main_info): Update. | |
10507 | (main_info_cleanup): Remove. | |
10508 | (_initialize_symtab): Update. | |
10509 | ||
5f6e90a0 TT |
10510 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10511 | ||
10512 | * registry.h (DECLARE_REGISTRY): Define the _key class. | |
10513 | ||
1bd0c6e4 AB |
10514 | 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com> |
10515 | ||
10516 | * NEWS: Merge two 'New commands' sections. | |
10517 | ||
2228ef77 XR |
10518 | 2019-05-08 Joel Brobecker <brobecker@adacore.com> |
10519 | ||
10520 | * ada-valprint.c (ada_val_print_gnat_array): Remove language | |
10521 | parameter and use Ada language definition instead. | |
10522 | (ada_val_print_ptr): Remove unused language parameter. | |
10523 | (ada_val_print_num): Remove language parameter and use Ada language | |
10524 | definition instead. | |
10525 | (ada_val_print_enum, ada_val_print_flt): Remove unused language | |
10526 | parameter. | |
10527 | (ada_val_print_struct_union, ada_val_print_ref): Remove language | |
10528 | parameter and use Ada language definition instead. | |
10529 | (ada_val_print_1): Update all ada_val_print_xxx calls. | |
10530 | Remove language parameter. | |
10531 | (ada_val_print): Update ada_val_print_1 call. | |
10532 | ||
60fcc1c3 TT |
10533 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10534 | ||
10535 | * remote.c (remote_hw_watchpoint_limit) | |
10536 | (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit): | |
10537 | Now static. | |
10538 | ||
ed2b7c17 TT |
10539 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10540 | ||
10541 | * maint.c (_initialize_maint_cmds): Move initialization code to | |
10542 | remote.c. | |
10543 | (watchdog, show_watchdog): Move to remote.c. | |
10544 | * remote.c (watchdog, show_watchdog): Move from maint.c. Make | |
10545 | "watchdog" static. | |
10546 | (_initialize_remote): Move initialization code from maint.c. | |
10547 | * defs.h (watchdog): Don't declare. | |
10548 | ||
b0be6c91 TT |
10549 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10550 | ||
10551 | * tui/tui-interp.c: Include main.h. | |
10552 | * interps.c: Include main.h. | |
10553 | * main.h (interpreter_p): Declare. | |
10554 | * defs.h (interpreter_p): Don't declare. | |
10555 | ||
587ee17b TT |
10556 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10557 | ||
10558 | * dwarf2loc.c: Include dwarf2read.h. | |
10559 | * defs.h (read_unsigned_leb128): Don't declare. | |
10560 | * dwarf2read.h (read_unsigned_leb128): Declare. | |
10561 | ||
ca1df239 TT |
10562 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10563 | ||
10564 | * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a | |
10565 | method. | |
10566 | ||
99f20f08 TT |
10567 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10568 | ||
10569 | * utils.c (fputs_maybe_filtered): Reset style after paging, even | |
10570 | when no wrap column is set. | |
10571 | ||
80e55b13 TT |
10572 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10573 | ||
10574 | * c-lang.c (c_get_string): Handle non-C-style arrays. | |
10575 | ||
9d3421af TT |
10576 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10577 | ||
10578 | * typeprint.c (print_offset_data::update): Print the bit offset, | |
10579 | not the number of bits remaining. | |
10580 | ||
844333e2 TT |
10581 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10582 | ||
10583 | * typeprint.c (print_offset_data::maybe_print_hole): Add extra | |
10584 | padding at end of comment. | |
10585 | ||
988915ee TT |
10586 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10587 | ||
10588 | * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>: | |
10589 | Compare main types. | |
10590 | ||
26bfd823 TT |
10591 | 2019-05-06 Tom Tromey <tom@tromey.com> |
10592 | ||
10593 | * common/scoped_mmap.c: Include common-defs.h. | |
10594 | * common/scoped_mmap.h: Don't include config.h. | |
10595 | ||
89055eaa TT |
10596 | 2019-05-04 Tom Tromey <tom@tromey.com> |
10597 | ||
10598 | * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC. | |
10599 | (struct aarch64_call_info): Add initializers. | |
10600 | <si>: Now a std::vector. | |
10601 | (pass_on_stack, aarch64_push_dummy_call): Update. | |
10602 | ||
5da01df5 TT |
10603 | 2019-05-04 Simon Marchi <simon.marchi@efficios.com> |
10604 | Tom Tromey <tom@tromey.com> | |
10605 | ||
10606 | * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC. | |
10607 | (ppc_threads): Now a std::vector. Now static. | |
10608 | (hwdebug_find_thread_points_by_tid) | |
10609 | (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit): | |
10610 | Update. | |
10611 | ||
fbdf05a1 TT |
10612 | 2019-05-04 Tom Tromey <tom@tromey.com> |
10613 | ||
10614 | * arc-tdep.c (arc_tdesc_init): Return bool. | |
10615 | ||
06d16ec9 TT |
10616 | 2019-05-04 Tom Tromey <tom@tromey.com> |
10617 | ||
10618 | * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint): | |
10619 | Use gdb_assert_not_reached. | |
10620 | ||
9c056022 TT |
10621 | 2019-05-04 Tom Tromey <tom@tromey.com> |
10622 | ||
10623 | * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use | |
10624 | "false". | |
10625 | ||
fa9c2a59 TT |
10626 | 2019-05-04 Tom Tromey <tom@tromey.com> |
10627 | ||
10628 | * arc-tdep.c (arc_tdesc_init): Use bool. | |
10629 | ||
e2eb806a TT |
10630 | 2019-05-04 Tom Tromey <tom@tromey.com> |
10631 | ||
10632 | * stack.c (select_frame_for_mi): Use "false", not "FALSE". | |
10633 | ||
6fe87677 TT |
10634 | 2019-05-04 Tom Tromey <tom@tromey.com> |
10635 | ||
10636 | * cli/cli-cmds.c (valid_command_p): Return bool. | |
10637 | ||
7f008c9e TT |
10638 | 2019-05-04 Tom Tromey <tom@tromey.com> |
10639 | ||
10640 | * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool. | |
10641 | * command.h (valid_user_defined_cmd_name_p): Channge return type. | |
10642 | ||
b6484282 RT |
10643 | 2019-05-04 Raul Tambre <raul@tambre.ee> |
10644 | ||
10645 | * python/lib/gdb/prompt.py (_ExtendedPrompt) | |
10646 | <before_prompt_hook, get_show_string>: Fix incorrect use of 'is' | |
10647 | operator for comparison. | |
10648 | ||
af97b416 TT |
10649 | 2019-05-04 Tom Tromey <tom@tromey.com> |
10650 | ||
10651 | * psymtab.c (psymbol_name_matches, match_partial_symbol) | |
10652 | (lookup_partial_symbol, print_partial_symbols) | |
10653 | (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash) | |
10654 | (psymbol_compare): Update. | |
10655 | (add_psymbol_to_bcache): Clear the entire psymbol. | |
10656 | (maintenance_check_psymtabs): Update. | |
10657 | * psympriv.h (struct partial_symbol): Don't derive from | |
10658 | general_symbol_info. | |
10659 | <obj_section, unrelocated_address, address, | |
10660 | set_unrelocated_address>: Update. | |
10661 | <ginfo>: New member. | |
10662 | * dwarf-index-write.c (write_psymbols, debug_names::insert) | |
10663 | (debug_names::write_psymbols): Update. | |
10664 | ||
9d6d4be8 TV |
10665 | 2019-05-04 Tom de Vries <tdevries@suse.de> |
10666 | ||
10667 | * contrib/cc-with-tweaks.sh: Support -n arg. | |
10668 | ||
66452beb PW |
10669 | 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
10670 | ||
10671 | * corelow.c (core_target::detach): Ensure frame cache and | |
10672 | register caches are cleared. | |
10673 | inferior.c (exit_inferior_1): Likewise. | |
10674 | ||
bde09ab7 TT |
10675 | 2019-05-03 Sandra Loosemore <sandra@codesourcery.com> |
10676 | Tom Tromey <tom@tromey.com> | |
10677 | ||
10678 | * dictionary.c (collate_pending_symbols_by_language): Remove | |
10679 | "struct" from foreach. | |
10680 | * symtab.c (lookup_global_symbol_from_objfile) | |
10681 | (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from | |
10682 | foreach. | |
10683 | * ser-tcp.c (net_open): Remove "struct" from foreach. | |
10684 | * objfiles.c (objfile_relocate, objfile_rebase) | |
10685 | (objfile_has_symbols): Remove "struct" from foreach. | |
10686 | * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct" | |
10687 | from foreach. | |
10688 | * dwarf2read.c (handle_struct_member_die): Remove "struct" from | |
10689 | foreach. | |
10690 | * darwin-nat.c (thread_info_from_private_thread_info): Remove | |
10691 | "struct" from foreach. | |
10692 | * ada-lang.c (create_excep_cond_exprs) | |
10693 | (ada_exception_catchpoint_cond_string): Remove "struct" from | |
10694 | foreach. | |
10695 | ||
222a8d25 TT |
10696 | 2019-05-03 Tom Tromey <tromey@adacore.com> |
10697 | ||
10698 | * ada-exp.y (convert_char_literal): Check suffix of each | |
10699 | enumerator. | |
10700 | ||
fcd60b84 DP |
10701 | 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org> |
10702 | ||
10703 | PR ada/21406: | |
10704 | * ada-exp.y (yywrap): Don't define. | |
10705 | * ada-lex.l (%option): Add noyywrap | |
10706 | (yywrap): Remove. | |
10707 | ||
5f2459c2 EZ |
10708 | 2019-05-03 Eli Zaretskii <eliz@gnu.org> |
10709 | ||
353ea2d1 EZ |
10710 | * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define |
10711 | _WIN32_WINNT to the XP level, unless already defined to a higher | |
10712 | level. | |
10713 | ||
10714 | * unittests/parse-connection-spec-selftests.c: | |
10715 | * ser-tcp.c: | |
10716 | * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT | |
10717 | override. | |
10718 | ||
5f2459c2 EZ |
10719 | * symfile.c (find_separate_debug_file): Remove colon from the |
10720 | drive spec of DOS/Windows file names of the target, so that the | |
10721 | file name produced from DEBUGDIR and the target's directory will | |
10722 | be valid on DOS/Windows systems. | |
10723 | ||
80062eb9 AB |
10724 | 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com> |
10725 | ||
10726 | * rust-lang.c (val_print_struct): Handle printing structures | |
10727 | containing strings. | |
10728 | ||
b8c05e85 TT |
10729 | 2019-05-02 Tom Tromey <tromey@adacore.com> |
10730 | ||
10731 | * valarith.c (_initialize_valarith): Remove. | |
10732 | ||
4504bbde TT |
10733 | 2019-05-01 Tom Tromey <tromey@adacore.com> |
10734 | ||
10735 | * ada-lang.c (ada_value_primitive_field): Treat more fields as | |
10736 | bitfields. | |
10737 | ||
d48e62f4 TT |
10738 | 2019-05-01 Tom Tromey <tromey@adacore.com> |
10739 | ||
10740 | * ada-lang.c (ada_value_assign): Correctly compute starting offset | |
10741 | for big-endian copies. | |
10742 | ||
15f18d14 AT |
10743 | 2019-04-30 Ali Tamur <tamur@google.com> |
10744 | * gdb/dwarf2read.c (read_3_bytes): New declaration. | |
10745 | (read_attribute_value): Added DW_FORM_strx1-4 cases. | |
10746 | (read_3_bytes): New function. | |
10747 | ||
ab4ee614 JB |
10748 | 2019-04-30 Joel Brobecker <brobecker@adacore.com> |
10749 | ||
10750 | * windows-nat.c (main_thread_id): Delete. | |
10751 | (handle_output_debug_string): Replace main_thread_id by | |
10752 | current_event.dwThreadId. | |
10753 | (fake_create_process): Likewise. | |
10754 | (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>: | |
10755 | Do not set main_thread_id. | |
10756 | <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by | |
10757 | current_event.dwThreadId. | |
10758 | <UNLOAD_DLL_DEBUG_EVENT>: Likewise. | |
10759 | ||
8ed5b76e JB |
10760 | 2019-04-30 Joel Brobecker <brobecker@adacore.com> |
10761 | ||
10762 | * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>: | |
10763 | Use current_event.dwThreadId instead of main_thread_id. | |
10764 | ||
2ff0a947 TT |
10765 | 2019-04-30 Tom Tromey <tromey@adacore.com> |
10766 | ||
10767 | * ada-lang.c (ada_lookup_simple_minsyms): New function. | |
10768 | (create_excep_cond_exprs): Iterate over program spaces. | |
10769 | (ada_exception_catchpoint_cond_string): Examine all minimal | |
10770 | symbols for exception types. | |
10771 | ||
a776957c TT |
10772 | 2019-04-30 Tom Tromey <tromey@adacore.com> |
10773 | ||
10774 | PR c++/24470: | |
10775 | * dwarf2read.c (process_structure_scope): Handle case where type | |
10776 | has template parameters but no symbol was created. | |
10777 | ||
bc68014d AB |
10778 | 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com> |
10779 | Chris January <chris.january@arm.com> | |
10780 | ||
10781 | * f-typeprint.c (f_type_print_base): Print 'allocatable' type | |
10782 | qualifier. | |
10783 | * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define. | |
10784 | ||
f1fdc960 AB |
10785 | 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com> |
10786 | ||
10787 | * f-typeprint.c (f_print_type): Update rules for printing | |
10788 | whitespace. | |
10789 | (f_type_print_varspec_suffix): Likewise. | |
10790 | ||
bf7a4de1 AB |
10791 | 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com> |
10792 | Chris January <chris.january@arm.com> | |
10793 | ||
10794 | * f-typeprint.c (f_type_print_varspec_suffix): Handle printing | |
10795 | function arguments. | |
10796 | ||
bbe75b9d AB |
10797 | 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com> |
10798 | ||
10799 | * f-lang.c (build_fortran_types): Change name of void type to | |
10800 | lower case. | |
10801 | * f-typeprint.c (f_type_print_base): Print the name of the void | |
10802 | type, rather than a fixed string. | |
10803 | * f-valprint.c (f_decorations): Use lower case void string. | |
10804 | ||
1db455a7 AB |
10805 | 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com> |
10806 | Chris January <chris.january@arm.com> | |
10807 | ||
10808 | * dwarf2read.c (dwarf2_init_complex_target_type): Use different | |
10809 | types for Fortran. | |
10810 | ||
b6d03bb2 AB |
10811 | 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com> |
10812 | Chris January <chris.january@arm.com> | |
10813 | David Lecomber <david.lecomber@arm.com> | |
10814 | ||
10815 | * f-exp.y (BINOP_INTRINSIC): New token. | |
10816 | (exp): New parser rule handling BINOP_INTRINSIC. | |
10817 | (f77_keywords): Add new builtin procedures. | |
10818 | * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING, | |
10819 | UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX. | |
10820 | (operator_length_f): Handle UNOP_FORTRAN_CEILING, | |
10821 | UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX. | |
10822 | (print_unop_subexp_f): New function. | |
10823 | (print_binop_subexp_f): New function. | |
10824 | (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR, | |
10825 | BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX. | |
10826 | (dump_subexp_body_f): Likewise. | |
10827 | (operator_check_f): Likewise. | |
10828 | * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR, | |
10829 | BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX | |
10830 | ||
83228e93 AB |
10831 | 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com> |
10832 | ||
10833 | * gdb/expprint.c (dump_subexp_body_standard): Remove use of | |
10834 | UNOP_KIND. | |
10835 | * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'. | |
10836 | * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND. | |
10837 | * gdb/f-lang.c (evaluate_subexp_f): Likewise. | |
10838 | (operator_length_f): New fuction. | |
10839 | (print_subexp_f): New function. | |
10840 | (op_name_f): New function. | |
10841 | (dump_subexp_body_f): New function. | |
10842 | (operator_check_f): New function. | |
10843 | (exp_descriptor_f): Replace standard expression handling functions | |
10844 | with new functions. | |
10845 | * gdb/fortran-operator.def: New file. | |
10846 | * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND. | |
10847 | * gdb/std-operator.def: Remove UNOP_KIND. | |
10848 | ||
6fdcd7cc AB |
10849 | 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com> |
10850 | ||
10851 | * std-operator.def: Remove unbalanced, stray double quote | |
10852 | character. | |
10853 | ||
2e62ab40 AB |
10854 | 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com> |
10855 | Chris January <chris.january@arm.com> | |
10856 | Daniel Everett <daniel.everett@arm.com> | |
10857 | Nick Forrington <nick.forrington@arm.com> | |
10858 | Richard Bunt <richard.bunt@arm.com> | |
10859 | ||
10860 | * cp-valprint.c (cp_print_value_fields): Allow an additional level | |
10861 | of depth when printing anonymous structs or unions. | |
10862 | * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): | |
10863 | Don't print either the top-level value, or the children if the | |
10864 | max-depth is exceeded. | |
10865 | (ppscm_print_children): When printing the key of a map, allow one | |
10866 | extra level of depth. | |
10867 | * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't | |
10868 | print either the top-level value, or the children if the max-depth | |
10869 | is exceeded. | |
10870 | (print_children): When printing the key of a map, allow one extra | |
10871 | level of depth. | |
10872 | * python/py-value.c (valpy_format_string): Add max_depth keyword. | |
10873 | * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define. | |
10874 | (user_print_options): Initialise max_depth field. | |
10875 | (val_print_scalar_or_string_type_p): New function. | |
10876 | (val_print): Check to see if the max depth has been reached. | |
10877 | (val_print_check_max_depth): Define new function. | |
10878 | (show_print_max_depth): New function. | |
10879 | (_initialize_valprint): Add 'print max-depth' option. | |
10880 | * valprint.h (struct value_print_options) <max_depth>: New field. | |
10881 | (val_print_check_max_depth): Declare new function. | |
10882 | * NEWS: Document new feature. | |
10883 | ||
4be290b2 AB |
10884 | 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com> |
10885 | ||
10886 | * ada-lang.c (ada_language_defn): Initialise new field. | |
10887 | * c-lang.c (c_is_string_type_p): New function. | |
10888 | (c_language_defn): Initialise new field. | |
10889 | (cplus_language_defn): Initialise new field. | |
10890 | (asm_language_defn): Initialise new field. | |
10891 | (minimal_language_defn): Initialise new field. | |
10892 | * c-lang.h (c_is_string_type_p): Declare new function. | |
10893 | * d-lang.c (d_language_defn): Initialise new field. | |
10894 | * f-lang.c (f_is_string_type_p): New function. | |
10895 | (f_language_defn): Initialise new field. | |
10896 | * go-lang.c (go_is_string_type_p): New function. | |
10897 | (go_language_defn): Initialise new field. | |
10898 | * language.c (default_is_string_type_p): New function. | |
10899 | (unknown_language_defn): Initialise new field. | |
10900 | (auto_language_defn): Initialise new field. | |
10901 | * language.h (struct language_defn) <la_is_string_type_p>: New | |
10902 | member variable. | |
10903 | (default_is_string_type_p): Declare new function. | |
10904 | * m2-lang.c (m2_language_defn): Initialise new field. | |
10905 | * objc-lang.c (objc_language_defn): Initialise new field. | |
10906 | * opencl-lang.c (opencl_language_defn): Initialise new field. | |
10907 | * p-lang.c (pascal_is_string_type_p): New function. | |
10908 | (pascal_language_defn): Initialise new field. | |
10909 | * rust-lang.c (rust_is_string_type_p): New function. | |
10910 | (rust_language_defn): Initialise new field. | |
10911 | ||
721b08c6 AB |
10912 | 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com> |
10913 | ||
10914 | * language.h (struct language_defn) <la_struct_too_deep_ellipsis>: | |
10915 | New field. | |
10916 | * ada-lang.c (ada_language_defn): Initialise new field. | |
10917 | * c-lang.c (c_language_defn): Likewise. | |
10918 | (cplus_language_defn): Likewise. | |
10919 | (asm_language_defn): Likewise. | |
10920 | (minimal_language_defn): Likewise. | |
10921 | * d-lang.c (d_language_defn): Likewise. | |
10922 | * f-lang.c (f_language_defn): Likewise. | |
10923 | * go-lang.c (go_language_defn): Likewise. | |
10924 | * language.c (unknown_language_defn): Likewise. | |
10925 | (auto_language_defn): Likewise. | |
10926 | * m2-lang.c (m2_language_defn): Likewise. | |
10927 | * objc-lang.c (objc_language_defn): Likewise. | |
10928 | * opencl-lang.c (opencl_language_defn): Likewise. | |
10929 | * p-lang.c (pascal_language_defn): Likewise. | |
10930 | * rust-lang.c (rust_language_defn): Likewise. | |
10931 | ||
fc913e53 AB |
10932 | 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com> |
10933 | ||
10934 | * ada-lang.c (ada_is_character_type): Change return type to bool. | |
10935 | (ada_is_string_type): Likewise. | |
10936 | * ada-lang.h (ada_is_character_type): Update declaration | |
10937 | (ada_is_string_type): Likewise. | |
10938 | ||
fa731fa0 PW |
10939 | 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
10940 | ||
10941 | Support style in 'frame|thread apply' | |
10942 | ||
10943 | * gdbcmd.h (execute_command_to_string): New term_out parameter. | |
10944 | * record.c (record_start, record_stop): Update callers of | |
10945 | execute_command_to_string with false. | |
10946 | * guile/guile.c (gdbscm_execute_gdb_command): Likewise. | |
10947 | * ui-file.h (class ui_file): New term_out and can_emit_style_escape | |
10948 | methods. | |
10949 | (class string_file): New constructor with term_out parameter. | |
10950 | Override methods term_out and can_emit_style_escape. New member | |
10951 | term_out. | |
10952 | (class stdio_file): Override can_emit_style_escape. | |
10953 | (class tee_file): Override term_out and can_emit_style_escape. | |
10954 | * utils.h (can_emit_style_escape): Remove. | |
10955 | * utils.c (can_emit_style_escape): Likewise. | |
10956 | Update all callers of can_emit_style_escape (SOMESTREAM) to | |
10957 | SOMESTREAM->can_emit_style_escape. | |
10958 | * source-cache.c (source_cache::get_source_lines): Likewise. | |
10959 | * stack.c (frame_apply_command_count): Call execute_command_to_string | |
10960 | passing the term_out characteristic of the current gdb_stdout. | |
10961 | * thread.c (thr_try_catch_cmd): Likewise. | |
10962 | * top.c (execute_command_to_string): pass term_out parameter | |
10963 | to construct the string_file for the command output. | |
10964 | * ui-file.c (term_cli_styling): New function (most code moved | |
10965 | from utils.c can_emit_style_escape). | |
10966 | (string_file::string_file, string_file::can_emit_style_escape, | |
10967 | stdio_file::can_emit_style_escape, tee_file::term_out, | |
10968 | tee_file::can_emit_style_escape): New functions. | |
10969 | ||
136afab8 PW |
10970 | 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
10971 | ||
10972 | * NEWS: Mention the new set|show may-call-functions. | |
10973 | * infcall.c (may_call_functions_p): New variable. | |
10974 | (show_may_call_functions_p): New function. | |
10975 | (call_function_by_hand_dummy): Throws an error if not | |
10976 | may-call-functions. | |
10977 | (_initialize_infcall): Call add_setshow_boolean_cmd for | |
10978 | may-call-functions. | |
10979 | ||
725cbb63 KS |
10980 | 2019-04-25 Keith Seitz <keiths@redhat.com> |
10981 | ||
10982 | PR c++/24367 | |
10983 | * cp-support.c (inspect_type): Don't attempt substitutions | |
10984 | of symbol with the same name. | |
10985 | ||
3d1cbb78 TT |
10986 | 2019-04-25 Tom Tromey <tromey@adacore.com> |
10987 | ||
10988 | PR gdb/24475: | |
10989 | * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt" | |
10990 | static. | |
10991 | ||
94aeb44b TT |
10992 | 2019-04-25 Tom Tromey <tromey@adacore.com> |
10993 | ||
10994 | * xml-support.c (struct gdb_xml_parser) <set_error>: Take an | |
10995 | rvalue reference. | |
10996 | (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper) | |
10997 | (gdb_xml_parser::parse): Use std::move. | |
10998 | * python/python-internal.h (gdbpy_convert_exception): Take a const | |
10999 | reference. | |
11000 | * python/py-value.c (valpy_getitem, valpy_nonzero): Use | |
11001 | std::move. | |
11002 | * python/py-utils.c (gdbpy_convert_exception): Take a const | |
11003 | reference. | |
11004 | * python/py-inferior.c (infpy_write_memory, infpy_search_memory): | |
11005 | Use std::move. | |
11006 | * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands): | |
11007 | Use std::move. | |
11008 | * mi/mi-main.c (mi_print_exception): Take a const reference. | |
11009 | * main.c (handle_command_errors): Take a const reference. | |
11010 | * linespec.c (parse_linespec): Use std::move. | |
11011 | * infcall.c (run_inferior_call): Use std::move. | |
11012 | (call_function_by_hand_dummy): Use std::move. | |
11013 | * exec.c (try_open_exec_file): Use std::move. | |
11014 | * exceptions.h (exception_print, exception_fprintf) | |
11015 | (exception_print_same): Update. | |
11016 | * exceptions.c (print_exception, exception_print) | |
11017 | (exception_fprintf, exception_print_same): Change parameters to | |
11018 | const reference. | |
11019 | * event-top.c (gdb_rl_callback_read_char_wrapper): Update. | |
11020 | * common/new-op.c: Use std::move. | |
11021 | * common/common-exceptions.h (struct gdb_exception): Add move | |
11022 | constructor. | |
11023 | (struct gdb_exception_error, struct gdb_exception_quit, struct | |
11024 | gdb_quit_bad_alloc): Change constructor to move constructor. | |
11025 | (throw_exception): Change parameter to rvalue reference. | |
11026 | * common/common-exceptions.c (throw_exception): Take rvalue | |
11027 | reference. | |
11028 | * cli/cli-interp.c (safe_execute_command): Use std::move. | |
11029 | * breakpoint.c (insert_bp_location, location_to_sals): Use | |
11030 | std::move. | |
11031 | ||
680d7fd5 TT |
11032 | 2019-04-25 Tom Tromey <tromey@adacore.com> |
11033 | ||
11034 | * guile/scm-exception.c (gdbscm_scm_from_gdb_exception) | |
11035 | (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception. | |
11036 | * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c, | |
11037 | guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c, | |
11038 | guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c, | |
11039 | guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c, | |
11040 | guile/scm-value.c: Use unpack. | |
11041 | * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a | |
11042 | gdbscm_gdb_exception. | |
11043 | (gdbscm_throw_gdb_exception): Likewise. | |
11044 | (struct gdbscm_gdb_exception): New. | |
11045 | (unpack): New function. | |
11046 | (gdbscm_wrap): Use unpack. | |
11047 | ||
c6fdd8b2 TT |
11048 | 2019-04-25 Tom Tromey <tromey@adacore.com> |
11049 | ||
11050 | * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept) | |
11051 | (gdb_rl_callback_handler): Use std::move. | |
11052 | * common/common-exceptions.h (struct gdb_exception): Add move | |
11053 | assignment operator. | |
11054 | (throw_exception_sjlj): Change "exception" to const reference. | |
11055 | * common/common-exceptions.c (exceptions_state_mc_catch): Update. | |
11056 | (throw_exception_sjlj): Change "exception" to const reference. | |
11057 | ||
cc06b668 TT |
11058 | 2019-04-25 Tom Tromey <tromey@adacore.com> |
11059 | ||
11060 | * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update. | |
11061 | * python/py-value.c (valpy_getitem, valpy_nonzero): Update. | |
11062 | * python/py-inferior.c (infpy_write_memory, infpy_search_memory): | |
11063 | Update. | |
11064 | * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands): | |
11065 | Update. | |
11066 | * mi/mi-interp.c (mi_interp::exec): Update. | |
11067 | * linespec.c (parse_linespec): Update. | |
11068 | * infcall.c (run_inferior_call): Update. | |
11069 | * guile/scm-value.c (gdbscm_value_to_lazy_string): Update. | |
11070 | * guile/scm-symbol.c (gdbscm_lookup_symbol) | |
11071 | (gdbscm_lookup_global_symbol): Update. | |
11072 | * guile/scm-param.c (gdbscm_parameter_value): Update. | |
11073 | * guile/scm-frame.c (gdbscm_frame_read_register) | |
11074 | (gdbscm_frame_read_var): Update. | |
11075 | * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update. | |
11076 | * exec.c (try_open_exec_file): Update. | |
11077 | * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept) | |
11078 | (gdb_rl_callback_handler): Update. | |
11079 | * common/common-exceptions.h (exception_none): Don't declare. | |
11080 | * common/common-exceptions.c (exception_none): Don't define. | |
11081 | (struct catcher) <exception>: Update. | |
11082 | * cli/cli-interp.c (safe_execute_command): Update. | |
11083 | * breakpoint.c (insert_bp_location, location_to_sals): Update. | |
11084 | ||
cf532bd1 AT |
11085 | 2019-04-25 Ali Tamur <tamur@google.com> |
11086 | ||
11087 | * dwarf2read.c (skip_one_die): Add DW_FORM_strx. | |
11088 | (read_attribute_value): Likewise. | |
11089 | (dwarf2_read_addr_index): Update comment. | |
11090 | (read_str_index): Add DW_FORM_strx. | |
11091 | (dwarf2_string_attr): Likewise. | |
11092 | (dwarf2_const_value_attr): Likewise. | |
11093 | (dump_die_shallow): Likewise. | |
11094 | (dwarf2_fetch_constant_bytes): Likewise. | |
11095 | (skip_form_bytes): Likewise. | |
11096 | * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx. | |
11097 | ||
82433e3e SDJ |
11098 | 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com> |
11099 | ||
11100 | PR corefiles/11608 | |
11101 | PR corefiles/18187 | |
11102 | * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and | |
11103 | OFFSET. Verify if current mapping contains an ELF header. | |
11104 | (linux_find_memory_regions_full): Adjust call to | |
11105 | dump_mapping_p. | |
11106 | ||
723adb65 SL |
11107 | 2019-04-25 Sandra Loosemore <sandra@codesourcery.com> |
11108 | Kang Li <kanglictf@gmail.com> | |
11109 | ||
11110 | PR gdb/21600 | |
11111 | ||
11112 | * dwarf2-frame.c (read_initial_length): Be consistent about using | |
11113 | unsigned representation of length. | |
11114 | (decode_frame_entry_1): Likewise. Check for wraparound of | |
11115 | end pointer as well as buffer overflow. | |
11116 | ||
596179f7 SDJ |
11117 | 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com> |
11118 | ||
11119 | * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print | |
11120 | "vq". | |
11121 | ||
a59240a4 TT |
11122 | 2019-04-24 Tom Tromey <tromey@adacore.com> |
11123 | ||
11124 | * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields. | |
11125 | ||
f872fdbb AB |
11126 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11127 | ||
11128 | * s12z-tdep.c (s12z_unwind_pc): Delete. | |
11129 | (s12z_unwind_sp): Delete. | |
11130 | (s12z_gdbarch_init): Don't register deleted functions with | |
11131 | gdbarch. | |
11132 | ||
b614e6f3 AB |
11133 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11134 | ||
11135 | * rl78-tdep.c (rl78_unwind_sp): Delete. | |
11136 | (rl78_gdbarch_init): Don't register deleted function with gdbarch. | |
11137 | ||
14faed38 AB |
11138 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11139 | ||
11140 | * xstormy16-tdep.c (xstormy16_unwind_sp): Delete. | |
11141 | (xstormy16_unwind_pc): Delete. | |
11142 | (xstormy16_dummy_id): Delete. | |
11143 | (xstormy16_gdbarch_init): Don't register deleted functions with | |
11144 | gdbarch. | |
11145 | ||
541aad8a AB |
11146 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11147 | ||
11148 | * vax-tdep.c (vax_unwind_pc): Delete. | |
11149 | (vax_gdbarch_init): Don't register deleted function with gdbarch. | |
11150 | ||
29222070 AB |
11151 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11152 | ||
11153 | * v850-tdep.c (v850_unwind_sp): Delete. | |
11154 | (v850_unwind_pc): Delete. | |
11155 | (v850_dummy_id): Delete. | |
11156 | (v850_gdbarch_init): Don't register deleted functions with | |
11157 | gdbarch. | |
11158 | ||
0f534d76 AB |
11159 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11160 | ||
11161 | * tilegx-tdep.c (tilegx_unwind_sp): Delete. | |
11162 | (tilegx_unwind_pc): Delete. | |
11163 | (tilegx_unwind_dummy_id): Delete. | |
11164 | (tilegx_gdbarch_init): Don't register deleted functions with | |
11165 | gdbarch. | |
11166 | ||
1ba7b7f9 AB |
11167 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11168 | ||
11169 | * tic6x-tdep.c (tic6x_unwind_sp): Delete. | |
11170 | (tic6x_dummy_id): Delete. | |
11171 | (tic6x_gdbarch_init): Don't register deleted functions with | |
11172 | gdbarch. | |
11173 | ||
d31f262c AB |
11174 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11175 | ||
11176 | * sparc-tdep.c (sparc_unwind_pc): Delete. | |
11177 | (sparc32_gdbarch_init): Don't register deleted function with | |
11178 | gdbarch. | |
11179 | ||
6d14d64d AB |
11180 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11181 | ||
11182 | * sh-tdep.c (sh_unwind_sp): Delete. | |
11183 | (sh_unwind_pc): Delete. | |
11184 | (sh_dummy_id): Delete. | |
11185 | (sh_gdbarch_init): Don't register deleted functions with | |
11186 | gdbarch. | |
11187 | ||
a40dde9d AB |
11188 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11189 | ||
11190 | * score-tdep.c (score_unwind_sp): Delete. | |
11191 | (score_unwind_pc): Delete. | |
11192 | (score_dummy_id): Delete. | |
11193 | (score_gdbarch_init): Don't register deleted functions with | |
11194 | gdbarch. | |
11195 | ||
47c47d69 AB |
11196 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11197 | ||
11198 | * rx-tdep.c (rx_unwind_pc): Delete. | |
11199 | (rx_unwind_sp): Delete. | |
11200 | (rx_dummy_id): Delete. | |
11201 | (rx_gdbarch_init): Don't register deleted functions with | |
11202 | gdbarch. Update comment. | |
11203 | ||
833a4480 AB |
11204 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11205 | ||
11206 | * rs6000-tdep.c (rs6000_unwind_pc): Delete. | |
11207 | (rs6000_dummy_id): Delete. | |
11208 | (rs6000_gdbarch_init): Don't register deleted functions with | |
11209 | gdbarch. | |
11210 | ||
3f2cef49 AB |
11211 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11212 | ||
11213 | * or1k-tdep.c (or1k_dummy_id): Delete. | |
11214 | (or1k_gdbarch_init): Don't register deleted function with gdbarch. | |
11215 | ||
96acf884 AB |
11216 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11217 | ||
11218 | * nios2-tdep.c (nios2_dummy_id): Delete. | |
11219 | (nios2_unwind_sp): Delete. | |
11220 | (nios2_gdbarch_init): Don't register deleted functions with | |
11221 | gdbarch. | |
11222 | ||
ca0ab0aa AB |
11223 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11224 | ||
11225 | * nds32-tdep.c (nds32_dummy_id): Delete. | |
11226 | (nds32_unwind_pc): Delete. | |
11227 | (nds32_unwind_sp): Delete. | |
11228 | (nds32_gdbarch_init): Don't register deleted functions with | |
11229 | gdbarch. | |
11230 | ||
c8259044 AB |
11231 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11232 | ||
11233 | * msp430-tdep.c (msp430_unwind_pc): Delete. | |
11234 | (msp430_unwind_sp): Delete. | |
11235 | (msp430_dummy_id): Delete. | |
11236 | (msp430_gdbarch_init): Don't register deleted functions with | |
11237 | gdbarch. | |
11238 | ||
27f113c8 AB |
11239 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11240 | ||
11241 | * moxie-tdep.c (moxie_unwind_sp): Delete. | |
11242 | (moxie_unwind_pc): Delete. | |
11243 | (moxie_dummy_id): Delete. | |
11244 | (moxie_gdbarch_init): Don't register deleted functions with | |
11245 | gdbarch. | |
11246 | ||
aee6c3cd AB |
11247 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11248 | ||
11249 | * mn10300-tdep.c (mn10300_dummy_id): Delete. | |
11250 | (mn10300_unwind_pc): Delete. | |
11251 | (mn10300_unwind_sp): Delete. | |
11252 | (mn10300_push_dummy_call): Use gdbarch_unwind_sp not | |
11253 | mn10300_unwind_sp. | |
11254 | (mn10300_frame_unwind_init): Don't register deleted functions with | |
11255 | gdbarch. | |
11256 | ||
8e2b5aea AB |
11257 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11258 | ||
11259 | * mep-tdep.c (mep_unwind_pc): Delete. | |
11260 | (mep_unwind_sp): Delete. | |
11261 | (mep_dummy_id): Delete. | |
11262 | (mep_gdbarch_init): Don't register deleted functions with | |
11263 | gdbarch. | |
11264 | ||
43cf3ede AB |
11265 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11266 | ||
11267 | * m68hc11-tdep.c (m68hc11_unwind_pc): Delete. | |
11268 | (m68hc11_unwind_sp): Delete. | |
11269 | (m68hc11_gdbarch_init): Don't register deleted functions with | |
11270 | gdbarch. | |
11271 | ||
5e79b7bb AB |
11272 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11273 | ||
11274 | * m32r-tdep.c (m32r_unwind_sp): Delete. | |
11275 | (m32r_unwind_pc): Delete. | |
11276 | (m32r_dummy_id): Delete. | |
11277 | (m32r_gdbarch_init): Don't register deleted functions with | |
11278 | gdbarch. | |
11279 | ||
89b268d8 AB |
11280 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11281 | ||
11282 | * m32c-tdep.c (m32c_unwind_pc): Delete. | |
11283 | (m32c_unwind_sp): Delete. | |
11284 | (m32c_dummy_id): Delete. | |
11285 | (m32c_gdbarch_init): Don't register deleted functions with | |
11286 | gdbarch. | |
11287 | ||
946c28d2 AB |
11288 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11289 | ||
11290 | * gdb/lm32-tdep.c (lm32_unwind_sp): Delete. | |
11291 | (lm32_unwind_pc): Delete. | |
11292 | (lm32_dummy_id): Delete. | |
11293 | (lm32_gdbarch_init): Don't register deleted functions with | |
11294 | gdbarch. | |
11295 | ||
bf12844a AB |
11296 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11297 | ||
11298 | * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete. | |
11299 | (iq2000_unwind_pc): Delete. | |
11300 | (iq2000_dummy_id): Delete. | |
11301 | (iq2000_gdbarch_init): Don't register deleted functions with | |
11302 | gdbarch. | |
11303 | ||
ecbc06d2 AB |
11304 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11305 | ||
11306 | * nds32-tdep.c (nds32_type_align): Delete. | |
11307 | (nds32_push_dummy_call): Use type_align instead. | |
11308 | ||
030197b4 AB |
11309 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11310 | ||
11311 | * arm-tdep.c (arm_type_align): Only handle vector override case. | |
11312 | (arm_push_dummy_call): Use type_align. | |
11313 | (arm_gdbarch_init): Register arm_type_align gdbarch function. | |
11314 | ||
b907456c AB |
11315 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11316 | ||
11317 | * aarch64-tdep.c (aarch64_type_align): Only handle vector override | |
11318 | case. | |
11319 | (pass_on_stack): Use type_align. | |
11320 | (aarch64_gdbarch_init): Register aarch64_type_align gdbarch | |
11321 | function. | |
11322 | ||
9e97ba43 TT |
11323 | 2019-04-23 Tom Tromey <tromey@adacore.com> |
11324 | ||
11325 | * dwarf2read.c (line_header::file_name_at): Remove unused | |
11326 | overload. | |
11327 | ||
6892f601 TV |
11328 | 2019-04-23 Tom de Vries <tdevries@suse.de> |
11329 | ||
11330 | PR gdb/24438 | |
11331 | * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz | |
11332 | invocation. | |
11333 | ||
336d760d AT |
11334 | |
11335 | 2019-03-27 Ali Tamur <tamur@google.com> | |
11336 | ||
11337 | * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment | |
11338 | * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx | |
11339 | * dwarf2expr.h(dwarf_expr_context::offset): Update comment | |
11340 | (dwarf_expr_context::get_addr_index): Likewise | |
11341 | * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise | |
11342 | (symbol_needs_eval_context::get_addr_index): Likewise | |
11343 | (disassemble_dwarf_expression): Add DW_OP_addrx | |
11344 | * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx | |
11345 | (read_cutu_die_from_dwo): Update comment | |
11346 | (skip_one_die): Add DW_FORM_addrx | |
11347 | (read_attribute_value): Likewise | |
11348 | (var_decode_location): Add DW_OP_addrx | |
11349 | (dwarf2_const_value_attr): Add DW_FORM_addrx | |
11350 | (dump_die_shallow): Likewise | |
11351 | (dwarf2_fetch_constant_bytes): Likewise | |
11352 | (decode_locdesc): Add DW_OP_addrx | |
11353 | (skip_form_bytes): Add DW_FORM_addrx | |
11354 | ||
ad9d13f8 AT |
11355 | 2019-04-22 Ali Tamur <tamur@google.com> |
11356 | ||
11357 | * MAINTAINERS (Write After Approval): Add self. | |
11358 | ||
d70cc3ba SM |
11359 | 2019-04-22 Simon Marchi <simon.marchi@efficios.com> |
11360 | ||
11361 | * solib-svr4.c (get_svr4_info): Add pspace parameter. | |
11362 | (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info. | |
11363 | (open_symbol_file_object): Likewise. | |
11364 | (svr4_default_sos): Add info parameter. | |
11365 | (svr4_read_so_list): Likewise. | |
11366 | (svr4_current_sos_direct): Adjust functions calls to pass down | |
11367 | info. | |
11368 | (svr4_current_sos_1): Add info parameter. | |
11369 | (svr4_current_sos): Call get_svr4_info, pass info down to | |
11370 | svr4_current_sos_1. | |
11371 | (svr4_fetch_objfile_link_map): Pass objfile->pspace to | |
11372 | get_svr4_info. | |
11373 | (svr4_in_dynsym_resolve_code): Pass current_program_space to | |
11374 | get_svr4_info. | |
11375 | (probes_table_htab_remove_objfile_probes): Pass objfile->pspace | |
11376 | to get_svr4_info. | |
11377 | (probes_table_remove_objfile_probes): Likewise. | |
11378 | (register_solib_event_probe): Add info parameter. | |
11379 | (solist_update_incremental): Pass info parameter down to | |
11380 | svr4_read_so_list. | |
11381 | (disable_probes_interface): Add info parameter. | |
11382 | (svr4_handle_solib_event): Pass current_program_space to | |
11383 | get_svr4_info. Adjust disable_probes_interface cleanup. | |
11384 | (svr4_create_probe_breakpoints): Add info parameter, pass it | |
11385 | down to register_solib_event_probe. | |
11386 | (svr4_create_solib_event_breakpoints): Add info parameter, | |
11387 | pass it down to svr4_create_probe_breakpoints. | |
11388 | (enable_break): Pass info down to | |
11389 | svr4_create_solib_event_breakpoints. | |
11390 | (svr4_solib_create_inferior_hook): Pass current_program_space to | |
11391 | get_svr4_info. | |
11392 | (svr4_clear_solib): Likewise. | |
11393 | ||
7905fc35 PA |
11394 | 2019-04-22 Pedro Alves <palves@redhat.com> |
11395 | ||
11396 | * solib-svr4.c (svr4_free_objfile_observer): New. | |
11397 | (probe_and_action::objfile): New field. | |
11398 | (probes_table_htab_remove_objfile_probes) | |
11399 | (probes_table_remove_objfile_probes): New functions. | |
11400 | (register_solib_event_probe): Add 'objfile' parameter. Store it | |
11401 | in the new probe_and_action. Don't store the probe in 'lookup'. | |
11402 | (svr4_create_probe_breakpoints): Pass objfile to | |
11403 | register_solib_event_probe. | |
11404 | (_initialize_svr4_solib): Register a free_objfile observer. | |
11405 | ||
fb881986 TT |
11406 | 2019-04-19 Tom Tromey <tom@tromey.com> |
11407 | ||
11408 | * common/queue.h: Remove. | |
11409 | ||
8732db6c TT |
11410 | 2019-04-19 Tom Tromey <tom@tromey.com> |
11411 | ||
11412 | * event-loop.c: Don't include "common/queue.h". | |
11413 | ||
97dfbadd TT |
11414 | 2019-04-19 Tom Tromey <tom@tromey.com> |
11415 | ||
11416 | * remote.c (remote_target): Use delete. | |
11417 | * remote-notif.h: Include <list>, not "common/queue.h". | |
11418 | (notif_client_p): Remove typedef. | |
11419 | (remote_notif_state): Add constructor, destructor, initializer. | |
11420 | <notif_queue>: Now a std::list. | |
11421 | (remote_notif_state_xfree): Don't declare. | |
11422 | * remote-notif.c (remote_notif_process, handle_notification) | |
11423 | (remote_notif_state_allocate): Update. | |
11424 | (~remote_notif_state): Rename from remote_notif_state_xfree. | |
11425 | ||
cf250e36 TT |
11426 | 2019-04-19 Tom Tromey <tom@tromey.com> |
11427 | ||
11428 | * symfile.c (reread_symbols): Update. | |
11429 | * objfiles.c (objfile_register_static_link) | |
11430 | (objfile_lookup_static_link): Update | |
11431 | (~objfile) Don't delete static_links. | |
11432 | * objfiles.h (struct objfile) <static_links>: Now an htab_up. | |
11433 | ||
61f4b350 TT |
11434 | 2019-04-19 Tom Tromey <tom@tromey.com> |
11435 | ||
11436 | * type-stack.h (struct type_stack) <insert>: Constify string. | |
11437 | * type-stack.c (type_stack::insert): Constify string. | |
11438 | * gdbtypes.h (lookup_template_type): Update. | |
11439 | (address_space_name_to_int): Update. | |
11440 | * gdbtypes.c (address_space_name_to_int): Make space_identifier | |
11441 | const. | |
11442 | (lookup_template_type): Make name const. | |
11443 | * c-exp.y: Update rules. | |
11444 | (lex_one_token, classify_name, classify_inner_name) | |
11445 | (c_print_token): Update. | |
11446 | * p-exp.y: Update rules. | |
11447 | (yylex): Update. | |
11448 | * f-exp.y: Update rules. | |
11449 | (yylex): Update. | |
11450 | * d-exp.y: Update rules. | |
11451 | (lex_one_token, classify_name, classify_inner_name): Update. | |
11452 | * parse.c (write_dollar_variable, copy_name): Return std::string. | |
11453 | * parser-defs.h (copy_name): Change return type. | |
11454 | * m2-exp.y: Update rules. | |
11455 | (yylex): Update. | |
11456 | * go-exp.y (lex_one_token): Update. | |
11457 | Update rules. | |
11458 | (classify_unsafe_function, classify_packaged_name) | |
11459 | (classify_name, yylex): Update. | |
11460 | ||
189b8c2e ST |
11461 | 2019-04-19 Sergei Trofimovich <siarheit@google.com> |
11462 | ||
11463 | * configure.ac: add --enable-source-highlight switch. | |
11464 | * configure: Regenerate. | |
11465 | * top.c (print_gdb_version): plumb --enable-source-highlight | |
11466 | status to "show configuration". | |
11467 | ||
8ecb59f8 TT |
11468 | 2019-04-19 Tom Tromey <tromey@adacore.com> |
11469 | ||
11470 | * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1): | |
11471 | Check ADA_TYPE_P. | |
11472 | (empty_record, ada_template_to_fixed_record_type_1) | |
11473 | (template_to_static_fixed_type) | |
11474 | (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC. | |
11475 | * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT. | |
11476 | * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New | |
11477 | macros. | |
11478 | ||
62160ec9 TT |
11479 | 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru> |
11480 | ||
11481 | PR symtab/24423: | |
11482 | * source.c (print_source_lines_base): Advance "iter" when a | |
11483 | control character is seen. | |
11484 | ||
f2ae8bc8 PW |
11485 | 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
11486 | ||
11487 | * inferior.h (struct infcall_suspend_state_deleter): | |
11488 | Catch exception in destructor to avoid crash. | |
11489 | ||
d563b953 PW |
11490 | 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
11491 | ||
11492 | * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias | |
11493 | close to the add_com "shell". | |
11494 | ||
dc34c897 TT |
11495 | 2019-04-18 Tom Tromey <tromey@adacore.com> |
11496 | ||
11497 | * process-stratum-target.h (class process_stratum_target) | |
11498 | <stratum>: Add "final". | |
11499 | ||
a12e5744 TT |
11500 | 2019-04-17 Tom Tromey <tromey@adacore.com> |
11501 | ||
11502 | * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt" | |
11503 | against nullptr before use. | |
11504 | ||
a7e559cc AH |
11505 | 2019-04-17 Alan Hayward <alan.hayward@arm.com> |
11506 | ||
11507 | * nat/linux-waitpid.c (linux_debug): Call debug_vprintf. | |
11508 | ||
c01660c6 AB |
11509 | 2019-04-17 Jim Wilson <jimw@sifive.com> |
11510 | Andrew Burgess <andrew.burgess@embecosm.com> | |
11511 | ||
11512 | * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where | |
11513 | code read might fail, assume 4-byte breakpoint in that case. | |
11514 | ||
4aa866af LS |
11515 | 2019-04-15 Leszek Swirski <leszeks@google.com> |
11516 | ||
11517 | * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference | |
11518 | rather than a hand-rolled POD check when checking for forced MEMORY | |
11519 | classification. | |
11520 | ||
48574d91 AH |
11521 | 2019-04-15 Alan Hayward <alan.hayward@arm.com> |
11522 | ||
11523 | * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length. | |
11524 | * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New | |
11525 | function. | |
11526 | (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks. | |
11527 | (aarch64_sve_regs_copy_from_reg_buf): Likewise. | |
11528 | * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New | |
11529 | declaration. | |
11530 | ||
4da037ef AH |
11531 | 2019-04-15 Alan Hayward <alan.hayward@arm.com> |
11532 | ||
11533 | * aarch64-linux-nat.c | |
11534 | (aarch64_linux_nat_target::thread_architecture): Add override. | |
11535 | * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for | |
11536 | each VQ. | |
11537 | ||
ccb8d7e8 AH |
11538 | 2019-04-15 Alan Hayward <alan.hayward@arm.com> |
11539 | ||
11540 | * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup. | |
11541 | ||
35add35e AB |
11542 | 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com> |
11543 | ||
11544 | * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex | |
11545 | target types of size 96-bits, add some additional comments, and | |
11546 | check that the builtin type we found was the correct size. | |
11547 | ||
51196bbc EZ |
11548 | 2019-04-12 Eli Zaretskii <eliz@gnu.org> |
11549 | ||
11550 | * utils.c (prompt_for_continue): Don't restore the styling at the | |
11551 | end, as applied_style has the wrong value. This fixes styling in | |
11552 | long lists of file names that are interrupted by the "Continue?" | |
11553 | prompt. | |
11554 | ||
62253a61 AB |
11555 | 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com> |
11556 | ||
11557 | * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC. | |
11558 | * c-lang.c (c_language_defn): Likewise. | |
11559 | (cplus_language_defn): Likewise. | |
11560 | (asm_language_defn): Likewise. | |
11561 | (minimal_language_defn): Likewise. | |
11562 | * d-lang.c (d_language_defn): Likewise. | |
11563 | * f-lang.c (f_language_defn): Likewise. | |
11564 | * go-lang.c (go_language_defn): Likewise. | |
11565 | * language.c (unknown_language_defn): Likewise. | |
11566 | (auto_language_defn): Likewise. | |
11567 | * language.h (struct language_defn): Remove la_magic field. | |
11568 | (LANG_MAGIC): Delete. | |
11569 | * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC. | |
11570 | * objc-lang.c (objc_language_defn): Likewise. | |
11571 | * opencl-lang.c (opencl_language_defn): Likewise. | |
11572 | * p-lang.c (pascal_language_defn): Likewise. | |
11573 | * rust-lang.c (rust_language_defn): Likewise. | |
11574 | ||
a9158a86 AB |
11575 | 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com> |
11576 | ||
11577 | * riscv-tdep.c (riscv_type_align): New function. | |
11578 | (riscv_type_alignment): Delete. | |
11579 | (riscv_arg_location): Use 'type_align'. | |
11580 | (riscv_gdbarch_init): Register riscv_type_align gdbarch function. | |
11581 | ||
41077b66 AB |
11582 | 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com> |
11583 | ||
11584 | * gdbtypes.c (type_align): A struct with no non-static fields also | |
11585 | has alignment of 1. | |
11586 | ||
9f0272f8 AB |
11587 | 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com> |
11588 | ||
11589 | * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first | |
11590 | component to 0. | |
11591 | (riscv_struct_info::riscv_struct_info): Initialise m_offsets | |
11592 | member. | |
11593 | (riscv_struct_info::analyse): New implementation using new | |
11594 | analyse_inner member function. | |
11595 | (riscv_struct_info::field_offset): New member function. | |
11596 | (riscv_struct_info::m_offsets): New member variable. | |
11597 | (riscv_struct_info::analyse_inner): New private member function, | |
11598 | takes the old implementation of riscv_struct_info::analyse but | |
11599 | extended to track field offsets. | |
11600 | (riscv_call_arg_struct): Update the struct folding special cases | |
11601 | to handle cases where empty C++ structs, which are non-zero | |
11602 | length, are found. | |
11603 | (riscv_arg_location): Initialise the length of each location, a | |
11604 | non-zero length now indicates the location is in use. | |
11605 | (riscv_push_dummy_call): Allow for the first location having a | |
11606 | non-zero offset when setting up arguments. | |
11607 | (riscv_return_value): Likewise, but for return values. | |
11608 | ||
02cf60c7 TT |
11609 | 2019-04-11 Tom Tromey <tromey@adacore.com> |
11610 | ||
11611 | * utils.c (internal_vproblem): Make "msg" const. | |
11612 | ||
68811f8f AH |
11613 | 2019-04-11 Alan Hayward <alan.hayward@arm.com> |
11614 | ||
11615 | * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs. | |
11616 | * trad-frame.c (trad_frame_reset_saved_regs): New function. | |
11617 | (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs. | |
11618 | * trad-frame.h (trad_frame_reset_saved_regs): New declaration. | |
11619 | ||
3f52fdbc KB |
11620 | 2019-04-10 Kevin Buettner <kevinb@redhat.com> |
11621 | ||
11622 | * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New | |
11623 | function. | |
11624 | (fill_gregset): Call amd64_linux_collect_native_gregset instead | |
11625 | of amd64_collect_native_gregset. | |
11626 | (amd64_linux_nat_target::store_registers): Likewise. | |
11627 | ||
e9ad22ee TT |
11628 | 2019-04-10 Tom Tromey <tom@tromey.com> |
11629 | ||
11630 | * symtab.c (lookup_global_symbol_from_objfile) | |
11631 | (lookup_symbol_in_objfile_from_linkage_name): Use the iterator. | |
11632 | * objfiles.h (class separate_debug_iterator): New. | |
11633 | (class separate_debug_range): New. | |
11634 | (struct objfile) <separate_debug_objfiles>: New method. | |
11635 | (objfile_separate_debug_iterate): Don't declare. | |
11636 | * objfiles.c (separate_debug_iterator::operator++): Rename from | |
11637 | objfile_separate_debug_iterate. | |
11638 | (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the | |
11639 | iterator. | |
11640 | * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the | |
11641 | iterator. | |
11642 | ||
ee371134 TT |
11643 | 2019-04-10 Tom Tromey <tom@tromey.com> |
11644 | ||
11645 | * symfile.c (reread_symbols): Remove old comment. | |
11646 | * objfiles.c (free_all_objfiles): Fix a typo. | |
11647 | ||
bf227d61 TT |
11648 | 2019-04-10 Tom Tromey <tom@tromey.com> |
11649 | ||
11650 | * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach. | |
11651 | * minsyms.c (lookup_minimal_symbol): Use foreach. | |
11652 | (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name) | |
11653 | (lookup_minimal_symbol_solib_trampoline): Likewise. | |
11654 | * symfile.c (reread_symbols): Use foreach. | |
11655 | ||
8dc433a0 TT |
11656 | 2019-04-09 Ivan Begert <ivanbegert@gmail.com> |
11657 | Tom Tromey <tromey@adacore.com> | |
11658 | ||
11659 | PR rust/24414: | |
11660 | * rust-exp.y (rust_parser::lex_number): Use strtoulst. | |
11661 | (rust_lex_int_test): Change "value" to be LONGEST. | |
11662 | (rust_lex_tests): Add test for long integer literal. | |
11663 | ||
9ab8741a TT |
11664 | 2019-04-09 Tom Tromey <tromey@adacore.com> |
11665 | ||
11666 | * remote.c (remote_target::remote_add_inferior): Change fake_pid_p | |
11667 | to bool. | |
11668 | (extended_remote_target::attach): Update. | |
11669 | (remote_target::remote_notice_new_inferior): Update. | |
11670 | (remote_target::add_current_inferior_and_thread): Update. | |
11671 | * inferior.c (exit_inferior_1): Use "false". | |
11672 | * corelow.c (add_to_thread_list): Make fake_pid_p bool. | |
11673 | ||
e242fd12 SM |
11674 | 2019-04-09 Simon Marchi <simon.marchi@efficios.com> |
11675 | ||
9ca1957f | 11676 | * infcmd.c (run_command_1): Pass -qualified to tbreak when using |
e242fd12 SM |
11677 | the "start" command. |
11678 | ||
2b0c8b01 KB |
11679 | 2019-04-08 Kevin Buettner <kevinb@redhat.com> |
11680 | ||
11681 | * python/py-inferior.c (infpy_thread_from_thread_handle): | |
11682 | Adjust comments to reflect renaming of thread_from_thread_handle | |
11683 | to thread_from_handle. Adjust keywords. Fix type error message. | |
11684 | (inferior_object_methods): Add thread_from_handle. Retain | |
11685 | thread_from_thread_handle, but mark it as deprecated. | |
11686 | ||
50a82723 KB |
11687 | 2019-04-08 Kevin Buettner <kevinb@redhat.com> |
11688 | ||
11689 | * gdbthread.h (find_thread_by_handle): Revise declaration. | |
11690 | * thread.c (find_thread_by_handle): Likewise. Adjust | |
11691 | implementation too. | |
11692 | * python/py-inferior.c (infpy_thread_from_thread_handle): Add | |
11693 | support for buffer objects as handles. | |
11694 | ||
cf63b016 KB |
11695 | 2019-04-08 Kevin Buettner <kevinb@redhat.com> |
11696 | ||
11697 | * python/py-infthread.c (thpy_thread_handle): New function. | |
11698 | (thread_object_methods): Register thpy_thread_handle. | |
11699 | ||
3d6c6204 KB |
11700 | 2019-04-08 Kevin Buettner <kevinb@redhat.com> |
11701 | ||
11702 | * gdbthread.h (thread_to_thread_handle): Declare. | |
11703 | * thread.c (gdbtypes.h): Include. | |
11704 | (thread_to_thread_handle): New function. | |
11705 | ||
11706 | * target.h (struct target_ops): Add thread_info_to_thread_handle. | |
11707 | (target_thread_info_to_thread_handle): Declare. | |
11708 | * target.c (target_thread_info_to_thread_handle): New function. | |
11709 | * target-debug.h (target_debug_print_gdb_byte_vector): Define. | |
11710 | * target-delegates.c: Regenerate. | |
11711 | ||
11712 | * linux-thread-db.c (class thread_db_target): Add method | |
11713 | thread_info_to_thread_handle. | |
11714 | (thread_db_target::thread_info_to_thread_handle): Define. | |
11715 | * remote.c (class remote_target): Add new method | |
11716 | thread_info_to_thread_handle. | |
11717 | (remote_target::thread_info_to_thread_handle): Define. | |
11718 | ||
56be6ea8 PA |
11719 | 2019-04-08 Pedro Alves <palves@redhat.com> |
11720 | ||
11721 | * common/common-exceptions.c (throw_exception): Don't create | |
11722 | named object to throw; throw directly. | |
11723 | (throw_it): Likewise. Don't initialize gdb_exception::message | |
11724 | here, with new; pass FMT and AP to the ctor instead. | |
11725 | * common/common-exceptions.h: Include <string>. | |
11726 | (gdb_exception::gdb_exception(enum return_reason, enum errors, | |
11727 | const char *, va_list)): New ctor. Use std::make_shared. | |
11728 | (gdb_exception_error::gdb_exception_error(enum return_reason, enum | |
11729 | errors)): Delete. | |
11730 | (gdb_exception_error::gdb_exception_error(enum errors, const char | |
11731 | *, va_list)): New. | |
11732 | (gdb_exception_error::gdb_exception_error(const gdb_exception &)): | |
11733 | Add assertion. | |
11734 | (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum | |
11735 | errors)): Delete. | |
11736 | (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New. | |
11737 | (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)): | |
11738 | Add assertion. | |
11739 | ||
eedc3f4f TT |
11740 | 2019-04-08 Tom Tromey <tom@tromey.com> |
11741 | ||
11742 | * valops.c (value_rtti_indirect_type): Replace throw_exception | |
11743 | with throw. | |
11744 | * tracefile-tfile.c (tfile_target_open): Replace throw_exception | |
11745 | with throw. | |
11746 | * thread.c (thr_try_catch_cmd): Replace throw_exception with | |
11747 | throw. | |
11748 | * target.c (target_translate_tls_address): Replace throw_exception | |
11749 | with throw. | |
11750 | * stack.c (frame_apply_command_count): Replace throw_exception | |
11751 | with throw. | |
11752 | * solib-spu.c (append_ocl_sos): Replace throw_exception with | |
11753 | throw. | |
11754 | * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception | |
11755 | with throw. | |
11756 | * rs6000-tdep.c (rs6000_frame_cache) | |
11757 | (rs6000_epilogue_frame_cache): Replace throw_exception with throw. | |
11758 | * remote.c: Replace throw_exception with throw. | |
11759 | * record-full.c (record_full_message, record_full_wait_1) | |
11760 | (record_full_restore): Replace throw_exception with throw. | |
11761 | * record-btrace.c: | |
11762 | (get_thread_current_frame_id, record_btrace_start_replaying) | |
11763 | (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start) | |
11764 | (cmd_record_btrace_start): Replace throw_exception with throw. | |
11765 | * parse.c (parse_exp_in_context_1): Replace throw_exception with | |
11766 | throw. | |
11767 | * linux-nat.c (detach_one_lwp, linux_resume_one_lwp) | |
11768 | (resume_stopped_resumed_lwps): Replace throw_exception with throw. | |
11769 | * linespec.c: | |
11770 | (find_linespec_symbols): Replace throw_exception with throw. | |
11771 | * infrun.c (displaced_step_prepare, resume): Replace | |
11772 | throw_exception with throw. | |
11773 | * infcmd.c (post_create_inferior): Replace throw_exception with | |
11774 | throw. | |
11775 | * inf-loop.c (inferior_event_handler): Replace throw_exception | |
11776 | with throw. | |
11777 | * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache) | |
11778 | (i386_sigtramp_frame_cache): Replace throw_exception with throw. | |
11779 | * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle) | |
11780 | (get_prev_frame_always, get_frame_pc_if_available) | |
11781 | (get_frame_address_in_block_if_available, get_frame_language): | |
11782 | Replace throw_exception with throw. | |
11783 | * frame-unwind.c (frame_unwind_try_unwinder): Replace | |
11784 | throw_exception with throw. | |
11785 | * eval.c (fetch_subexp_value, evaluate_var_value) | |
11786 | (evaluate_funcall, evaluate_subexp_standard): Replace | |
11787 | throw_exception with throw. | |
11788 | * dwarf2loc.c (call_site_find_chain) | |
11789 | (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval): | |
11790 | Replace throw_exception with throw. | |
11791 | * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception | |
11792 | with throw. | |
11793 | * darwin-nat.c (darwin_attach_pid): Replace throw_exception with | |
11794 | throw. | |
11795 | * cp-abi.c (baseclass_offset): Replace throw_exception with throw. | |
11796 | * completer.c (complete_line_internal): Replace throw_exception | |
11797 | with throw. | |
11798 | * compile/compile-object-run.c (compile_object_run): Replace | |
11799 | throw_exception with throw. | |
11800 | * cli/cli-script.c (process_next_line): Replace throw_exception | |
11801 | with throw. | |
11802 | * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace) | |
11803 | (btrace_enable, btrace_maint_update_pt_packets): Replace | |
11804 | throw_exception with throw. | |
11805 | * breakpoint.c (create_breakpoint, save_breakpoints): Replace | |
11806 | throw_exception with throw. | |
11807 | * break-catch-throw.c (re_set_exception_catchpoint): Replace | |
11808 | throw_exception with throw. | |
11809 | * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache) | |
11810 | (amd64_epilogue_frame_cache): Replace throw_exception with throw. | |
11811 | * aarch64-tdep.c (aarch64_make_prologue_cache) | |
11812 | (aarch64_make_stub_cache): Replace throw_exception with throw. | |
11813 | ||
26003a20 TT |
11814 | 2019-04-08 Tom Tromey <tom@tromey.com> |
11815 | ||
11816 | * common/common-exceptions.c (throw_exception): Rename from | |
11817 | throw_exception_cxx. Remove old copy. Make argument const. | |
11818 | (throw_it): Create and throw exception objects directly. | |
11819 | * common/common-exceptions.h (throw_exception): Make argument | |
11820 | const. | |
11821 | (struct gdb_exception_error): Add constructor. | |
11822 | (struct gdb_exception_quit): Add constructor. | |
11823 | ||
d272eb37 TT |
11824 | 2019-04-08 Tom Tromey <tom@tromey.com> |
11825 | ||
11826 | * common/common-exceptions.h (exception_rethrow): Don't declare. | |
11827 | (TRY_SJLJ): Update comment. | |
11828 | (TRY, CATCH, END_CATCH): Remove. | |
11829 | * common/common-exceptions.c (exception_rethrow): Remove. | |
11830 | ||
230d2906 TT |
11831 | 2019-04-08 Tom Tromey <tom@tromey.com> |
11832 | ||
11833 | * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL): | |
11834 | Remove. | |
11835 | (gdb_exception_error): Rename from | |
11836 | gdb_exception_RETURN_MASK_ERROR. | |
11837 | (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT. | |
11838 | (gdb_quit_bad_alloc): Update. | |
11839 | * aarch64-tdep.c: Update. | |
11840 | * ada-lang.c: Update. | |
11841 | * ada-typeprint.c: Update. | |
11842 | * ada-valprint.c: Update. | |
11843 | * amd64-tdep.c: Update. | |
11844 | * arch-utils.c: Update. | |
11845 | * break-catch-throw.c: Update. | |
11846 | * breakpoint.c: Update. | |
11847 | * btrace.c: Update. | |
11848 | * c-varobj.c: Update. | |
11849 | * cli/cli-cmds.c: Update. | |
11850 | * cli/cli-interp.c: Update. | |
11851 | * cli/cli-script.c: Update. | |
11852 | * common/common-exceptions.c: Update. | |
11853 | * common/new-op.c: Update. | |
11854 | * common/selftest.c: Update. | |
11855 | * compile/compile-c-symbols.c: Update. | |
11856 | * compile/compile-cplus-symbols.c: Update. | |
11857 | * compile/compile-object-load.c: Update. | |
11858 | * compile/compile-object-run.c: Update. | |
11859 | * completer.c: Update. | |
11860 | * corelow.c: Update. | |
11861 | * cp-abi.c: Update. | |
11862 | * cp-support.c: Update. | |
11863 | * cp-valprint.c: Update. | |
11864 | * darwin-nat.c: Update. | |
11865 | * disasm-selftests.c: Update. | |
11866 | * dtrace-probe.c: Update. | |
11867 | * dwarf-index-cache.c: Update. | |
11868 | * dwarf-index-write.c: Update. | |
11869 | * dwarf2-frame-tailcall.c: Update. | |
11870 | * dwarf2-frame.c: Update. | |
11871 | * dwarf2loc.c: Update. | |
11872 | * dwarf2read.c: Update. | |
11873 | * eval.c: Update. | |
11874 | * event-loop.c: Update. | |
11875 | * event-top.c: Update. | |
11876 | * exec.c: Update. | |
11877 | * f-valprint.c: Update. | |
11878 | * fbsd-tdep.c: Update. | |
11879 | * frame-unwind.c: Update. | |
11880 | * frame.c: Update. | |
11881 | * gdbtypes.c: Update. | |
11882 | * gnu-v3-abi.c: Update. | |
11883 | * guile/guile-internal.h: Update. | |
11884 | * guile/scm-block.c: Update. | |
11885 | * guile/scm-breakpoint.c: Update. | |
11886 | * guile/scm-cmd.c: Update. | |
11887 | * guile/scm-disasm.c: Update. | |
11888 | * guile/scm-frame.c: Update. | |
11889 | * guile/scm-lazy-string.c: Update. | |
11890 | * guile/scm-math.c: Update. | |
11891 | * guile/scm-param.c: Update. | |
11892 | * guile/scm-ports.c: Update. | |
11893 | * guile/scm-pretty-print.c: Update. | |
11894 | * guile/scm-symbol.c: Update. | |
11895 | * guile/scm-symtab.c: Update. | |
11896 | * guile/scm-type.c: Update. | |
11897 | * guile/scm-value.c: Update. | |
11898 | * i386-linux-tdep.c: Update. | |
11899 | * i386-tdep.c: Update. | |
11900 | * inf-loop.c: Update. | |
11901 | * infcall.c: Update. | |
11902 | * infcmd.c: Update. | |
11903 | * infrun.c: Update. | |
11904 | * jit.c: Update. | |
11905 | * language.c: Update. | |
11906 | * linespec.c: Update. | |
11907 | * linux-fork.c: Update. | |
11908 | * linux-nat.c: Update. | |
11909 | * linux-tdep.c: Update. | |
11910 | * linux-thread-db.c: Update. | |
11911 | * main.c: Update. | |
11912 | * mi/mi-cmd-break.c: Update. | |
11913 | * mi/mi-cmd-stack.c: Update. | |
11914 | * mi/mi-interp.c: Update. | |
11915 | * mi/mi-main.c: Update. | |
11916 | * objc-lang.c: Update. | |
11917 | * p-valprint.c: Update. | |
11918 | * parse.c: Update. | |
11919 | * ppc-linux-tdep.c: Update. | |
11920 | * printcmd.c: Update. | |
11921 | * python/py-arch.c: Update. | |
11922 | * python/py-breakpoint.c: Update. | |
11923 | * python/py-cmd.c: Update. | |
11924 | * python/py-finishbreakpoint.c: Update. | |
11925 | * python/py-frame.c: Update. | |
11926 | * python/py-framefilter.c: Update. | |
11927 | * python/py-gdb-readline.c: Update. | |
11928 | * python/py-inferior.c: Update. | |
11929 | * python/py-infthread.c: Update. | |
11930 | * python/py-lazy-string.c: Update. | |
11931 | * python/py-linetable.c: Update. | |
11932 | * python/py-objfile.c: Update. | |
11933 | * python/py-param.c: Update. | |
11934 | * python/py-prettyprint.c: Update. | |
11935 | * python/py-progspace.c: Update. | |
11936 | * python/py-record-btrace.c: Update. | |
11937 | * python/py-record.c: Update. | |
11938 | * python/py-symbol.c: Update. | |
11939 | * python/py-type.c: Update. | |
11940 | * python/py-unwind.c: Update. | |
11941 | * python/py-utils.c: Update. | |
11942 | * python/py-value.c: Update. | |
11943 | * python/python.c: Update. | |
11944 | * record-btrace.c: Update. | |
11945 | * record-full.c: Update. | |
11946 | * remote-fileio.c: Update. | |
11947 | * remote.c: Update. | |
11948 | * riscv-tdep.c: Update. | |
11949 | * rs6000-aix-tdep.c: Update. | |
11950 | * rs6000-tdep.c: Update. | |
11951 | * rust-exp.y: Update. | |
11952 | * rust-lang.c: Update. | |
11953 | * s390-tdep.c: Update. | |
11954 | * selftest-arch.c: Update. | |
11955 | * solib-dsbt.c: Update. | |
11956 | * solib-frv.c: Update. | |
11957 | * solib-spu.c: Update. | |
11958 | * solib-svr4.c: Update. | |
11959 | * solib.c: Update. | |
11960 | * sparc64-linux-tdep.c: Update. | |
11961 | * stack.c: Update. | |
11962 | * symfile-mem.c: Update. | |
11963 | * symmisc.c: Update. | |
11964 | * target.c: Update. | |
11965 | * thread.c: Update. | |
11966 | * top.c: Update. | |
11967 | * tracefile-tfile.c: Update. | |
11968 | * tui/tui.c: Update. | |
11969 | * typeprint.c: Update. | |
11970 | * unittests/cli-utils-selftests.c: Update. | |
11971 | * unittests/parse-connection-spec-selftests.c: Update. | |
11972 | * valops.c: Update. | |
11973 | * valprint.c: Update. | |
11974 | * value.c: Update. | |
11975 | * varobj.c: Update. | |
11976 | * windows-nat.c: Update. | |
11977 | * x86-linux-nat.c: Update. | |
11978 | * xml-support.c: Update. | |
11979 | ||
a70b8144 TT |
11980 | 2019-04-08 Tom Tromey <tom@tromey.com> |
11981 | ||
11982 | * xml-support.c: Use C++ exception handling. | |
11983 | * x86-linux-nat.c: Use C++ exception handling. | |
11984 | * windows-nat.c: Use C++ exception handling. | |
11985 | * varobj.c: Use C++ exception handling. | |
11986 | * value.c: Use C++ exception handling. | |
11987 | * valprint.c: Use C++ exception handling. | |
11988 | * valops.c: Use C++ exception handling. | |
11989 | * unittests/parse-connection-spec-selftests.c: Use C++ exception | |
11990 | handling. | |
11991 | * unittests/cli-utils-selftests.c: Use C++ exception handling. | |
11992 | * typeprint.c: Use C++ exception handling. | |
11993 | * tui/tui.c: Use C++ exception handling. | |
11994 | * tracefile-tfile.c: Use C++ exception handling. | |
11995 | * top.c: Use C++ exception handling. | |
11996 | * thread.c: Use C++ exception handling. | |
11997 | * target.c: Use C++ exception handling. | |
11998 | * symmisc.c: Use C++ exception handling. | |
11999 | * symfile-mem.c: Use C++ exception handling. | |
12000 | * stack.c: Use C++ exception handling. | |
12001 | * sparc64-linux-tdep.c: Use C++ exception handling. | |
12002 | * solib.c: Use C++ exception handling. | |
12003 | * solib-svr4.c: Use C++ exception handling. | |
12004 | * solib-spu.c: Use C++ exception handling. | |
12005 | * solib-frv.c: Use C++ exception handling. | |
12006 | * solib-dsbt.c: Use C++ exception handling. | |
12007 | * selftest-arch.c: Use C++ exception handling. | |
12008 | * s390-tdep.c: Use C++ exception handling. | |
12009 | * rust-lang.c: Use C++ exception handling. | |
12010 | * rust-exp.y: Use C++ exception handling. | |
12011 | * rs6000-tdep.c: Use C++ exception handling. | |
12012 | * rs6000-aix-tdep.c: Use C++ exception handling. | |
12013 | * riscv-tdep.c: Use C++ exception handling. | |
12014 | * remote.c: Use C++ exception handling. | |
12015 | * remote-fileio.c: Use C++ exception handling. | |
12016 | * record-full.c: Use C++ exception handling. | |
12017 | * record-btrace.c: Use C++ exception handling. | |
12018 | * python/python.c: Use C++ exception handling. | |
12019 | * python/py-value.c: Use C++ exception handling. | |
12020 | * python/py-utils.c: Use C++ exception handling. | |
12021 | * python/py-unwind.c: Use C++ exception handling. | |
12022 | * python/py-type.c: Use C++ exception handling. | |
12023 | * python/py-symbol.c: Use C++ exception handling. | |
12024 | * python/py-record.c: Use C++ exception handling. | |
12025 | * python/py-record-btrace.c: Use C++ exception handling. | |
12026 | * python/py-progspace.c: Use C++ exception handling. | |
12027 | * python/py-prettyprint.c: Use C++ exception handling. | |
12028 | * python/py-param.c: Use C++ exception handling. | |
12029 | * python/py-objfile.c: Use C++ exception handling. | |
12030 | * python/py-linetable.c: Use C++ exception handling. | |
12031 | * python/py-lazy-string.c: Use C++ exception handling. | |
12032 | * python/py-infthread.c: Use C++ exception handling. | |
12033 | * python/py-inferior.c: Use C++ exception handling. | |
12034 | * python/py-gdb-readline.c: Use C++ exception handling. | |
12035 | * python/py-framefilter.c: Use C++ exception handling. | |
12036 | * python/py-frame.c: Use C++ exception handling. | |
12037 | * python/py-finishbreakpoint.c: Use C++ exception handling. | |
12038 | * python/py-cmd.c: Use C++ exception handling. | |
12039 | * python/py-breakpoint.c: Use C++ exception handling. | |
12040 | * python/py-arch.c: Use C++ exception handling. | |
12041 | * printcmd.c: Use C++ exception handling. | |
12042 | * ppc-linux-tdep.c: Use C++ exception handling. | |
12043 | * parse.c: Use C++ exception handling. | |
12044 | * p-valprint.c: Use C++ exception handling. | |
12045 | * objc-lang.c: Use C++ exception handling. | |
12046 | * mi/mi-main.c: Use C++ exception handling. | |
12047 | * mi/mi-interp.c: Use C++ exception handling. | |
12048 | * mi/mi-cmd-stack.c: Use C++ exception handling. | |
12049 | * mi/mi-cmd-break.c: Use C++ exception handling. | |
12050 | * main.c: Use C++ exception handling. | |
12051 | * linux-thread-db.c: Use C++ exception handling. | |
12052 | * linux-tdep.c: Use C++ exception handling. | |
12053 | * linux-nat.c: Use C++ exception handling. | |
12054 | * linux-fork.c: Use C++ exception handling. | |
12055 | * linespec.c: Use C++ exception handling. | |
12056 | * language.c: Use C++ exception handling. | |
12057 | * jit.c: Use C++ exception handling. | |
12058 | * infrun.c: Use C++ exception handling. | |
12059 | * infcmd.c: Use C++ exception handling. | |
12060 | * infcall.c: Use C++ exception handling. | |
12061 | * inf-loop.c: Use C++ exception handling. | |
12062 | * i386-tdep.c: Use C++ exception handling. | |
12063 | * i386-linux-tdep.c: Use C++ exception handling. | |
12064 | * guile/scm-value.c: Use C++ exception handling. | |
12065 | * guile/scm-type.c: Use C++ exception handling. | |
12066 | * guile/scm-symtab.c: Use C++ exception handling. | |
12067 | * guile/scm-symbol.c: Use C++ exception handling. | |
12068 | * guile/scm-pretty-print.c: Use C++ exception handling. | |
12069 | * guile/scm-ports.c: Use C++ exception handling. | |
12070 | * guile/scm-param.c: Use C++ exception handling. | |
12071 | * guile/scm-math.c: Use C++ exception handling. | |
12072 | * guile/scm-lazy-string.c: Use C++ exception handling. | |
12073 | * guile/scm-frame.c: Use C++ exception handling. | |
12074 | * guile/scm-disasm.c: Use C++ exception handling. | |
12075 | * guile/scm-cmd.c: Use C++ exception handling. | |
12076 | * guile/scm-breakpoint.c: Use C++ exception handling. | |
12077 | * guile/scm-block.c: Use C++ exception handling. | |
12078 | * guile/guile-internal.h: Use C++ exception handling. | |
12079 | * gnu-v3-abi.c: Use C++ exception handling. | |
12080 | * gdbtypes.c: Use C++ exception handling. | |
12081 | * frame.c: Use C++ exception handling. | |
12082 | * frame-unwind.c: Use C++ exception handling. | |
12083 | * fbsd-tdep.c: Use C++ exception handling. | |
12084 | * f-valprint.c: Use C++ exception handling. | |
12085 | * exec.c: Use C++ exception handling. | |
12086 | * event-top.c: Use C++ exception handling. | |
12087 | * event-loop.c: Use C++ exception handling. | |
12088 | * eval.c: Use C++ exception handling. | |
12089 | * dwarf2read.c: Use C++ exception handling. | |
12090 | * dwarf2loc.c: Use C++ exception handling. | |
12091 | * dwarf2-frame.c: Use C++ exception handling. | |
12092 | * dwarf2-frame-tailcall.c: Use C++ exception handling. | |
12093 | * dwarf-index-write.c: Use C++ exception handling. | |
12094 | * dwarf-index-cache.c: Use C++ exception handling. | |
12095 | * dtrace-probe.c: Use C++ exception handling. | |
12096 | * disasm-selftests.c: Use C++ exception handling. | |
12097 | * darwin-nat.c: Use C++ exception handling. | |
12098 | * cp-valprint.c: Use C++ exception handling. | |
12099 | * cp-support.c: Use C++ exception handling. | |
12100 | * cp-abi.c: Use C++ exception handling. | |
12101 | * corelow.c: Use C++ exception handling. | |
12102 | * completer.c: Use C++ exception handling. | |
12103 | * compile/compile-object-run.c: Use C++ exception handling. | |
12104 | * compile/compile-object-load.c: Use C++ exception handling. | |
12105 | * compile/compile-cplus-symbols.c: Use C++ exception handling. | |
12106 | * compile/compile-c-symbols.c: Use C++ exception handling. | |
12107 | * common/selftest.c: Use C++ exception handling. | |
12108 | * common/new-op.c: Use C++ exception handling. | |
12109 | * cli/cli-script.c: Use C++ exception handling. | |
12110 | * cli/cli-interp.c: Use C++ exception handling. | |
12111 | * cli/cli-cmds.c: Use C++ exception handling. | |
12112 | * c-varobj.c: Use C++ exception handling. | |
12113 | * btrace.c: Use C++ exception handling. | |
12114 | * breakpoint.c: Use C++ exception handling. | |
12115 | * break-catch-throw.c: Use C++ exception handling. | |
12116 | * arch-utils.c: Use C++ exception handling. | |
12117 | * amd64-tdep.c: Use C++ exception handling. | |
12118 | * ada-valprint.c: Use C++ exception handling. | |
12119 | * ada-typeprint.c: Use C++ exception handling. | |
12120 | * ada-lang.c: Use C++ exception handling. | |
12121 | * aarch64-tdep.c: Use C++ exception handling. | |
12122 | ||
3d6e9d23 TT |
12123 | 2019-04-08 Tom Tromey <tom@tromey.com> |
12124 | ||
12125 | * xml-support.c (gdb_xml_parser::parse): Update. | |
12126 | * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update. | |
12127 | * value.c (show_convenience): Update. | |
12128 | * unittests/cli-utils-selftests.c (test_number_or_range_parser) | |
12129 | (test_parse_flags_qcs): Update. | |
12130 | * thread.c (thr_try_catch_cmd): Update. | |
12131 | * target.c (target_translate_tls_address): Update. | |
12132 | * stack.c (print_frame_arg, read_frame_local, read_frame_arg) | |
12133 | (info_frame_command_core, frame_apply_command_count): Update. | |
12134 | * rust-exp.y (rust_lex_exception_test): Update. | |
12135 | * riscv-tdep.c (riscv_print_one_register_info): Update. | |
12136 | * remote.c (remote_target::enable_btrace): Update. | |
12137 | * record-btrace.c (record_btrace_enable_warn): Update. | |
12138 | * python/py-utils.c (gdbpy_convert_exception): Update. | |
12139 | * printcmd.c (do_one_display, print_variable_and_value): Update. | |
12140 | * mi/mi-main.c (mi_print_exception): Update. | |
12141 | * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT. | |
12142 | * mi/mi-cmd-stack.c (list_arg_or_local): Update. | |
12143 | * linux-nat.c (linux_nat_target::attach): Update. | |
12144 | * linux-fork.c (class scoped_switch_fork_info): Update. | |
12145 | * infrun.c (displaced_step_prepare): Update. | |
12146 | * infcall.c (call_function_by_hand_dummy): Update. | |
12147 | * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update. | |
12148 | * gnu-v3-abi.c (print_one_vtable): Update. | |
12149 | * frame.c (get_prev_frame_always): Update. | |
12150 | * f-valprint.c (info_common_command_for_block): Update. | |
12151 | * exec.c (try_open_exec_file): Update. | |
12152 | * exceptions.c (print_exception, exception_print) | |
12153 | (exception_fprintf, exception_print_same): Update. | |
12154 | * dwarf2-frame.c (dwarf2_build_frame_info): Update. | |
12155 | * dwarf-index-cache.c (index_cache::store) | |
12156 | (index_cache::lookup_gdb_index): Update. | |
12157 | * darwin-nat.c (maybe_cache_shell): Update. | |
12158 | * cp-valprint.c (cp_print_value_fields): Update. | |
12159 | * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol) | |
12160 | (gcc_cplus_symbol_address): Update. | |
12161 | * compile/compile-c-symbols.c (gcc_convert_symbol) | |
12162 | (gcc_symbol_address, generate_c_for_for_one_variable): Update. | |
12163 | * common/selftest.c: Update. | |
12164 | * common/common-exceptions.h (struct gdb_exception) <message>: Now | |
12165 | a std::string. | |
12166 | (exception_try_scope_entry, exception_try_scope_exit): Don't | |
12167 | declare. | |
12168 | (struct exception_try_scope): Remove. | |
12169 | (TRY): Don't use exception_try_scope. | |
12170 | (struct gdb_exception): Add constructor, operator=. | |
12171 | <what>: New method. | |
12172 | (struct gdb_exception_RETURN_MASK_ALL) | |
12173 | (struct gdb_exception_RETURN_MASK_ERROR) | |
12174 | (struct gdb_exception_RETURN_MASK_QUIT): Add constructor. | |
12175 | (struct gdb_quit_bad_alloc): Update. | |
12176 | * common/common-exceptions.c (exception_none): Change | |
12177 | initializer. | |
12178 | (struct catcher) <state, exception>: Initialize inline. | |
12179 | <prev>: Remove member. | |
12180 | (current_catcher): Remove. | |
12181 | (catchers): New global. | |
12182 | (exceptions_state_mc_init): Simplify. | |
12183 | (catcher_pop): Remove. | |
12184 | (exceptions_state_mc, exceptions_state_mc_catch): Update. | |
12185 | (try_scope_depth, exception_try_scope_entry) | |
12186 | (exception_try_scope_exit): Remove. | |
12187 | (throw_exception_sjlj): Update. | |
12188 | (exception_messages, exception_messages_size): Remove. | |
12189 | (throw_it): Simplify. | |
12190 | (gdb_exception_sliced_copy): Remove. | |
12191 | (throw_exception_cxx): Update. | |
12192 | * cli/cli-script.c (script_from_file): Update. | |
12193 | * breakpoint.c (insert_bp_location, update_breakpoint_locations): | |
12194 | Update. | |
12195 | * ada-valprint.c (ada_val_print): Update. | |
12196 | * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr) | |
12197 | (create_excep_cond_exprs): Update. | |
12198 | ||
c5c10118 TT |
12199 | 2019-04-08 Tom Tromey <tom@tromey.com> |
12200 | ||
12201 | * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY) | |
12202 | (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove. | |
12203 | (TRY, CATCH, END_CATCH): Remove some definitions. | |
12204 | * common/common-exceptions.c: Don't use GDB_XCPT. | |
12205 | (catcher_list_size): Remove. | |
12206 | (throw_exception, throw_it): Simplify. | |
12207 | ||
4de283e4 TT |
12208 | 2019-04-05 Tom Tromey <tom@tromey.com> |
12209 | ||
12210 | Revert the header-sorting patch. | |
12211 | * ft32-tdep.c: Revert. | |
12212 | * frv-tdep.c: Revert. | |
12213 | * frv-linux-tdep.c: Revert. | |
12214 | * frame.c: Revert. | |
12215 | * frame-unwind.c: Revert. | |
12216 | * frame-base.c: Revert. | |
12217 | * fork-child.c: Revert. | |
12218 | * findvar.c: Revert. | |
12219 | * findcmd.c: Revert. | |
12220 | * filesystem.c: Revert. | |
12221 | * filename-seen-cache.h: Revert. | |
12222 | * filename-seen-cache.c: Revert. | |
12223 | * fbsd-tdep.c: Revert. | |
12224 | * fbsd-nat.h: Revert. | |
12225 | * fbsd-nat.c: Revert. | |
12226 | * f-valprint.c: Revert. | |
12227 | * f-typeprint.c: Revert. | |
12228 | * f-lang.c: Revert. | |
12229 | * extension.h: Revert. | |
12230 | * extension.c: Revert. | |
12231 | * extension-priv.h: Revert. | |
12232 | * expprint.c: Revert. | |
12233 | * exec.h: Revert. | |
12234 | * exec.c: Revert. | |
12235 | * exceptions.c: Revert. | |
12236 | * event-top.c: Revert. | |
12237 | * event-loop.c: Revert. | |
12238 | * eval.c: Revert. | |
12239 | * elfread.c: Revert. | |
12240 | * dwarf2read.h: Revert. | |
12241 | * dwarf2read.c: Revert. | |
12242 | * dwarf2loc.c: Revert. | |
12243 | * dwarf2expr.h: Revert. | |
12244 | * dwarf2expr.c: Revert. | |
12245 | * dwarf2-frame.c: Revert. | |
12246 | * dwarf2-frame-tailcall.c: Revert. | |
12247 | * dwarf-index-write.h: Revert. | |
12248 | * dwarf-index-write.c: Revert. | |
12249 | * dwarf-index-common.c: Revert. | |
12250 | * dwarf-index-cache.h: Revert. | |
12251 | * dwarf-index-cache.c: Revert. | |
12252 | * dummy-frame.c: Revert. | |
12253 | * dtrace-probe.c: Revert. | |
12254 | * disasm.h: Revert. | |
12255 | * disasm.c: Revert. | |
12256 | * disasm-selftests.c: Revert. | |
12257 | * dictionary.c: Revert. | |
12258 | * dicos-tdep.c: Revert. | |
12259 | * demangle.c: Revert. | |
12260 | * dcache.h: Revert. | |
12261 | * dcache.c: Revert. | |
12262 | * darwin-nat.h: Revert. | |
12263 | * darwin-nat.c: Revert. | |
12264 | * darwin-nat-info.c: Revert. | |
12265 | * d-valprint.c: Revert. | |
12266 | * d-namespace.c: Revert. | |
12267 | * d-lang.c: Revert. | |
12268 | * ctf.c: Revert. | |
12269 | * csky-tdep.c: Revert. | |
12270 | * csky-linux-tdep.c: Revert. | |
12271 | * cris-tdep.c: Revert. | |
12272 | * cris-linux-tdep.c: Revert. | |
12273 | * cp-valprint.c: Revert. | |
12274 | * cp-support.c: Revert. | |
12275 | * cp-namespace.c: Revert. | |
12276 | * cp-abi.c: Revert. | |
12277 | * corelow.c: Revert. | |
12278 | * corefile.c: Revert. | |
12279 | * continuations.c: Revert. | |
12280 | * completer.h: Revert. | |
12281 | * completer.c: Revert. | |
12282 | * complaints.c: Revert. | |
12283 | * coffread.c: Revert. | |
12284 | * coff-pe-read.c: Revert. | |
12285 | * cli-out.h: Revert. | |
12286 | * cli-out.c: Revert. | |
12287 | * charset.c: Revert. | |
12288 | * c-varobj.c: Revert. | |
12289 | * c-valprint.c: Revert. | |
12290 | * c-typeprint.c: Revert. | |
12291 | * c-lang.c: Revert. | |
12292 | * buildsym.c: Revert. | |
12293 | * buildsym-legacy.c: Revert. | |
12294 | * build-id.h: Revert. | |
12295 | * build-id.c: Revert. | |
12296 | * btrace.c: Revert. | |
12297 | * bsd-uthread.c: Revert. | |
12298 | * breakpoint.h: Revert. | |
12299 | * breakpoint.c: Revert. | |
12300 | * break-catch-throw.c: Revert. | |
12301 | * break-catch-syscall.c: Revert. | |
12302 | * break-catch-sig.c: Revert. | |
12303 | * blockframe.c: Revert. | |
12304 | * block.c: Revert. | |
12305 | * bfin-tdep.c: Revert. | |
12306 | * bfin-linux-tdep.c: Revert. | |
12307 | * bfd-target.c: Revert. | |
12308 | * bcache.c: Revert. | |
12309 | * ax-general.c: Revert. | |
12310 | * ax-gdb.h: Revert. | |
12311 | * ax-gdb.c: Revert. | |
12312 | * avr-tdep.c: Revert. | |
12313 | * auxv.c: Revert. | |
12314 | * auto-load.c: Revert. | |
12315 | * arm-wince-tdep.c: Revert. | |
12316 | * arm-tdep.c: Revert. | |
12317 | * arm-symbian-tdep.c: Revert. | |
12318 | * arm-pikeos-tdep.c: Revert. | |
12319 | * arm-obsd-tdep.c: Revert. | |
12320 | * arm-nbsd-tdep.c: Revert. | |
12321 | * arm-nbsd-nat.c: Revert. | |
12322 | * arm-linux-tdep.c: Revert. | |
12323 | * arm-linux-nat.c: Revert. | |
12324 | * arm-fbsd-tdep.c: Revert. | |
12325 | * arm-fbsd-nat.c: Revert. | |
12326 | * arm-bsd-tdep.c: Revert. | |
12327 | * arch-utils.c: Revert. | |
12328 | * arc-tdep.c: Revert. | |
12329 | * arc-newlib-tdep.c: Revert. | |
12330 | * annotate.h: Revert. | |
12331 | * annotate.c: Revert. | |
12332 | * amd64-windows-tdep.c: Revert. | |
12333 | * amd64-windows-nat.c: Revert. | |
12334 | * amd64-tdep.c: Revert. | |
12335 | * amd64-sol2-tdep.c: Revert. | |
12336 | * amd64-obsd-tdep.c: Revert. | |
12337 | * amd64-obsd-nat.c: Revert. | |
12338 | * amd64-nbsd-tdep.c: Revert. | |
12339 | * amd64-nbsd-nat.c: Revert. | |
12340 | * amd64-nat.c: Revert. | |
12341 | * amd64-linux-tdep.c: Revert. | |
12342 | * amd64-linux-nat.c: Revert. | |
12343 | * amd64-fbsd-tdep.c: Revert. | |
12344 | * amd64-fbsd-nat.c: Revert. | |
12345 | * amd64-dicos-tdep.c: Revert. | |
12346 | * amd64-darwin-tdep.c: Revert. | |
12347 | * amd64-bsd-nat.c: Revert. | |
12348 | * alpha-tdep.c: Revert. | |
12349 | * alpha-obsd-tdep.c: Revert. | |
12350 | * alpha-nbsd-tdep.c: Revert. | |
12351 | * alpha-mdebug-tdep.c: Revert. | |
12352 | * alpha-linux-tdep.c: Revert. | |
12353 | * alpha-linux-nat.c: Revert. | |
12354 | * alpha-bsd-tdep.c: Revert. | |
12355 | * alpha-bsd-nat.c: Revert. | |
12356 | * aix-thread.c: Revert. | |
12357 | * agent.c: Revert. | |
12358 | * addrmap.c: Revert. | |
12359 | * ada-varobj.c: Revert. | |
12360 | * ada-valprint.c: Revert. | |
12361 | * ada-typeprint.c: Revert. | |
12362 | * ada-tasks.c: Revert. | |
12363 | * ada-lang.c: Revert. | |
12364 | * aarch64-tdep.c: Revert. | |
12365 | * aarch64-ravenscar-thread.c: Revert. | |
12366 | * aarch64-newlib-tdep.c: Revert. | |
12367 | * aarch64-linux-tdep.c: Revert. | |
12368 | * aarch64-linux-nat.c: Revert. | |
12369 | * aarch64-fbsd-tdep.c: Revert. | |
12370 | * aarch64-fbsd-nat.c: Revert. | |
12371 | * aarch32-linux-nat.c: Revert. | |
12372 | ||
d55e5aa6 TT |
12373 | 2019-04-05 Tom Tromey <tom@tromey.com> |
12374 | ||
12375 | * ft32-tdep.c: Sort headers. | |
12376 | * frv-tdep.c: Sort headers. | |
12377 | * frv-linux-tdep.c: Sort headers. | |
12378 | * frame.c: Sort headers. | |
12379 | * frame-unwind.c: Sort headers. | |
12380 | * frame-base.c: Sort headers. | |
12381 | * fork-child.c: Sort headers. | |
12382 | * findvar.c: Sort headers. | |
12383 | * findcmd.c: Sort headers. | |
12384 | * filesystem.c: Sort headers. | |
12385 | * filename-seen-cache.h: Sort headers. | |
12386 | * filename-seen-cache.c: Sort headers. | |
12387 | * fbsd-tdep.c: Sort headers. | |
12388 | * fbsd-nat.h: Sort headers. | |
12389 | * fbsd-nat.c: Sort headers. | |
12390 | * f-valprint.c: Sort headers. | |
12391 | * f-typeprint.c: Sort headers. | |
12392 | * f-lang.c: Sort headers. | |
12393 | * extension.h: Sort headers. | |
12394 | * extension.c: Sort headers. | |
12395 | * extension-priv.h: Sort headers. | |
12396 | * expprint.c: Sort headers. | |
12397 | * exec.h: Sort headers. | |
12398 | * exec.c: Sort headers. | |
12399 | * exceptions.c: Sort headers. | |
12400 | * event-top.c: Sort headers. | |
12401 | * event-loop.c: Sort headers. | |
12402 | * eval.c: Sort headers. | |
12403 | * elfread.c: Sort headers. | |
12404 | * dwarf2read.h: Sort headers. | |
12405 | * dwarf2read.c: Sort headers. | |
12406 | * dwarf2loc.c: Sort headers. | |
12407 | * dwarf2expr.h: Sort headers. | |
12408 | * dwarf2expr.c: Sort headers. | |
12409 | * dwarf2-frame.c: Sort headers. | |
12410 | * dwarf2-frame-tailcall.c: Sort headers. | |
12411 | * dwarf-index-write.h: Sort headers. | |
12412 | * dwarf-index-write.c: Sort headers. | |
12413 | * dwarf-index-common.c: Sort headers. | |
12414 | * dwarf-index-cache.h: Sort headers. | |
12415 | * dwarf-index-cache.c: Sort headers. | |
12416 | * dummy-frame.c: Sort headers. | |
12417 | * dtrace-probe.c: Sort headers. | |
12418 | * disasm.h: Sort headers. | |
12419 | * disasm.c: Sort headers. | |
12420 | * disasm-selftests.c: Sort headers. | |
12421 | * dictionary.c: Sort headers. | |
12422 | * dicos-tdep.c: Sort headers. | |
12423 | * demangle.c: Sort headers. | |
12424 | * dcache.h: Sort headers. | |
12425 | * dcache.c: Sort headers. | |
12426 | * darwin-nat.h: Sort headers. | |
12427 | * darwin-nat.c: Sort headers. | |
12428 | * darwin-nat-info.c: Sort headers. | |
12429 | * d-valprint.c: Sort headers. | |
12430 | * d-namespace.c: Sort headers. | |
12431 | * d-lang.c: Sort headers. | |
12432 | * ctf.c: Sort headers. | |
12433 | * csky-tdep.c: Sort headers. | |
12434 | * csky-linux-tdep.c: Sort headers. | |
12435 | * cris-tdep.c: Sort headers. | |
12436 | * cris-linux-tdep.c: Sort headers. | |
12437 | * cp-valprint.c: Sort headers. | |
12438 | * cp-support.c: Sort headers. | |
12439 | * cp-namespace.c: Sort headers. | |
12440 | * cp-abi.c: Sort headers. | |
12441 | * corelow.c: Sort headers. | |
12442 | * corefile.c: Sort headers. | |
12443 | * continuations.c: Sort headers. | |
12444 | * completer.h: Sort headers. | |
12445 | * completer.c: Sort headers. | |
12446 | * complaints.c: Sort headers. | |
12447 | * coffread.c: Sort headers. | |
12448 | * coff-pe-read.c: Sort headers. | |
12449 | * cli-out.h: Sort headers. | |
12450 | * cli-out.c: Sort headers. | |
12451 | * charset.c: Sort headers. | |
12452 | * c-varobj.c: Sort headers. | |
12453 | * c-valprint.c: Sort headers. | |
12454 | * c-typeprint.c: Sort headers. | |
12455 | * c-lang.c: Sort headers. | |
12456 | * buildsym.c: Sort headers. | |
12457 | * buildsym-legacy.c: Sort headers. | |
12458 | * build-id.h: Sort headers. | |
12459 | * build-id.c: Sort headers. | |
12460 | * btrace.c: Sort headers. | |
12461 | * bsd-uthread.c: Sort headers. | |
12462 | * breakpoint.h: Sort headers. | |
12463 | * breakpoint.c: Sort headers. | |
12464 | * break-catch-throw.c: Sort headers. | |
12465 | * break-catch-syscall.c: Sort headers. | |
12466 | * break-catch-sig.c: Sort headers. | |
12467 | * blockframe.c: Sort headers. | |
12468 | * block.c: Sort headers. | |
12469 | * bfin-tdep.c: Sort headers. | |
12470 | * bfin-linux-tdep.c: Sort headers. | |
12471 | * bfd-target.c: Sort headers. | |
12472 | * bcache.c: Sort headers. | |
12473 | * ax-general.c: Sort headers. | |
12474 | * ax-gdb.h: Sort headers. | |
12475 | * ax-gdb.c: Sort headers. | |
12476 | * avr-tdep.c: Sort headers. | |
12477 | * auxv.c: Sort headers. | |
12478 | * auto-load.c: Sort headers. | |
12479 | * arm-wince-tdep.c: Sort headers. | |
12480 | * arm-tdep.c: Sort headers. | |
12481 | * arm-symbian-tdep.c: Sort headers. | |
12482 | * arm-pikeos-tdep.c: Sort headers. | |
12483 | * arm-obsd-tdep.c: Sort headers. | |
12484 | * arm-nbsd-tdep.c: Sort headers. | |
12485 | * arm-nbsd-nat.c: Sort headers. | |
12486 | * arm-linux-tdep.c: Sort headers. | |
12487 | * arm-linux-nat.c: Sort headers. | |
12488 | * arm-fbsd-tdep.c: Sort headers. | |
12489 | * arm-fbsd-nat.c: Sort headers. | |
12490 | * arm-bsd-tdep.c: Sort headers. | |
12491 | * arch-utils.c: Sort headers. | |
12492 | * arc-tdep.c: Sort headers. | |
12493 | * arc-newlib-tdep.c: Sort headers. | |
12494 | * annotate.h: Sort headers. | |
12495 | * annotate.c: Sort headers. | |
12496 | * amd64-windows-tdep.c: Sort headers. | |
12497 | * amd64-windows-nat.c: Sort headers. | |
12498 | * amd64-tdep.c: Sort headers. | |
12499 | * amd64-sol2-tdep.c: Sort headers. | |
12500 | * amd64-obsd-tdep.c: Sort headers. | |
12501 | * amd64-obsd-nat.c: Sort headers. | |
12502 | * amd64-nbsd-tdep.c: Sort headers. | |
12503 | * amd64-nbsd-nat.c: Sort headers. | |
12504 | * amd64-nat.c: Sort headers. | |
12505 | * amd64-linux-tdep.c: Sort headers. | |
12506 | * amd64-linux-nat.c: Sort headers. | |
12507 | * amd64-fbsd-tdep.c: Sort headers. | |
12508 | * amd64-fbsd-nat.c: Sort headers. | |
12509 | * amd64-dicos-tdep.c: Sort headers. | |
12510 | * amd64-darwin-tdep.c: Sort headers. | |
12511 | * amd64-bsd-nat.c: Sort headers. | |
12512 | * alpha-tdep.c: Sort headers. | |
12513 | * alpha-obsd-tdep.c: Sort headers. | |
12514 | * alpha-nbsd-tdep.c: Sort headers. | |
12515 | * alpha-mdebug-tdep.c: Sort headers. | |
12516 | * alpha-linux-tdep.c: Sort headers. | |
12517 | * alpha-linux-nat.c: Sort headers. | |
12518 | * alpha-bsd-tdep.c: Sort headers. | |
12519 | * alpha-bsd-nat.c: Sort headers. | |
12520 | * aix-thread.c: Sort headers. | |
12521 | * agent.c: Sort headers. | |
12522 | * addrmap.c: Sort headers. | |
12523 | * ada-varobj.c: Sort headers. | |
12524 | * ada-valprint.c: Sort headers. | |
12525 | * ada-typeprint.c: Sort headers. | |
12526 | * ada-tasks.c: Sort headers. | |
12527 | * ada-lang.c: Sort headers. | |
12528 | * aarch64-tdep.c: Sort headers. | |
12529 | * aarch64-ravenscar-thread.c: Sort headers. | |
12530 | * aarch64-newlib-tdep.c: Sort headers. | |
12531 | * aarch64-linux-tdep.c: Sort headers. | |
12532 | * aarch64-linux-nat.c: Sort headers. | |
12533 | * aarch64-fbsd-tdep.c: Sort headers. | |
12534 | * aarch64-fbsd-nat.c: Sort headers. | |
12535 | * aarch32-linux-nat.c: Sort headers. | |
12536 | ||
699bd4cf TT |
12537 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12538 | ||
12539 | * varobj.c (varobj_create): Update. | |
12540 | * rust-exp.y (struct rust_parser) <update_innermost_block, | |
12541 | lookup_symbol>: New methods. | |
12542 | (rust_parser::update_innermost_block, rust_parser::lookup_symbol): | |
12543 | Rename. | |
12544 | (rust_parser::rust_lookup_type) | |
12545 | (rust_parser::convert_ast_to_expression, rust_lex_tests): Update. | |
12546 | * printcmd.c (display_command, do_one_display): Update. | |
12547 | * parser-defs.h (struct parser_state) <parser_state>: Add | |
12548 | "tracker" parameter. | |
12549 | (block_tracker): New member. | |
12550 | (class innermost_block_tracker) <innermost_block_tracker>: Add | |
12551 | "types" parameter. | |
12552 | <reset>: Remove method. | |
12553 | (innermost_block): Don't declare. | |
12554 | (null_post_parser): Update. | |
12555 | * parse.c (innermost_block): Remove global. | |
12556 | (write_dollar_variable): Update. | |
12557 | (parse_exp_1, parse_exp_in_context): Add "tracker" parameter. | |
12558 | Remove "tracker_types" parameter. | |
12559 | (parse_expression): Add "tracker" parameter. | |
12560 | (parse_expression_for_completion): Update. | |
12561 | (null_post_parser): Add "tracker" parameter. | |
12562 | * p-exp.y: Update rules. | |
12563 | * m2-exp.y: Update rules. | |
12564 | * language.h (struct language_defn) <la_post_parser>: Add | |
12565 | "tracker" parameter. | |
12566 | * go-exp.y: Update rules. | |
12567 | * f-exp.y: Update rules. | |
12568 | * expression.h (parse_expression, parse_exp_1): Add "tracker" | |
12569 | parameter. | |
12570 | * d-exp.y: Update rules. | |
12571 | * c-exp.y: Update rules. | |
12572 | * breakpoint.c (set_breakpoint_condition): Create an | |
12573 | innermost_block_tracker. | |
12574 | (watch_command_1): Likewise. | |
12575 | * ada-lang.c (resolve): Add "tracker" parameter. | |
12576 | (resolve_subexp): Likewise. | |
12577 | * ada-exp.y (write_var_from_sym): Update. | |
12578 | ||
dac43e32 TT |
12579 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12580 | ||
12581 | * type-stack.h: New file. | |
12582 | * type-stack.c: New file. | |
12583 | * parser-defs.h (enum type_pieces, union type_stack_elt): Move to | |
12584 | type-stack.h. | |
12585 | (insert_into_type_stack, insert_type, push_type, push_type_int) | |
12586 | (insert_type_address_space, pop_type, pop_type_int) | |
12587 | (pop_typelist, pop_type_stack, append_type_stack) | |
12588 | (push_type_stack, get_type_stack, push_typelist) | |
12589 | (follow_type_instance_flags, follow_types): Don't declare. | |
12590 | * parse.c (type_stack): Remove global. | |
12591 | (parse_exp_in_context): Update. | |
12592 | (insert_into_type_stack, insert_type, push_type, push_type_int) | |
12593 | (insert_type_address_space, pop_type, pop_type_int) | |
12594 | (pop_typelist, pop_type_stack, append_type_stack) | |
12595 | (push_type_stack, get_type_stack, push_typelist) | |
12596 | (follow_type_instance_flags, follow_types): Remove (moved to | |
12597 | type-stack.c). | |
12598 | * f-exp.y (type_stack): New global. | |
12599 | Update rules. | |
12600 | (push_kind_type, f_parse): Update. | |
12601 | * d-exp.y (type_stack): New global. | |
12602 | Update rules. | |
12603 | (d_parse): Update. | |
12604 | * c-exp.y (struct c_parse_state) <type_stack>: New member. | |
12605 | Update rules. | |
12606 | * Makefile.in (COMMON_SFILES): Add type-stack.c. | |
12607 | (HFILES_NO_SRCDIR): Add type-stack.h. | |
12608 | ||
2a612529 TT |
12609 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12610 | ||
12611 | * rust-exp.y (rust_parser::lex_identifier, rustyylex) | |
12612 | (rust_parser::convert_ast_to_expression, rust_parse) | |
12613 | (rust_lex_test_completion, rust_lex_tests): Update. | |
12614 | * parser-defs.h (struct expr_completion_state): New. | |
12615 | (struct parser_state) <parser_state>: Add completion parameter. | |
12616 | <mark_struct_expression, mark_completion_tag>: New methods. | |
12617 | <parse_completion, m_completion_state>: New members. | |
12618 | (prefixify_expression, null_post_parser): Update. | |
12619 | (mark_struct_expression, mark_completion_tag): Don't declare. | |
12620 | * parse.c (parse_completion, expout_last_struct) | |
12621 | (expout_tag_completion_type, expout_completion_name): Remove | |
12622 | globals. | |
12623 | (parser_state::mark_struct_expression) | |
12624 | (parser_state::mark_completion_tag): Now methods. | |
12625 | (prefixify_expression): Add last_struct parameter. | |
12626 | (prefixify_subexp): Likewise. | |
12627 | (parse_exp_1): Update. | |
12628 | (parse_exp_in_context): Add cstate parameter. Update. | |
12629 | (parse_expression_for_completion): Create an | |
12630 | expr_completion_state. | |
12631 | (null_post_parser): Add "completion" parameter. | |
12632 | * p-exp.y: Update rules. | |
12633 | (yylex): Update. | |
12634 | * language.h (struct language_defn) <la_post_parser>: Add | |
12635 | "completing" parameter. | |
12636 | * go-exp.y: Update rules. | |
12637 | (lex_one_token): Update. | |
12638 | * expression.h (parse_completion): Don't declare. | |
12639 | * d-exp.y: Update rules. | |
12640 | (lex_one_token): Update rules. | |
12641 | * c-exp.y: Update rules. | |
12642 | (lex_one_token): Update. | |
12643 | * ada-lang.c (resolve): Add "parse_completion" parameter. | |
12644 | (resolve_subexp): Likewise. | |
12645 | (ada_resolve_function): Likewise. | |
12646 | ||
43476f0b TT |
12647 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12648 | ||
12649 | * parser-defs.h (struct parser_state) <start_arglist, | |
12650 | end_arglist>: New methods. | |
12651 | <arglist_len, m_funcall_chain>: New members. | |
12652 | (arglist_len, start_arglist, end_arglist): Don't declare. | |
12653 | * parse.c (arglist_len, funcall_chain): Remove global. | |
12654 | (start_arglist, end_arglist): Remove functions. | |
12655 | (parse_exp_in_context): Update. | |
12656 | * p-exp.y: Update rules. | |
12657 | * m2-exp.y: Update rules. | |
12658 | * go-exp.y: Update rules. | |
12659 | * f-exp.y: Update rules. | |
12660 | * d-exp.y: Update rules. | |
12661 | * c-exp.y: Update rules. | |
12662 | ||
5776fca3 TT |
12663 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12664 | ||
12665 | * rust-exp.y (struct rust_parser) <lex_hex, lex_escape, | |
12666 | lex_operator, push_back>: New methods. | |
12667 | Update all rules. | |
12668 | (rust_parser::lex_hex, lex_escape): Rename and update. | |
12669 | (rust_parser::lex_string, rust_parser::lex_identifier): Update. | |
12670 | (rust_parser::lex_operator): Rename and update. | |
12671 | (rust_parser::lex_number, rustyylex, rustyyerror) | |
12672 | (rust_lex_test_init, rust_lex_test_sequence) | |
12673 | (rust_lex_test_push_back, rust_lex_tests): Update. | |
12674 | * parser-defs.h (struct parser_state) <parser_state>: Add "input" | |
12675 | parameter. | |
12676 | <lexptr, prev_lexptr>: New members. | |
12677 | (lexptr, prev_lexptr): Don't declare. | |
12678 | * parse.c (lexptr, prev_lexptr): Remove globals. | |
12679 | (parse_exp_in_context): Update. | |
12680 | * p-exp.y (yylex, yyerror): Update. | |
12681 | * m2-exp.y (parse_number, yylex, yyerror): Update. | |
12682 | * go-exp.y (lex_one_token, yyerror): Update. | |
12683 | * f-exp.y (match_string_literal, yylex, yyerror): Update. | |
12684 | * d-exp.y (lex_one_token, yyerror): Update. | |
12685 | * c-exp.y (scan_macro_expansion, finished_macro_expansion) | |
12686 | (lex_one_token, yyerror): Update. | |
12687 | * ada-lex.l (YY_INPUT): Update. | |
12688 | (rewind_to_char): Update. | |
12689 | * ada-exp.y (yyerror): Update. | |
12690 | ||
8621b685 TT |
12691 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12692 | ||
12693 | * rust-exp.y (rustyylex, rust_lex_tests): Update. | |
12694 | * parser-defs.h (struct parser_state) <parser_state>: Add new | |
12695 | parameter. | |
12696 | <comma_terminates>: New member. | |
12697 | (comma_terminates): Don't declare global. | |
12698 | * parse.c (comma_terminates): Remove global. | |
12699 | (parse_exp_in_context): Update. | |
12700 | * p-exp.y (yylex): Update. | |
12701 | * m2-exp.y (yylex): Update. | |
12702 | * go-exp.y (lex_one_token): Update. | |
12703 | * f-exp.y (yylex): Update. | |
12704 | * d-exp.y (lex_one_token): Update. | |
12705 | * c-exp.y (lex_one_token): Update. | |
12706 | * ada-lex.l: Update. | |
12707 | ||
28aaf3fd TT |
12708 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12709 | ||
12710 | * rust-exp.y (struct rust_parser) <paren_depth>: New member. | |
12711 | (rustyylex, rust_lex_test_init, rust_lex_test_one) | |
12712 | (rust_lex_test_sequence, rust_lex_test_push_back): Update. | |
12713 | * parser-defs.h (paren_depth): Don't declare. | |
12714 | * parse.c (paren_depth): Remove global. | |
12715 | (parse_exp_in_context): Update. | |
12716 | * p-exp.y (paren_depth): New global. | |
12717 | (pascal_parse): Initialize it. | |
12718 | * m2-exp.y (paren_depth): New global. | |
12719 | (m2_parse): Initialize it. | |
12720 | * go-exp.y (paren_depth): New global. | |
12721 | (go_parse): Initialize it. | |
12722 | * f-exp.y (paren_depth): New global. | |
12723 | (f_parse): Initialize it. | |
12724 | * d-exp.y (paren_depth): New global. | |
12725 | (d_parse): Initialize it. | |
12726 | * c-exp.y (paren_depth): New global. | |
12727 | (c_parse): Initialize it. | |
12728 | * ada-lex.l (paren_depth): New global. | |
12729 | (lexer_init): Initialize it. | |
12730 | ||
1e58a4a4 TT |
12731 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12732 | ||
12733 | * rust-exp.y (rust_parser::crate_name, rust_parser::super_name) | |
12734 | (rust_parser::convert_ast_to_type) | |
12735 | (rust_parser::convert_ast_to_expression, rust_lex_tests): Update. | |
12736 | * parser-defs.h (struct parser_state) <parser_state>: Add | |
12737 | parameters. Initialize new members. | |
12738 | <expression_context_block, expression_context_pc>: New members. | |
12739 | * parse.c (expression_context_block, expression_context_pc): | |
12740 | Remove globals. | |
12741 | (parse_exp_in_context): Update. | |
12742 | * p-exp.y: Update all rules. | |
12743 | (yylex): Update. | |
12744 | * m2-exp.y: Update all rules. | |
12745 | (yylex): Update. | |
12746 | * go-exp.y (yylex): Update. | |
12747 | * f-exp.y (yylex): Update. | |
12748 | * d-exp.y: Update all rules. | |
12749 | (yylex): Update. | |
12750 | * c-exp.y: Update all rules. | |
12751 | (lex_one_token, classify_name, yylex, c_parse): Update. | |
12752 | * ada-exp.y (write_var_or_type, write_name_assoc): Update. | |
12753 | ||
37eedb39 TT |
12754 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12755 | ||
12756 | * gdbarch.h, gdbarch.c: Rebuild. | |
12757 | * gdbarch.sh (dtrace_parse_probe_argument): Change type. | |
12758 | * stap-probe.h: | |
12759 | (struct stap_parse_info): Replace "parser_state" with | |
12760 | "expr_builder". | |
12761 | * parser-defs.h (struct expr_builder): Rename from "parser_state". | |
12762 | (parser_state): New class. | |
12763 | * parse.c (expr_builder): Rename. | |
12764 | (expr_builder::release): Rename. | |
12765 | (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym) | |
12766 | (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile) | |
12767 | (write_exp_elt_longcst, write_exp_elt_floatcst) | |
12768 | (write_exp_elt_type, write_exp_elt_intern, write_exp_string) | |
12769 | (write_exp_string_vector, write_exp_bitstring) | |
12770 | (write_exp_msymbol, mark_struct_expression) | |
12771 | (write_dollar_variable) | |
12772 | (insert_type_address_space, increase_expout_size): Replace | |
12773 | "parser_state" with "expr_builder". | |
12774 | * dtrace-probe.c: Replace "parser_state" with "expr_builder". | |
12775 | * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace | |
12776 | "parser_state" with "expr_builder". | |
12777 | ||
73923d7e TT |
12778 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12779 | ||
12780 | * rust-exp.y: Replace "parse_language" with method call. | |
12781 | * p-exp.y: | |
12782 | (yylex): Replace "parse_language" with method call. | |
12783 | * m2-exp.y: | |
12784 | (yylex): Replace "parse_language" with method call. | |
12785 | * go-exp.y (classify_name): Replace "parse_language" with method | |
12786 | call. | |
12787 | * f-exp.y (yylex): Replace "parse_language" with method call. | |
12788 | * d-exp.y (lex_one_token): Replace "parse_language" with method | |
12789 | call. | |
12790 | * c-exp.y: | |
12791 | (lex_one_token, classify_name, yylex): Replace "parse_language" | |
12792 | with method call. | |
12793 | * ada-exp.y (find_primitive_type, type_char) | |
12794 | (type_system_address): Replace "parse_language" with method call. | |
12795 | ||
fa9f5be6 TT |
12796 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12797 | ||
12798 | * rust-exp.y: Replace "parse_gdbarch" with method call. | |
12799 | * parse.c (write_dollar_variable, insert_type_address_space): | |
12800 | Replace "parse_gdbarch" with method call. | |
12801 | * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method | |
12802 | call. | |
12803 | * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method | |
12804 | call. | |
12805 | * m2-exp.y (parse_type, parse_m2_type, yylex): Replace | |
12806 | "parse_gdbarch" with method call. | |
12807 | * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch" | |
12808 | with method call. | |
12809 | * f-exp.y (parse_type, parse_f_type, yylex): Replace | |
12810 | "parse_gdbarch" with method call. | |
12811 | * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace | |
12812 | "parse_gdbarch" with method call. | |
12813 | * c-exp.y (parse_type, parse_number, classify_name): Replace | |
12814 | "parse_gdbarch" with method call. | |
12815 | * ada-lex.l: Replace "parse_gdbarch" with method call. | |
12816 | * ada-exp.y (parse_type, find_primitive_type, type_char) | |
12817 | (type_system_address): Replace "parse_gdbarch" with method call. | |
12818 | ||
1201a264 TT |
12819 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12820 | ||
12821 | * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update. | |
12822 | * stap-probe.c (stap_parse_argument): Update. | |
12823 | * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove | |
12824 | initial_size parameter. | |
12825 | * rust-exp.y (rust_lex_tests): Update. | |
12826 | * parse.c (parser_state): Update. | |
12827 | (parse_exp_in_context): Update. | |
12828 | * parser-defs.h (struct parser_state) <parser_state>: Remove | |
12829 | "initial_size" parameter. | |
12830 | ||
e3980ce2 TT |
12831 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12832 | ||
12833 | * parser-defs.h (increase_expout_size): Don't declare. | |
12834 | * parse.c (increase_expout_size): Now static. | |
12835 | ||
e9f8e3f1 TS |
12836 | 2019-04-04 Thomas Schwinge <thomas@codesourcery.com> |
12837 | ||
12838 | * gnu-nat.c (gnu_nat_target::wait): Fix | |
12839 | target_waitstatus_to_string call. | |
12840 | ||
d7df6549 AB |
12841 | 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com> |
12842 | ||
12843 | * eval.c (evaluate_subexp_standard): Handle internal functions | |
12844 | during Fortran function call handling. | |
12845 | ||
8bdc1658 AB |
12846 | 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com> |
12847 | ||
12848 | * NEWS: Mention new internal functions. | |
12849 | * dwarf2read.c (dwarf2_init_complex_target_type): New function. | |
12850 | (read_base_type): Use dwarf2_init_complex_target_type. | |
12851 | * value.c (creal_internal_fn): New function. | |
12852 | (cimag_internal_fn): New function. | |
12853 | (_initialize_values): Register new internal functions. | |
12854 | ||
c29705b7 PW |
12855 | 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
12856 | ||
12857 | * infrun.c (stop_all_threads): If debug_infrun, always | |
12858 | trace the wait status after wait_one, using | |
12859 | target_waitstatus_to_string and target_pid_to_str. | |
12860 | (handle_inferior_event): Replace various trace of | |
12861 | wait status kind by a single trace. | |
12862 | * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local | |
12863 | wait status kind image by target_waitstatus_to_string. | |
12864 | * target/waitstatus.c (target_waitstatus_to_string): Fix | |
12865 | obsolete comment. | |
12866 | ||
05caa1d2 TT |
12867 | 2019-04-01 Tom Tromey <tromey@adacore.com> |
12868 | ||
12869 | PR symtab/23331: | |
12870 | * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges. | |
12871 | ||
9d1447e0 SDJ |
12872 | 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com> |
12873 | Pedro Alves <palves@redhat.com> | |
12874 | ||
12875 | * top.c (quit_force): Call 'finalize_values'. | |
12876 | * value.c (finalize_values): New function. | |
12877 | * value.h (finalize_values): Declare. | |
12878 | ||
7734102d EZ |
12879 | 2019-03-30 Eli Zaretskii <eliz@gnu.org> |
12880 | ||
12881 | * NEWS: Announce $_gdb_major and $_gdb_minor. | |
12882 | ||
12883 | * top.c (init_gdb_version_vars): New function. | |
12884 | (gdb_init): Call init_gdb_version_vars. | |
12885 | ||
188e1fa9 TT |
12886 | 2019-03-29 Tom Tromey <tromey@adacore.com> |
12887 | ||
12888 | * printcmd.c (_initialize_printcmd): Add usage lines. Update some | |
12889 | help text. Remove dead code. | |
12890 | ||
2880242d KS |
12891 | 2019-03-29 Keith Seitz <keiths@redhat.com> |
12892 | ||
12893 | From Siddhesh Poyarekar: | |
12894 | * f-lang.h (f77_get_upperbound): Return LONGEST. | |
12895 | (f77_get_lowerbound): Likewise. | |
12896 | * f-typeprint.c (f_type_print_varspec_suffix): Expand | |
12897 | UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format | |
12898 | print them. | |
12899 | (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use | |
12900 | plongest to format print it. | |
12901 | * f-valprint.c (f77_get_lowerbound): Return LONGEST. | |
12902 | (f77_get_upperbound): Likewise. | |
12903 | (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND, | |
12904 | LOWER_BOUND to LONGEST. | |
12905 | (f77_create_arrayprint_offset_tbl): Likewise. | |
12906 | ||
cc1defb1 KS |
12907 | 2019-03-29 Keith Seitz <keiths@redhat.com> |
12908 | ||
12909 | * ada-lang.c (ada_template_to_fixed_record_type_1): Use | |
12910 | %s/pulongest for TYPE_LENGTH instead of %d in format | |
12911 | strings. | |
12912 | * ada-typerint.c (ada_print_type): Likewise. | |
12913 | * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise. | |
12914 | * compile/compile-c-support.c (generate_register_struct): Likewise. | |
12915 | * gdbtypes.c (recursive_dump_type): Likewise. | |
12916 | * gdbtypes.h (struct type) <length>: Change type to ULONGEST. | |
12917 | * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH | |
12918 | instead of %d in format strings. | |
12919 | * riscv-tdep.c (riscv_type_alignment): Cast second argument | |
12920 | to std::min to ULONGEST. | |
12921 | * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH | |
12922 | instead of %d in format strings. | |
12923 | * tracepoint.c (info_scope_command): Likewise. | |
12924 | * typeprint.c (print_offset_data::update) | |
12925 | (print_offset_data::finish): Likewise. | |
12926 | * xtensa-tdep.c (xtensa_store_return_value) | |
12927 | (xtensa_push_dummy_call): Likewise. | |
12928 | ||
e432ccf1 JT |
12929 | 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk> |
12930 | ||
12931 | * windows-nat.c (display_selector): Fixed format specifications | |
12932 | for 64-bit Cygwin. | |
12933 | ||
65d2b333 PW |
12934 | 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
12935 | ||
12936 | * infrun.c (follow_exec): Call target_terminal::ours_for_output. | |
12937 | ||
f489207e SL |
12938 | 2019-03-28 Sandra Loosemore <sandra@codesourcery.com> |
12939 | ||
12940 | * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper. | |
12941 | * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers. | |
12942 | * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New. | |
12943 | (nios2_linux_init_abi): Install it. | |
12944 | ||
bffa1015 AH |
12945 | 2019-03-28 Alan Hayward <alan.hayward@arm.com> |
12946 | ||
12947 | * aarch64-tdep.c (aarch64_vnv_type): Use vector types. | |
12948 | ||
fc96163a AH |
12949 | 2019-03-28 Alan Hayward <alan.hayward@arm.com> |
12950 | ||
12951 | * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view. | |
12952 | ||
20dc7e9b PW |
12953 | 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
12954 | Tom Tromey <tromey@adacore.com> | |
12955 | ||
12956 | * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow. | |
12957 | ||
7f5331a8 JB |
12958 | 2019-03-26 Joel Brobecker <brobecker@adacore.com> |
12959 | ||
12960 | * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method. | |
12961 | (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img" | |
12962 | method to compute the bounds of range types. Also print "[evaluated]" | |
12963 | if the bounds' values come from a dynamic evaluation. | |
12964 | ||
18c77628 AB |
12965 | 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com> |
12966 | ||
12967 | * cp-valprint.c (cp_print_value_fields): Don't print trailing | |
12968 | whitespace when pretty printing is on. | |
12969 | ||
53c973f2 AH |
12970 | 2019-03-26 Alan Hayward <alan.hayward@arm.com> |
12971 | ||
e79be6e5 | 12972 | * ppc-linux-nat.c: Add include. |
53c973f2 | 12973 | |
d851aa71 AH |
12974 | 2019-03-26 Alan Hayward <alan.hayward@arm.com> |
12975 | ||
e79be6e5 | 12976 | * NEWS: Mention AArch64 Pointer Authentication. |
d851aa71 | 12977 | |
2fe7bab7 AH |
12978 | 2019-03-26 Alan Hayward <alan.hayward@arm.com> |
12979 | ||
e79be6e5 | 12980 | * arm-linux-nat.c: Add include. |
2fe7bab7 | 12981 | |
068ef30e SM |
12982 | 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca> |
12983 | ||
12984 | * source-cache.c (source_cache::get_source_lines): Re-read | |
12985 | fullname after calling open_source_file. | |
12986 | ||
81a24d04 JB |
12987 | 2019-03-25 John Baldwin <jhb@FreeBSD.org> |
12988 | ||
12989 | * NEWS: Mention TLS support for FreeBSD. | |
12990 | ||
79e7ae11 TT |
12991 | 2019-03-25 Tom Tromey <tromey@adacore.com> |
12992 | ||
12993 | * minsyms.c (BUNCH_SIZE): Update comment. | |
12994 | (~minimal_symbol_reader): Remove old comment. | |
12995 | (compact_minimal_symbols): Update comment. | |
12996 | (minimal_symbol_reader::install): Remove old comment. Update | |
12997 | other comments. | |
12998 | ||
d45963c2 AH |
12999 | 2019-03-25 Alan Hayward <alan.hayward@arm.com> |
13000 | ||
13001 | * s390-linux-nat.c: Add include. | |
13002 | ||
0f83012e AH |
13003 | 2019-03-25 Alan Hayward <alan.hayward@arm.com> |
13004 | ||
13005 | * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description): | |
13006 | Call linux_get_hwcap. | |
13007 | * aarch64-linux-tdep.c (aarch64_linux_core_read_description): | |
13008 | Likewise. | |
13009 | (aarch64_linux_get_hwcap): Remove function. | |
13010 | * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove | |
13011 | declaration. | |
13012 | * arm-linux-nat.c (arm_linux_nat_target::read_description):Call | |
13013 | linux_get_hwcap. | |
13014 | * arm-linux-tdep.c (arm_linux_core_read_description): Likewise. | |
13015 | * linux-tdep.c (linux_get_hwcap): Add function. | |
13016 | (linux_get_hwcap2): Likewise. | |
13017 | * linux-tdep.h (linux_get_hwcap): Add declaration. | |
13018 | (linux_get_hwcap2): Likewise. | |
13019 | * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function. | |
13020 | (ppc_linux_get_hwcap2): Likewise. | |
13021 | (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call | |
13022 | linux_get_hwcap. | |
13023 | (ppc_linux_nat_target::insert_watchpoint): Likewise. | |
13024 | (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise. | |
13025 | (ppc_linux_nat_target::read_description): Likewise. | |
13026 | * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise. | |
13027 | * s390-linux-nat.c: Likewise. | |
13028 | * s390-linux-tdep.c (s390_core_read_description): Likewise. | |
13029 | ||
6640a367 TT |
13030 | 2019-03-24 Tom Tromey <tom@tromey.com> |
13031 | ||
13032 | * ada-lang.c (standard_lookup): Simplify initialization. | |
13033 | (ada_lookup_symbol_nonlocal): Simplify return. | |
13034 | * solib-spu.c (spu_lookup_lib_symbol): Simplify return. | |
13035 | * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return. | |
13036 | * solib-svr4.c (elf_lookup_lib_symbol): Simplify return. | |
13037 | * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify | |
13038 | initialization. | |
13039 | * solib.c (solib_global_lookup): Simplify. | |
13040 | * symtab.c (null_block_symbol): Remove. | |
13041 | (symbol_cache_lookup): Simplify returns. | |
13042 | (lookup_language_this): Simplify returns. | |
13043 | (lookup_symbol_aux): Simplify return. | |
13044 | (lookup_local_symbol): Simplify returns. | |
13045 | (lookup_global_symbol_from_objfile): Simplify return. | |
13046 | (lookup_symbol_in_objfile_symtabs) | |
13047 | (lookup_symbol_in_objfile_from_linkage_name): Simplify return. | |
13048 | (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block) | |
13049 | (lookup_static_symbol, lookup_global_symbol): Simplify return. | |
13050 | * cp-namespace.c (cp_lookup_bare_symbol) | |
13051 | (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports) | |
13052 | (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1) | |
13053 | (cp_lookup_nested_symbol): Don't use null_block_symbol. | |
13054 | (cp_lookup_symbol_via_imports): Simplify initialization. | |
13055 | (find_symbol_in_baseclass): Likewise. | |
13056 | * symtab.h (null_block_symbol): Remove. | |
13057 | * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol. | |
13058 | (d_lookup_nested_symbol, d_lookup_symbol_imports) | |
13059 | (d_lookup_symbol_module): Likewise. | |
13060 | (find_symbol_in_baseclass): Simplify initialization. | |
13061 | ||
a930ebcd TT |
13062 | 2019-03-24 Tom Tromey <tom@tromey.com> |
13063 | ||
13064 | * expression.h: Don't include symtab.h. | |
13065 | (struct block): Forward declare. | |
13066 | ||
582942f4 TT |
13067 | 2019-03-24 Tom Tromey <tom@tromey.com> |
13068 | ||
13069 | * c-exp.y (typebase): Remove casts. | |
13070 | * gdbtypes.c (lookup_unsigned_typename, ) | |
13071 | (lookup_signed_typename): Remove cast. | |
13072 | * eval.c (parse_to_comma_and_eval): Remove cast. | |
13073 | * parse.c (write_dollar_variable): Remove cast. | |
13074 | * block.h (struct block) <superblock>: Now const. | |
13075 | * symfile-debug.c (debug_qf_map_matching_symbols): Update. | |
13076 | * psymtab.c (psym_map_matching_symbols): Make "block" const. | |
13077 | (map_block): Make "block" const. | |
13078 | * symfile.h (struct quick_symbol_functions) | |
13079 | <map_matching_symbols>: Constify block argument to "callback". | |
13080 | * symtab.c (basic_lookup_transparent_type_quick): Make "block" | |
13081 | const. | |
13082 | (find_pc_sect_compunit_symtab): Make "b" const. | |
13083 | (find_symbol_at_address): Likewise. | |
13084 | (search_symbols): Likewise. | |
13085 | * dwarf2read.c (dw2_lookup_symbol): Make "block" const. | |
13086 | (dw2_debug_names_lookup_symbol): Likewise. | |
13087 | (dw2_map_matching_symbols): Update. | |
13088 | * p-valprint.c (pascal_val_print): Remove "block". | |
13089 | * ada-lang.c (ada_add_global_exceptions): Make "b" const. | |
13090 | (aux_add_nonlocal_symbols): Make "block" const. | |
13091 | (resolve_subexp): Remove cast. | |
13092 | * linespec.c (iterate_over_all_matching_symtabs): Make "block" | |
13093 | const. | |
13094 | (iterate_over_file_blocks): Likewise. | |
13095 | * f-exp.y (%union) <bval>: Remove. | |
13096 | * coffread.c (patch_opaque_types): Make "b" const. | |
13097 | * spu-tdep.c (spu_catch_start): Make "block" const. | |
13098 | * c-valprint.c (print_unpacked_pointer): Remove "block". | |
13099 | * symmisc.c (dump_symtab_1): Make "b" const. | |
13100 | (block_depth): Make "block" const. | |
13101 | * d-exp.y (%union) <bval>: Remove. | |
13102 | * cp-support.h (cp_lookup_rtti_type): Update. | |
13103 | * cp-support.c (cp_lookup_rtti_type): Make "block" const. | |
13104 | * psymtab.c (psym_lookup_symbol): Make "block" const. | |
13105 | (maintenance_check_psymtabs): Make "b" const. | |
13106 | * python/py-framefilter.c (extract_sym): Make "sym_block" const. | |
13107 | (enumerate_locals, enumerate_args): Update. | |
13108 | * python/py-symtab.c (stpy_global_block): Make "block" const. | |
13109 | (stpy_static_block): Likewise. | |
13110 | * inline-frame.c (block_starting_point_at): Make "new_block" | |
13111 | const. | |
13112 | * block.c (find_block_in_blockvector): Make return type const. | |
13113 | (blockvector_for_pc_sect): Make "b" const. | |
13114 | (find_block_in_blockvector): Make "b" const. | |
13115 | ||
7ad417dd TT |
13116 | 2019-03-23 Tom Tromey <tom@tromey.com> |
13117 | ||
13118 | * varobj.c (varobj_create): Update. | |
13119 | * symfile.c (clear_symtab_users): Don't reset innermost_block. | |
13120 | * printcmd.c (display_command, do_one_display): Don't reset | |
13121 | innermost_block. | |
13122 | * parser-defs.h (enum innermost_block_tracker_type): Move to | |
13123 | expression.h. | |
13124 | (innermost_block): Update comment. | |
13125 | * parse.c (parse_exp_1): Add tracker_types parameter. | |
13126 | (parse_exp_in_context): Rename from parse_exp_in_context_1. Add | |
13127 | tracker_types parameter. Reset innermost_block. | |
13128 | (parse_exp_in_context): Remove. | |
13129 | (parse_expression_for_completion): Update. | |
13130 | * objfiles.c (~objfile): Don't reset expression_context_block or | |
13131 | innermost_block. | |
13132 | * expression.h (enum innermost_block_tracker_type): Move from | |
13133 | parser-defs.h. | |
13134 | (parse_exp_1): Add tracker_types parameter. | |
13135 | * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't | |
13136 | reset innermost_block. | |
13137 | ||
b366c208 TT |
13138 | 2019-03-23 Tom Tromey <tom@tromey.com> |
13139 | ||
13140 | * objfiles.h: Include bcache.h. | |
13141 | ||
9bb9b2f9 TT |
13142 | 2019-03-23 Tom Tromey <tom@tromey.com> |
13143 | ||
13144 | * linespec.c (get_current_search_block): Use | |
13145 | scoped_restore_current_language. | |
13146 | * symmisc.c (dump_symtab): Use scoped_restore_current_language. | |
13147 | ||
59c28372 AH |
13148 | 2019-03-22 Alan Hayward <alan.hayward@arm.com> |
13149 | Jiong Wang <jiong.wang@arm.com> | |
13150 | ||
13151 | * aarch64-linux-tdep.c | |
13152 | (aarch64_linux_iterate_over_regset_sections): Check for pauth | |
13153 | section. | |
13154 | * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define. | |
13155 | ||
17e116a7 AH |
13156 | 2019-03-22 Alan Hayward <alan.hayward@arm.com> |
13157 | Jiong Wang <jiong.wang@arm.com> | |
13158 | ||
13159 | * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth | |
13160 | instructions. | |
13161 | (aarch64_analyze_prologue_test): Add PACIASP test. | |
13162 | (aarch64_prologue_prev_register): Unmask PC value. | |
13163 | ||
11e1b75f AH |
13164 | 2019-03-22 Alan Hayward <alan.hayward@arm.com> |
13165 | Jiong Wang <jiong.wang@arm.com> | |
13166 | ||
13167 | * aarch64-tdep.c (aarch64_frame_unmask_address): New function. | |
13168 | (aarch64_dwarf2_prev_register): Unmask PC value. | |
13169 | (aarch64_dwarf2_frame_init_reg): Init pauth registers. | |
13170 | (aarch64_execute_dwarf_cfa_vendor_op): Check for | |
13171 | DW_CFA_AARCH64_negate_ra_state. | |
13172 | (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op. | |
13173 | ||
34dcc7cf AH |
13174 | 2019-03-22 Alan Hayward <alan.hayward@arm.com> |
13175 | Jiong Wang <jiong.wang@arm.com> | |
13176 | ||
13177 | * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth | |
13178 | registers. | |
13179 | (aarch64_pseudo_register_name): Likewise. | |
13180 | (aarch64_pseudo_register_type): Likewise. | |
13181 | (aarch64_pseudo_register_reggroup_p): Likewise. | |
13182 | (aarch64_gdbarch_init): Add pauth registers. | |
13183 | * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define. | |
13184 | (AARCH64_DWARF_PAUTH_DMASK): Likewise. | |
13185 | (AARCH64_DWARF_PAUTH_CMASK): Likewise. | |
13186 | (struct gdbarch_tdep): Add regnum for ra_state. | |
13187 | ||
1ef53e6b AH |
13188 | 2019-03-22 Alan Hayward <alan.hayward@arm.com> |
13189 | Jiong Wang <jiong.wang@arm.com> | |
13190 | ||
13191 | * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define. | |
13192 | ||
76bed0fd AH |
13193 | 2019-03-22 Alan Hayward <alan.hayward@arm.com> |
13194 | Jiong Wang <jiong.wang@arm.com> | |
13195 | ||
13196 | * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New | |
13197 | function. | |
13198 | (aarch64_linux_nat_target::fetch_registers): Read pauth registers. | |
13199 | * aarch64-tdep.c (aarch64_cannot_store_register): New function. | |
13200 | (aarch64_gdbarch_init): Add puth registers. | |
13201 | * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features. | |
13202 | * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define. | |
13203 | (AARCH64_PAUTH_CMASK_REGNUM): Likewise. | |
13204 | ||
ee4fbcfa AH |
13205 | 2019-03-22 Alan Hayward <alan.hayward@arm.com> |
13206 | Jiong Wang <jiong.wang@arm.com> | |
13207 | ||
13208 | * aarch64-linux-nat.c | |
13209 | (aarch64_linux_nat_target::read_description): Read PACA hwcap. | |
13210 | * aarch64-linux-tdep.c | |
13211 | (aarch64_linux_core_read_description): Likewise. | |
13212 | (aarch64_linux_get_hwcap): New function. | |
13213 | * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define. | |
13214 | (aarch64_linux_get_hwcap): New declaration. | |
13215 | ||
6dc0ebde AH |
13216 | 2019-03-22 Alan Hayward <alan.hayward@arm.com> |
13217 | Jiong Wang <jiong.wang@arm.com> | |
13218 | ||
13219 | * aarch64-linux-nat.c | |
13220 | (aarch64_linux_nat_target::read_description): Add pauth param. | |
13221 | * aarch64-linux-tdep.c | |
13222 | (aarch64_linux_core_read_description): Likewise. | |
13223 | * aarch64-tdep.c (struct target_desc): Add in pauth. | |
13224 | (aarch64_read_description): Add pauth param. | |
13225 | (aarch64_gdbarch_init): Likewise. | |
13226 | * aarch64-tdep.h (aarch64_read_description): Likewise. | |
13227 | * arch/aarch64.c (aarch64_create_target_description): Likewise. | |
13228 | * arch/aarch64.h (aarch64_create_target_description): Likewise. | |
13229 | * features/Makefile: Add new files. | |
13230 | * features/aarch64-pauth.c: New file. | |
13231 | * features/aarch64-pauth.xml: New file. | |
13232 | ||
595915c1 TT |
13233 | 2019-03-20 Tom Tromey <tromey@adacore.com> |
13234 | ||
13235 | * infrun.c (handle_inferior_event): Rename from | |
13236 | handle_inferior_event_1. Create a scoped_value_mark. | |
13237 | (handle_inferior_event): Remove. | |
13238 | ||
4c7d57e7 TT |
13239 | 2019-03-19 Tom Tromey <tromey@adacore.com> |
13240 | ||
13241 | * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once. | |
13242 | * infrun.h (print_stop_event): Add "displays" parameter. | |
13243 | * infrun.c (print_stop_event): Add "displays" parameter. | |
13244 | ||
cb246234 PA |
13245 | 2019-03-19 Pedro Alves <palves@redhat.com> |
13246 | ||
13247 | * tui/tui-out.c (tui_ui_out::do_field_string): Simplify. | |
13248 | (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of | |
13249 | to -1. Fix TABs vs spaces. | |
13250 | (tui_ui_out::tui_ui_out): Don't initialize fields here. | |
13251 | * tui/tui-out.h (tui_ui_out) Add intro comments. | |
13252 | <m_line, m_start_of_line>: In-class initialize, and add describing | |
13253 | comment. | |
13254 | ||
3a0e45b2 AH |
13255 | 2019-03-18 Alan Hayward <alan.hayward@arm.com> |
13256 | ||
13257 | * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix | |
13258 | variable names. | |
13259 | (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view. | |
13260 | ||
5371b850 PA |
13261 | 2019-03-18 Pedro Alves <palves@redhat.com> |
13262 | Eli Zaretskii <eliz@gnu.org> | |
13263 | ||
13264 | * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of | |
13265 | m_line and m_start_of_line. | |
13266 | ||
b17c4cd0 EZ |
13267 | 2019-03-18 Eli Zaretskii <eliz@gnu.org> |
13268 | ||
13269 | * tui/tui-io.c (gdb_wgetch): Don't echo CR. | |
13270 | (tui_getc): When gdb_wgetch returns a CR, behave the same as when | |
13271 | it returns a newline. This fixes a regression in TU mode, whereby | |
13272 | the next line is output on the same screen line as the user input. | |
13273 | ||
4bd56d18 TT |
13274 | 2019-03-18 Tom Tromey <tromey@adacore.com> |
13275 | ||
13276 | * minsyms.c (minimal_symbol_reader::install): Remove call to | |
13277 | obstack_blank. | |
13278 | ||
55c10aca PA |
13279 | 2019-03-18 Pedro Alves <palves@redhat.com> |
13280 | ||
13281 | * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg): | |
13282 | New globals. | |
13283 | (apply_style): New, factored out from ... | |
13284 | (apply_ansi_escape): ... this. Handle reverse video mode. | |
13285 | (tui_set_reverse_mode): New function. | |
13286 | * tui/tui-io.h (tui_set_reverse_mode): New declaration. | |
13287 | * tui/tui-winsource.c (tui_show_source_line): Use | |
13288 | tui_set_reverse_mode instead of setting A_STANDOUT. | |
13289 | * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>: | |
13290 | New setter methods. | |
13291 | ||
647bb750 HD |
13292 | 2019-03-18 Hannes Domani <ssbssa@yahoo.de> |
13293 | ||
13294 | * tui/tui-source.c (copy_source_line): Fix handling of 'column'. | |
13295 | Handle tabs. | |
13296 | ||
bff8c71f TT |
13297 | 2019-03-18 Tom Tromey <tromey@adacore.com> |
13298 | ||
13299 | * ada-lang.c (empty_array): Add "high" parameter. | |
13300 | (ada_evaluate_subexp): Update. | |
13301 | ||
58785d98 ST |
13302 | 2019-03-17 Sergei Trofimovich <siarheit@google.com> |
13303 | ||
13304 | * unittests/string_view-selftests.c: Define | |
13305 | _initialize_string_view_selftests unconditionally. | |
13306 | ||
d4cbef22 ВМ |
13307 | 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com> |
13308 | ||
13309 | PR gdb/24350 | |
13310 | * windows-nat.c (windows_make_so): Remove unused text_vma variable. | |
13311 | ||
fce4c071 ВМ |
13312 | 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com> |
13313 | ||
13314 | PR gdb/24351 | |
13315 | * windows-nat.c (display_selector): Fix format specifiers. | |
13316 | ||
f7f0a123 EZ |
13317 | 2019-03-17 Eli Zaretskii <eliz@gnu.org> |
13318 | ||
13319 | * tui/tui-winsource.c (tui_set_is_exec_point_at): Call | |
13320 | tui_refill_source_window instead of tui_refresh_win, to update the | |
13321 | current execution line. This fixes redisplay of the current line | |
13322 | when stepping through the code with "next" or "step". | |
13323 | ||
ab42892f EZ |
13324 | 2019-03-16 Eli Zaretskii <eliz@gnu.org> |
13325 | ||
13326 | * source-cache.c (source_cache::get_source_lines): Call | |
13327 | find_source_lines to initialize s->nlines. This fixes vertical | |
13328 | scrolling of TUI source window when the DOWN arrow is pressed. | |
13329 | ||
8d8c087f PW |
13330 | 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
13331 | ||
13332 | * auto-load.c (_initialize_auto_load): Fix 'This options has'. | |
13333 | linux-thread-db.c (_initialize_thread_db): Likewise. | |
13334 | ||
798e1c30 EZ |
13335 | 2019-03-16 Eli Zaretskii <eliz@gnu.org> |
13336 | ||
13337 | * tui/tui-winsource.c (tui_show_source_line): Revert "Use | |
13338 | wclrtoeol in tui_show_source_line". This reverts changes made in | |
13339 | commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c. | |
13340 | ||
eefba3da TT |
13341 | 2019-03-15 Tom Tromey <tom@tromey.com> |
13342 | ||
13343 | * symtab.h (struct minimal_symbol): Derive from | |
13344 | general_symbol_info. | |
13345 | (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS) | |
13346 | (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES) | |
13347 | (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE) | |
13348 | (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME) | |
13349 | (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME) | |
13350 | (MSYMBOL_SEARCH_NAME): Update. | |
13351 | (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove. | |
13352 | * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset. | |
13353 | * minsyms.c (minimal_symbol_reader::record_full): Update. | |
13354 | ||
0de2420c TT |
13355 | 2019-03-15 Tom Tromey <tom@tromey.com> |
13356 | ||
13357 | * minsyms.c (minimal_symbol_reader::install): Use memcpy. | |
13358 | ||
042d75e4 TT |
13359 | 2019-03-15 Tom Tromey <tom@tromey.com> |
13360 | ||
13361 | * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a | |
13362 | unique_xmalloc_ptr. | |
13363 | (objfile::msymbols_range::begin, objfile::msymbols_range::end): | |
13364 | Update. | |
13365 | * minsyms.c (lookup_minimal_symbol_by_pc_section) | |
13366 | (build_minimal_symbol_hash_tables) | |
13367 | (minimal_symbol_reader::install): Update. | |
13368 | ||
db92718b TT |
13369 | 2019-03-15 Tom Tromey <tom@tromey.com> |
13370 | ||
13371 | * symtab.c (create_demangled_names_hash): Update. | |
13372 | (symbol_set_names): Update. | |
13373 | * objfiles.h (struct objfile_per_bfd_storage) | |
13374 | <demangled_names_hash>: Now an htab_up. | |
13375 | * objfiles.c (objfile_per_bfd_storage): Simplify. | |
13376 | ||
d6797f46 TT |
13377 | 2019-03-15 Tom Tromey <tom@tromey.com> |
13378 | ||
13379 | * objfiles.h (struct objfile_per_bfd_storage): Declare | |
13380 | destructor. | |
13381 | * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage): | |
13382 | New. | |
13383 | (get_objfile_bfd_data): Use new. Don't initialize | |
13384 | language_of_main. | |
13385 | (free_objfile_per_bfd_storage): Remove. | |
13386 | (objfile_bfd_data_free, objfile::~objfile): Use delete. | |
13387 | ||
741d7538 TT |
13388 | 2019-03-15 Tom Tromey <tom@tromey.com> |
13389 | ||
13390 | * symfile.c (reread_symbols): Update. | |
13391 | * objfiles.c (objfile::objfile): Update. | |
13392 | * minsyms.h (terminate_minimal_symbol_table): Don't declare. | |
13393 | * minsyms.c (lookup_minimal_symbol_by_pc_section): Update | |
13394 | comment. | |
13395 | (minimal_symbol_reader::install): Update. | |
13396 | (terminate_minimal_symbol_table): Remove. | |
13397 | * jit.c (jit_object_close_impl): Update. | |
13398 | ||
788c80d1 TT |
13399 | 2019-03-15 Tom Tromey <tom@tromey.com> |
13400 | ||
13401 | * minsyms.c (minimal_symbol_reader::record_full): Remove some | |
13402 | initializations. | |
13403 | ||
1b7a07cb TT |
13404 | 2019-03-15 Tom Tromey <tom@tromey.com> |
13405 | ||
13406 | * objfiles.h (struct objfile_per_bfd_storage) | |
13407 | <demangled_hash_languages>: Now a bitset. | |
13408 | * minsyms.c (add_minsym_to_demangled_hash_table): Update. | |
13409 | (lookup_minimal_symbol): Update. | |
13410 | ||
3db066bc TT |
13411 | 2019-03-15 Tom Tromey <tom@tromey.com> |
13412 | ||
13413 | * minsyms.h (class minimal_symbol_reader) <record_with_info>: | |
13414 | Don't return the symbol. | |
13415 | * coffread.c (record_minimal_symbol): Use record_full. | |
13416 | ||
3fff2c37 EZ |
13417 | 2019-03-14 Eli Zaretskii <eliz@gnu.org> |
13418 | ||
13419 | The MS-Windows port of ncurses fails to switch to a color pair if | |
13420 | one or both of the colors are the implicit default colors. This | |
13421 | change records the default colors when TUI is initialized, and | |
13422 | then specifies them explicitly when a color pair uses the default | |
13423 | colors. This allows color styling in TUI mode on MS-Windows. | |
13424 | ||
13425 | * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare | |
13426 | ncurses_norm_attr. | |
13427 | (tui_initialize_io) [__MINGW32__]: Record the default terminal | |
13428 | colors in ncurses_norm_attr. | |
13429 | (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is | |
13430 | "none", replace it with the default color recorded in | |
13431 | ncurses_norm_attr. | |
13432 | ||
3b336828 TT |
13433 | 2019-03-14 Tom Tromey <tromey@adacore.com> |
13434 | ||
13435 | * source-cache.h (class source_cache) <get_source_lines>: Return | |
13436 | std::string. | |
13437 | * source-cache.c (source_cache::extract_lines): Handle case where | |
13438 | first_pos==npos. Return std::string. | |
13439 | (source_cache::get_source_lines): Update. | |
13440 | ||
d085f989 TT |
13441 | 2019-03-14 Tom Tromey <tromey@adacore.com> |
13442 | ||
13443 | * NEWS: Add item for "style sources" commands. | |
13444 | * source-cache.c (source_cache::get_source_lines): Check | |
13445 | source_styling. | |
13446 | * cli/cli-style.c (source_styling): New global. | |
13447 | (_initialize_cli_style): Add "style sources" commands. | |
13448 | (show_style_sources): New function. | |
13449 | * cli/cli-style.h (source_styling): Declare. | |
13450 | ||
6f11e682 TT |
13451 | 2019-03-14 Pedro Alves <palves@redhat.com> |
13452 | Tom Tromey <tromey@adacore.com> | |
13453 | ||
13454 | * tui/tui-winsource.h (tui_refill_source_window): Declare. | |
13455 | * tui/tui-winsource.c (tui_refill_source_window): New function, | |
13456 | from... | |
13457 | (tui_horizontal_source_scroll): ... here. Move some logic. | |
13458 | * cli/cli-style.c (set_style_enabled): Notify new observable. | |
13459 | * tui/tui-hooks.c (tui_redisplay_source): New function. | |
13460 | (tui_attach_detach_observers): Attach or detach | |
13461 | tui_redisplay_source. | |
13462 | * observable.h (source_styling_changed): New observable. | |
13463 | * observable.c: Define source_styling_changed observable. | |
13464 | ||
a068643d TT |
13465 | 2019-03-13 Tom Tromey <tromey@adacore.com> |
13466 | ||
13467 | * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers) | |
13468 | (i386_gnu_nat_target::store_registers): Update. | |
13469 | * target-debug.h (target_debug_print_std_string): New macro. | |
13470 | * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update. | |
13471 | * windows-tdep.c (display_one_tib): Update. | |
13472 | * tui/tui-stack.c (tui_make_status_line): Update. | |
13473 | * top.c (print_inferior_quit_action): Update. | |
13474 | * thread.c (thr_try_catch_cmd): Update. | |
13475 | (add_thread_with_info): Update. | |
13476 | (thread_target_id_str): Update. | |
13477 | (thr_try_catch_cmd): Update. | |
13478 | (thread_command): Update. | |
13479 | (thread_find_command): Update. | |
13480 | * record-btrace.c (record_btrace_target::info_record) | |
13481 | (record_btrace_resume_thread, record_btrace_target::resume) | |
13482 | (record_btrace_cancel_resume, record_btrace_step_thread) | |
13483 | (record_btrace_target::wait, record_btrace_target::wait) | |
13484 | (record_btrace_target::wait, record_btrace_target::stop): Update. | |
13485 | * progspace.c (print_program_space): Update. | |
13486 | * process-stratum-target.c | |
13487 | (process_stratum_target::thread_address_space): Update. | |
13488 | * linux-fork.c (linux_fork_mourn_inferior) | |
13489 | (detach_checkpoint_command, info_checkpoints_command) | |
13490 | (linux_fork_context): Update. | |
13491 | (linux_fork_detach): Update. | |
13492 | (class scoped_switch_fork_info): Update. | |
13493 | (delete_checkpoint_command): Update. | |
13494 | * infrun.c (follow_fork_inferior): Update. | |
13495 | (follow_fork_inferior): Update. | |
13496 | (proceed_after_vfork_done): Update. | |
13497 | (handle_vfork_child_exec_or_exit): Update. | |
13498 | (follow_exec): Update. | |
13499 | (displaced_step_prepare_throw): Update. | |
13500 | (displaced_step_restore): Update. | |
13501 | (start_step_over): Update. | |
13502 | (resume_1): Update. | |
13503 | (clear_proceed_status_thread): Update. | |
13504 | (proceed): Update. | |
13505 | (print_target_wait_results): Update. | |
13506 | (do_target_wait): Update. | |
13507 | (context_switch): Update. | |
13508 | (stop_all_threads): Update. | |
13509 | (restart_threads): Update. | |
13510 | (finish_step_over): Update. | |
13511 | (handle_signal_stop): Update. | |
13512 | (switch_back_to_stepped_thread): Update. | |
13513 | (keep_going_pass_signal): Update. | |
13514 | (print_exited_reason): Update. | |
13515 | (normal_stop): Update. | |
13516 | * inferior.c (inferior_pid_to_str): Change return type. | |
13517 | (print_selected_inferior): Update. | |
13518 | (add_inferior): Update. | |
13519 | (detach_inferior): Update. | |
13520 | * dummy-frame.c (fprint_dummy_frames): Update. | |
13521 | * dcache.c (dcache_info_1): Update. | |
13522 | * btrace.c (btrace_enable, btrace_disable, btrace_teardown) | |
13523 | (btrace_fetch, btrace_clear): Update. | |
13524 | * linux-tdep.c (linux_core_pid_to_str): Change return type. | |
13525 | * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return | |
13526 | type. | |
13527 | * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type. | |
13528 | * sol2-tdep.h (sol2_core_pid_to_str): Change return type. | |
13529 | * sol2-tdep.c (sol2_core_pid_to_str): Change return type. | |
13530 | * gdbarch.c, gdbarch.h: Rebuild. | |
13531 | * gdbarch.sh (core_pid_to_str): Change return type. | |
13532 | * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change | |
13533 | return type. | |
13534 | (windows_nat_target::pid_to_str): Change return type. | |
13535 | (windows_delete_thread): Update. | |
13536 | (windows_nat_target::attach): Update. | |
13537 | (windows_nat_target::files_info): Update. | |
13538 | * target-delegates.c: Rebuild. | |
13539 | * sol-thread.c (class sol_thread_target) <pid_to_str>: Change | |
13540 | return type. | |
13541 | (sol_thread_target::pid_to_str): Change return type. | |
13542 | * remote.c (class remote_target) <pid_to_str>: Change return | |
13543 | type. | |
13544 | (remote_target::pid_to_str): Change return type. | |
13545 | (extended_remote_target::attach, remote_target::remote_stop_ns) | |
13546 | (remote_target::remote_notif_remove_queued_reply) | |
13547 | (remote_target::push_stop_reply, remote_target::disable_btrace): | |
13548 | Update. | |
13549 | (extended_remote_target::attach): Update. | |
13550 | * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return | |
13551 | type. | |
13552 | (gdbsim_target::pid_to_str): Change return type. | |
13553 | * ravenscar-thread.c (struct ravenscar_thread_target) | |
13554 | <pid_to_str>: Change return type. | |
13555 | (ravenscar_thread_target::pid_to_str): Change return type. | |
13556 | * procfs.c (class procfs_target) <pid_to_str>: Change return | |
13557 | type. | |
13558 | (procfs_target::pid_to_str): Change return type. | |
13559 | (procfs_target::attach): Update. | |
13560 | (procfs_target::detach): Update. | |
13561 | (procfs_target::fetch_registers): Update. | |
13562 | (procfs_target::store_registers): Update. | |
13563 | (procfs_target::wait): Update. | |
13564 | (procfs_target::files_info): Update. | |
13565 | * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type. | |
13566 | * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change | |
13567 | return type. | |
13568 | (nto_procfs_target::pid_to_str): Change return type. | |
13569 | (nto_procfs_target::files_info, nto_procfs_target::attach): Update. | |
13570 | * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change | |
13571 | return type. | |
13572 | * linux-nat.c (linux_nat_target::pid_to_str): Change return type. | |
13573 | (exit_lwp): Update. | |
13574 | (attach_proc_task_lwp_callback, get_detach_signal) | |
13575 | (detach_one_lwp, resume_lwp, linux_nat_target::resume) | |
13576 | (linux_nat_target::resume, wait_lwp, stop_callback) | |
13577 | (maybe_clear_ignore_sigint, stop_wait_callback, status_callback) | |
13578 | (save_stop_reason, select_event_lwp, linux_nat_filter_event) | |
13579 | (linux_nat_wait_1, resume_stopped_resumed_lwps) | |
13580 | (linux_nat_target::wait, linux_nat_stop_lwp): Update. | |
13581 | * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return | |
13582 | type. | |
13583 | (inf_ptrace_target::attach): Update. | |
13584 | (inf_ptrace_target::files_info): Update. | |
13585 | * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return | |
13586 | type. | |
13587 | (go32_nat_target::pid_to_str): Change return type. | |
13588 | * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type. | |
13589 | (gnu_nat_target::wait): Update. | |
13590 | (gnu_nat_target::wait): Update. | |
13591 | (gnu_nat_target::resume): Update. | |
13592 | * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type. | |
13593 | (fbsd_nat_target::wait): Update. | |
13594 | * darwin-nat.c (darwin_nat_target::pid_to_str): Change return | |
13595 | type. | |
13596 | (darwin_nat_target::attach): Update. | |
13597 | * corelow.c (class core_target) <pid_to_str>: Change return type. | |
13598 | (core_target::pid_to_str): Change return type. | |
13599 | * target.c (normal_pid_to_str): Change return type. | |
13600 | (default_pid_to_str): Likewise. | |
13601 | (target_pid_to_str): Change return type. | |
13602 | (target_translate_tls_address): Update. | |
13603 | (target_announce_detach): Update. | |
13604 | * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change | |
13605 | return type. | |
13606 | (bsd_uthread_target::pid_to_str): Change return type. | |
13607 | * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return | |
13608 | type. | |
13609 | (bsd_kvm_target::pid_to_str): Change return type. | |
13610 | * aix-thread.c (class aix_thread_target) <pid_to_str>: Change | |
13611 | return type. | |
13612 | (aix_thread_target::pid_to_str): Change return type. | |
13613 | * target.h (struct target_ops) <pid_to_str>: Change return type. | |
13614 | (target_pid_to_str, normal_pid_to_str): Likewise. | |
13615 | * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return | |
13616 | type. | |
13617 | * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return | |
13618 | type. | |
13619 | * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change | |
13620 | return type. | |
13621 | * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return | |
13622 | type. | |
13623 | * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return | |
13624 | type. | |
13625 | * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change | |
13626 | return type. | |
13627 | ||
b4be1b06 SM |
13628 | 2019-03-13 Simon Marchi <simon.marchi@ericsson.com> |
13629 | ||
13630 | * NEWS: Mention that the new default MI version is 3. Mention | |
13631 | changes to the output of commands and events that deal with | |
13632 | multi-location breakpoints. | |
13633 | * breakpoint.c: Include "mi/mi-out.h". | |
13634 | (print_one_breakpoint): Change output syntax if using MI version | |
13635 | >= 3. | |
13636 | * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output): | |
13637 | New. | |
13638 | (mi_multi_location_breakpoint_output_fixed): New. | |
13639 | * mi/mi-main.c (fix_multi_location_breakpoint_output): New. | |
13640 | (mi_cmd_fix_multi_location_breakpoint_output): New. | |
13641 | (mi_multi_location_breakpoint_output_fixed): New. | |
13642 | * mi/mi-cmds.c (mi_cmds): Register command | |
13643 | -fix-multi-location-breakpoint-output. | |
13644 | * mi/mi-out.c (mi_out_new): Instantiate version 3 when using | |
13645 | interpreter "mi". | |
13646 | ||
8e5e5494 SM |
13647 | 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca> |
13648 | ||
13649 | * mi/mi-out.h (mi_out_new): Change parameter to const char *. | |
13650 | * mi/mi-out.c (mi_out_new): Change parameter to const char *, | |
13651 | instantiate mi_ui_out based on interpreter name. | |
13652 | * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new. | |
13653 | * mi/mi-main.c (mi_load_progress): Likewise. | |
13654 | ||
197df35e JB |
13655 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13656 | ||
13657 | * NEWS: Combine separate "New targets" sections for 8.3. | |
13658 | ||
8399425f JB |
13659 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13660 | ||
13661 | * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New. | |
13662 | (ppcfbsd_init_abi): Install gdbarch | |
13663 | "fetch_tls_load_module_address" and "get_thread_local_address" | |
13664 | methods. | |
13665 | ||
b0f87ed0 JB |
13666 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13667 | ||
13668 | * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New. | |
13669 | (riscv_fbsd_init_abi): Install gdbarch | |
13670 | "fetch_tls_load_module_address" and "get_thread_local_address" | |
13671 | methods. | |
13672 | ||
ce25aa57 JB |
13673 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13674 | ||
13675 | * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New. | |
13676 | (i386fbsd_init_abi): Install gdbarch | |
13677 | "fetch_tls_load_module_address" and "get_thread_local_address" | |
13678 | methods. | |
13679 | ||
f5424cfa JB |
13680 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13681 | ||
13682 | * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New. | |
13683 | (amd64fbsd_init_abi): Install gdbarch | |
13684 | "fetch_tls_load_module_address" and "get_thread_local_address" | |
13685 | methods. | |
13686 | ||
945f3901 JB |
13687 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13688 | ||
13689 | * fbsd-tdep.c (fbsd_pspace_data_handle): New variable. | |
13690 | (struct fbsd_pspace_data): New type. | |
13691 | (get_fbsd_pspace_data, fbsd_pspace_data_cleanup) | |
13692 | (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets) | |
13693 | (fbsd_get_tls_index, fbsd_get_thread_local_address): New function. | |
13694 | (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'. | |
13695 | * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype. | |
13696 | ||
ef0bd204 JB |
13697 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13698 | ||
13699 | * gdbtypes.c (lookup_struct_elt): New function. | |
13700 | (lookup_struct_elt_type): Reimplement via lookup_struct_elt. | |
13701 | * gdbtypes.h (struct struct_elt): New type. | |
13702 | (lookup_struct_elt): New prototype. | |
13703 | ||
36c53a02 JB |
13704 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13705 | ||
13706 | * gdbtypes.c (lookup_struct_elt_type): Update comment and | |
13707 | remove disabled code block. | |
13708 | ||
6e056c81 JB |
13709 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13710 | ||
13711 | * gdbarch.sh (get_thread_local_address): New method. | |
13712 | * gdbarch.h, gdbarch.c: Regenerate. | |
13713 | * target.c (target_translate_tls_address): Use | |
13714 | gdbarch_get_thread_local_address if present instead of | |
13715 | target::get_thread_local_address. | |
13716 | ||
cd250a18 JB |
13717 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13718 | ||
13719 | * target.h (target::get_thread_local_address): Update comment. | |
13720 | ||
df22c1e5 JB |
13721 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13722 | ||
13723 | * solib-svr4.c (svr4_fetch_objfile_link_map): Look for | |
13724 | objfile->separate_debug_objfile_backlink if not NULL. | |
13725 | ||
dd6876c9 JB |
13726 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13727 | ||
13728 | * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use | |
13729 | tdep->fsbase_regnum instead of constants for fs_base and gs_base. | |
13730 | (amd64bsd_store_inferior_registers): Likewise. | |
13731 | * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description): | |
13732 | Enable segment base registers. | |
13733 | * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use | |
13734 | PT_GETFSBASE and PT_GETGSBASE. | |
13735 | (i386bsd_store_inferior_registers): Use PT_SETFSBASE and | |
13736 | PT_SETGSBASE. | |
13737 | * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable | |
13738 | segment base registers. | |
13739 | * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise. | |
13740 | ||
1163a4b7 JB |
13741 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13742 | ||
13743 | * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description): | |
13744 | Update calls to i386_target_description to add 'segments' | |
13745 | parameter. | |
13746 | * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't | |
13747 | add segment base registers. | |
13748 | * arch/i386.c (i386_create_target_description): Add 'segments' | |
13749 | parameter to enable segment base registers. | |
13750 | * arch/i386.h (i386_create_target_description): Likewise. | |
13751 | * features/i386/32bit-segments.xml: New file. | |
13752 | * features/i386/32bit-segments.c: Generate. | |
13753 | * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update | |
13754 | call to i386_target_description to add 'segments' parameter. | |
13755 | * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise. | |
13756 | * i386-go32-tdep.c (i386_go32_init_abi): Likewise. | |
13757 | * i386-linux-tdep.c (i386_linux_read_description): Likewise. | |
13758 | * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers | |
13759 | if feature is present. | |
13760 | (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs. | |
13761 | Add 'segments' parameter to call to i386_target_description. | |
13762 | (i386_target_description): Add 'segments' parameter to enable | |
13763 | segment base registers. | |
13764 | (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter | |
13765 | to call to i386_target_description. | |
13766 | * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'. | |
13767 | (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM. | |
13768 | Define I386_NUM_REGS. | |
13769 | (i386_target_description): Add 'segments' parameter to enable | |
13770 | segment base registers. | |
13771 | ||
3a350822 EZ |
13772 | 2019-03-12 Eli Zaretskii <eliz@gnu.org> |
13773 | ||
13774 | PR/24325 | |
13775 | * source-cache.c: #undef open and close, to avoid unresolved | |
13776 | externals during linking. | |
13777 | ||
ffdd69cf TT |
13778 | 2019-03-12 Tom Tromey <tromey@adacore.com> |
13779 | ||
13780 | * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now | |
13781 | const. Add initializers. | |
13782 | (_initialize_remote): Don't initialize ptid globals. | |
13783 | ||
ec148c57 PA |
13784 | 2019-03-12 Pedro Alves <palves@redhat.com> |
13785 | ||
13786 | * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define. | |
13787 | ||
32764270 PA |
13788 | 2019-03-12 Pedro Alves <palves@redhat.com> |
13789 | ||
13790 | * cp-name-parser.y (main): Remove unused 'len' variable. | |
13791 | ||
17547186 TT |
13792 | 2019-03-12 Tom Tromey <tromey@adacore.com> |
13793 | ||
13794 | * common/ptid.c (null_ptid, minus_one_ptid): Now const. | |
13795 | * common/ptid.h (null_ptid, minus_one_ptid): Now const. | |
13796 | ||
d3a70e03 TT |
13797 | 2019-03-12 Tom Tromey <tromey@adacore.com> |
13798 | ||
13799 | * linux-nat.c (iterate_over_lwps): Update. | |
13800 | (stop_callback): Remove parameter. | |
13801 | (stop_wait_callback, detach_callback, resume_set_callback) | |
13802 | (select_singlestep_lwp_callback, set_ignore_sigint) | |
13803 | (status_callback, resumed_callback, resume_clear_callback) | |
13804 | (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove | |
13805 | data parameter. | |
13806 | (linux_nat_target::detach, linux_nat_target::resume) | |
13807 | (linux_stop_and_wait_all_lwps, select_event_lwp) | |
13808 | (linux_nat_filter_event, linux_nat_wait_1) | |
13809 | (linux_nat_target::kill, linux_nat_target::stop) | |
13810 | (linux_nat_target::stop): Update. | |
13811 | (linux_nat_resume_callback): Change type. | |
13812 | (resume_stopped_resumed_lwps, count_events_callback) | |
13813 | (select_event_lwp_callback): Likewise. | |
13814 | (linux_stop_lwp, linux_nat_stop_lwp): Update. | |
13815 | * arm-linux-nat.c (struct update_registers_data): Remove. | |
13816 | (update_registers_callback): Change type. | |
13817 | (arm_linux_insert_hw_breakpoint1): Update. | |
13818 | * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove | |
13819 | parameter. | |
13820 | (x86_linux_dr_set_addr): Update. | |
13821 | (x86_linux_dr_set_control): Update. | |
13822 | * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter. | |
13823 | (iterate_over_lwps): Use gdb::function_view. | |
13824 | * nat/aarch64-linux-hw-point.c (struct | |
13825 | aarch64_dr_update_callback_param): Remove. | |
13826 | (debug_reg_change_callback): Change type. | |
13827 | (aarch64_notify_debug_reg_change): Update. | |
13828 | * s390-linux-nat.c (s390_refresh_per_info): Update. | |
13829 | ||
82cb27ff TT |
13830 | 2019-03-11 Tom Tromey <tromey@adacore.com> |
13831 | ||
13832 | * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove | |
13833 | redundant assignment to "this_cu". | |
13834 | ||
568c0683 SM |
13835 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13836 | ||
13837 | * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch. | |
13838 | ||
f09ce22d SM |
13839 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13840 | ||
13841 | * gdbtypes.c (rank_one_type_parm_set): New function extracted | |
13842 | from... | |
13843 | (rank_one_type): ... this. | |
13844 | ||
595f96a9 SM |
13845 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13846 | ||
13847 | * gdbtypes.c (rank_one_type_parm_struct): New function extracted | |
13848 | from... | |
13849 | (rank_one_type): ... this. | |
13850 | ||
2598a94b SM |
13851 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13852 | ||
13853 | * gdbtypes.c (rank_one_type_parm_complex): New function extracted | |
13854 | from... | |
13855 | (rank_one_type): ... this. | |
13856 | ||
7f17b20d SM |
13857 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13858 | ||
13859 | * gdbtypes.c (rank_one_type_parm_float): New function extracted | |
13860 | from... | |
13861 | (rank_one_type): ... this. | |
13862 | ||
2c509035 SM |
13863 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13864 | ||
13865 | * gdbtypes.c (rank_one_type_parm_bool): New function extracted | |
13866 | from... | |
13867 | (rank_one_type): ... this. | |
13868 | ||
0dd322dc SM |
13869 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13870 | ||
13871 | * gdbtypes.c (rank_one_type_parm_range): New function extracted | |
13872 | from... | |
13873 | (rank_one_type): ... this. | |
13874 | ||
41ea4728 SM |
13875 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13876 | ||
13877 | * gdbtypes.c (rank_one_type_parm_char): New function extracted | |
13878 | from... | |
13879 | (rank_one_type): ... this. | |
13880 | ||
793cd1d2 SM |
13881 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13882 | ||
13883 | * gdbtypes.c (rank_one_type_parm_enum): New function extracted | |
13884 | from... | |
13885 | (rank_one_type): ... this. | |
13886 | ||
34910087 SM |
13887 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13888 | ||
13889 | * gdbtypes.c (rank_one_type_parm_int): New function extracted | |
13890 | from... | |
13891 | (rank_one_type): ... this. | |
13892 | ||
f1f832d6 SM |
13893 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13894 | ||
13895 | * gdbtypes.c (rank_one_type_parm_func): New function extracted | |
13896 | from... | |
13897 | (rank_one_type): ... this. | |
13898 | ||
b9f4512f SM |
13899 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13900 | ||
13901 | * gdbtypes.c (rank_one_type_parm_array): New function extracted | |
13902 | from... | |
13903 | (rank_one_type): ... this. | |
13904 | ||
9293fc63 SM |
13905 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13906 | ||
13907 | * gdbtypes.c (rank_one_type_parm_ptr): New function extracted | |
13908 | from... | |
13909 | (rank_one_type): ... this. | |
13910 | ||
e3abbe7e PW |
13911 | 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
13912 | ||
13913 | * inferior.c (initialize_inferiors): Ensure 'help set/show print | |
13914 | inferior-events' shows the example events. | |
13915 | ||
e4adb939 EZ |
13916 | 2019-03-08 Eli Zaretskii <eliz@gnu.org> |
13917 | ||
13918 | Support styling on native MS-Windows console | |
13919 | ||
13920 | PR/24315 | |
13921 | * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling | |
13922 | on MS-Windows if $TERM is not defined. | |
13923 | ||
13924 | * cli/cli-style.c: Set cli_styling to 1 in the MinGW build. | |
13925 | ||
13926 | * posix-hdep.c (gdb_console_fputs): | |
13927 | * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New | |
13928 | functions. | |
13929 | * ui-file.h (gdb_console_fputs): Add prototype. | |
13930 | ||
13931 | * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall | |
13932 | back to fputs only if the former returns zero. | |
13933 | ||
25629dfd TT |
13934 | 2019-03-07 Tom Tromey <tom@tromey.com> |
13935 | ||
13936 | * symmisc.c (print_symbol_bcache_statistics): Update. | |
13937 | (print_objfile_statistics): Update. | |
13938 | * symfile.c (allocate_symtab): Update. | |
13939 | * stabsread.c: Don't include bcache.h. | |
13940 | * psymtab.h (struct psymbol_bcache): Don't declare. | |
13941 | (class psymtab_storage) <psymbol_cache>: Now a bcache. | |
13942 | (psymbol_bcache_init, psymbol_bcache_free) | |
13943 | (psymbol_bcache_get_bcache): Don't declare. | |
13944 | * psymtab.c (struct psymbol_bcache): Remove. | |
13945 | (psymtab_storage::psymtab_storage): Update. | |
13946 | (psymtab_storage::~psymtab_storage): Update. | |
13947 | (psymbol_bcache_init, psymbol_bcache_free) | |
13948 | (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove. | |
13949 | (add_psymbol_to_bcache): Update. | |
13950 | (allocate_psymtab): Update. | |
13951 | * objfiles.h (struct objfile_per_bfd_storage) <filename_cache, | |
13952 | macro_cache>: No longer pointers. | |
13953 | * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc. | |
13954 | (free_objfile_per_bfd_storage): Don't call bcache_xfree. | |
13955 | * macrotab.c (macro_bcache): Update. | |
13956 | * macroexp.c: Don't include bcache.h. | |
13957 | * gdbtypes.c (check_types_worklist): Update. | |
13958 | (types_deeply_equal): Remove TRY/CATCH. Update. | |
13959 | * elfread.c (elf_symtab_read): Update. | |
13960 | * dwarf2read.c: Don't include bcache.h. | |
13961 | * buildsym.c (buildsym_compunit::get_macro_table): Update. | |
13962 | * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc) | |
13963 | (print_bcache_statistics, bcache_memory_used): Don't declare. | |
13964 | (struct bcache): Move from bcache.c. Add constructor, destructor, | |
13965 | methods. Rename all data members. | |
13966 | * bcache.c (struct bcache): Move to bcache.h. | |
13967 | (bcache::expand_hash_table): Rename from expand_hash_table. | |
13968 | (bcache): Remove. | |
13969 | (bcache::insert): Rename from bcache_full. | |
13970 | (bcache::compare): Rename from bcache_compare. | |
13971 | (bcache_xmalloc): Remove. | |
13972 | (bcache::~bcache): Rename from bcache_xfree. | |
13973 | (bcache::print_statistics): Rename from print_bcache_statistics. | |
13974 | (bcache::memory_used): Rename from bcache_memory_used. | |
13975 | ||
fe726667 PA |
13976 | 2019-03-07 Pedro Alves <palves@redhat.com> |
13977 | ||
13978 | * infrun.c (normal_stop): Also check for | |
13979 | TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread(). | |
13980 | ||
7584bb30 AB |
13981 | 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com> |
13982 | ||
13983 | * f-lang.c (value_from_host_double): Moved to... | |
13984 | * value.c (value_from_host_double): ...here. | |
13985 | * value.h (value_from_host_double): Declare. | |
13986 | * guile/scm-math.c (vlscm_convert_typed_number): Use | |
13987 | value_from_host_double. | |
13988 | (vlscm_convert_number): Likewise. | |
13989 | * guile/scm-value.c (gdbscm_value_to_real): Likewise. | |
13990 | * python/py-value.c (convert_value_from_python): Likewise. | |
13991 | ||
a7b1986e TT |
13992 | 2019-03-06 Tom Tromey <tom@tromey.com> |
13993 | ||
13994 | * gcore.c (write_gcore_file): Use SCOPE_EXIT. | |
13995 | ||
0ccf4211 TT |
13996 | 2019-03-06 Tom Tromey <tom@tromey.com> |
13997 | ||
13998 | * utils.h (free_current_contents): Don't declare. | |
13999 | * utils.c (free_current_contents): Remove. | |
14000 | ||
fe7b42e5 TT |
14001 | 2019-03-06 Tom Tromey <tom@tromey.com> |
14002 | ||
14003 | * top.c (quit_force): Update. | |
14004 | * main.c (captured_command_loop): Update. | |
14005 | * common/new-op.c (operator new): Update. | |
14006 | * common/common-exceptions.c (struct catcher) | |
14007 | <save_cleanup_chain>: Remove member. | |
14008 | (exceptions_state_mc_init): Update. | |
14009 | (exception_try_scope_entry): Return nullptr. | |
14010 | (exception_try_scope_exit, exception_rethrow) | |
14011 | (throw_exception_sjlj, throw_exception_cxx): Update. | |
14012 | * common/cleanups.h (make_cleanup, make_cleanup_dtor) | |
14013 | (all_cleanups, do_cleanups, discard_cleanups) | |
14014 | (discard_final_cleanups, save_cleanups, save_final_cleanups) | |
14015 | (restore_cleanups, restore_final_cleanups): Don't declare. | |
14016 | (do_final_cleanups): Remove parameter. | |
14017 | * common/cleanups.c (cleanup_chain, make_cleanup) | |
14018 | (make_cleanup_dtor, all_cleanups, do_cleanups) | |
14019 | (discard_my_cleanups, discard_cleanups) | |
14020 | (discard_final_cleanups, save_my_cleanups, save_cleanups) | |
14021 | (save_final_cleanups, restore_my_cleanups, restore_cleanups) | |
14022 | (null_cleanup): Remove. | |
14023 | (do_final_cleanups): Remove parameter. | |
14024 | ||
c6321f19 TT |
14025 | 2019-03-06 Tom Tromey <tom@tromey.com> |
14026 | ||
14027 | * remote.c (remote_target::remote_parse_stop_reply): Use | |
14028 | unique_xmalloc_ptr. | |
14029 | ||
61b30099 TT |
14030 | 2019-03-06 Tom Tromey <tom@tromey.com> |
14031 | ||
14032 | * stabsread.c (struct stabs_field_info): Rename from field_info. | |
14033 | <list, fnlist>: Add initializers. | |
14034 | <obstack>: New member. | |
14035 | (read_member_functions, read_struct_fields, read_baseclasses): | |
14036 | Allocate on obstack. Don't use cleanups. | |
14037 | (read_one_struct_field, read_member_functions, read_struct_fields) | |
14038 | (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type) | |
14039 | (attach_fields_to_type, read_cpp_abbrev, read_member_functions) | |
14040 | (read_struct_type): Update. | |
14041 | ||
6cceac94 TT |
14042 | 2019-03-06 Tom Tromey <tom@tromey.com> |
14043 | ||
14044 | * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT. | |
14045 | * common/filestuff.h (make_cleanup_close): Don't declare. | |
14046 | * common/filestuff.c (do_close_cleanup, make_cleanup_close): | |
14047 | Remove. | |
14048 | ||
72412762 TT |
14049 | 2019-03-06 Tom Tromey <tom@tromey.com> |
14050 | ||
14051 | * solib-aix.c: Use make_scope_exit. | |
14052 | ||
2b6ff1c0 TT |
14053 | 2019-03-06 Tom Tromey <tom@tromey.com> |
14054 | ||
14055 | * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct): | |
14056 | Use make_scope_exit. | |
14057 | ||
d01c5877 TT |
14058 | 2019-03-06 Tom Tromey <tom@tromey.com> |
14059 | ||
14060 | * solib-svr4.c (disable_probes_interface): Remove parameter. | |
14061 | (svr4_handle_solib_event): Use make_scope_exit. | |
14062 | ||
32603266 TT |
14063 | 2019-03-06 Tom Tromey <tom@tromey.com> |
14064 | ||
14065 | * remote.c (struct stop_reply_deleter): Remove. | |
14066 | (stop_reply_up): Update. | |
14067 | (struct stop_reply): Derive from notif_event. Don't typedef. | |
14068 | <regcache>: Now a std::vector. | |
14069 | (stop_reply_xfree): Remove. | |
14070 | (stop_reply::~stop_reply): Rename from stop_reply_dtr. | |
14071 | (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new. | |
14072 | (remote_target::discard_pending_stop_replies): Use delete. | |
14073 | (remote_target::remote_parse_stop_reply): Update. | |
14074 | (remote_target::process_stop_reply): Update. | |
14075 | * remote-notif.h (struct notif_event): Add virtual destructor. | |
14076 | Remove "dtr" member. | |
14077 | (struct notif_client) <alloc_event>: Return a unique_ptr. | |
14078 | (notif_event_xfree): Don't declare. | |
14079 | (notif_event_up): New typedef. | |
14080 | * remote-notif.c (remote_notif_ack, remote_notif_parse): Update. | |
14081 | (notif_event_xfree, do_notif_event_xfree): Remove. | |
14082 | (remote_notif_state_xfree): Update. | |
14083 | ||
9799571e TT |
14084 | 2019-03-06 Tom Tromey <tom@tromey.com> |
14085 | ||
14086 | * infrun.c (displaced_step_clear_cleanup): Now a | |
14087 | forward_scope_exit type. | |
14088 | (displaced_step_prepare_throw): Update. | |
14089 | (displaced_step_fixup): Update. | |
14090 | ||
09e3c4ca TT |
14091 | 2019-03-06 Tom Tromey <tom@tromey.com> |
14092 | ||
14093 | * inferior.h (class inferior): Update comment. | |
14094 | * gdbthread.h (class thread_info): Update comment. | |
14095 | ||
e2a03548 TT |
14096 | 2019-03-06 Joel Brobecker <brobecker@adacore.com> |
14097 | Tom Tromey <tom@tromey.com> | |
14098 | ||
14099 | * stabsread.h (struct stab_section_list): Remove. | |
14100 | (coffstab_build_psymtabs): Update. | |
14101 | * dbxread.c (symbuf_sections): Now a std::vector. | |
14102 | (sect_idx): New global. | |
14103 | (fill_symbuf): Update. | |
14104 | (coffstab_build_psymtabs): Change type of stabsects parameter. | |
14105 | Update. | |
14106 | * coffread.c (struct coff_symfile_info) <stabsects>: Now a | |
14107 | std::vector. | |
14108 | (linetab, linetab_offset, linetab_size, stringtab): Move earlier. | |
14109 | (coff_locate_sections): Update. | |
14110 | (coff_symfile_read): Remove cleanups. Update. | |
14111 | (init_stringtab): Add storage parameter. | |
14112 | (free_stringtab, free_stringtab_cleanup): Remove. | |
14113 | (init_lineno): Add storage parameter. | |
14114 | (free_linetab, free_linetab_cleanup): Remove. | |
14115 | ||
b7e60d85 PA |
14116 | 2019-03-06 Pedro Alves <palves@redhat.com> |
14117 | ||
14118 | * linux-fork.c (fork_info::clobber_regs): Delete. | |
14119 | (fork_load_infrun_state): Remove reference to 'clobber_regs'. | |
14120 | (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update | |
14121 | comment. Adjust. | |
14122 | (scoped_switch_fork_info::scoped_switch_fork_info) | |
14123 | (checkpoint_command, linux_fork_context): Adjust | |
14124 | fork_save_infrun_state calls. | |
14125 | ||
e52c971f PA |
14126 | 2019-03-06 Pedro Alves <palves@redhat.com> |
14127 | ||
14128 | * linux-fork.c (inf_has_multiple_thread_cb): Delete. | |
14129 | (inf_has_multiple_threads): Return 'bool' and rewrite using | |
14130 | inferior_info::threads(). | |
14131 | ||
06974e6c PA |
14132 | 2019-03-06 Pedro Alves <palves@redhat.com> |
14133 | ||
14134 | * linux-fork.c: Include <list>. | |
14135 | (fork_list): Now a std::list instance. | |
14136 | (fork_info): Add ctor, dtor, and in-class initialize all fields. | |
14137 | (forks_exist_p, find_last_fork): Adjust. | |
14138 | (new_fork): Delete. | |
14139 | (one_fork_p): New. | |
14140 | (add_fork): Adjust. | |
14141 | (free_fork): Delete, folded into fork_info::~fork_info(). | |
14142 | (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid): | |
14143 | Adjust. | |
14144 | (init_fork_list): Delete. | |
14145 | (linux_fork_killall, linux_fork_mourn_inferior) | |
14146 | (linux_fork_detach, info_checkpoints_command): Adjust. | |
14147 | (_initialize_linux_fork): No longer call init_fork_list. | |
14148 | ||
72f31aea PA |
14149 | 2019-03-06 Pedro Alves <palves@redhat.com> |
14150 | ||
14151 | * linux-fork.c (new_fork): New, split out of ... | |
14152 | (add_fork): ... this. Return void. Move "first fork" special | |
14153 | case from here, to ... | |
14154 | (checkpoint_command): ... here. | |
14155 | * linux-linux.h (add_fork): Return void. | |
14156 | ||
efbecbc1 AB |
14157 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14158 | ||
14159 | * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names. | |
14160 | ||
0841c79a AB |
14161 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14162 | Chris January <chris.january@arm.com> | |
14163 | David Lecomber <david.lecomber@arm.com> | |
14164 | ||
14165 | * f-exp.y: New token, UNOP_INTRINSIC. | |
14166 | (exp): New pattern using UNOP_INTRINSIC token. | |
14167 | (f77_keywords): Add 'abs' keyword. | |
14168 | * f-lang.c: Add 'target-float.h' and 'math.h' includes. | |
14169 | (value_from_host_double): New function. | |
14170 | (evaluate_subexp_f): Support UNOP_ABS. | |
14171 | ||
4a270568 AB |
14172 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14173 | ||
14174 | * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character | |
14175 | types. | |
14176 | ||
067630bd AB |
14177 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14178 | ||
14179 | * f-exp.y (convert_to_kind_type): Handle integer (kind=8). | |
14180 | * f-lang.c (build_fortran_types): Setup builtin_integer_s8. | |
14181 | * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field. | |
14182 | ||
3be47f7a AB |
14183 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14184 | ||
14185 | * f-exp.y (convert_to_kind_type): Handle more type kinds. | |
14186 | ||
4d00f5d8 AB |
14187 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14188 | Chris January <chris.january@arm.com> | |
14189 | ||
14190 | * expprint.c (dump_subexp_body_standard): Support UNOP_KIND. | |
14191 | * f-exp.y: Define 'KIND' token. | |
14192 | (exp): New pattern for KIND expressions. | |
14193 | (ptype): Handle types with a kind extension. | |
14194 | (direct_abs_decl): Extend to spot kind extensions. | |
14195 | (f77_keywords): Add 'kind' to the list. | |
14196 | (push_kind_type): New function. | |
14197 | (convert_to_kind_type): New function. | |
14198 | * f-lang.c (evaluate_subexp_f): Support UNOP_KIND. | |
14199 | * parse.c (operator_length_standard): Likewise. | |
14200 | * parser-defs.h (enum type_pieces): Add tp_kind. | |
14201 | * std-operator.def: Add UNOP_KIND. | |
14202 | ||
e454224f AB |
14203 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14204 | ||
14205 | * f-exp.y (f_parse): Set yydebug. | |
14206 | ||
9dad4a58 AB |
14207 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14208 | ||
14209 | * f-lang.c (evaluate_subexp_f): New function. | |
14210 | (exp_descriptor_f): New global. | |
14211 | (f_language_defn): Use exp_descriptor_f instead of | |
14212 | exp_descriptor_standard. | |
14213 | ||
c8f91604 AB |
14214 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14215 | ||
14216 | * f-exp.y (struct token): Add comments. | |
14217 | (dot_ops): Remove uppercase versions and the end marker. | |
14218 | (f77_keywords): Likewise. | |
14219 | (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all | |
14220 | entries in the dot_ops array are case insensitive, and use | |
14221 | strncasecmp to compare strings. Also some whitespace cleanup in | |
14222 | this area. Similar for the f77_keywords array, except entries in | |
14223 | this list might be case sensitive. | |
14224 | ||
dd9f2c76 AB |
14225 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14226 | ||
14227 | * f-exp.y (struct f77_boolean_val): Add comments. | |
14228 | (boolean_values): Remove uppercase versions, and end marker. | |
14229 | (yylex): Use ARRAY_SIZE for iterating over boolean_values array, | |
14230 | and use strncasecmp to achieve case insensitivity. Additionally, | |
14231 | perform whitespace cleanup around this code. | |
14232 | ||
67a3048c TT |
14233 | 2019-03-06 Tom Tromey <tromey@adacore.com> |
14234 | ||
14235 | * remote-sim.c (gdbsim_target_open): Use result of | |
14236 | gdb_argv::release. | |
14237 | ||
aa3cfbda RB |
14238 | 2019-03-06 Richard Bunt <richard.bunt@arm.com> |
14239 | Dirk Schubert <dirk.schubert@arm.com> | |
14240 | Chris January <chris.january@arm.com> | |
14241 | ||
14242 | * eval.c (evaluate_subexp_standard): Call Fortran argument | |
14243 | wrapping logic. | |
14244 | * f-lang.c (struct value): A value which can be passed into a | |
14245 | Fortran function call. | |
14246 | (fortran_argument_convert): Wrap Fortran arguments in a pointer | |
14247 | where appropriate. | |
14248 | (struct type): Value ready for a Fortran function call. | |
14249 | (fortran_preserve_arg_pointer): Undo check_typedef, the pointer | |
14250 | is needed. | |
14251 | * f-lang.h (fortran_argument_convert): Declaration. | |
14252 | (fortran_preserve_arg_pointer): Declaration. | |
14253 | * infcall.c (value_arg_coerce): Call Fortran argument logic. | |
14254 | ||
ea38e5df TT |
14255 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14256 | ||
14257 | * python/py-prettyprint.c (print_string_repr): Remove #if. | |
14258 | * python/py-utils.c (unicode_to_encoded_string): Remove #if. | |
14259 | ||
06b5b831 TT |
14260 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14261 | ||
14262 | * target.c (the_dummy_target): Move later. Change type to | |
14263 | "dummy_target". | |
14264 | (initialize_targets): Don't initialize the_dummy_target. | |
14265 | ||
edbd9e45 TT |
14266 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14267 | ||
14268 | * gdb_bfd.c (gdb_bfd_fdopenr): Remove. | |
14269 | * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare. | |
14270 | ||
c119e040 TT |
14271 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14272 | ||
14273 | * windows-nat.c (windows_nat_target::attach) | |
14274 | (windows_nat_target::detach): Don't call gdb_flush. | |
14275 | * valprint.c (generic_val_print, val_print, val_print_string): | |
14276 | Don't call gdb_flush. | |
14277 | * utils.c (defaulted_query): Don't call gdb_flush. | |
14278 | * typeprint.c (print_type_scalar): Don't call gdb_flush. | |
14279 | * target.c (target_announce_detach): Don't call gdb_flush. | |
14280 | * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush. | |
14281 | * remote.c (extended_remote_target::attach): Don't call | |
14282 | gdb_flush. | |
14283 | * procfs.c (procfs_target::detach): Don't call gdb_flush. | |
14284 | * printcmd.c (do_examine): Don't call gdb_flush. | |
14285 | (info_display_command): Don't call gdb_flush. | |
14286 | * p-valprint.c (pascal_val_print): Don't call gdb_flush. | |
14287 | * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush. | |
14288 | * memattr.c (info_mem_command): Don't call gdb_flush. | |
14289 | * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush. | |
14290 | * m2-valprint.c (m2_val_print): Don't call gdb_flush. | |
14291 | * infrun.c (follow_exec, handle_command): Don't call gdb_flush. | |
14292 | * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush. | |
14293 | * hppa-tdep.c (unwind_command): Don't call gdb_flush. | |
14294 | * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush. | |
14295 | (gnu_nat_target::detach): Don't call gdb_flush. | |
14296 | * f-valprint.c (f_val_print): Don't call gdb_flush. | |
14297 | * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush. | |
14298 | * cli/cli-script.c (read_command_lines): Don't call gdb_flush. | |
14299 | * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call | |
14300 | gdb_flush. | |
14301 | * c-valprint.c (c_val_print): Don't call gdb_flush. | |
14302 | * ada-valprint.c (ada_print_scalar): Don't call gdb_flush. | |
14303 | ||
895dafa6 TT |
14304 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14305 | ||
14306 | * varobj.c (update_dynamic_varobj_children): Update. | |
14307 | (install_default_visualizer): Use reset, not release. | |
14308 | * value.c (set_internalvar): Update. | |
14309 | * dwarf2loc.c (value_of_dwarf_reg_entry): Update. | |
14310 | * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add | |
14311 | ATTRIBUTE_UNUSED_RESULT. | |
14312 | ||
88a774b9 TT |
14313 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14314 | ||
14315 | * remote.c (class scoped_remote_fd) <release>: Add | |
14316 | ATTRIBUTE_UNUSED_RESULT. | |
14317 | ||
4e4a8b93 TT |
14318 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14319 | ||
14320 | * macroexp.c (struct macro_buffer) <release>: Add | |
14321 | ATTRIBUTE_UNUSED_RESULT. | |
14322 | ||
083eef1f TT |
14323 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14324 | ||
14325 | * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update. | |
14326 | * common/scoped_mmap.h (class scoped_mmap) <release>: Add | |
14327 | ATTRIBUTE_UNUSED_RESULT. | |
14328 | ||
3cabd438 TT |
14329 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14330 | ||
14331 | * common/scoped_fd.h (class scoped_fd) <release>: Add | |
14332 | ATTRIBUTE_UNUSED_RESULT. | |
14333 | ||
41e3300a TT |
14334 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14335 | ||
14336 | * parser-defs.h (struct parser_state) <release>: Add | |
14337 | ATTRIBUTE_UNUSED_RESULT. | |
14338 | ||
18cb7c9f TT |
14339 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14340 | ||
14341 | * utils.h (class gdb_argv) <release>: Add | |
14342 | ATTRIBUTE_UNUSED_RESULT. | |
14343 | * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define. | |
14344 | ||
41fa577f EZ |
14345 | 2019-03-02 Eli Zaretskii <eliz@gnu.org> |
14346 | ||
a6a4b2c6 EZ |
14347 | * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from |
14348 | for-loop range, to avoid compiler warnings. | |
14349 | ||
14350 | * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to | |
14351 | avoid compiler warnings about unused variables. | |
14352 | ||
742a7df5 EZ |
14353 | * NEWS: Mention end of support for native debugging on MS-Windows |
14354 | before XP. | |
14355 | ||
41fa577f EZ |
14356 | PR gdb/24292 |
14357 | * common/netstuff.c: | |
14358 | * gdbserver/gdbreplay.c | |
14359 | * gdbserver/remote-utils.c: | |
14360 | * ser-tcp.c: | |
14361 | * unittests/parse-connection-spec-selftests.c [USE_WIN32API]: | |
14362 | Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine | |
14363 | _WIN32_WINNT to 0x0501 if defined to a smaller value, as | |
14364 | 'getaddrinfo' and 'freeaddrinfo' were not available before | |
14365 | Windows XP, and mingw.org's MinGW headers by default define | |
14366 | _WIN32_WINNT to 0x500. | |
14367 | ||
827f438f GB |
14368 | 2019-03-01 Gary Benson <gbenson@redhat.com> |
14369 | ||
14370 | * coffread.c (coff_start_symtab): Remove unnecessary xstrdup. | |
14371 | ||
92137da0 RO |
14372 | 2019-02-28 Brian Vandenberg <phantall@gmail.com> |
14373 | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | |
14374 | ||
14375 | PR gdb/8527 | |
14376 | * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in | |
14377 | set_sigint_trap, clear_sigint_trap. | |
14378 | ||
799efbe8 PW |
14379 | 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
14380 | ||
14381 | * target.c (target_detach): Clear the regcache and the | |
14382 | frame cache. | |
14383 | ||
8ed25214 PA |
14384 | 2019-02-27 Pedro Alves <palves@redhat.com> |
14385 | ||
14386 | * utils.c (set_screen_size): When we cap the height/width sizes, | |
14387 | tweak the corresponding command variable to show "unlimited": | |
14388 | ||
23031e31 SJ |
14389 | 2019-02-27 Saagar Jha <saagar@saagarjha.com> |
14390 | Pedro Alves <palves@redhat.com> | |
14391 | ||
14392 | * utils.c (set_screen_size): Reduce "infinite" rows and columns | |
14393 | before calling rl_set_screen_size. | |
14394 | ||
6c28e44a TT |
14395 | 2019-02-27 Tom Tromey <tromey@adacore.com> |
14396 | ||
14397 | * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never | |
14398 | define. | |
14399 | * python/py-value.c: Remove Python 2.4 workaround. | |
14400 | * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4 | |
14401 | workaround. | |
14402 | * python/py-type.c (convert_field, gdbpy_initialize_types): Remove | |
14403 | Python 2.4 workaround. | |
14404 | * python/python-internal.h: Remove Python 2.4 comment. | |
14405 | (Py_ssize_t): Don't define. | |
14406 | (PyVarObject_HEAD_INIT, Py_TYPE): Don't define. | |
14407 | (gdb_Py_DECREF): Remove Python 2.4 workaround. | |
14408 | (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove. | |
14409 | (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove. | |
14410 | * python/python.c (do_start_initialization): Remove Python 2.4 | |
14411 | workaround. | |
14412 | * python/py-prettyprint.c (class dummy_python_frame): Remove. | |
14413 | (print_children): Remove Python 2.4 workaround. | |
14414 | * python/py-inferior.c (buffer_procs): Remove Python 2.4 | |
14415 | workaround. | |
14416 | (CHARBUFFERPROC_NAME): Remove. | |
14417 | * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove | |
14418 | Python 2.4 workaround. | |
14419 | ||
2c3fc25d | 14420 | 2019-02-27 Kevin Buettner <kevinb@redhat.com> |
799efbe8 | 14421 | |
2c3fc25d KB |
14422 | * NEWS: Note minimum Python version. |
14423 | ||
6ca62222 KB |
14424 | 2019-02-27 Kevin Buettner <kevinb@redhat.com> |
14425 | ||
14426 | * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K | |
14427 | code from these functions. Remove corresponding ifdefs. Use | |
14428 | Py_buffer_up instead of explicit calls to PyBuffer_Release. | |
14429 | Remove gotos and target of gotos. | |
14430 | (infpy_search_memory): Likewise. | |
14431 | ||
f4bc7d2c AB |
14432 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14433 | ||
14434 | * gdb/hppa-tdep.c (hppa_dummy_id): Delete. | |
14435 | (hppa_gdbarch_init): Don't register deleted functions with | |
14436 | gdbarch. | |
14437 | ||
9734a586 AB |
14438 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14439 | ||
14440 | * gdb/h8300-tdep.c (h8300_unwind_pc): Delete. | |
14441 | (h8300_unwind_sp): Delete. | |
14442 | (h8300_dummy_id): Delete. | |
14443 | (h8300_gdbarch_init): Don't register deleted functions with | |
14444 | gdbarch. | |
14445 | ||
68b867f3 AB |
14446 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14447 | ||
14448 | * gdb/ft32-tdep.c (ft32_dummy_id): Delete. | |
14449 | (ft32_unwind_pc): Delete. | |
14450 | (ft32_unwind_sp): Delete. | |
14451 | (ft32_gdbarch_init): Don't register deleted functions with | |
14452 | gdbarch. | |
14453 | ||
2fbe7ad0 AB |
14454 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14455 | ||
14456 | * gdb/frv-tdep.c (frv_dummy_id): Delete. | |
14457 | (frv_unwind_pc): Delete. | |
14458 | (frv_unwind_sp): Delete. | |
14459 | (frv_gdbarch_init): Don't register deleted functions with | |
14460 | gdbarch. | |
14461 | ||
76055cbe AB |
14462 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14463 | ||
14464 | * gdb/riscv-tdep.c (riscv_dummy_id): Delete. | |
14465 | (riscv_unwind_pc): Delete. | |
14466 | (riscv_unwind_sp): Delete. | |
14467 | (riscv_gdbarch_init): Don't register deleted functions with | |
14468 | gdbarch. | |
14469 | ||
4133e5a1 AB |
14470 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14471 | ||
14472 | * gdb/csky-tdep.c (csky_dummy_id): Delete. | |
14473 | (csky_unwind_pc): Delete. | |
14474 | (csky_unwind_sp): Delete. | |
14475 | (csky_gdbarch_init): Don't register deleted functions with | |
14476 | gdbarch. | |
14477 | ||
8010f576 AB |
14478 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14479 | ||
14480 | * gdb/cris-tdep.c (cris_dummy_id): Delete. | |
14481 | (cris_unwind_pc): Delete. | |
14482 | (cris_unwind_sp): Delete. | |
14483 | (cris_gdbarch_init): Don't register deleted functions with | |
14484 | gdbarch. | |
14485 | ||
b56bf084 AB |
14486 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14487 | ||
14488 | * gdb/bfin-tdep.c (bfin_dummy_id): Delete. | |
14489 | (bfin_unwind_pc): Delete. | |
14490 | (bfin_gdbarch_init): Don't register deleted functions with gdbarch. | |
14491 | ||
a19a650f AB |
14492 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14493 | ||
14494 | * gdb/arm-tdep.c (arm_dummy_id): Delete. | |
14495 | (arm_unwind_pc): Delete. | |
14496 | (arm_unwind_sp): Delete. | |
14497 | (arm_gdbarch_init): Don't register deleted functions with gdbarch. | |
14498 | ||
f8278c3c AB |
14499 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14500 | ||
14501 | * gdb/arc-tdep.c (arc_dummy_id): Delete. | |
14502 | (arc_unwind_pc): Delete. | |
14503 | (arc_unwind_sp): Delete. | |
14504 | (arc_gdbarch_init): Don't register deleted functions with gdbarch. | |
14505 | ||
480e46cf AB |
14506 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14507 | ||
14508 | * gdb/alpha-tdep.c (alpha_dummy_id): Delete. | |
14509 | (alpha_unwind_pc): Delete. | |
14510 | (alpha_gdbarch_init): Don't register deleted functions with | |
14511 | gdbarch. | |
14512 | ||
7a995095 AB |
14513 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14514 | ||
14515 | * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete. | |
14516 | (aarch64_unwind_pc): Delete. | |
14517 | (aarch64_unwind_sp): Delete. | |
14518 | (aarch64_gdbarch_init): Don't register deleted functions with | |
14519 | gdbarch. | |
14520 | ||
bf9a735e AB |
14521 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14522 | ||
14523 | * gdbtypes.c (type_align): Don't consider static members when | |
14524 | computing structure alignment. | |
14525 | ||
5561fc30 AB |
14526 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14527 | ||
14528 | * arc-tdep.c (arc_type_align): Provide alignment for basic types, | |
14529 | return 0 for other types. | |
14530 | * arch-utils.c (default_type_align): Always return 0. | |
14531 | * gdbarch.h: Regenerate. | |
14532 | * gdbarch.sh (type_align): Extend comment. | |
14533 | * gdbtypes.c (type_align): Add additional comments, always call | |
14534 | gdbarch_type_align before applying the default rules. | |
14535 | * i386-tdep.c (i386_type_align): Return 0 as the default rule, | |
14536 | generic code will then apply a suitable default. | |
14537 | * nios2-tdep.c (nios2_type_align): Provide alignment for basic | |
14538 | types, return 0 for other types. | |
14539 | ||
9335e75a JB |
14540 | 2019-02-27 Joel Brobecker <brobecker@adacore.com> |
14541 | ||
14542 | * NEWS: Create a new section for the next release branch. | |
14543 | Rename the section of the current branch, now that it has | |
14544 | been cut. | |
14545 | ||
3d34d8de JB |
14546 | 2019-02-27 Joel Brobecker <brobecker@adacore.com> |
14547 | ||
14548 | GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d): | |
14549 | * version.in: Bump version to 8.3.50.DATE-git. | |
14550 | ||
143420fb SM |
14551 | 2019-02-26 Simon Marchi <simon.marchi@efficios.com> |
14552 | ||
14553 | * aix-thread.c (ptid_cmp): Remove unused variable. | |
14554 | (get_signaled_thread): Likewise. | |
14555 | (store_regs_user_thread): Likewise. | |
14556 | (store_regs_kernel_thread): Likewise. | |
14557 | (fetch_regs_kernel_thread): Remove shadowed variable. | |
14558 | ||
172fb711 AB |
14559 | 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com> |
14560 | ||
14561 | * features/riscv/32bit-cpu.xml: Add register numbers. | |
14562 | * features/riscv/32bit-fpu.c: Regenerate. | |
14563 | * features/riscv/32bit-fpu.xml: Add register numbers. | |
14564 | * features/riscv/64bit-cpu.xml: Add register numbers. | |
14565 | * features/riscv/64bit-fpu.c: Regenerate. | |
14566 | * features/riscv/64bit-fpu.xml: Add register numbers. | |
14567 | ||
26c89782 KB |
14568 | 2019-02-26 Kevin Buettner <kevinb@redhat.com> |
14569 | ||
af54ade9 | 14570 | * NEWS: Mention two argument form of gdb.Value constructor. |
fe07eca5 KB |
14571 | * python/py-value.c (convert_buffer_and_type_to_value): New |
14572 | function. | |
14573 | (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords. | |
14574 | Add support for handling an optional second argument. Call | |
14575 | convert_buffer_and_type_to_value as appropriate. | |
26c89782 KB |
14576 | * python/python-internal.h (Py_buffer_deleter): New struct. |
14577 | (Py_buffer_up): New typedef. | |
14578 | ||
0f58c9e8 JB |
14579 | 2019-02-25 John Baldwin <jhb@FreeBSD.org> |
14580 | ||
14581 | * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr | |
14582 | instead of releasing ownership. | |
14583 | ||
0a0f4c01 JR |
14584 | 2019-02-25 Jordan Rupprecht <rupprecht@google.com> |
14585 | ||
14586 | * dwarf2read.c (open_and_init_dwp_file): Call | |
14587 | elf_numsections instead of bfd_count_sections to initialize | |
14588 | dwp_file->num_sections. | |
14589 | ||
cd5a152c TT |
14590 | 2019-02-25 Tom Tromey <tromey@adacore.com> |
14591 | ||
14592 | * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd. | |
14593 | ||
8a6a8513 SDJ |
14594 | 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com> |
14595 | ||
14596 | * gcore.in: Add '--readnever' option when invoking GDB. | |
14597 | ||
04dcda9c SM |
14598 | 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca> |
14599 | ||
14600 | * MAINTAINERS: Update my email address. | |
14601 | ||
07bc701d SM |
14602 | 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca> |
14603 | ||
14604 | * build-id.c (build_id_to_debug_bfd_1): New function. | |
14605 | (build_id_to_debug_bfd): Look for separate debug file in | |
14606 | sysroot. | |
14607 | ||
c6f4a5d0 AB |
14608 | 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com> |
14609 | ||
14610 | * gdbarch.sh: Update the copyright year range that is placed into | |
14611 | generated files. | |
14612 | ||
9600246d KS |
14613 | 2019-02-22 Keith Seitz <keiths@redhat.com> |
14614 | ||
14615 | PR symtab/23853 | |
14616 | * linespec.c (create_sals_line_offset): Search for the default | |
14617 | symtab's filename instead of its fullname. | |
14618 | ||
7557a514 AH |
14619 | 2019-02-21 Alan Hayward <alan.hayward@arm.com> |
14620 | ||
14621 | * NEWS: Update style defaults. | |
14622 | ||
ee2bcb0c AH |
14623 | 2019-02-21 Alan Hayward <alan.hayward@arm.com> |
14624 | ||
14625 | * main.c (captured_main_1): Disable styling in batch mode. | |
14626 | ||
0c95f9ed TT |
14627 | 2019-02-20 Tom Tromey <tom@tromey.com> |
14628 | ||
14629 | * symtab.c (symtab_symbol_info): Fix typos. | |
14630 | ||
c763b894 TT |
14631 | 2019-02-20 Tom Tromey <tromey@adacore.com> |
14632 | ||
14633 | * findcmd.c (_initialize_mem_search): Use upper case for | |
14634 | metasyntactic variables. | |
14635 | ||
0ef8a082 AH |
14636 | 2019-02-20 Alan Hayward <alan.hayward@arm.com> |
14637 | ||
14638 | * aarch64-tdep.c (aarch64_add_reggroups): New function. | |
14639 | (aarch64_gdbarch_init): Call aarch64_add_reggroups. | |
14640 | ||
6caa91b6 SM |
14641 | 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca> |
14642 | ||
14643 | * top.h (source_file_name): Change to std::string. | |
14644 | * top.c (source_file_name): Likewise. | |
14645 | (command_line_input): Adjust. | |
14646 | * cli/cli-script.c (script_from_file): Adjust. | |
14647 | ||
98814c6c TT |
14648 | 2019-02-19 Tom Tromey <tromey@adacore.com> |
14649 | ||
14650 | * ravenscar-thread.c | |
14651 | (ravenscar_thread_target::update_thread_list): Don't call | |
14652 | ada_build_task_list. | |
14653 | * ada-lang.h (ada_build_task_list): Don't declare. | |
14654 | * ada-tasks.c (struct ada_tasks_inferior_data) | |
14655 | <task_list_valid_p>: Now bool. | |
14656 | (read_known_tasks, ada_task_list_changed) | |
14657 | (ada_tasks_invalidate_inferior_data): Update. | |
14658 | (read_known_tasks_array): Return bool. | |
14659 | (read_known_tasks_list): Likewise. | |
14660 | (read_known_tasks): Return void. | |
14661 | (ada_build_task_list): Now static. | |
14662 | ||
70cd633e AB |
14663 | 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com> |
14664 | ||
14665 | * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR | |
14666 | and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch. | |
14667 | ||
040b3e95 PW |
14668 | 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
14669 | ||
14670 | * ada-task.c (_initialize_tasks): Use 'with_cleanup' register | |
14671 | variant for ada_tasks_pspace_data_handle and | |
14672 | ada_tasks_inferior_data_handle. | |
14673 | (ada_tasks_pspace_data_cleanup): New function. | |
14674 | (ada_tasks_inferior_data_cleanup): New function. | |
14675 | ||
9409233b TT |
14676 | 2019-02-17 Tom Tromey <tom@tromey.com> |
14677 | ||
14678 | * macrotab.h (macro_source_fullname): Return a std::string. | |
14679 | * macrotab.c (macro_include, check_for_redefinition) | |
14680 | (macro_undef, macro_lookup_definition, foreach_macro) | |
14681 | (foreach_macro_in_scope): Update. | |
14682 | (macro_source_fullname): Return a std::string. | |
14683 | * macrocmd.c (show_pp_source_pos): Update. | |
14684 | ||
6506371f TT |
14685 | 2019-02-17 Tom Tromey <tom@tromey.com> |
14686 | ||
14687 | * macrocmd.c (show_pp_source_pos): Style the file names. | |
14688 | ||
0c820d67 TT |
14689 | 2019-02-17 Tom Tromey <tom@tromey.com> |
14690 | ||
14691 | PR tui/24197: | |
14692 | * tui/tui-source.c (tui_set_source_content_nil): Rewrite. | |
14693 | ||
a0087920 TT |
14694 | 2019-02-17 Tom Tromey <tom@tromey.com> |
14695 | ||
14696 | * ada-lang.c (user_select_syms): Use filtered printing. | |
14697 | * utils.c (wrap_style): New global. | |
14698 | (desired_style): Remove. | |
14699 | (emit_style_escape): Add stream parameter. | |
14700 | (set_output_style, reset_terminal_style, prompt_for_continue): | |
14701 | Update. | |
14702 | (flush_wrap_buffer): Only flush gdb_stdout. | |
14703 | (wrap_here): Set wrap_style. | |
14704 | (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't | |
14705 | treat escape sequences as a character. Change when wrap buffer is | |
14706 | flushed. | |
14707 | (fputs_styled): Do not set the output style when the default is | |
14708 | requested. | |
14709 | * ui-style.h (struct ui_file_style) <is_default>: New method. | |
14710 | * source.c (print_source_lines_base): Emit escape sequences in one | |
14711 | piece. | |
14712 | ||
75ba10dc JB |
14713 | 2019-02-17 Joel Brobecker <brobecker@adacore.com> |
14714 | ||
14715 | * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as | |
14716 | integers and enumeration types. | |
14717 | ||
a2cd4f14 JB |
14718 | 2019-02-17 Joel Brobecker <brobecker@adacore.com> |
14719 | ||
14720 | * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol | |
14721 | instead of lookup_symbol_in_language | |
14722 | (do_exact_match): New function. | |
14723 | (ada_get_symbol_name_matcher): Return do_exact_match when | |
14724 | doing a verbatim match. | |
14725 | ||
485b851b TT |
14726 | 2019-02-15 Tom Tromey <tromey@adacore.com> |
14727 | ||
14728 | * ravenscar-thread.c (ravenscar_thread_target::resume) | |
14729 | (ravenscar_thread_target::wait): Special case wildcard requests. | |
14730 | ||
0b790b1e TT |
14731 | 2019-02-15 Tom Tromey <tromey@adacore.com> |
14732 | ||
14733 | * ravenscar-thread.c (base_ptid): Remove. | |
14734 | (struct ravenscar_thread_target) <close>: New method. | |
14735 | <m_base_ptid>: New member. | |
14736 | <update_inferior_ptid, active_task, task_is_currently_active, | |
14737 | runtime_initialized>: Declare methods. | |
14738 | <ravenscar_thread_target>: Add constructor. | |
14739 | (ravenscar_thread_target::task_is_currently_active) | |
14740 | (ravenscar_thread_target::update_inferior_ptid) | |
14741 | (ravenscar_runtime_initialized): Rename. Now methods. | |
14742 | (ravenscar_thread_target::resume, ravenscar_thread_target::wait) | |
14743 | (ravenscar_thread_target::update_thread_list): Update. | |
14744 | (ravenscar_thread_target::active_task): Now method. | |
14745 | (ravenscar_thread_target::store_registers) | |
14746 | (ravenscar_thread_target::prepare_to_store) | |
14747 | (ravenscar_thread_target::prepare_to_store) | |
14748 | (ravenscar_thread_target::mourn_inferior): Update. | |
14749 | (ravenscar_inferior_created): Use "new" to create target. | |
14750 | (ravenscar_thread_target::get_ada_task_ptid): Update. | |
14751 | (_initialize_ravenscar): Don't initialize base_ptid. | |
14752 | (ravenscar_ops): Remove global. | |
14753 | ||
dea57a62 TT |
14754 | 2019-02-15 Tom Tromey <tromey@adacore.com> |
14755 | ||
14756 | * target.h (push_target): Declare new overload. | |
14757 | * target.c (push_target): New overload, taking an rvalue reference. | |
14758 | * remote.c (remote_target::open_1): Use push_target overload. | |
14759 | * corelow.c (core_target_open): Use push_target overload. | |
14760 | ||
989f3c58 TT |
14761 | 2019-02-15 Tom Tromey <tromey@adacore.com> |
14762 | ||
14763 | * ravenscar-thread.c (is_ravenscar_task) | |
14764 | (ravenscar_task_is_currently_active): Return bool. | |
14765 | (ravenscar_update_inferior_ptid, get_running_thread_msymbol) | |
14766 | (_initialize_ravenscar): Remove "(void)". | |
14767 | (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise. | |
14768 | Return bool. | |
14769 | ||
6cbcc006 TT |
14770 | 2019-02-15 Tom Tromey <tromey@adacore.com> |
14771 | ||
14772 | * ravenscar-thread.c (ravenscar_runtime_initializer) | |
14773 | (has_ravenscar_runtime, get_running_thread_id) | |
14774 | (ravenscar_thread_target::resume): Fix indentation. | |
14775 | ||
7657f14d TT |
14776 | 2019-02-15 Tom Tromey <tromey@adacore.com> |
14777 | ||
14778 | * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive | |
14779 | from ravenscar_arch_ops. | |
14780 | (sparc_ravenscar_ops::fetch_registers) | |
14781 | (sparc_ravenscar_ops::store_registers): Now methods. | |
14782 | (sparc_ravenscar_prepare_to_store): Remove. | |
14783 | (sparc_ravenscar_ops): Redefine. | |
14784 | * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual | |
14785 | methods and destructor. Remove members. | |
14786 | * ravenscar-thread.c (ravenscar_thread_target::fetch_registers) | |
14787 | (ravenscar_thread_target::store_registers) | |
14788 | (ravenscar_thread_target::prepare_to_store): Update. | |
14789 | * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store): | |
14790 | Remove. | |
14791 | (struct ppc_ravenscar_powerpc_ops): Derive from | |
14792 | ravenscar_arch_ops. | |
14793 | (ppc_ravenscar_powerpc_ops::fetch_registers) | |
14794 | (ppc_ravenscar_powerpc_ops::store_registers): Now methods. | |
14795 | (ppc_ravenscar_powerpc_ops): Redefine. | |
14796 | (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops. | |
14797 | (ppc_ravenscar_e500_ops::fetch_registers) | |
14798 | (ppc_ravenscar_e500_ops::store_registers): Now methods. | |
14799 | (ppc_ravenscar_e500_ops): Redefine. | |
14800 | * aarch64-ravenscar-thread.c | |
14801 | (aarch64_ravenscar_generic_prepare_to_store): Remove. | |
14802 | (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops. | |
14803 | (aarch64_ravenscar_fetch_registers) | |
14804 | (aarch64_ravenscar_store_registers): Now methods. | |
14805 | (aarch64_ravenscar_ops): Redefine. | |
14806 | ||
5b6ea500 TT |
14807 | 2019-02-15 Tom Tromey <tromey@adacore.com> |
14808 | ||
14809 | * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint) | |
14810 | (ravenscar_thread_target::stopped_by_hw_breakpoint) | |
14811 | (ravenscar_thread_target::stopped_by_watchpoint) | |
14812 | (ravenscar_thread_target::stopped_data_address) | |
14813 | (ravenscar_thread_target::core_of_thread): Use scoped_restore. | |
14814 | ||
e397fd39 TT |
14815 | 2019-02-15 Tom Tromey <tromey@adacore.com> |
14816 | ||
14817 | * ravenscar-thread.c: Fix some typos. | |
14818 | ||
cc12f4a8 TT |
14819 | 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
14820 | Tom Tromey <tromey@adacore.com> | |
14821 | ||
14822 | * ada-lang.c (ada_exception_sal): Change addr_string to a | |
14823 | std::string. | |
14824 | (create_ada_exception_catchpoint): Update. | |
14825 | ||
5f486660 TT |
14826 | 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
14827 | Tom Tromey <tromey@adacore.com> | |
14828 | ||
14829 | * breakpoint.c (~bp_location): Rename from bp_location_dtor. | |
14830 | (bp_location_ops): Remove. | |
14831 | (base_breakpoint_allocate_location): Update. | |
14832 | (free_bp_location): Update. | |
14833 | * ada-lang.c (class ada_catchpoint_location) | |
14834 | <ada_catchpoint_location>: Remove ops parameter. | |
14835 | (ada_catchpoint_location_dtor): Remove. | |
14836 | (ada_catchpoint_location_ops): Remove. | |
14837 | (allocate_location_exception): Update. | |
14838 | * breakpoint.h (struct bp_location_ops): Remove. | |
14839 | (class bp_location) <bp_location>: Remove bp_location_ops | |
14840 | parameter. | |
14841 | <~bp_location>: Add destructor. | |
14842 | <ops>: Remove. | |
14843 | ||
b671c7fb TS |
14844 | 2019-02-14 Thomas Schwinge <thomas@codesourcery.com> |
14845 | Pedro Alves <palves@redhat.com> | |
14846 | ||
14847 | * remote.c (remote_target::remote_parse_stop_reply): Avoid using | |
14848 | 'PATH_MAX'. | |
14849 | ||
8071c5ce DM |
14850 | 2019-02-14 David Michael <fedora.dm0@gmail.com> |
14851 | Samuel Thibault <samuel.thibault@gnu.org> | |
14852 | Thomas Schwinge <thomas@codesourcery.com> | |
14853 | ||
14854 | * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply) | |
14855 | (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes. | |
14856 | ||
b1041ae0 TS |
14857 | 2019-02-14 Thomas Schwinge <thomas@codesourcery.com> |
14858 | ||
924514e1 TS |
14859 | * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg) |
14860 | (check_empty): Use "const char *". | |
14861 | ||
c29ee8d4 TS |
14862 | * gnu-nat.c (gnu_nat_target::detach): Instead of |
14863 | 'detach_inferior (pid)' call | |
14864 | 'detach_inferior (find_inferior_pid (pid))'. | |
14865 | ||
6c6ef69f TS |
14866 | * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add |
14867 | 'nat/fork-inferior.o'. | |
14868 | * gnu-nat.c: #include "nat/fork-inferior.h". | |
14869 | ||
2d0a338c TS |
14870 | * gnu-nat.c (gnu_nat_target::detach): Instead of |
14871 | 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'. | |
14872 | * gnu-nat.h: #include "inf-child.h". | |
14873 | * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to | |
14874 | 'i386_gnu_nat_target::fetch_registers'. | |
14875 | (gnu_store_registers): Rename/move to | |
14876 | 'i386_gnu_nat_target::store_registers'. | |
14877 | ||
cabb5f06 TS |
14878 | * config/i386/nm-i386gnu.h: Don't "#include" any files. |
14879 | * gnu-nat.h (mach_thread_info): New function. | |
14880 | * gnu-nat.c (thread_takeover_sc_cmd): Use it. | |
14881 | ||
b1041ae0 TS |
14882 | * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove. |
14883 | ||
2988d01e KF |
14884 | 2019-02-14 Frederic Konrad <konrad@adacore.com> |
14885 | ||
14886 | * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE. | |
14887 | ||
c559d709 JB |
14888 | 2019-02-14 Joel Brobecker <brobecker@adacore.com> |
14889 | ||
14890 | * windows-nat.c (windows_add_thread): Add new parameter | |
14891 | "main_thread_p" with default value set to false. Update | |
14892 | function documentation as well as all callers. | |
14893 | (windows_delete_thread): Likewise. | |
14894 | (fake_create_process): Update call to windows_add_thread. | |
14895 | (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT> | |
14896 | <CREATE_PROCESS_DEBUG_EVENT>: Likewise. | |
14897 | <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update | |
14898 | call to windows_delete_thread. | |
14899 | ||
007024cc SM |
14900 | 2019-02-13 Simon Marchi <simon.marchi@ericsson.com> |
14901 | ||
14902 | * MAINTAINERS: Add Andrew Burgess as global maintainer. | |
14903 | ||
f62318e9 JB |
14904 | 2019-02-12 John Baldwin <jhb@FreeBSD.org> |
14905 | ||
14906 | * symfile.c (find_separate_debug_file): Use canonical path of | |
14907 | sysroot with child_path instead of gdb_sysroot if it is valid. | |
14908 | ||
cd4b7848 JB |
14909 | 2019-02-12 John Baldwin <jhb@FreeBSD.org> |
14910 | ||
14911 | * symfile.c (find_separate_debug_file): Use child_path to | |
14912 | determine if an object file is under a sysroot. | |
14913 | ||
efac4bfe JB |
14914 | 2019-02-12 John Baldwin <jhb@FreeBSD.org> |
14915 | ||
14916 | * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add | |
14917 | unittests/child-path-selftests.c. | |
14918 | * common/pathstuff.c (child_path): New function. | |
14919 | * common/pathstuff.h (child_path): New prototype. | |
14920 | * unittests/child-path-selftests.c: New file. | |
14921 | ||
402d2bfe JB |
14922 | 2019-02-12 John Baldwin <jhb@FreeBSD.org> |
14923 | ||
14924 | * symfile.c (find_separate_debug_file): Look for separate debug | |
14925 | files in debug directories under the sysroot. | |
14926 | ||
1ed9f74e PW |
14927 | 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
14928 | ||
14929 | * symtab.h (struct minimal_symbol data_p): New const method. | |
14930 | (struct minimal_symbol text_p): Likewise. | |
14931 | * symtab.c (output_source_filename): Use file name style | |
14932 | to print file name. | |
14933 | (print_symbol_info): Likewise. | |
14934 | (print_msymbol_info): Use address style to print addresses. | |
14935 | Use function name style to print executable text symbols. | |
14936 | (expand_symtab_containing_pc): Use data_p. | |
14937 | (find_pc_sect_compunit_symtab): Likewise. | |
14938 | ||
2636d81d PW |
14939 | 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
14940 | ||
14941 | * breakpoint.c (describe_other_breakpoints): Use address style | |
14942 | to print addresses. | |
14943 | (say_where): Likewise. | |
14944 | ||
ac8c53cc PW |
14945 | 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
14946 | ||
14947 | * ada-typeprint.c (print_func_type): Print function name | |
14948 | style to print function name. | |
14949 | * c-typeprint.c (c_print_type_1): Likewise. | |
14950 | ||
ea638c43 AH |
14951 | 2019-02-11 Alan Hayward <alan.hayward@arm.com> |
14952 | ||
14953 | * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check | |
14954 | for execve. | |
14955 | ||
ab759ca8 PW |
14956 | 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
14957 | ||
14958 | * c-exp.y (direct_abs_decl): Use emplace_back to record the | |
14959 | type_stack. | |
14960 | ||
aff29d1c JB |
14961 | 2019-02-10 Joel Brobecker <brobecker@adacore.com> |
14962 | ||
14963 | * ada-varobj.c (ada_value_is_changeable_p): Add handling of | |
14964 | TYPE_CODE_REF types. | |
14965 | ||
617126bc JW |
14966 | 2019-02-08 Jim Wilson <jimw@sifive.com> |
14967 | ||
14968 | * riscv-linux-tdep.c (riscv_linux_fregmap): New. | |
14969 | (riscv_linux_fregset): New. | |
14970 | (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section. | |
14971 | ||
46e3ed7f TT |
14972 | 2019-02-07 Tom Tromey <tom@tromey.com> |
14973 | ||
14974 | * thread.c (thread_cancel_execution_command): Update. | |
14975 | * thread-fsm.h (struct thread_fsm): Add constructor, destructor, | |
14976 | methods. | |
14977 | (struct thread_fsm_ops): Remove. | |
14978 | (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up) | |
14979 | (thread_fsm_should_stop, thread_fsm_return_value) | |
14980 | (thread_fsm_set_finished, thread_fsm_finished_p) | |
14981 | (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop): | |
14982 | Don't declare. | |
14983 | * mi/mi-interp.c (mi_on_normal_stop_1): Update. | |
14984 | * infrun.c (clear_proceed_status_thread) | |
14985 | (clean_up_just_stopped_threads_fsms, fetch_inferior_event) | |
14986 | (print_stop_event): Update. | |
14987 | * infcmd.c (struct step_command_fsm): Inherit from thread_fsm. | |
14988 | Add constructor. | |
14989 | (step_command_fsm_ops): Remove. | |
14990 | (new_step_command_fsm): Remove. | |
14991 | (step_1): Update. | |
14992 | (step_command_fsm::should_stop): Rename from | |
14993 | step_command_fsm_should_stop. | |
14994 | (step_command_fsm::clean_up): Rename from | |
14995 | step_command_fsm_clean_up. | |
14996 | (step_command_fsm::do_async_reply_reason): Rename from | |
14997 | step_command_fsm_async_reply_reason. | |
14998 | (struct until_next_fsm): Inherit from thread_fsm. Add | |
14999 | constructor. | |
15000 | (until_next_fsm_ops): Remove. | |
15001 | (new_until_next_fsm): Remove. | |
15002 | (until_next_fsm::should_stop): Rename from | |
15003 | until_next_fsm_should_stop. | |
15004 | (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up. | |
15005 | (until_next_fsm::do_async_reply_reason): Rename from | |
15006 | until_next_fsm_async_reply_reason. | |
15007 | (struct finish_command_fsm): Inherit from thread_fsm. Add | |
15008 | constructor. Change type of breakpoint. | |
15009 | (finish_command_fsm_ops): Remove. | |
15010 | (new_finish_command_fsm): Remove. | |
15011 | (finish_command_fsm::should_stop): Rename from | |
15012 | finish_command_fsm_should_stop. | |
15013 | (finish_command_fsm::clean_up): Rename from | |
15014 | finish_command_fsm_clean_up. | |
15015 | (finish_command_fsm::return_value): Rename from | |
15016 | finish_command_fsm_return_value. | |
15017 | (finish_command_fsm::do_async_reply_reason): Rename from | |
15018 | finish_command_fsm_async_reply_reason. | |
15019 | (finish_command): Update. | |
15020 | * infcall.c (struct call_thread_fsm): Inherit from thread_fsm. | |
15021 | Add constructor. | |
15022 | (call_thread_fsm_ops): Remove. | |
15023 | (call_thread_fsm::call_thread_fsm): Rename from | |
15024 | new_call_thread_fsm. | |
15025 | (call_thread_fsm::should_stop): Rename from | |
15026 | call_thread_fsm_should_stop. | |
15027 | (call_thread_fsm::should_notify_stop): Rename from | |
15028 | call_thread_fsm_should_notify_stop. | |
15029 | (run_inferior_call, call_function_by_hand_dummy): Update. | |
15030 | * cli/cli-interp.c (should_print_stop_to_console): Update. | |
15031 | * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm. | |
15032 | Add constructor. Change type of location_breakpoint, | |
15033 | caller_breakpoint. | |
15034 | (until_break_fsm_ops): Remove. | |
15035 | (new_until_break_fsm): Remove. | |
15036 | (until_break_fsm::should_stop): Rename from | |
15037 | until_break_fsm_should_stop. | |
15038 | (until_break_fsm::clean_up): Rename from | |
15039 | until_break_fsm_clean_up. | |
15040 | (until_break_fsm::do_async_reply_reason): Rename from | |
15041 | until_break_fsm_async_reply_reason. | |
15042 | (until_break_command): Update. | |
15043 | * thread-fsm.c: Remove. | |
15044 | * Makefile.in (COMMON_SFILES): Remove thread-fsm.c. | |
15045 | ||
1a5c2598 TT |
15046 | 2019-02-07 Tom Tromey <tom@tromey.com> |
15047 | ||
15048 | * yy-remap.h: Add include guard. | |
15049 | * xtensa-tdep.h: Add include guard. | |
15050 | * xcoffread.h: Rename include guard. | |
15051 | * varobj-iter.h: Add include guard. | |
15052 | * tui/tui.h: Rename include guard. | |
15053 | * tui/tui-winsource.h: Rename include guard. | |
15054 | * tui/tui-wingeneral.h: Rename include guard. | |
15055 | * tui/tui-windata.h: Rename include guard. | |
15056 | * tui/tui-win.h: Rename include guard. | |
15057 | * tui/tui-stack.h: Rename include guard. | |
15058 | * tui/tui-source.h: Rename include guard. | |
15059 | * tui/tui-regs.h: Rename include guard. | |
15060 | * tui/tui-out.h: Rename include guard. | |
15061 | * tui/tui-layout.h: Rename include guard. | |
15062 | * tui/tui-io.h: Rename include guard. | |
15063 | * tui/tui-hooks.h: Rename include guard. | |
15064 | * tui/tui-file.h: Rename include guard. | |
15065 | * tui/tui-disasm.h: Rename include guard. | |
15066 | * tui/tui-data.h: Rename include guard. | |
15067 | * tui/tui-command.h: Rename include guard. | |
15068 | * tic6x-tdep.h: Add include guard. | |
15069 | * target/waitstatus.h: Rename include guard. | |
15070 | * target/wait.h: Rename include guard. | |
15071 | * target/target.h: Rename include guard. | |
15072 | * target/resume.h: Rename include guard. | |
15073 | * target-float.h: Rename include guard. | |
15074 | * stabsread.h: Add include guard. | |
15075 | * rs6000-tdep.h: Add include guard. | |
15076 | * riscv-fbsd-tdep.h: Add include guard. | |
15077 | * regformats/regdef.h: Rename include guard. | |
15078 | * record.h: Rename include guard. | |
15079 | * python/python.h: Rename include guard. | |
15080 | * python/python-internal.h: Rename include guard. | |
15081 | * python/py-stopevent.h: Rename include guard. | |
15082 | * python/py-ref.h: Rename include guard. | |
15083 | * python/py-record.h: Rename include guard. | |
15084 | * python/py-record-full.h: Rename include guard. | |
15085 | * python/py-record-btrace.h: Rename include guard. | |
15086 | * python/py-instruction.h: Rename include guard. | |
15087 | * python/py-events.h: Rename include guard. | |
15088 | * python/py-event.h: Rename include guard. | |
15089 | * procfs.h: Add include guard. | |
15090 | * proc-utils.h: Add include guard. | |
15091 | * p-lang.h: Add include guard. | |
15092 | * or1k-tdep.h: Rename include guard. | |
15093 | * observable.h: Rename include guard. | |
15094 | * nto-tdep.h: Rename include guard. | |
15095 | * nat/x86-linux.h: Rename include guard. | |
15096 | * nat/x86-linux-dregs.h: Rename include guard. | |
15097 | * nat/x86-gcc-cpuid.h: Add include guard. | |
15098 | * nat/x86-dregs.h: Rename include guard. | |
15099 | * nat/x86-cpuid.h: Rename include guard. | |
15100 | * nat/ppc-linux.h: Rename include guard. | |
15101 | * nat/mips-linux-watch.h: Rename include guard. | |
15102 | * nat/linux-waitpid.h: Rename include guard. | |
15103 | * nat/linux-ptrace.h: Rename include guard. | |
15104 | * nat/linux-procfs.h: Rename include guard. | |
15105 | * nat/linux-osdata.h: Rename include guard. | |
15106 | * nat/linux-nat.h: Rename include guard. | |
15107 | * nat/linux-namespaces.h: Rename include guard. | |
15108 | * nat/linux-btrace.h: Rename include guard. | |
15109 | * nat/glibc_thread_db.h: Rename include guard. | |
15110 | * nat/gdb_thread_db.h: Rename include guard. | |
15111 | * nat/gdb_ptrace.h: Rename include guard. | |
15112 | * nat/fork-inferior.h: Rename include guard. | |
15113 | * nat/amd64-linux-siginfo.h: Rename include guard. | |
15114 | * nat/aarch64-sve-linux-sigcontext.h: Rename include guard. | |
15115 | * nat/aarch64-sve-linux-ptrace.h: Rename include guard. | |
15116 | * nat/aarch64-linux.h: Rename include guard. | |
15117 | * nat/aarch64-linux-hw-point.h: Rename include guard. | |
15118 | * mn10300-tdep.h: Add include guard. | |
15119 | * mips-linux-tdep.h: Add include guard. | |
15120 | * mi/mi-parse.h: Rename include guard. | |
15121 | * mi/mi-out.h: Rename include guard. | |
15122 | * mi/mi-main.h: Rename include guard. | |
15123 | * mi/mi-interp.h: Rename include guard. | |
15124 | * mi/mi-getopt.h: Rename include guard. | |
15125 | * mi/mi-console.h: Rename include guard. | |
15126 | * mi/mi-common.h: Rename include guard. | |
15127 | * mi/mi-cmds.h: Rename include guard. | |
15128 | * mi/mi-cmd-break.h: Rename include guard. | |
15129 | * m2-lang.h: Add include guard. | |
15130 | * location.h: Rename include guard. | |
15131 | * linux-record.h: Rename include guard. | |
15132 | * linux-nat.h: Add include guard. | |
15133 | * linux-fork.h: Add include guard. | |
15134 | * i386-darwin-tdep.h: Rename include guard. | |
15135 | * hppa-linux-offsets.h: Add include guard. | |
15136 | * guile/guile.h: Rename include guard. | |
15137 | * guile/guile-internal.h: Rename include guard. | |
15138 | * gnu-nat.h: Rename include guard. | |
15139 | * gdb-stabs.h: Rename include guard. | |
15140 | * frv-tdep.h: Add include guard. | |
15141 | * f-lang.h: Add include guard. | |
15142 | * event-loop.h: Add include guard. | |
15143 | * darwin-nat.h: Rename include guard. | |
15144 | * cp-abi.h: Rename include guard. | |
15145 | * config/sparc/nm-sol2.h: Rename include guard. | |
15146 | * config/nm-nto.h: Rename include guard. | |
15147 | * config/nm-linux.h: Add include guard. | |
15148 | * config/i386/nm-i386gnu.h: Rename include guard. | |
15149 | * config/djgpp/nl_types.h: Rename include guard. | |
15150 | * config/djgpp/langinfo.h: Rename include guard. | |
15151 | * compile/gcc-cp-plugin.h: Add include guard. | |
15152 | * compile/gcc-c-plugin.h: Add include guard. | |
15153 | * compile/compile.h: Rename include guard. | |
15154 | * compile/compile-object-run.h: Rename include guard. | |
15155 | * compile/compile-object-load.h: Rename include guard. | |
15156 | * compile/compile-internal.h: Rename include guard. | |
15157 | * compile/compile-cplus.h: Rename include guard. | |
15158 | * compile/compile-c.h: Rename include guard. | |
15159 | * common/xml-utils.h: Rename include guard. | |
15160 | * common/x86-xstate.h: Rename include guard. | |
15161 | * common/version.h: Rename include guard. | |
15162 | * common/vec.h: Rename include guard. | |
15163 | * common/tdesc.h: Rename include guard. | |
15164 | * common/selftest.h: Rename include guard. | |
15165 | * common/scoped_restore.h: Rename include guard. | |
15166 | * common/scoped_mmap.h: Rename include guard. | |
15167 | * common/scoped_fd.h: Rename include guard. | |
15168 | * common/safe-iterator.h: Rename include guard. | |
15169 | * common/run-time-clock.h: Rename include guard. | |
15170 | * common/refcounted-object.h: Rename include guard. | |
15171 | * common/queue.h: Rename include guard. | |
15172 | * common/ptid.h: Rename include guard. | |
15173 | * common/print-utils.h: Rename include guard. | |
15174 | * common/preprocessor.h: Rename include guard. | |
15175 | * common/pathstuff.h: Rename include guard. | |
15176 | * common/observable.h: Rename include guard. | |
15177 | * common/netstuff.h: Rename include guard. | |
15178 | * common/job-control.h: Rename include guard. | |
15179 | * common/host-defs.h: Rename include guard. | |
15180 | * common/gdb_wait.h: Rename include guard. | |
15181 | * common/gdb_vecs.h: Rename include guard. | |
15182 | * common/gdb_unlinker.h: Rename include guard. | |
15183 | * common/gdb_unique_ptr.h: Rename include guard. | |
15184 | * common/gdb_tilde_expand.h: Rename include guard. | |
15185 | * common/gdb_sys_time.h: Rename include guard. | |
15186 | * common/gdb_string_view.h: Rename include guard. | |
15187 | * common/gdb_splay_tree.h: Rename include guard. | |
15188 | * common/gdb_setjmp.h: Rename include guard. | |
15189 | * common/gdb_ref_ptr.h: Rename include guard. | |
15190 | * common/gdb_optional.h: Rename include guard. | |
15191 | * common/gdb_locale.h: Rename include guard. | |
15192 | * common/gdb_assert.h: Rename include guard. | |
15193 | * common/filtered-iterator.h: Rename include guard. | |
15194 | * common/filestuff.h: Rename include guard. | |
15195 | * common/fileio.h: Rename include guard. | |
15196 | * common/environ.h: Rename include guard. | |
15197 | * common/common-utils.h: Rename include guard. | |
15198 | * common/common-types.h: Rename include guard. | |
15199 | * common/common-regcache.h: Rename include guard. | |
15200 | * common/common-inferior.h: Rename include guard. | |
15201 | * common/common-gdbthread.h: Rename include guard. | |
15202 | * common/common-exceptions.h: Rename include guard. | |
15203 | * common/common-defs.h: Rename include guard. | |
15204 | * common/common-debug.h: Rename include guard. | |
15205 | * common/cleanups.h: Rename include guard. | |
15206 | * common/buffer.h: Rename include guard. | |
15207 | * common/btrace-common.h: Rename include guard. | |
15208 | * common/break-common.h: Rename include guard. | |
15209 | * cli/cli-utils.h: Rename include guard. | |
15210 | * cli/cli-style.h: Rename include guard. | |
15211 | * cli/cli-setshow.h: Rename include guard. | |
15212 | * cli/cli-script.h: Rename include guard. | |
15213 | * cli/cli-interp.h: Rename include guard. | |
15214 | * cli/cli-decode.h: Rename include guard. | |
15215 | * cli/cli-cmds.h: Rename include guard. | |
15216 | * charset-list.h: Add include guard. | |
15217 | * buildsym-legacy.h: Rename include guard. | |
15218 | * bfin-tdep.h: Add include guard. | |
15219 | * ax.h: Rename include guard. | |
15220 | * arm-linux-tdep.h: Add include guard. | |
15221 | * arm-fbsd-tdep.h: Add include guard. | |
15222 | * arch/xtensa.h: Rename include guard. | |
15223 | * arch/tic6x.h: Add include guard. | |
15224 | * arch/i386.h: Add include guard. | |
15225 | * arch/arm.h: Rename include guard. | |
15226 | * arch/arm-linux.h: Rename include guard. | |
15227 | * arch/arm-get-next-pcs.h: Rename include guard. | |
15228 | * arch/amd64.h: Add include guard. | |
15229 | * arch/aarch64-insn.h: Rename include guard. | |
15230 | * arch-utils.h: Rename include guard. | |
15231 | * annotate.h: Add include guard. | |
15232 | * amd64-darwin-tdep.h: Rename include guard. | |
15233 | * aarch64-linux-tdep.h: Add include guard. | |
15234 | * aarch64-fbsd-tdep.h: Add include guard. | |
15235 | * aarch32-linux-nat.h: Add include guard. | |
15236 | ||
ab9268d2 PW |
15237 | 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
15238 | ||
15239 | * macrotab.c (macro_define_internal): New function that | |
15240 | factorizes macro_define_object_internal and macro_define_function | |
15241 | code. | |
15242 | (macro_define_object_internal): Use macro_define_internal. | |
15243 | (macro_define_function): Likewise. | |
15244 | ||
bb0da2b4 PW |
15245 | 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
15246 | ||
15247 | * macrocmd.c (extract_identifier): Return | |
15248 | a gdb::unique_xmalloc_ptr<char> instead of a char *, and update | |
15249 | callers. | |
15250 | ||
424eb552 JB |
15251 | 2019-02-06 John Baldwin <jhb@FreeBSD.org> |
15252 | ||
15253 | * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces. | |
15254 | ||
1688cb29 TT |
15255 | 2019-02-05 Tom Tromey <tom@tromey.com> |
15256 | ||
15257 | * target.c (target_stack::unpush): Move assertion earlier. | |
15258 | ||
b5eba2d8 TT |
15259 | 2019-01-30 Tom Tromey <tom@tromey.com> |
15260 | ||
15261 | PR python/23615: | |
15262 | * python/python.c (execute_gdb_command): Use gdbpy_allow_threads. | |
15263 | (gdbpy_parse_and_eval): Likewise. | |
15264 | * python/python-internal.h (gdbpy_allow_threads): New class. | |
15265 | ||
7054e2ff JB |
15266 | 2019-01-28 John Baldwin <jhb@FreeBSD.org> |
15267 | ||
15268 | * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap) | |
15269 | (aarch64_fbsd_fpregmap): Move earlier. | |
15270 | (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete. | |
15271 | (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap | |
15272 | instead of individual calls to trad_frame_set_reg_addr. | |
15273 | * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move | |
15274 | earlier. | |
15275 | (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete. | |
15276 | (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap | |
15277 | instead of individual calls to trad_frame_set_reg_addr. | |
15278 | ||
36c25ffa AH |
15279 | 2019-01-28 Alan Hayward <alan.hayward@arm.com> |
15280 | ||
15281 | * CONTRIBUTE: Replace contribution list with wiki link. | |
15282 | ||
a0707f3c TT |
15283 | 2019-01-25 Tom Tromey <tom@tromey.com> |
15284 | ||
15285 | * Makefile.in (GDB_CFLAGS): Don't add -I for common. | |
15286 | ||
0747795c TT |
15287 | 2019-01-25 Tom Tromey <tom@tromey.com> |
15288 | ||
15289 | * xtensa-linux-nat.c: Fix common/ includes. | |
15290 | * xml-support.h: Fix common/ includes. | |
15291 | * xml-support.c: Fix common/ includes. | |
15292 | * x86-linux-nat.c: Fix common/ includes. | |
15293 | * windows-nat.c: Fix common/ includes. | |
15294 | * varobj.h: Fix common/ includes. | |
15295 | * varobj.c: Fix common/ includes. | |
15296 | * value.c: Fix common/ includes. | |
15297 | * valops.c: Fix common/ includes. | |
15298 | * utils.c: Fix common/ includes. | |
15299 | * unittests/xml-utils-selftests.c: Fix common/ includes. | |
15300 | * unittests/utils-selftests.c: Fix common/ includes. | |
15301 | * unittests/unpack-selftests.c: Fix common/ includes. | |
15302 | * unittests/tracepoint-selftests.c: Fix common/ includes. | |
15303 | * unittests/style-selftests.c: Fix common/ includes. | |
15304 | * unittests/string_view-selftests.c: Fix common/ includes. | |
15305 | * unittests/scoped_restore-selftests.c: Fix common/ includes. | |
15306 | * unittests/scoped_mmap-selftests.c: Fix common/ includes. | |
15307 | * unittests/scoped_fd-selftests.c: Fix common/ includes. | |
15308 | * unittests/rsp-low-selftests.c: Fix common/ includes. | |
15309 | * unittests/parse-connection-spec-selftests.c: Fix common/ | |
15310 | includes. | |
15311 | * unittests/optional-selftests.c: Fix common/ includes. | |
15312 | * unittests/offset-type-selftests.c: Fix common/ includes. | |
15313 | * unittests/observable-selftests.c: Fix common/ includes. | |
15314 | * unittests/mkdir-recursive-selftests.c: Fix common/ includes. | |
15315 | * unittests/memrange-selftests.c: Fix common/ includes. | |
15316 | * unittests/memory-map-selftests.c: Fix common/ includes. | |
15317 | * unittests/lookup_name_info-selftests.c: Fix common/ includes. | |
15318 | * unittests/function-view-selftests.c: Fix common/ includes. | |
15319 | * unittests/environ-selftests.c: Fix common/ includes. | |
15320 | * unittests/copy_bitwise-selftests.c: Fix common/ includes. | |
15321 | * unittests/common-utils-selftests.c: Fix common/ includes. | |
15322 | * unittests/cli-utils-selftests.c: Fix common/ includes. | |
15323 | * unittests/array-view-selftests.c: Fix common/ includes. | |
15324 | * ui-file.c: Fix common/ includes. | |
15325 | * tui/tui-io.c: Fix common/ includes. | |
15326 | * tracepoint.h: Fix common/ includes. | |
15327 | * tracepoint.c: Fix common/ includes. | |
15328 | * tracefile-tfile.c: Fix common/ includes. | |
15329 | * top.h: Fix common/ includes. | |
15330 | * top.c: Fix common/ includes. | |
15331 | * thread.c: Fix common/ includes. | |
15332 | * target/waitstatus.h: Fix common/ includes. | |
15333 | * target/waitstatus.c: Fix common/ includes. | |
15334 | * target.h: Fix common/ includes. | |
15335 | * target.c: Fix common/ includes. | |
15336 | * target-memory.c: Fix common/ includes. | |
15337 | * target-descriptions.c: Fix common/ includes. | |
15338 | * symtab.h: Fix common/ includes. | |
15339 | * symfile.c: Fix common/ includes. | |
15340 | * stap-probe.c: Fix common/ includes. | |
15341 | * spu-linux-nat.c: Fix common/ includes. | |
15342 | * sparc-nat.c: Fix common/ includes. | |
15343 | * source.c: Fix common/ includes. | |
15344 | * solib.c: Fix common/ includes. | |
15345 | * solib-target.c: Fix common/ includes. | |
15346 | * ser-unix.c: Fix common/ includes. | |
15347 | * ser-tcp.c: Fix common/ includes. | |
15348 | * ser-pipe.c: Fix common/ includes. | |
15349 | * ser-base.c: Fix common/ includes. | |
15350 | * selftest-arch.c: Fix common/ includes. | |
15351 | * s12z-tdep.c: Fix common/ includes. | |
15352 | * rust-exp.y: Fix common/ includes. | |
15353 | * rs6000-aix-tdep.c: Fix common/ includes. | |
15354 | * riscv-tdep.c: Fix common/ includes. | |
15355 | * remote.c: Fix common/ includes. | |
15356 | * remote-notif.h: Fix common/ includes. | |
15357 | * remote-fileio.h: Fix common/ includes. | |
15358 | * remote-fileio.c: Fix common/ includes. | |
15359 | * regcache.h: Fix common/ includes. | |
15360 | * regcache.c: Fix common/ includes. | |
15361 | * record-btrace.c: Fix common/ includes. | |
15362 | * python/python.c: Fix common/ includes. | |
15363 | * python/py-type.c: Fix common/ includes. | |
15364 | * python/py-inferior.c: Fix common/ includes. | |
15365 | * progspace.h: Fix common/ includes. | |
15366 | * producer.c: Fix common/ includes. | |
15367 | * procfs.c: Fix common/ includes. | |
15368 | * proc-api.c: Fix common/ includes. | |
15369 | * printcmd.c: Fix common/ includes. | |
15370 | * ppc-linux-nat.c: Fix common/ includes. | |
15371 | * parser-defs.h: Fix common/ includes. | |
15372 | * osdata.c: Fix common/ includes. | |
15373 | * obsd-nat.c: Fix common/ includes. | |
15374 | * nat/x86-linux.c: Fix common/ includes. | |
15375 | * nat/x86-linux-dregs.c: Fix common/ includes. | |
15376 | * nat/x86-dregs.h: Fix common/ includes. | |
15377 | * nat/x86-dregs.c: Fix common/ includes. | |
15378 | * nat/ppc-linux.c: Fix common/ includes. | |
15379 | * nat/mips-linux-watch.h: Fix common/ includes. | |
15380 | * nat/mips-linux-watch.c: Fix common/ includes. | |
15381 | * nat/linux-waitpid.c: Fix common/ includes. | |
15382 | * nat/linux-ptrace.h: Fix common/ includes. | |
15383 | * nat/linux-ptrace.c: Fix common/ includes. | |
15384 | * nat/linux-procfs.c: Fix common/ includes. | |
15385 | * nat/linux-personality.c: Fix common/ includes. | |
15386 | * nat/linux-osdata.c: Fix common/ includes. | |
15387 | * nat/linux-namespaces.c: Fix common/ includes. | |
15388 | * nat/linux-btrace.h: Fix common/ includes. | |
15389 | * nat/linux-btrace.c: Fix common/ includes. | |
15390 | * nat/fork-inferior.c: Fix common/ includes. | |
15391 | * nat/amd64-linux-siginfo.c: Fix common/ includes. | |
15392 | * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes. | |
15393 | * nat/aarch64-linux.c: Fix common/ includes. | |
15394 | * nat/aarch64-linux-hw-point.h: Fix common/ includes. | |
15395 | * nat/aarch64-linux-hw-point.c: Fix common/ includes. | |
15396 | * namespace.h: Fix common/ includes. | |
15397 | * mips-linux-tdep.c: Fix common/ includes. | |
15398 | * minsyms.c: Fix common/ includes. | |
15399 | * mi/mi-parse.h: Fix common/ includes. | |
15400 | * mi/mi-main.c: Fix common/ includes. | |
15401 | * mi/mi-cmd-env.c: Fix common/ includes. | |
15402 | * memrange.h: Fix common/ includes. | |
15403 | * memattr.c: Fix common/ includes. | |
15404 | * maint.h: Fix common/ includes. | |
15405 | * maint.c: Fix common/ includes. | |
15406 | * main.c: Fix common/ includes. | |
15407 | * machoread.c: Fix common/ includes. | |
15408 | * location.c: Fix common/ includes. | |
15409 | * linux-thread-db.c: Fix common/ includes. | |
15410 | * linux-nat.c: Fix common/ includes. | |
15411 | * linux-fork.c: Fix common/ includes. | |
15412 | * inline-frame.c: Fix common/ includes. | |
15413 | * infrun.c: Fix common/ includes. | |
15414 | * inflow.c: Fix common/ includes. | |
15415 | * inferior.h: Fix common/ includes. | |
15416 | * inferior.c: Fix common/ includes. | |
15417 | * infcmd.c: Fix common/ includes. | |
15418 | * inf-ptrace.c: Fix common/ includes. | |
15419 | * inf-child.c: Fix common/ includes. | |
15420 | * ia64-linux-nat.c: Fix common/ includes. | |
15421 | * i387-tdep.c: Fix common/ includes. | |
15422 | * i386-tdep.c: Fix common/ includes. | |
15423 | * i386-linux-tdep.c: Fix common/ includes. | |
15424 | * i386-linux-nat.c: Fix common/ includes. | |
15425 | * i386-go32-tdep.c: Fix common/ includes. | |
15426 | * i386-fbsd-tdep.c: Fix common/ includes. | |
15427 | * i386-fbsd-nat.c: Fix common/ includes. | |
15428 | * guile/scm-type.c: Fix common/ includes. | |
15429 | * guile/guile.c: Fix common/ includes. | |
15430 | * go32-nat.c: Fix common/ includes. | |
15431 | * gnu-nat.c: Fix common/ includes. | |
15432 | * gdbthread.h: Fix common/ includes. | |
15433 | * gdbarch-selftests.c: Fix common/ includes. | |
15434 | * gdb_usleep.c: Fix common/ includes. | |
15435 | * gdb_select.h: Fix common/ includes. | |
15436 | * gdb_bfd.c: Fix common/ includes. | |
15437 | * gcore.c: Fix common/ includes. | |
15438 | * fork-child.c: Fix common/ includes. | |
15439 | * findvar.c: Fix common/ includes. | |
15440 | * fbsd-nat.c: Fix common/ includes. | |
15441 | * event-top.c: Fix common/ includes. | |
15442 | * event-loop.c: Fix common/ includes. | |
15443 | * dwarf2read.c: Fix common/ includes. | |
15444 | * dwarf2loc.c: Fix common/ includes. | |
15445 | * dwarf2-frame.c: Fix common/ includes. | |
15446 | * dwarf-index-cache.c: Fix common/ includes. | |
15447 | * dtrace-probe.c: Fix common/ includes. | |
15448 | * disasm-selftests.c: Fix common/ includes. | |
15449 | * defs.h: Fix common/ includes. | |
15450 | * csky-tdep.c: Fix common/ includes. | |
15451 | * cp-valprint.c: Fix common/ includes. | |
15452 | * cp-support.h: Fix common/ includes. | |
15453 | * cp-support.c: Fix common/ includes. | |
15454 | * corelow.c: Fix common/ includes. | |
15455 | * completer.h: Fix common/ includes. | |
15456 | * completer.c: Fix common/ includes. | |
15457 | * compile/compile.c: Fix common/ includes. | |
15458 | * compile/compile-loc2c.c: Fix common/ includes. | |
15459 | * compile/compile-cplus-types.c: Fix common/ includes. | |
15460 | * compile/compile-cplus-symbols.c: Fix common/ includes. | |
15461 | * command.h: Fix common/ includes. | |
15462 | * cli/cli-dump.c: Fix common/ includes. | |
15463 | * cli/cli-cmds.c: Fix common/ includes. | |
15464 | * charset.c: Fix common/ includes. | |
15465 | * build-id.c: Fix common/ includes. | |
15466 | * btrace.h: Fix common/ includes. | |
15467 | * btrace.c: Fix common/ includes. | |
15468 | * breakpoint.h: Fix common/ includes. | |
15469 | * breakpoint.c: Fix common/ includes. | |
15470 | * ax.h: | |
15471 | (enum agent_op): Fix common/ includes. | |
15472 | * ax-general.c (struct aop_map): Fix common/ includes. | |
15473 | * ax-gdb.c: Fix common/ includes. | |
15474 | * auxv.c: Fix common/ includes. | |
15475 | * auto-load.c: Fix common/ includes. | |
15476 | * arm-tdep.c: Fix common/ includes. | |
15477 | * arch/riscv.c: Fix common/ includes. | |
15478 | * arch/ppc-linux-common.c: Fix common/ includes. | |
15479 | * arch/i386.c: Fix common/ includes. | |
15480 | * arch/arm.c: Fix common/ includes. | |
15481 | * arch/arm-linux.c: Fix common/ includes. | |
15482 | * arch/arm-get-next-pcs.c: Fix common/ includes. | |
15483 | * arch/amd64.c: Fix common/ includes. | |
15484 | * arch/aarch64.c: Fix common/ includes. | |
15485 | * arch/aarch64-insn.c: Fix common/ includes. | |
15486 | * arch-utils.c: Fix common/ includes. | |
15487 | * amd64-windows-tdep.c: Fix common/ includes. | |
15488 | * amd64-tdep.c: Fix common/ includes. | |
15489 | * amd64-sol2-tdep.c: Fix common/ includes. | |
15490 | * amd64-obsd-tdep.c: Fix common/ includes. | |
15491 | * amd64-nbsd-tdep.c: Fix common/ includes. | |
15492 | * amd64-linux-tdep.c: Fix common/ includes. | |
15493 | * amd64-linux-nat.c: Fix common/ includes. | |
15494 | * amd64-fbsd-tdep.c: Fix common/ includes. | |
15495 | * amd64-fbsd-nat.c: Fix common/ includes. | |
15496 | * amd64-dicos-tdep.c: Fix common/ includes. | |
15497 | * amd64-darwin-tdep.c: Fix common/ includes. | |
15498 | * agent.c: Fix common/ includes. | |
15499 | * ada-lang.h: Fix common/ includes. | |
15500 | * ada-lang.c: Fix common/ includes. | |
15501 | * aarch64-tdep.c: Fix common/ includes. | |
15502 | ||
2f5c153e TT |
15503 | 2019-01-25 Tom Tromey <tom@tromey.com> |
15504 | ||
15505 | * common/create-version.sh: Use common/version.h. | |
15506 | ||
adc6a863 PA |
15507 | 2019-01-24 Pedro Alves <palves@redhat.com> |
15508 | ||
15509 | * infrun.c (signal_stop, signal_print, signal_program) | |
15510 | (signal_catch, signal_pass): Now arrays instead of pointers. | |
15511 | (update_signals_program_target, do_target_resume) | |
15512 | (signal_catch_update, handle_command, _initialize_infrun): Adjust. | |
15513 | * linux-nat.c (linux_nat_target::pass_signals) | |
15514 | (linux_nat_target::create_inferior, linux_nat_target::attach): | |
15515 | Adjust. | |
15516 | * linux-nat.h (linux_nat_target::pass_signals): Adjust. | |
15517 | * nto-procfs.c (nto_procfs_target::pass_signals): Adjust. | |
15518 | * procfs.c (procfs_target::pass_signals): Adjust. | |
15519 | * record-full.c (record_full_target::resume): Adjust. | |
15520 | * remote.c (remote_target::pass_signals) | |
15521 | (remote_target::program_signals): Adjust. | |
15522 | * target-debug.h (target_debug_print_signals): Now takes a | |
15523 | gdb::array_view as parameter. Adjust. | |
15524 | * target.h (target_ops) <pass_signals, program_signals>: Replace | |
15525 | pointer and length parameters with gdb::array_view. | |
15526 | (target_pass_signals, target_program_signals): Likewise. | |
15527 | * target-delegates.c: Regenerate. | |
15528 | ||
3046d67a PA |
15529 | 2019-01-24 Pedro Alves <palves@redhat.com> |
15530 | ||
15531 | * common/forward-scope-exit.h | |
15532 | (forward_scope_exit::forward_scope_exit): Pass arguments to | |
15533 | m_bind_function directly, instead of creating a std::bind and | |
15534 | copying that. | |
15535 | ||
353229bf AH |
15536 | 2019-01-24 Alan Hayward <alan.hayward@arm.com> |
15537 | ||
15538 | * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check | |
15539 | for static members. | |
15540 | (pass_in_v_vfp_candidate): Likewise. | |
15541 | ||
311dc83a TT |
15542 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15543 | Pedro Alves <palves@redhat.com> | |
15544 | ||
15545 | * regcache.c (class regcache_invalidator): Remove. | |
15546 | (regcache::raw_write): Use make_scope_exit. | |
15547 | ||
296bd123 TT |
15548 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15549 | ||
15550 | * ui-out.h (class ui_out_emit_type): Update comment. | |
15551 | ||
979a0d13 TT |
15552 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15553 | ||
15554 | * infrun.c (fetch_inferior_event): Update comment. | |
15555 | ||
d238133d TT |
15556 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15557 | Pedro Alves <palves@redhat.com> | |
15558 | ||
15559 | * infrun.c (reinstall_readline_callback_handler_cleanup): Remove | |
15560 | parameter. | |
15561 | (fetch_inferior_event): Use SCOPE_EXIT. | |
15562 | ||
15563 | ||
9885e6bb TT |
15564 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15565 | Pedro Alves <palves@redhat.com> | |
15566 | ||
15567 | * infrun.c (disable_thread_events): Delete. | |
15568 | (stop_all_threads): Use SCOPE_EXIT. | |
15569 | ||
286526c1 TT |
15570 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15571 | Pedro Alves <palves@redhat.com> | |
15572 | ||
15573 | * symfile.c: Include forward-scope-exit.h. | |
15574 | (clear_symtab_users_cleanup): Replace forward declaration with | |
15575 | a FORWARD_SCOPE_EXIT. | |
15576 | (syms_from_objfile_1): Use the forward_scope_exit and | |
15577 | gdb::optional instead of cleanup_function. | |
15578 | (reread_symbols): Use the forward_scope_exit instead of | |
15579 | cleanup_function. | |
15580 | (clear_symtab_users_cleanup): Remove function. | |
15581 | ||
1db93f14 TT |
15582 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15583 | Pedro Alves <palves@redhat.com> | |
15584 | ||
15585 | * linux-nat.c: Include scope-exit.h. | |
15586 | (cleanup_target_stop): Remove. | |
15587 | (linux_nat_target::static_tracepoint_markers_by_strid): Use | |
15588 | SCOPE_EXIT. | |
15589 | ||
2cc83d1e TT |
15590 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15591 | Pedro Alves <palves@redhat.com> | |
15592 | ||
15593 | * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove. | |
15594 | (call_function_by_hand_dummy): Use SCOPE_EXIT. | |
15595 | ||
694c6bf5 TT |
15596 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15597 | Andrew Burgess <andrew.burgess@embecosm.com> | |
15598 | Pedro Alves <palves@redhat.com> | |
15599 | ||
15600 | * infrun.c (fetch_inferior_event): Use scope_exit. | |
15601 | * utils.h (make_bpstat_clear_actions_cleanup): Don't declare. | |
15602 | * top.c (execute_command): Use scope_exit. | |
15603 | * breakpoint.c (bpstat_do_actions): Use scope_exit. | |
15604 | * utils.c (do_bpstat_clear_actions_cleanup) | |
15605 | (make_bpstat_clear_actions_cleanup): Remove. | |
15606 | ||
4c41382a TT |
15607 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15608 | Pedro Alves <palves@redhat.com> | |
15609 | ||
15610 | * infrun.c: Include "common/scope-exit.h" | |
15611 | (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove. | |
15612 | (wait_for_inferior): Use SCOPE_EXIT. | |
15613 | (fetch_inferior_event): Use scope_exit. | |
15614 | ||
89f8fb50 TT |
15615 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15616 | Pedro Alves <palves@redhat.com> | |
15617 | ||
15618 | * breakpoint.c (create_breakpoint): Remove cleanup. | |
15619 | ||
5419bdae TT |
15620 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15621 | Andrew Burgess <andrew.burgess@embecosm.com> | |
15622 | Pedro Alves <palves@redhat.com> | |
15623 | ||
e587ef42 PA |
15624 | 2019-01-23 Pedro Alves <palves@redhat.com> |
15625 | ||
15626 | * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT. | |
15627 | ||
77f0e74c PA |
15628 | 2019-01-23 Pedro Alves <palves@redhat.com> |
15629 | Andrew Burgess <andrew.burgess@embecosm.com> | |
15630 | ||
15631 | * gdbthread.h: Include "common/forward-scope-exit.h". | |
15632 | (scoped_finish_thread_state): Redefine custom class in terms of | |
15633 | forward_scope_exit. | |
15634 | ||
5b9b3e53 PA |
15635 | 2019-01-23 Pedro Alves <palves@redhat.com> |
15636 | Andrew Burgess <andrew.burgess@embecosm.com> | |
15637 | ||
15638 | * common/forward-scope-exit.h: New file. | |
15639 | ||
54b65c9b PA |
15640 | 2019-01-23 Pedro Alves <palves@redhat.com> |
15641 | Andrew Burgess <andrew.burgess@embecosm.com> | |
15642 | Tom Tromey <tom@tromey.com> | |
15643 | ||
15644 | * common/scope-exit.h: New file. | |
15645 | ||
cf08fb29 PA |
15646 | 2019-01-23 Pedro Alves <palves@redhat.com> |
15647 | ||
15648 | * common/preprocessor.h (ESC): Rename to ... | |
15649 | (ESC_PARENS): ... this. | |
15650 | * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2) | |
15651 | (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust. | |
15652 | ||
ae73e2e2 TT |
15653 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15654 | ||
15655 | * language.h (class scoped_switch_to_sym_language_if_auto): | |
15656 | Initialize m_lang in both cases. | |
15657 | ||
6594e122 AH |
15658 | 2019-01-23 Alan Hayward <alan.hayward@arm.com> |
15659 | ||
15660 | * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW | |
15661 | with XCNEW. | |
15662 | ||
a7c9855d TT |
15663 | 2019-01-22 Tom Tromey <tom@tromey.com> |
15664 | ||
15665 | * corelow.c: Do not include sys/file.h. | |
15666 | ||
93cc1d53 TT |
15667 | 2019-01-22 Tom Tromey <tom@tromey.com> |
15668 | ||
15669 | * tui/tui-wingeneral.h: Include gdb_curses.h. | |
15670 | ||
38561778 TT |
15671 | 2019-01-22 Tom Tromey <tom@tromey.com> |
15672 | ||
15673 | * source-cache.h (class source_cache) <get_source_lines, | |
15674 | get_plain_source_lines, extract_lines>: Rename "lines" parameter. | |
15675 | ||
37b3ab5b TT |
15676 | 2019-01-22 Tom Tromey <tom@tromey.com> |
15677 | ||
15678 | * remote-fileio.h (struct remote_target): Declare. | |
15679 | ||
3fabc016 TT |
15680 | 2019-01-22 Tom Tromey <tom@tromey.com> |
15681 | ||
15682 | * python/py-arch.c: Do not include py-ref.h. | |
15683 | * python/py-bpevent.c: Do not include py-ref.h. | |
15684 | * python/py-cmd.c: Do not include py-ref.h. | |
15685 | * python/py-continueevent.c: Do not include py-ref.h. | |
15686 | * python/py-event.h: Do not include py-ref.h. | |
15687 | * python/py-evtregistry.c: Do not include py-ref.h. | |
15688 | * python/py-finishbreakpoint.c: Do not include py-ref.h. | |
15689 | * python/py-frame.c: Do not include py-ref.h. | |
15690 | * python/py-framefilter.c: Do not include py-ref.h. | |
15691 | * python/py-function.c: Do not include py-ref.h. | |
15692 | * python/py-infevents.c: Do not include py-ref.h. | |
15693 | * python/py-linetable.c: Do not include py-ref.h. | |
15694 | * python/py-objfile.c: Do not include py-ref.h. | |
15695 | * python/py-param.c: Do not include py-ref.h. | |
15696 | * python/py-prettyprint.c: Do not include py-ref.h. | |
15697 | * python/py-progspace.c: Do not include py-ref.h. | |
15698 | * python/py-symbol.c: Do not include py-ref.h. | |
15699 | * python/py-symtab.c: Do not include py-ref.h. | |
15700 | * python/py-type.c: Do not include py-ref.h. | |
15701 | * python/py-unwind.c: Do not include py-ref.h. | |
15702 | * python/py-utils.c: Do not include py-ref.h. | |
15703 | * python/py-value.c: Do not include py-ref.h. | |
15704 | * python/py-varobj.c: Do not include py-ref.h. | |
15705 | * python/py-xmethods.c: Do not include py-ref.h. | |
15706 | * python/python.c: Do not include py-ref.h. | |
15707 | * varobj.c: Do not include py-ref.h. | |
15708 | ||
6b4d7774 TT |
15709 | 2019-01-22 Tom Tromey <tom@tromey.com> |
15710 | ||
15711 | * objfiles.h (struct objfile_per_bfd_storage): Use "struct" | |
15712 | keyword for bcache. | |
15713 | ||
7af7e9b5 TT |
15714 | 2019-01-22 Tom Tromey <tom@tromey.com> |
15715 | ||
15716 | * compile/compile-cplus-types.c: Remove a comment by #include. | |
15717 | ||
951d1049 TT |
15718 | 2019-01-22 Tom Tromey <tom@tromey.com> |
15719 | ||
15720 | * compile/gcc-c-plugin.h: Include compile-internal.h. | |
15721 | ||
d65d5705 TT |
15722 | 2019-01-22 Tom Tromey <tom@tromey.com> |
15723 | ||
15724 | * stabsread.c (EXTERN): Do not define. | |
15725 | (symnum, next_symbol_text_func, processing_gcc_compilation) | |
15726 | (within_function, global_sym_chain, global_stabs) | |
15727 | (previous_stab_code, this_object_header_files) | |
15728 | (n_this_object_header_files) | |
15729 | (n_allocated_this_object_header_files): Define. | |
15730 | * stabsread.h (EXTERN): Never define. Use "extern". | |
15731 | ||
b6fb1ee5 PW |
15732 | 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
15733 | ||
15734 | * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for | |
15735 | history_value. | |
15736 | ||
be6d4f74 TT |
15737 | 2019-01-21 Tom Tromey <tom@tromey.com> |
15738 | ||
15739 | * ui-out.c: Fix includes. | |
15740 | * tui/tui-source.c: Fix includes. | |
15741 | * target.c: Fix includes. | |
15742 | * remote.c: Fix includes. | |
15743 | * regcache.c: Fix includes. | |
15744 | * python/py-block.c: Fix includes. | |
15745 | * printcmd.c: Fix includes. | |
15746 | * or1k-tdep.c: Fix includes. | |
15747 | * mi/mi-main.c: Fix includes. | |
15748 | * m32r-tdep.c: Fix includes. | |
15749 | * csky-tdep.c: Fix includes. | |
15750 | * compile/compile-cplus-types.c: Fix includes. | |
15751 | * cli/cli-interp.c: Fix includes. | |
15752 | ||
73021deb AH |
15753 | 2019-01-21 Alan Hayward <alan.hayward@arm.com> |
15754 | ||
15755 | * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check | |
15756 | for padding. | |
15757 | ||
7932255d TT |
15758 | 2019-01-16 Tom Tromey <tom@tromey.com> |
15759 | ||
15760 | * objfiles.h (struct minimal_symbol_iterator): Rename. Move | |
15761 | earlier. | |
15762 | (struct objfile) <msymbols_range>: Move from top level. | |
15763 | <msymbols>: New method. | |
15764 | (class objfile_msymbols): Remove. | |
15765 | * symtab.c (default_collect_symbol_completion_matches_break_on): | |
15766 | Update. | |
15767 | * symmisc.c (dump_msymbols): Update. | |
15768 | * stabsread.c (scan_file_globals): Update. | |
15769 | * objc-lang.c (info_selectors_command, info_classes_command) | |
15770 | (find_methods): Update. | |
15771 | * minsyms.c (find_solib_trampoline_target): Update. | |
15772 | * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update. | |
15773 | * coffread.c (coff_symfile_read): Update. | |
15774 | * ada-lang.c (ada_lookup_simple_minsym) | |
15775 | (ada_collect_symbol_completion_matches): Update. | |
15776 | ||
604b1bfb TT |
15777 | 2019-01-16 Tom Tromey <tom@tromey.com> |
15778 | ||
15779 | * objfiles.h (class objfile_msymbols) <iterator>: Change argument | |
15780 | type. Remove no-argument constructor. | |
15781 | <iterator::operator++>: Simplify. | |
15782 | <begin>: Update. | |
15783 | <end>: Use minimal_symbol_count. | |
15784 | ||
f252c6d5 TT |
15785 | 2019-01-16 Tom Tromey <tom@tromey.com> |
15786 | ||
15787 | * objfiles.h (struct objfile) <psymtabs>: New method. | |
15788 | (class objfile_psymtabs): Remove. | |
15789 | * psymtab.h (class psymtab_storage) <partial_symtab_range>: New | |
15790 | typedef. | |
15791 | <range>: New method. | |
15792 | (require_partial_symbols): Change return type. | |
15793 | * psymtab.c (require_partial_symbols) | |
15794 | (psym_expand_symtabs_matching): Update. | |
15795 | * mdebugread.c (parse_partial_symbols): Update. | |
15796 | * dbxread.c (dbx_end_psymtab): Update. | |
15797 | ||
b669c953 TT |
15798 | 2019-01-15 Tom Tromey <tom@tromey.com> |
15799 | ||
15800 | * symtab.c (lookup_objfile_from_block) | |
15801 | (lookup_symbol_in_objfile_symtabs) | |
15802 | (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab) | |
15803 | (find_line_symtab, info_sources_command) | |
15804 | (default_collect_symbol_completion_matches_break_on) | |
15805 | (make_source_files_completion_list): Update. | |
15806 | * symmisc.c (print_objfile_statistics, dump_objfile) | |
15807 | (maintenance_print_symbols, maintenance_info_symtabs) | |
15808 | (maintenance_check_symtabs, maintenance_info_line_tables): | |
15809 | Update. | |
15810 | * source.c (select_source_symtab) | |
15811 | (forget_cached_source_info_for_objfile): Update. | |
15812 | * objfiles.h (class objfile_compunits): Remove. | |
15813 | (struct objfile) <compunits_range>: New typedef. | |
15814 | (compunits): New method. | |
15815 | * objfiles.c (objfile_relocate1): Update. | |
15816 | * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update. | |
15817 | * maint.c (count_symtabs_and_blocks): Update. | |
15818 | * linespec.c (iterate_over_all_matching_symtabs): Update. | |
15819 | * cp-support.c (add_symbol_overload_list_qualified): Update. | |
15820 | * coffread.c (coff_symtab_read): Update. | |
15821 | * ada-lang.c (add_nonlocal_symbols) | |
15822 | (ada_collect_symbol_completion_matches) | |
15823 | (ada_add_global_exceptions): Update. | |
15824 | ||
7e955d83 TT |
15825 | 2019-01-15 Tom Tromey <tom@tromey.com> |
15826 | ||
15827 | * progspace.h (program_space) <objfiles_safe_range>: New | |
15828 | typedef. | |
15829 | <objfiles_safe>: New method. | |
15830 | * objfiles.h (class all_objfiles_safe): Remove. | |
15831 | * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update. | |
15832 | * jit.c (jit_inferior_exit_hook): Update. | |
15833 | ||
2030c079 TT |
15834 | 2019-01-17 Tom Tromey <tom@tromey.com> |
15835 | ||
15836 | * progspace.h (program_space) <objfiles_range>: New typedef. | |
15837 | <objfiles>: New method. | |
15838 | <objfiles_head>: Rename from objfiles. | |
15839 | (object_files): Update. | |
15840 | * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update. | |
15841 | * guile/scm-pretty-print.c | |
15842 | (ppscm_find_pretty_printer_from_objfiles): Update. | |
15843 | * guile/scm-objfile.c (gdbscm_objfiles): Update. | |
15844 | * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): | |
15845 | Update. | |
15846 | * python/py-progspace.c (pspy_get_objfiles): Update. | |
15847 | * python/py-prettyprint.c (find_pretty_printer_from_objfiles): | |
15848 | Update. | |
15849 | * python/py-objfile.c (objfpy_lookup_objfile_by_name) | |
15850 | (objfpy_lookup_objfile_by_build_id): Update. | |
15851 | * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update. | |
15852 | * windows-tdep.c (windows_iterate_over_objfiles_in_search_order): | |
15853 | Update. | |
15854 | * symtab.c (iterate_over_symtabs, matching_obj_sections) | |
15855 | (expand_symtab_containing_pc, lookup_objfile_from_block) | |
15856 | (lookup_static_symbol, basic_lookup_transparent_type) | |
15857 | (find_pc_sect_compunit_symtab, find_symbol_at_address) | |
15858 | (find_line_symtab, info_sources_command) | |
15859 | (default_collect_symbol_completion_matches_break_on) | |
15860 | (make_source_files_completion_list, find_main_name): Update. | |
15861 | * symmisc.c (print_symbol_bcache_statistics) | |
15862 | (print_objfile_statistics, maintenance_print_symbols) | |
15863 | (maintenance_print_msymbols, maintenance_print_objfiles) | |
15864 | (maintenance_info_symtabs, maintenance_check_symtabs) | |
15865 | (maintenance_expand_symtabs, maintenance_info_line_tables): | |
15866 | Update. | |
15867 | * symfile.c (remove_symbol_file_command, overlay_invalidate_all) | |
15868 | (find_pc_overlay, find_pc_mapped_section, list_overlays_command) | |
15869 | (map_overlay_command, unmap_overlay_command) | |
15870 | (simple_overlay_update, expand_symtabs_matching) | |
15871 | (map_symbol_filenames): Update. | |
15872 | * symfile-debug.c (set_debug_symfile): Update. | |
15873 | * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame): | |
15874 | Update. | |
15875 | * source.c (select_source_symtab, forget_cached_source_info): | |
15876 | Update. | |
15877 | * solib.c (solib_read_symbols): Update. | |
15878 | * solib-spu.c (append_ocl_sos): Update. | |
15879 | * psymtab.c (maintenance_print_psymbols) | |
15880 | (maintenance_info_psymtabs, maintenance_check_psymtabs): Update. | |
15881 | * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update. | |
15882 | * printcmd.c (info_symbol_command): Update. | |
15883 | * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): | |
15884 | Update. | |
15885 | * objfiles.h (class all_objfiles): Remove. | |
15886 | * objfiles.c (have_partial_symbols, have_full_symbols) | |
15887 | (have_minimal_symbols, qsort_cmp, update_section_map) | |
15888 | (shared_objfile_contains_address_p) | |
15889 | (default_iterate_over_objfiles_in_search_order): Update. | |
15890 | * objc-lang.c (info_selectors_command, info_classes_command) | |
15891 | (find_methods): Update. | |
15892 | * minsyms.c (find_solib_trampoline_target): Update. | |
15893 | * maint.c (maintenance_info_sections) | |
15894 | (maintenance_translate_address, count_symtabs_and_blocks): | |
15895 | Update. | |
15896 | * main.c (captured_main_1): Update. | |
15897 | * linux-thread-db.c (try_thread_db_load_from_pdir) | |
15898 | (has_libpthread): Update. | |
15899 | * linespec.c (iterate_over_all_matching_symtabs) | |
15900 | (search_minsyms_for_name): Update. | |
15901 | * jit.c (jit_find_objf_with_entry_addr): Update. | |
15902 | * hppa-tdep.c (find_unwind_entry) | |
15903 | (hppa_lookup_stub_minimal_symbol): Update. | |
15904 | * gcore.c (gcore_create_callback, objfile_find_memory_regions): | |
15905 | Update. | |
15906 | * elfread.c (elf_gnu_ifunc_resolve_by_cache) | |
15907 | (elf_gnu_ifunc_resolve_by_got): Update. | |
15908 | * dwarf2-frame.c (dwarf2_frame_find_fde): Update. | |
15909 | * dwarf-index-write.c (save_gdb_index_command): Update. | |
15910 | * cp-support.c (add_symbol_overload_list_qualified): Update. | |
15911 | * breakpoint.c (create_overlay_event_breakpoint) | |
15912 | (create_longjmp_master_breakpoint) | |
15913 | (create_std_terminate_master_breakpoint) | |
15914 | (create_exception_master_breakpoint): Update. | |
15915 | * blockframe.c (find_pc_partial_function): Update. | |
15916 | * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols) | |
15917 | (ada_collect_symbol_completion_matches) | |
15918 | (ada_add_global_exceptions): Update. | |
15919 | ||
776489e0 TT |
15920 | 2019-01-17 Tom Tromey <tom@tromey.com> |
15921 | ||
15922 | * solib-target.c (lm_info_target_p): Remove typedef. Don't | |
15923 | declare VEC. | |
15924 | (solib_target_parse_libraries): Change return type. | |
15925 | (library_list_start_segment, library_list_start_section) | |
15926 | (library_list_end_library, library_list_start_library); Update. | |
15927 | (solib_target_free_library_list): Remove. | |
15928 | (solib_target_parse_libraries): Remove cleanup. Change return | |
15929 | type. | |
15930 | (solib_target_current_sos): Update. | |
15931 | ||
6471e7d2 TT |
15932 | 2019-01-17 Tom Tromey <tromey@bapiya> |
15933 | ||
15934 | * valprint.c: Replace "the the" with "the". | |
15935 | * symtab.c: Replace "the the" with "the". | |
15936 | * solib.c: Replace "the the" with "the". | |
15937 | * solib-dsbt.c: Replace "the the" with "the". | |
15938 | * linespec.c: Replace "the the" with "the". | |
15939 | * dwarf2loc.h: Replace "the the" with "the". | |
15940 | * amd64-windows-tdep.c: Replace "the the" with "the". | |
15941 | * aarch64-tdep.c: Replace "the the" with "the". | |
15942 | ||
c24bdb02 KS |
15943 | 2019-01-16 Keith Seitz <keiths@redhat.com> |
15944 | ||
15945 | PR gdb/23773 | |
15946 | * dwarf2read.c (dwarf2_cu) <ancestor>: New field. | |
15947 | <builder>: Rename to .. | |
15948 | <m_builder>: ... this and make private. | |
15949 | (dwarf2_cu::get_builder): New method. Change all users of | |
15950 | `builder' to use this method. | |
15951 | (dwarf2_start_symtab): Move to ... | |
15952 | (dwarf2_cu::start_symtab): ... here. Update all callers | |
15953 | (setup_type_unit_groups): Move to ... | |
15954 | (dwarf2_cu::setup_type_unit_groups): ... here. Update all | |
15955 | callers. | |
15956 | (dwarf2_cu::reset_builder): New method. | |
15957 | (process_full_compunit, process_full_type_unit): Use | |
15958 | dwarf2_cu::reset_builder. | |
15959 | (follow_die_offset): Record the ancestor CU if it is different | |
15960 | from the followed DIE's CU. | |
15961 | (follow_die_sig_1): Likewise. | |
15962 | ||
8d64371b TT |
15963 | 2019-01-15 Tom Tromey <tom@tromey.com> |
15964 | ||
15965 | * remote.c (class remote_state) <buf>: Now a char_vector. | |
15966 | <buf_size>: Remove. | |
15967 | (remote_target::getpkt): Change type of buf. Remove sizeof_buf | |
15968 | parameter. | |
15969 | (remote_target::getpkt_or_notif_sane_1) | |
15970 | (remote_target::getpkt_sane) | |
15971 | (remote_target::getpkt_or_notif_sane): Likewise. | |
15972 | (class remote_target) <putpkt>: New overload. | |
15973 | (remote_target::read_frame): Change type of "buf_p". Remove | |
15974 | sizeof_p parameter. | |
15975 | (packet_ok): New overload. | |
15976 | (packet_check_result): New overload. | |
15977 | Update all uses. | |
15978 | ||
bb277751 TT |
15979 | 2019-01-14 Tom Tromey <tom@tromey.com> |
15980 | ||
15981 | * remote-notif.c (handle_notification, remote_notif_ack) | |
15982 | (remote_notif_parse): Make "buf" const. | |
15983 | * remote-notif.h (struct notif_client) <parse, ack>: Make "buf" | |
15984 | const. | |
15985 | (remote_notif_parse, remote_notif_ack, handle_notification): | |
15986 | Likewise. | |
15987 | * remote.c (remote_notif_stop_parse): Make "buf" const. | |
15988 | (remote_target::remote_parse_stop_reply): Make "buf" const. | |
15989 | (remote_notif_stop_ack): Make "buf" const. | |
15990 | ||
05be00a8 TT |
15991 | 2019-01-14 Tom Tromey <tom@tromey.com> |
15992 | ||
15993 | * remote.c (remote_console_output): Make parameter const. | |
15994 | ||
491adeca TT |
15995 | 2019-01-14 Tom Tromey <tom@tromey.com> |
15996 | ||
15997 | * target-debug.h (target_debug_print_signals): Constify. | |
15998 | * nto-procfs.c (nto_procfs_target::pass_signals): Update. | |
15999 | * procfs.c (procfs_target::pass_signals): Update. | |
16000 | * linux-nat.c (linux_nat_target::pass_signals): Update. | |
16001 | * linux-nat.h (class linux_nat_target) <pass_signals>: Update. | |
16002 | * target-delegates.c: Rebuild. | |
16003 | * remote.c (remote_target::program_signals): Update. | |
16004 | (remote_target::pass_signals): Update. | |
16005 | * target.c (target_pass_signals): Constify argument. | |
16006 | (target_program_signals): Likewise. | |
16007 | * target.h (struct target_ops) <pass_signals, program_signals>: | |
16008 | Constify argument. | |
16009 | (target_pass_signals, target_program_signals): Constify argument. | |
16010 | ||
bbd94648 TT |
16011 | 2019-01-14 Tom Tromey <tom@tromey.com> |
16012 | ||
16013 | PR tui/28819: | |
16014 | * tui/tui-io.c (gdb_wgetch): Print \r when needed. | |
16015 | ||
6f072a10 PFC |
16016 | 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com> |
16017 | ||
16018 | * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New | |
16019 | field. | |
16020 | * rs6000-tdep.c: Include reggroups.h. | |
16021 | (IS_V_ALIAS_PSEUDOREG): Define. | |
16022 | (rs6000_register_name): Return names for the "vX" aliases. | |
16023 | (rs6000_pseudo_register_type): Return type for the "vX" aliases. | |
16024 | (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX" | |
16025 | aliases. Call default_register_reggroup_p for all other | |
16026 | pseudo-registers. | |
16027 | (v_alias_pseudo_register_read, v_alias_pseudo_register_write): | |
16028 | New functions. | |
16029 | (rs6000_pseudo_register_read, rs6000_pseudo_register_write): | |
16030 | Handle "vX" aliases. | |
16031 | (v_alias_pseudo_register_collect): New function. | |
16032 | (rs6000_ax_pseudo_register_collect): Handle "vX" aliases. | |
16033 | (rs6000_gdbarch_init): Initialize "vX" aliases as | |
16034 | pseudo-registers. Restore registration of | |
16035 | rs6000_pseudo_register_reggroup_p with | |
16036 | set_tdesc_pseudo_register_reggroup_p. | |
16037 | ||
1a782351 MF |
16038 | 2019-01-13 Max Filippov <jcmvbkbc@gmail.com> |
16039 | ||
16040 | * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update | |
16041 | tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and | |
16042 | set_gdbarch_num_pseudo_regs. | |
16043 | ||
d73cff18 PW |
16044 | 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
16045 | ||
16046 | * cli/cli-style.h (class cli_style_option): <add_setshow_commands> | |
16047 | Remove arg prefixname, add do_set and do_show. | |
16048 | Add member functions set_list and show_list. | |
16049 | * cli/cli-style.c (class cli_style_option): Update accordingly. | |
16050 | (style_set_list): Move to file scope. | |
16051 | (style_show_list): Likewise. | |
16052 | (set_style): Call help_list. | |
16053 | (show_style): Call cmd_show_list. | |
16054 | (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS. | |
16055 | Update to use the new macro. | |
16056 | ||
60a90376 JB |
16057 | 2019-10-12 Joel Brobecker <brobecker@adacore.com> |
16058 | ||
16059 | * ada-lang.c (_initialize_ada_language): Expand the help text | |
16060 | for the "catch exception" command. | |
16061 | ||
9d7c67bf PW |
16062 | 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
16063 | ||
16064 | * symtab.c (matching_obj_sections): Initialize obj, | |
16065 | declare it closer to its usage. | |
16066 | ||
7cf47dc4 TT |
16067 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16068 | ||
16069 | * thread-iter.h (inf_threads_iterator): Use next_iterator. | |
16070 | (basic_inf_threads_range): Remove. | |
16071 | (inf_threads_range, inf_non_exited_threads_range) | |
16072 | (safe_inf_threads_range): Use next_adapter. | |
16073 | ||
d3cb6808 KS |
16074 | 2019-01-10 Keith Seitz <keiths@redhat.com> |
16075 | ||
16076 | PR gdb/23712 | |
16077 | PR symtab/23010 | |
16078 | * dwarf2read.c (dw2_add_symbol_to_list): Remove. | |
16079 | (fixup_go_packaging, new_symbol): Use add_symbol_to_list. | |
16080 | ||
63a20375 KS |
16081 | 2019-01-10 Keith Seitz <keiths@redhat.com> |
16082 | ||
16083 | PR gdb/23712 | |
16084 | PR symtab/23010 | |
16085 | * dictionary.c (pending_to_vector): Remove. | |
16086 | (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1): | |
16087 | Remove _1 suffix, replacing functions of the same name. Update | |
16088 | all callers. | |
16089 | (dict_create_hashed, dict_create_hashed_expandable) | |
16090 | (dict_create_linear, dict_create_linear_expandable, dict_free) | |
16091 | (dict_add_symbol, dict_add_pending, dict_size, dict_empty): | |
16092 | Make functions static. | |
16093 | ||
b026f593 KS |
16094 | 2019-01-10 Keith Seitz <keiths@redhat.com> |
16095 | ||
16096 | PR gdb/23712 | |
16097 | PR symtab/23010 | |
16098 | * dictionary.h (struct dictionary): Replace declaration with | |
16099 | multidictionary. | |
16100 | (dict_create_hashed, dict_create_hashed_expandable) | |
16101 | (dict_create_linear, dict_create_linear_expandable) | |
16102 | (dict_free, dict_add_symbol, dict_add_pending, dict_empty) | |
16103 | (dict_iterator_first, dict_iterator_next, dict_iter_match_first) | |
16104 | (dict_iter_match_next, dict_size): Rename to "mdict_" versions | |
16105 | taking multidictionary argument. | |
16106 | [ALL_DICT_SYMBOLS]: Update for multidictionary. | |
16107 | * block.h (struct block) <dict>: Change to multidictionary | |
16108 | and rename `multidict'. | |
16109 | * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c, | |
16110 | symmisc.c: Update all dictionary references to multidictionary. | |
16111 | ||
c7748ee9 KS |
16112 | 2019-01-10 Keith Seitz <keiths@redhat.com> |
16113 | ||
16114 | PR gdb/23712 | |
16115 | PR symtab/23010 | |
16116 | * dictionary.c: Include unordered_map. | |
16117 | (pending_to_vector): New function. | |
16118 | (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1): | |
16119 | Rewrite the non-"_1" functions to take vector instead | |
16120 | of linked list. | |
16121 | (dict_create_hashed, dict_create_linear, dict_add_pending): Use the | |
16122 | "new" _1 versions of the same name. | |
16123 | (multidictionary): Define. | |
16124 | (std::hash<enum language): New definition. | |
16125 | (collate_pending_symbols_by_language, mdict_create_hashed) | |
16126 | (mdict_create_hashed_expandable, mdict_create_linear) | |
16127 | (mdict_create_linear_expandable, mdict_free) | |
16128 | (find_language_dictionary, create_new_language_dictionary) | |
16129 | (mdict_add_symbol, mdict_add_pending, mdict_iterator_first) | |
16130 | (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next) | |
16131 | (mdict_size, mdict_empty): New functions. | |
16132 | * dictionary.h (mdict_iterator): Define. | |
16133 | ||
67aa1f3c PA |
16134 | 2019-01-10 Pedro Alves <palves@redhat.com> |
16135 | ||
16136 | * breakpoint.c (read_uploaded_action) | |
16137 | (create_tracepoint_from_upload): Adjust to use | |
16138 | gdb::unique_xmalloc_ptr. | |
16139 | * ctf.c (ctf_write_uploaded_tp): | |
16140 | (SET_ARRAY_FIELD): Use emplace_back. | |
16141 | (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr. | |
16142 | * tracefile-tfile.c (tfile_write_uploaded_tp): | |
16143 | * tracepoint.c (parse_tracepoint_definition): Adjust to use | |
16144 | gdb::unique_xmalloc_ptr. | |
16145 | * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions, | |
16146 | at_string, cond_string, cmd_strings>: Replace char pointers | |
16147 | with gdb::unique_xmalloc_ptr. | |
16148 | ||
2f667667 PA |
16149 | 2019-01-10 Pedro Alves <palves@redhat.com> |
16150 | ||
16151 | * solib-target.c (library_list_start_library): Don't xstrdup name. | |
16152 | ||
36cb7237 PA |
16153 | 2019-01-10 Pedro Alves <palves@redhat.com> |
16154 | ||
16155 | * mdebugread.c (parse_partial_symbols): Use | |
16156 | gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'. | |
16157 | ||
da584958 AB |
16158 | 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com> |
16159 | ||
16160 | * linux-fork.c (scoped_switch_fork_info) | |
16161 | <~scoped_switch_fork_info>: Fix incorrect variable name. | |
16162 | ||
1ef8573c AB |
16163 | 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com> |
16164 | ||
16165 | * linux-fork.c (scoped_switch_fork_info) | |
16166 | <scoped_switch_fork_info>: Make explicit. | |
16167 | <~scoped_switch_fork_info>: Wrap core in TRY/CATCH. | |
16168 | ||
8d7bcccb TT |
16169 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16170 | ||
16171 | * objfiles.h (objfile::reset_psymtabs): Update. | |
16172 | * objfiles.c (objfile::objfile): Update. | |
16173 | * psymtab.h (psymtab_storage::obstack): Update. | |
16174 | (psymtab_storage::m_obstack): Use gdb::optional. | |
16175 | (class psymtab_storage): Update comment. Remove objfile | |
16176 | parameter. | |
16177 | * psymtab.c (psymtab_storage::psymtab_storage): Update. | |
16178 | ||
b596a3c7 TT |
16179 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16180 | ||
16181 | * psymtab.h (psymtab_storage::allocate_psymtab): New method. | |
16182 | <free_psymtabs>: Now private. | |
16183 | * psymtab.c (psymtab_storage::allocate_psymtab): Implement. | |
16184 | (allocate_psymtab): Use new method. | |
16185 | ||
a9342b62 TT |
16186 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16187 | ||
16188 | * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies. | |
16189 | * psymtab.h (psymtab_storage::allocate_dependencies): New method. | |
16190 | * mdebugread.c (parse_partial_symbols): Use | |
16191 | allocate_dependencies. | |
16192 | * dwarf2read.c (dwarf2_create_include_psymtab): Use | |
16193 | allocate_dependencies. | |
16194 | (process_psymtab_comp_unit_reader) | |
16195 | (build_type_psymtab_dependencies): Likewise. | |
16196 | * dbxread.c (dbx_end_psymtab): Use allocate_dependencies. | |
16197 | ||
5af70966 TT |
16198 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16199 | ||
16200 | * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to | |
16201 | PSYMBOL_SET_LANGUAGE. | |
16202 | (allocate_psymtab): Allocate psymtab on the psymtab obstack. | |
16203 | ||
5923a04c TT |
16204 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16205 | ||
16206 | * psymtab.h (psymtab_storage::obstack): New method. | |
16207 | <m_obstack>: Rename from obstack; now private. | |
16208 | * psymtab.c (psymtab_storage): Update. | |
16209 | * dwarf2read.c (create_addrmap_from_index) | |
16210 | (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard): | |
16211 | Update. | |
16212 | ||
6d6a12bf TT |
16213 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16214 | ||
16215 | * symfile.c (reread_symbols): Call objfile->reset_psymtabs. | |
16216 | * objfiles.h (objfile::reset_psymtabs): New method. | |
16217 | ||
d320c2b5 TT |
16218 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16219 | ||
16220 | * symmisc.c (print_symbol_bcache_statistics): Update. | |
16221 | (print_objfile_statistics): Update. | |
16222 | * symfile.c (reread_symbols): Update. | |
16223 | * psymtab.h (class psymtab_storage): New. | |
16224 | * psymtab.c (psymtab_storage): New constructor. | |
16225 | (~psymtab_storage): New destructor. | |
16226 | (require_partial_symbols): Update. | |
16227 | (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite. | |
16228 | (find_pc_sect_psymtab, find_pc_sect_psymbol) | |
16229 | (match_partial_symbol, lookup_partial_symbol, dump_psymtab) | |
16230 | (psym_dump, recursively_search_psymtabs, psym_has_symbols) | |
16231 | (psym_find_compunit_symtab_by_address, sort_pst_symbols) | |
16232 | (start_psymtab_common, end_psymtab_common) | |
16233 | (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list) | |
16234 | (allocate_psymtab): Update. | |
16235 | (psymtab_storage::discard_psymtab): Rename from discard_psymtab. | |
16236 | Update. | |
16237 | (dump_psymtab_addrmap, maintenance_print_psymbols) | |
16238 | (maintenance_check_psymtabs): Update. | |
16239 | (class objfile_psymtabs): Move to objfiles.h. | |
16240 | * psympriv.h (discard_psymtab): Now inline. | |
16241 | (psymtab_discarder::psymtab_discarder): Update. | |
16242 | (psymtab_discarder::~psymtab_discarder): Update. | |
16243 | (ALL_OBJFILE_PSYMTABS): Rewrite. | |
16244 | * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap, | |
16245 | free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>: | |
16246 | Remove fields. | |
16247 | <partial_symtabs>: New field. | |
16248 | (class objfile_psymtabs): Move from psymtab.h. Update. | |
16249 | * objfiles.c (objfile::objfile): Initialize partial_symtabs, not | |
16250 | psymbol_cache. | |
16251 | (objfile::~objfile): Don't destroy psymbol_cache. | |
16252 | * mdebugread.c (parse_partial_symbols): Update. | |
16253 | * dwarf2read.c (create_addrmap_from_index) | |
16254 | (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab) | |
16255 | (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard) | |
16256 | (add_partial_subprogram, dwarf2_ranges_read): Update. | |
16257 | * dwarf-index-write.c (write_address_map) | |
16258 | (write_one_signatured_type, recursively_write_psymbols) | |
16259 | (class debug_names, class debug_names, write_psymtabs_to_index): | |
16260 | Update. | |
16261 | ||
1d94a5a3 TT |
16262 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16263 | ||
16264 | * symtab.h (SYMBOL_SET_NAMES): Update. | |
16265 | (symbol_set_names): Update. | |
16266 | (MSYMBOL_SET_NAMES): Update. | |
16267 | * symtab.c (symbol_set_names): Change argument to be an | |
16268 | objfile_per_bfd_storage. | |
16269 | * psymtab.c (add_psymbol_to_bcache): Update. | |
16270 | * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument. | |
16271 | ||
0f14768a TT |
16272 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16273 | ||
16274 | * symtab.c (create_demangled_names_hash): Change argument to be an | |
16275 | objfile_per_bfd_storage. | |
16276 | (symbol_set_names): Update. | |
16277 | ||
6eee24ce TT |
16278 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16279 | ||
16280 | * xcoffread.c (xcoff_initial_scan): Unconditionally call | |
16281 | init_psymbol_list. | |
16282 | * psymtab.c (init_psymbol_list): Do nothing if already called. | |
16283 | * psympriv.h (init_psymbol_list): Add comment. | |
16284 | * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call | |
16285 | init_psymbol_list. | |
16286 | * dbxread.c (dbx_symfile_read): Unconditionally call | |
16287 | init_psymbol_list. | |
16288 | ||
75aedd27 TT |
16289 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16290 | ||
16291 | * xcoffread.c (scan_xcoff_symtab): Update. | |
16292 | * psymtab.c (add_psymbol_to_list): Replace "list" parameter with | |
16293 | "where". | |
16294 | * mdebugread.c (parse_partial_symbols) | |
16295 | (handle_psymbol_enumerators): Update. | |
16296 | * dwarf2read.c (add_partial_symbol, load_partial_dies): Update. | |
16297 | * dbxread.c (read_dbx_symtab): Update. | |
16298 | * psympriv.h (psymbol_placement): New enum. | |
16299 | (add_psymbol_to_list): Update. | |
16300 | ||
939652a5 TT |
16301 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16302 | ||
16303 | * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and | |
16304 | static_psymbols parameters. | |
16305 | (scan_xcoff_symtab): Update. | |
16306 | * psymtab.c (start_psymtab_common): Remove global_psymbols and | |
16307 | static_psymbols parameters. | |
16308 | * psympriv.h (start_psymtab_common): Update. | |
16309 | * mdebugread.c (parse_partial_symbols): Update. | |
16310 | * dwarf2read.c (create_partial_symtab): Update. | |
16311 | * dbxread.c (read_dbx_symtab): Update. | |
16312 | (start_psymtab): Remove global_psymbols and static_psymbols | |
16313 | parameters. | |
16314 | ||
baa62830 TT |
16315 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16316 | ||
16317 | * xcoffread.c (xcoff_end_psymtab): Remove some initializations. | |
16318 | * psymtab.c (allocate_psymtab): Add comment. | |
16319 | * psympriv.h (allocate_psymtab): Add comment. | |
16320 | * dwarf2read.c (dwarf2_create_include_psymtab): Remove some | |
16321 | initializations. | |
16322 | * dbxread.c (dbx_end_psymtab): Remove some initializations. | |
16323 | ||
0e8f53ba TT |
16324 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16325 | ||
16326 | * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs): | |
16327 | Don't declare. | |
16328 | * mipsread.c: Include mdebugread.h. | |
16329 | * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs): | |
16330 | Declare. | |
16331 | * elfread.c: Include mdebugread.h. | |
16332 | ||
b22a7c6a TT |
16333 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16334 | ||
16335 | * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs. | |
16336 | * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs. | |
16337 | * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove. | |
16338 | (psym_map_symtabs_matching_filename, find_pc_sect_psymtab) | |
16339 | (psym_lookup_symbol, psym_find_last_source_symtab) | |
16340 | (psym_forget_cached_source_info, psym_print_stats) | |
16341 | (psym_expand_symtabs_for_function, psym_expand_all_symtabs) | |
16342 | (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames) | |
16343 | (psym_map_matching_symbols, psym_expand_symtabs_matching) | |
16344 | (psym_find_compunit_symtab_by_address) | |
16345 | (maintenance_print_psymbols, maintenance_info_psymtabs) | |
16346 | (maintenance_check_psymtabs): Use ranged for. | |
16347 | * psymtab.h (class objfile_psymtabs): New. | |
16348 | (require_partial_symbols): Return objfile_psymtabs. | |
16349 | * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove. | |
16350 | ||
3b9d3ac2 TT |
16351 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16352 | ||
16353 | * symfile.c (overlay_invalidate_all, find_pc_overlay) | |
16354 | (find_pc_mapped_section, list_overlays_command) | |
16355 | (map_overlay_command, unmap_overlay_command) | |
16356 | (simple_overlay_update): Use all_objfiles. | |
16357 | * spu-tdep.c (spu_overlay_update): Use all_objfiles. | |
16358 | * printcmd.c (info_symbol_command): Use all_objfiles. | |
16359 | * objfiles.h (ALL_OBJSECTIONS): Remove. | |
16360 | * maint.c (maintenance_translate_address): Use all_objfiles. | |
16361 | * gcore.c (gcore_create_callback): Use all_objfiles. | |
16362 | (objfile_find_memory_regions): Likewise. | |
16363 | ||
8b31193a TT |
16364 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16365 | ||
16366 | * symtab.c (find_line_symtab, info_sources_command) | |
16367 | (make_source_files_completion_list): Use objfile_compunits. | |
16368 | * source.c (select_source_symtab): Use objfile_compunits. | |
16369 | * objfiles.h (struct objfile): Update comment. | |
16370 | (ALL_OBJFILES): Remove. | |
16371 | (ALL_FILETABS): Remove. | |
16372 | * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use | |
16373 | objfile_compunits. | |
16374 | ||
d5da8b3c TT |
16375 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16376 | ||
16377 | * symmisc.c (print_objfile_statistics, dump_objfile) | |
16378 | (maintenance_print_symbols): Use compunit_filetabs. | |
16379 | * source.c (forget_cached_source_info_for_objfile): Use | |
16380 | compunit_filetabs. | |
16381 | * objfiles.h (ALL_OBJFILE_FILETABS): Remove. | |
16382 | (ALL_FILETABS): Use compunit_filetabs. | |
16383 | * objfiles.c (objfile_relocate1): Use compunit_filetabs. | |
16384 | * coffread.c (coff_symtab_read): Use compunit_filetabs. | |
16385 | ||
5accd1a0 TT |
16386 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16387 | ||
16388 | * symtab.h (ALL_COMPUNIT_FILETABS): Remove. | |
16389 | (compunit_filetabs): New. | |
16390 | * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use | |
16391 | compunit_filetabs. | |
16392 | (info_sources_command, make_source_files_completion_list): Remove | |
16393 | declaration. | |
16394 | * symmisc.c (print_objfile_statistics, dump_objfile) | |
16395 | (maintenance_print_symbols): Remove declaration. | |
16396 | (maintenance_info_symtabs): Use compunit_filetabs. | |
16397 | (maintenance_info_line_tables): Likewise. | |
16398 | * source.c (select_source_symtab): Change local variable name. | |
16399 | (forget_cached_source_info_for_objfile): Remove declaration. | |
16400 | * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs. | |
16401 | * objfiles.c (objfile_relocate1): Remove declaration. | |
16402 | * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove | |
16403 | declaration. | |
16404 | * maint.c (count_symtabs_and_blocks): Use compunit_filetabs. | |
16405 | * coffread.c (coff_symtab_read): Remove declaration. | |
16406 | * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use | |
16407 | compunit_filetabs. | |
16408 | ||
d8aeb77f TT |
16409 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16410 | ||
16411 | * symtab.c (lookup_objfile_from_block) | |
16412 | (find_pc_sect_compunit_symtab, search_symbols) | |
16413 | (default_collect_symbol_completion_matches_break_on): Use | |
16414 | objfile_compunits. | |
16415 | * objfiles.h (ALL_COMPUNITS): Remove. | |
16416 | * maint.c (count_symtabs_and_blocks): Use objfile_compunits. | |
16417 | * cp-support.c (add_symbol_overload_list_qualified): Use | |
16418 | objfile_compunits. | |
16419 | * ada-lang.c (ada_collect_symbol_completion_matches) | |
16420 | (ada_add_global_exceptions): Use objfile_compunits. | |
16421 | ||
592553c4 TT |
16422 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16423 | ||
16424 | * source.c (select_source_symtab) | |
16425 | (forget_cached_source_info_for_objfile): Remove declaration. | |
16426 | * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove | |
16427 | declaration. | |
16428 | * maint.c (count_symtabs_and_blocks): Remove declaration. | |
16429 | * cp-support.c (add_symbol_overload_list_qualified): Remove | |
16430 | declaration. | |
16431 | * coffread.c (coff_symtab_read): Remove declaration. | |
16432 | * symtab.c (lookup_symbol_in_objfile_symtabs) | |
16433 | (basic_lookup_transparent_type_1): Use objfile_compunits. | |
16434 | (lookup_objfile_from_block, find_pc_sect_compunit_symtab) | |
16435 | (info_sources_command, search_symbols) | |
16436 | (default_collect_symbol_completion_matches_break_on) | |
16437 | (make_source_files_completion_list): Remove declaration. | |
16438 | * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits. | |
16439 | (ada_collect_symbol_completion_matches) | |
16440 | (ada_add_global_exceptions): Remove declaration. | |
16441 | * linespec.c (iterate_over_all_matching_symtabs): Use | |
16442 | objfile_compunits. | |
16443 | * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove. | |
16444 | (class objfile_compunits): New. | |
16445 | (ALL_COMPUNITS): Use objfile_compunits. | |
16446 | * symmisc.c (print_objfile_statistics, maintenance_info_symtabs) | |
16447 | (maintenance_check_symtabs, maintenance_info_line_tables): Use | |
16448 | objfile_compunits. | |
16449 | * objfiles.c (objfile_relocate1): Use objfile_compunits. | |
16450 | ||
5325b9bf TT |
16451 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16452 | ||
16453 | * symtab.c (search_symbols) | |
16454 | (default_collect_symbol_completion_matches_break_on): Use | |
16455 | objfile_msymbols. | |
16456 | * ada-lang.c (ada_lookup_simple_minsym) | |
16457 | (ada_collect_symbol_completion_matches): Use objfile_msymbols. | |
16458 | * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols. | |
16459 | * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use | |
16460 | objfile_msymbols. | |
16461 | * coffread.c (coff_symfile_read): Use objfile_msymbols. | |
16462 | * symmisc.c (dump_msymbols): Use objfile_msymbols. | |
16463 | * objc-lang.c (find_methods): Use objfile_msymbols. | |
16464 | (info_selectors_command, info_classes_command): Likewise. | |
16465 | * stabsread.c (scan_file_globals): Use objfile_msymbols. | |
16466 | * objfiles.h (class objfile_msymbols): New. | |
16467 | (ALL_OBJFILE_MSYMBOLS): Remove. | |
16468 | (ALL_MSYMBOLS): Remove. | |
16469 | ||
cac85af2 TT |
16470 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16471 | ||
16472 | * common/next-iterator.h (next_adapter): Add Iterator template | |
16473 | parameter. | |
16474 | * objfiles.h (ALL_OBJFILES_SAFE): Remove. | |
16475 | (class all_objfiles_safe): New. | |
16476 | * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe. | |
16477 | * objfiles.c (put_objfile_before): Update comment. | |
16478 | (add_separate_debug_objfile): Likewise. | |
16479 | (free_all_objfiles): Use all_objfiles_safe. | |
16480 | (objfile_purge_solibs): Likewise. | |
16481 | ||
aed57c53 TT |
16482 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16483 | ||
16484 | * symtab.c (iterate_over_symtabs, matching_obj_sections) | |
16485 | (expand_symtab_containing_pc, lookup_static_symbol) | |
16486 | (basic_lookup_transparent_type, find_pc_sect_compunit_symtab) | |
16487 | (find_symbol_at_address, find_line_symtab, find_main_name): Use | |
16488 | all_objfiles. | |
16489 | * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles. | |
16490 | * breakpoint.c (create_overlay_event_breakpoint) | |
16491 | (create_longjmp_master_breakpoint) | |
16492 | (create_std_terminate_master_breakpoint) | |
16493 | (create_exception_master_breakpoint): Use all_objfiles. | |
16494 | * linux-thread-db.c (try_thread_db_load_from_pdir) | |
16495 | (has_libpthread): Use all_objfiles. | |
16496 | * ada-lang.c (add_nonlocal_symbols): Use all_objfiles. | |
16497 | * linespec.c (iterate_over_all_matching_symtabs) | |
16498 | (search_minsyms_for_name): Use all_objfiles. | |
16499 | * maint.c (maintenance_info_sections): Use all_objfiles. | |
16500 | * main.c (captured_main_1): Use all_objfiles. | |
16501 | * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles. | |
16502 | * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles. | |
16503 | * guile/scm-pretty-print.c | |
16504 | (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles. | |
16505 | * solib-spu.c (append_ocl_sos): Use all_objfiles. | |
16506 | * symmisc.c (maintenance_print_symbols): Use all_objfiles. | |
16507 | (maintenance_print_msymbols): Use all_objfiles. | |
16508 | * source.c (select_source_symtab): Use all_objfiles. | |
16509 | * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles. | |
16510 | * symfile.c (remove_symbol_file_command) | |
16511 | (expand_symtabs_matching, map_symbol_filenames): Use | |
16512 | all_objfiles. | |
16513 | * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use | |
16514 | all_objfiles. | |
16515 | * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles. | |
16516 | * objc-lang.c (find_methods): Use all_objfiles. | |
16517 | * objfiles.c (have_partial_symbols, have_full_symbols) | |
16518 | (have_minimal_symbols, qsort_cmp) | |
16519 | (default_iterate_over_objfiles_in_search_order): Use | |
16520 | all_objfiles. | |
16521 | * hppa-tdep.c (find_unwind_entry): Use all_objfiles. | |
16522 | * psymtab.c (maintenance_print_psymbols): Use all_objfiles. | |
16523 | (maintenance_check_psymtabs): Use all_objfiles. | |
16524 | (ALL_PSYMTABS): Remove. | |
16525 | * compile/compile-object-run.c (do_module_cleanup): Use | |
16526 | all_objfiles. | |
16527 | * blockframe.c (find_pc_partial_function): Use all_objfiles. | |
16528 | * cp-support.c (add_symbol_overload_list_qualified): Use | |
16529 | all_objfiles. | |
16530 | * windows-tdep.c (windows_iterate_over_objfiles_in_search_order): | |
16531 | Use all_objfiles. | |
16532 | * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles. | |
16533 | * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use | |
16534 | all_objfiles. | |
16535 | * python/py-objfile.c (objfpy_lookup_objfile_by_name) | |
16536 | (objfpy_lookup_objfile_by_build_id): Use all_objfiles. | |
16537 | * python/py-prettyprint.c (find_pretty_printer_from_objfiles): | |
16538 | Uses all_objfiles. | |
16539 | * solib.c (solib_read_symbols): Use all_objfiles | |
16540 | ||
99d89cde TT |
16541 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16542 | ||
16543 | * probe.c (parse_probes_in_pspace): Use all_objfiles. | |
16544 | * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use | |
16545 | all_objfiles. | |
16546 | * objfiles.h (ALL_PSPACE_OBJFILES): Remove. | |
16547 | * symmisc.c (print_symbol_bcache_statistics) | |
16548 | (print_objfile_statistics, maintenance_print_objfiles) | |
16549 | (maintenance_info_symtabs, maintenance_check_symtabs) | |
16550 | (maintenance_expand_symtabs, maintenance_info_line_tables): Use | |
16551 | all_objfiles. | |
16552 | * source.c (forget_cached_source_info): Use all_objfiles. | |
16553 | * symfile-debug.c (set_debug_symfile): Use all_objfiles. | |
16554 | * elfread.c (elf_gnu_ifunc_resolve_by_cache) | |
16555 | (elf_gnu_ifunc_resolve_by_got): Use all_objfiles. | |
16556 | * objfiles.c (update_section_map): Use all_objfiles. | |
16557 | (shared_objfile_contains_address_p): Likewise. | |
16558 | * psymtab.c (maintenance_info_psymtabs): Use all_objfiles. | |
16559 | * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles. | |
16560 | ||
21708325 TT |
16561 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16562 | ||
16563 | * common/next-iterator.h: New file. | |
16564 | * objfiles.h (class all_objfiles): New. | |
16565 | (struct objfile_iterator): New. | |
16566 | ||
669e09f6 PW |
16567 | 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
16568 | ||
16569 | * NEWS: Move the description of the changed "frame", "select-frame", | |
16570 | and "info frame" commands to the Changed commands section. | |
16571 | ||
041be526 SM |
16572 | 2019-01-09 Simon Marchi <simon.marchi@ericsson.com> |
16573 | ||
16574 | * gdbtypes.c (check_stub_method_group): Remove handling of old | |
16575 | mangling schemes. | |
16576 | * linespec.c (find_methods): Likewise. | |
16577 | * stabsread.c (read_member_functions): Likewise. | |
16578 | * valops.c (search_struct_method): Likewise. | |
16579 | (value_struct_elt_for_reference): Likewise. | |
16580 | * NEWS: Mention this change. | |
16581 | ||
0e2a2133 AB |
16582 | 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com> |
16583 | ||
16584 | * cli/cli-cmds.c (list_command): Pass a source_lines_range to | |
16585 | print_source_lines. | |
16586 | * source.c (print_source_lines_base): Update line number check. | |
16587 | (print_source_lines): New function. | |
16588 | (source_lines_range::source_lines_range): New function. | |
16589 | * source.h (class source_lines_range): New class. | |
16590 | (print_source_lines): New declaration. | |
16591 | ||
1055a3b4 PW |
16592 | 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
16593 | ||
16594 | * linespec.c (linespec_state_destructor): Free self->canonical_names. | |
16595 | ||
cfeadda5 TT |
16596 | 2019-01-08 Tom Tromey <tom@tromey.com> |
16597 | Simon Marchi <simon.marchi@ericsson.com> | |
16598 | ||
16599 | PR gdb/24060 | |
16600 | * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE. | |
16601 | * ada-lex.l (DOLLAR_VARIABLE): Likewise. | |
16602 | * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE. | |
16603 | * f-exp.y (DOLLAR_VARIABLE): Likewise. | |
16604 | * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR. | |
16605 | * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE. | |
16606 | ||
583068ca AB |
16607 | 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com> |
16608 | ||
16609 | * source.c (select_source_symtab): Move header comment to | |
16610 | declaration in source.h. | |
16611 | (forget_cached_source_info_for_objfile): Likewise. | |
16612 | (forget_cached_source_info): Likewise. | |
16613 | (identify_source_line): Likewise. | |
16614 | * source.h (identify_source_line): Move declaration from symtab.h | |
16615 | and add comment from source.c | |
16616 | (print_source_lines): Likewise. | |
16617 | (forget_cached_source_info_for_objfile): Likewise. | |
16618 | (forget_cached_source_info): Likewise. | |
16619 | (select_source_symtab): Likewise. | |
16620 | (enum print_source_lines_flag): Move definition from symtab.h. | |
16621 | * symtab.h (identify_source_line): Move declaration to source.h. | |
16622 | (print_source_lines): Likewise. | |
16623 | (forget_cached_source_info_for_objfile): Likewise. | |
16624 | (forget_cached_source_info): Likewise. | |
16625 | (select_source_symtab): Likewise. | |
16626 | (enum print_source_lines_flag): Move definition to source.h. | |
16627 | * tui/tui-hooks.c: Add 'source.h' include. | |
16628 | ||
ec98a4ad AB |
16629 | 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com> |
16630 | ||
16631 | * source.c (print_source_lines_base): Handle requests to print | |
16632 | reverse line number sequences, and guard against empty lines | |
16633 | string. | |
16634 | ||
62ea19c1 AB |
16635 | 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com> |
16636 | ||
16637 | * source.c (print_source_lines_base): Fix skip of '\r' if next | |
16638 | character is '\n'. | |
16639 | ||
9d30e1fd TT |
16640 | 2019-01-06 Tom Tromey <tom@tromey.com> |
16641 | ||
16642 | * c-exp.y (struct c_parse_state) <macro_original_text, | |
16643 | expansion_obstack>: New member. | |
16644 | (macro_original_text, expansion_obstack): Remove globals. | |
16645 | (scan_macro_expansion, scanning_macro_expansion) | |
16646 | (finished_macro_expansion): Update. | |
16647 | (scan_macro_cleanup): Remove. | |
16648 | (yylex, c_parse): Update. | |
16649 | ||
c65bac38 TT |
16650 | 2019-01-06 Tom Tromey <tom@tromey.com> |
16651 | ||
16652 | * c-exp.y (struct c_parse_state) <strings>: New member. | |
16653 | (operator_stoken): Update. | |
16654 | ||
02e12e38 TT |
16655 | 2019-01-06 Tom Tromey <tom@tromey.com> |
16656 | ||
16657 | * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC. | |
16658 | (union type_stack_elt) <typelist_val>: Now a pointer to | |
16659 | std::vector. | |
16660 | (type_stack_cleanup): Don't declare. | |
16661 | (push_typelist): Update. | |
16662 | * parse.c (pop_typelist): Return a std::vector. | |
16663 | (push_typelist): Take a std::vector. | |
16664 | (follow_types): Update. Do not free args. | |
16665 | (type_stack_cleanup): Remove. | |
16666 | * c-exp.y (struct c_parse_state): New. | |
16667 | (cpstate): New global. | |
16668 | (type_aggregate_p, exp, ptr_operator, parameter_typelist) | |
16669 | (nonempty_typelist): Update. | |
16670 | (func_mod): Create a new vector. | |
16671 | (c_parse): Create a c_parse_state. | |
16672 | (check_parameter_typelist): Do not delete params. | |
16673 | (function_method): Update. Do not delete type_list. | |
16674 | ||
f097f5ad TT |
16675 | 2019-01-06 Tom Tromey <tom@tromey.com> |
16676 | ||
16677 | PR gdb/28155: | |
16678 | * python/py-finishbreakpoint.c (bpfinishpy_init): Use | |
16679 | check_typedef. | |
16680 | * infcmd.c (finish_command_fsm_should_stop): Use check_typedef. | |
16681 | (print_return_value): Likewise. | |
16682 | ||
d2adf9f1 TT |
16683 | 2019-01-05 Tom Tromey <tom@tromey.com> |
16684 | ||
16685 | * contrib/cleanup_check.py: Remove. | |
16686 | * contrib/gcc-with-excheck: Remove. | |
16687 | * contrib/exsummary.py: Remove. | |
16688 | * contrib/excheck.py: Remove. | |
16689 | ||
2eab46b1 JB |
16690 | 2019-01-05 Joel Brobecker <brobecker@adacore.com> |
16691 | ||
16692 | * thread.c (delete_thread_1): Add gdb_assert that THR is not | |
16693 | NULL. Initialize tpprev to NULL instead of assigning it | |
16694 | to NULL on the next statement. | |
16695 | * windows-nat.c (windows_delete_thread): Remove check for | |
16696 | main_thread_id before printing thread exit notifications. | |
16697 | (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>: | |
16698 | Remove thread ID check against main_thread_id. | |
16699 | <CREATE_PROCESS_DEBUG_EVENT>: Remove call to | |
16700 | windows_delete_thread. | |
16701 | <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread. | |
16702 | ||
48c5e7e2 TT |
16703 | 2019-01-04 Tom Tromey <tom@tromey.com> |
16704 | ||
16705 | * compile/compile.c (_initialize_compile): Use upper case for | |
16706 | metasyntactic variables. | |
16707 | * symmisc.c (_initialize_symmisc): Use upper case for | |
16708 | metasyntactic variables. | |
16709 | * psymtab.c (_initialize_psymtab): Use upper case for | |
16710 | metasyntactic variables. | |
16711 | * demangle.c (demangle_command): Use upper case for metasyntactic | |
16712 | variables. | |
16713 | (_initialize_demangler): Likewise. | |
16714 | * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic | |
16715 | variables. | |
16716 | ||
986041cd TT |
16717 | 2019-01-03 Tom Tromey <tom@tromey.com> |
16718 | ||
16719 | * tui/tui-source.c (tui_set_source_content): Use xstrdup. | |
16720 | ||
7c711119 TT |
16721 | 2019-01-03 Tom Tromey <tom@tromey.com> |
16722 | ||
16723 | * python/py-symtab.c (salpy_str): Update. | |
16724 | (struct salpy_sal_object) <symtab>: Now a PyObject. | |
16725 | (salpy_dealloc): Update. | |
16726 | (del_objfile_sal): Use gdbpy_ref. | |
16727 | ||
1b20edf0 TT |
16728 | 2019-01-03 Tom Tromey <tom@tromey.com> |
16729 | ||
16730 | * python/py-type.c (convert_field): Use new_reference. Return | |
16731 | gdbpy_ref. | |
16732 | (make_fielditem): Return gdbpy_ref. | |
16733 | (typy_fields): Update. | |
16734 | (typy_getitem): Update. | |
16735 | (field_name): Return gdbpy_ref. Use new_reference. | |
16736 | (typy_iterator_iternext): Update. | |
16737 | ||
ea41325b TT |
16738 | 2019-01-03 Tom Tromey <tom@tromey.com> |
16739 | ||
16740 | * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE. | |
16741 | ||
2a3c71d6 TT |
16742 | 2019-01-03 Tom Tromey <tom@tromey.com> |
16743 | ||
16744 | * python/py-value.c (valpy_dealloc): Use Py_XDECREF. | |
16745 | * python/py-type.c (typy_fields_items): Use gdbpy_ref. | |
16746 | * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref. | |
16747 | (pspy_set_frame_filters, pspy_set_frame_unwinders) | |
16748 | (pspy_set_type_printers): Likewise. | |
16749 | * python/py-function.c (fnpy_init): Use gdbpy_ref. | |
16750 | * python/py-cmd.c (cmdpy_init): Use gdbpy_ref. | |
16751 | * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref. | |
16752 | (objfpy_set_frame_filters, objfpy_set_frame_unwinders) | |
16753 | (objfpy_set_type_printers): Likewise. | |
16754 | ||
5c329e6a TT |
16755 | 2019-01-03 Tom Tromey <tom@tromey.com> |
16756 | ||
16757 | * python/python.c (gdbpy_enter, ~gdbpy_enter): Update. | |
16758 | (gdbpy_print_stack): Use gdbpy_err_fetch. | |
16759 | * python/python-internal.h (class gdbpy_err_fetch): New class. | |
16760 | (class gdbpy_enter) <m_error_type, m_error_value, | |
16761 | m_error_traceback>: Remove. | |
16762 | <m_error>: New member. | |
16763 | (gdbpy_exception_to_string): Don't declare. | |
16764 | * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch. | |
16765 | * python/py-value.c (convert_value_from_python): Use | |
16766 | gdbpy_err_fetch. | |
16767 | * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from | |
16768 | gdbpy_exception_to_string. | |
16769 | (gdbpy_handle_exception): Use gdbpy_err_fetch. | |
16770 | * python/py-prettyprint.c (print_stack_unless_memory_error): Use | |
16771 | gdbpy_err_fetch. | |
16772 | ||
169bb27b AB |
16773 | 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com> |
16774 | ||
16775 | * linux-nat.c (delete_lwp_cleanup): Delete. | |
16776 | (struct lwp_deleter): New struct. | |
16777 | (lwp_info_up): New typedef. | |
16778 | (linux_nat_target::follow_fork): Delete cleanup, and make use of | |
16779 | lwp_info_up. | |
16780 | ||
a07c8880 AB |
16781 | 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com> |
16782 | ||
16783 | * linux-fork.c (class scoped_switch_fork_info): New class. | |
16784 | (inferior_call_waitpid): Update to use scoped_switch_fork_info. | |
16785 | ||
26089c49 AB |
16786 | 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com> |
16787 | ||
16788 | * valops.c (find_overload_match): Remove use of null_cleanup, and | |
16789 | calls to do_cleanups. | |
16790 | ||
06d3e5b0 AB |
16791 | 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com> |
16792 | ||
16793 | * compile/compile-cplus-types.c | |
16794 | (compile_cplus_instance::decl_name): Handle changes to | |
16795 | cp_func_name. | |
16796 | * cp-support.c (cp_func_name): Update header comment, update | |
16797 | return type. | |
16798 | * cp-support.h (cp_func_name): Update return type in declaration. | |
16799 | * valops.c (find_overload_match): Move temp_func local to top | |
16800 | level of function and change its type. Use temp_func to hold and | |
16801 | delete temporary string obtained from cp_func_name. | |
16802 | ||
66644cd3 AB |
16803 | 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com> |
16804 | ||
16805 | * remote.c (remote_target::remote_check_symbols): Convert `msg` to | |
16806 | gdb::char_vector, remove cleanup, and update uses of `msg`. | |
16807 | ||
592d8c0a JW |
16808 | 2019-01-03 Jim Wilson <jimw@sifive.com> |
16809 | ||
16810 | * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8. | |
16811 | ||
c55d06ec TT |
16812 | 2019-01-02 Tom Tromey <tom@tromey.com> |
16813 | ||
16814 | * xml-tdesc.c (xml_cache): Hold a target_desc_up. | |
16815 | (tdesc_parse_xml): Remove cleanups. | |
16816 | * target-descriptions.h (make_cleanup_free_target_description): | |
16817 | Don't declare. | |
16818 | (target_desc_deleter): New struct. | |
16819 | (target_desc_up): New typedef. | |
16820 | * target-descriptions.c (target_desc_deleter::operator()): Rename | |
16821 | from free_target_description. | |
16822 | (make_cleanup_free_target_description): Remove. | |
16823 | ||
3a6ae42d TT |
16824 | 2019-01-02 Tom Tromey <tom@tromey.com> |
16825 | ||
16826 | * linespec.c (struct linespec_parser): Rename from ls_parser. Add | |
16827 | constructor, destructor. | |
16828 | (linespec_parser): Remove typedef. | |
16829 | (~linespec_parser): Rename from linespec_parser_delete. | |
16830 | (linespec_lex_to_end, linespec_complete_label) | |
16831 | (linespec_complete): Update. | |
16832 | (decode_line_full): Remove cleanups. | |
16833 | (decode_line_1): Update. | |
16834 | ||
61fd3e73 TT |
16835 | 2019-01-02 Tom Tromey <tom@tromey.com> |
16836 | ||
16837 | * python/python-internal.h (inferior_to_inferior_object): Change | |
16838 | return type. | |
16839 | * python/py-exitedevent.c (create_exited_event_object): Update. | |
16840 | * python/py-inferior.c (inferior_to_inferior_object): Return | |
16841 | gdbpy_ref. | |
16842 | (python_new_inferior, python_inferior_deleted) | |
16843 | (thread_to_thread_object, delete_thread_object) | |
16844 | (build_inferior_list, gdbpy_selected_inferior): Update. | |
16845 | * python/py-infthread.c (create_thread_object): Update. Also fail | |
16846 | if inferior_to_inferior_object fails. | |
16847 | ||
d20172fc SM |
16848 | 2019-01-02 Simon Marchi <simon.marchi@ericsson.com> |
16849 | ||
16850 | * inferior.h (class inferior) <displaced_step_state>: New field. | |
16851 | * infrun.h (struct displaced_step_state): Move here from | |
16852 | infrun.c. Initialize fields, add constructor. | |
16853 | <inf>: Remove field. | |
16854 | <reset>: New method. | |
16855 | * infrun.c (struct displaced_step_inferior_state): Move to | |
16856 | infrun.h. | |
16857 | (displaced_step_inferior_states): Remove. | |
16858 | (get_displaced_stepping_state): Adust. | |
16859 | (displaced_step_in_progress_any_inferior): Adjust. | |
16860 | (displaced_step_in_progress_thread): Adjust. | |
16861 | (displaced_step_in_progress): Adjust. | |
16862 | (add_displaced_stepping_state): Remove. | |
16863 | (get_displaced_step_closure_by_addr): Adjust. | |
16864 | (remove_displaced_stepping_state): Remove. | |
16865 | (infrun_inferior_exit): Call displaced_step_state.reset. | |
16866 | (use_displaced_stepping): Don't check for NULL. | |
16867 | (displaced_step_prepare_throw): Call | |
16868 | get_displaced_stepping_state. | |
16869 | (displaced_step_fixup): Don't check for NULL. | |
16870 | (prepare_for_detach): Don't check for NULL. | |
16871 | ||
e3319240 PW |
16872 | 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
16873 | ||
16874 | * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm | |
16875 | in case of call that did not complete. | |
16876 | ||
5d36dfb9 AU |
16877 | 2019-01-02 Andrey Utkin <autkin@undo.io> |
16878 | ||
16879 | * symfile.c (find_separate_debug_file): Fix search of debug files for | |
16880 | remote debuggee. | |
16881 | ||
8833fbf0 TT |
16882 | 2019-01-02 Tom Tromey <tom@tromey.com> |
16883 | ||
16884 | * python/py-inferior.c (gdbpy_initialize_inferior): Fix | |
16885 | indentation. | |
16886 | * python/py-frame.c (frapy_older): Remove cast. | |
16887 | (frapy_newer): Likewise. | |
16888 | * python/py-breakpoint.c (local_setattro): Remove cast. | |
16889 | * python/py-arch.c (archpy_name): Remove local variable. | |
16890 | * python/py-type.c (gdbpy_lookup_type): Remove cast. | |
16891 | ||
4ada3dfd JB |
16892 | 2019-01-02 Joel Brobecker <brobecker@adacore.com> |
16893 | ||
16894 | * unittests/basic_string_view/element_access/char/empty.cc: | |
16895 | Fix year range in copyright header. | |
16896 | ||
113b7b81 AB |
16897 | 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com> |
16898 | ||
16899 | * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>: | |
16900 | Delete. | |
16901 | <operator==>: Update with for removed field. | |
16902 | <hash>: Likewise. | |
16903 | * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to... | |
16904 | <isa_features>: ...this. | |
16905 | <abi_features>: New field. | |
16906 | (riscv_isa_flen): Update comment. | |
16907 | (riscv_abi_xlen): New declaration. | |
16908 | (riscv_abi_flen): New declaration. | |
16909 | * riscv-tdep.c (riscv_isa_xlen): Update to get answer from | |
16910 | isa_features. | |
16911 | (riscv_abi_xlen): New function. | |
16912 | (riscv_isa_flen): Update to get answer from isa_features. | |
16913 | (riscv_abi_flen): New function. | |
16914 | (riscv_has_fp_abi): Update to get answer from abi_features. | |
16915 | (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa | |
16916 | xlen and flen. | |
16917 | (riscv_call_info) <xlen, flen>: Update comment. | |
16918 | (riscv_call_arg_struct): Remove invalid assertions | |
16919 | (riscv_features_from_gdbarch_info): Update now hw_float_abi field | |
16920 | is removed. | |
16921 | (riscv_gdbarch_init): Gather isa features and abi features | |
16922 | separately, ensure both match on the gdbarch when reusing an old | |
16923 | gdbarch. Relax an error check to allow 32-bit abi float to run on | |
16924 | a target with 64-bit float hardware. | |
16925 | ||
b18ca514 PW |
16926 | 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
16927 | ||
16928 | * source.c (search_command_helper): Stop reverse search | |
16929 | when line 1 has been searched. | |
16930 | ||
ec70d8db PW |
16931 | 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
16932 | ||
16933 | * record-full.c (record_full_base_target::close): Rewrite | |
16934 | record_full_core_buf_list free logic. | |
16935 | ||
5b38f9c1 PW |
16936 | 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
16937 | ||
16938 | * break-catch-syscall.c (print_one_catch_syscall): xfree | |
16939 | the last text. | |
16940 | ||
66d91b39 JB |
16941 | 2019-01-01 Joel Brobecker <brobecker@adacore.com> |
16942 | ||
16943 | * top.c (print_gdb_version): Update Copyright year in version | |
16944 | message. | |
16945 | ||
42a4f53d JB |
16946 | 2019-01-01 Joel Brobecker <brobecker@adacore.com> |
16947 | ||
16948 | Update copyright year range in all GDB files. | |
16949 | ||
7e955d83 | 16950 | 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com> |
2139e8dc | 16951 | |
5bbd631d | 16952 | * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018. |
2139e8dc | 16953 | |
5bbd631d | 16954 | For older changes see ChangeLog-2018. |
c906108c SS |
16955 | \f |
16956 | Local Variables: | |
16957 | mode: change-log | |
16958 | left-margin: 8 | |
16959 | fill-column: 74 | |
16960 | version-control: never | |
57da7796 | 16961 | coding: utf-8 |
c906108c | 16962 | End: |
5bbd631d | 16963 |