Commit | Line | Data |
---|---|---|
221e1a37 PA |
1 | 2015-08-20 Pedro Alves <palves@redhat.com> |
2 | ||
3 | * infrun.c (print_target_wait_results): Make extern. | |
4 | * infrun.h (print_target_wait_results): Declare. | |
5 | * remote.c (set_stop_requested_callback): Delete. | |
6 | (process_initial_stop_replies): New function. | |
7 | (remote_start_remote): Use it. | |
8 | (stop_reply_queue_length): New function. | |
9 | ||
40e3ad0e PA |
10 | 2015-08-20 Pedro Alves <palves@redhat.com> |
11 | ||
12 | * dwarf2read.c (process_full_comp_unit): To tell whether | |
13 | start_subfile managed to deduce a language, test for | |
14 | language_unknown instead of language_c. | |
15 | ||
af39b327 PMR |
16 | 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com> |
17 | ||
18 | * ada-lex.l: Reset the start condition to INITIAL in the rule that | |
19 | matches attributes. | |
20 | ||
7d45c7c3 KB |
21 | 2015-08-19 Kevin Buettner <kevinb@redhat.com> |
22 | ||
23 | * dwarf2read.c (dwarf2_string_attr): New function. | |
24 | (lookup_dwo_unit, process_psymtab_comp_unit_reader) | |
25 | (dwarf2_compute_name, dwarf2_physname, find_file_and_directory) | |
26 | (read_call_site_scope, namespace_name, guess_full_die_structure_name) | |
27 | (anonymous_struct_prefix, prepare_one_comp_unit): Use | |
28 | dwarf2_string_attr in place of dwarf2_attr and DW_STRING. | |
29 | ||
4d6cceb4 DE |
30 | 2015-08-18 Doug Evans <dje@google.com> |
31 | Adrian Sendroiu <adrian.sendroiu@freescale.com> | |
32 | ||
33 | PR mi/18833 | |
34 | * cli/cli-logging.c (pop_output_files): Don't restore redirection | |
35 | if MI-like. | |
36 | * mi/mi-out.c: #include "vec.h". | |
37 | (ui_filep): New type. | |
38 | (DEV_VEC_P (ui_filep)): New type. | |
39 | (struct ui_out_data) <buffer, original_buffer>: Delete. | |
40 | (struct ui_out_data) <streams>: New member. | |
41 | (mi_ui_out_impl): Add data_destroy field. | |
42 | (mi_field_string, mi_field_fmt): Update. | |
43 | (mi_flush, mi_redirect, field_separator): Update. | |
44 | (mi_open, mi_close): Update. | |
45 | (mi_out_buffered, mi_out_rewind, mi_out_put): Update. | |
46 | (mi_out_data_ctor, mi_out_data_dtor): New functions. | |
47 | (mi_out_new): Call mi_out_data_ctor. | |
48 | ||
26d56a93 SL |
49 | 2015-08-18 Sandra Loosemore <sandra@codesourcery.com> |
50 | ||
51 | * remote.c (strprefix): New. | |
52 | (remote_parse_stop_reply): Use strprefix instead of strncmp | |
53 | to ensure exact match of keyword. | |
54 | ||
566f5e3b AB |
55 | 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com> |
56 | ||
57 | * gdb_bfd.c (debug_bfd_cache): New variable. | |
58 | (show_bfd_cache_debug): New function. | |
59 | (gdb_bfd_open): Add debug logging. | |
60 | (gdb_bfd_ref): Likewise. | |
61 | (gdb_bfd_unref): Likewise. | |
62 | (_initialize_gdb_bfd): Add new set/show command. | |
63 | * NEWS: Mention new command. | |
64 | ||
18989b3c AB |
65 | 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com> |
66 | ||
67 | * gdb_bfd.c (bfd_sharing): New variable. | |
68 | (show_bfd_sharing): New function. | |
69 | (gdb_bfd_open): Check bfd_sharing variable. | |
70 | (_initialize_gdb_bfd): Add new set/show command. | |
71 | * NEWS: Mention new command. | |
72 | ||
c04fe68f AB |
73 | 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com> |
74 | ||
75 | * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id | |
76 | field. | |
77 | (struct gdb_bfd_cache_search): Likewise. | |
78 | (eq_bfd): Compare the size, inode, and device id fields. | |
79 | (gdb_bfd_open): Initialise the size, inode, and device id fields. | |
80 | (gdb_bfd_ref): Likewise. | |
81 | (gdb_bfd_unref): Likewise. | |
82 | ||
b2a33439 PA |
83 | 2015-08-18 Pedro Alves <palves@redhat.com> |
84 | ||
85 | * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops | |
86 | target implements to_always_non_stop_p, call it. | |
87 | * x86-linux-nat.c (x86_linux_always_non_stop_p): New function. | |
88 | (x86_linux_create_target): Install it as to_always_non_stop_p | |
89 | method. | |
90 | ||
71b57e37 DE |
91 | 2015-08-17 Doug Evans <dje@google.com> |
92 | ||
93 | * ui-out.c (default_ui_out_impl): Add comment. | |
94 | ||
7f3706eb IB |
95 | 2015-08-17 Iain Buclaw <ibuclaw@gdcproject.org> |
96 | ||
97 | * d-exp.y (type_aggregate_p): New function. | |
98 | (PrimaryExpression : TypeExp '.' IdentifierExp): Use it. | |
99 | (classify_inner_name): Likewise. | |
100 | * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM. | |
101 | ||
1762568f DE |
102 | 2015-08-15 Doug Evans <xdje42@gmail.com> |
103 | ||
104 | * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers | |
105 | updated. | |
106 | (add_psymbol_to_list): Ditto. | |
107 | ||
8763cede DE |
108 | 2015-08-15 Doug Evans <xdje42@gmail.com> |
109 | ||
110 | * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers | |
111 | updated. Call end_psymtab_common. | |
112 | * dwarf2read.c (process_psymtab_comp_unit_reader): Call | |
113 | end_psymtab_common. | |
114 | (build_type_psymtabs_reader): Ditto. | |
115 | * psympriv.h (sort_pst_symbols): Delete. | |
116 | (end_psymtab_common): Declare. | |
117 | * psymtab.c (sort_pst_symbols): Make static. | |
118 | (end_psymtab_common): New function. | |
119 | * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common. | |
120 | ||
51cdc993 DE |
121 | 2015-08-15 Doug Evans <xdje42@gmail.com> |
122 | ||
123 | * defs.h (LANGUAGE_BITS): Define. | |
124 | * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS. | |
125 | (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS. | |
126 | * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS. | |
127 | (minimal_symbol_type): Add nr_minsym_types. | |
128 | (MINSYM_TYPE_BITS): Define. | |
129 | (minimal_symbol) <type>: Use MINSYM_TYPE_BITS. | |
130 | (domain_enum_tag): Add NR_DOMAINS. | |
131 | (SYMBOL_DOMAIN_BITS): Change from 4 to 3. | |
132 | (SYMBOL_ACLASS_BITS): Define from 6 to 5. | |
133 | ||
95cf5869 DE |
134 | 2015-08-15 Doug Evans <xdje42@gmail.com> |
135 | ||
136 | * objfiles.h: Whitespace cleanup. | |
137 | * psympriv.h: Whitespace cleanup. | |
138 | * psymtab.c: Whitespace/coding convention cleanup. | |
139 | ||
e3ae3c43 PP |
140 | 2015-08-15 Patrick Palka <patrick@parcs.ath.cx> |
141 | ||
142 | * inferior.c (detach_inferior_command): Don't call | |
143 | any_thread_of_process when pid is 0. | |
144 | (kill_inferior_command): Likewise. | |
145 | ||
6ff0ba5f DE |
146 | 2015-08-14 Doug Evans <xdje42@gmail.com> |
147 | ||
148 | PR gdb/11833 | |
149 | * NEWS: Document new /s modifier for the disassemble command. | |
150 | * cli/cli-cmds.c (disassemble_command): Add support for /s. | |
151 | (_initialize_cli_cmds): Update online docs of disassemble command. | |
152 | * disasm.c: #include "source.h". | |
153 | (struct deprecated_dis_line_entry): Renamed from dis_line_entry. | |
154 | All uses updated. | |
155 | (dis_line_entry): New struct. | |
156 | (hash_dis_line_entry, eq_dis_line_entry): New functions. | |
157 | (allocate_dis_line_table): New functions. | |
158 | (maybe_add_dis_line_entry, line_has_code_p): New functions. | |
159 | (dump_insns): New arg end_pc. All callers updated. | |
160 | (do_mixed_source_and_assembly_deprecated): Renamed from | |
161 | do_mixed_source_and_assembly. All callers updated. | |
162 | (do_mixed_source_and_assembly): New function. | |
163 | (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE). | |
164 | * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from | |
165 | DISASSEMBLY_SOURCE. All uses updated. | |
166 | (DISASSEMBLY_SOURCE): New macro. | |
167 | * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5. | |
168 | ||
b56ccc20 KS |
169 | 2015-08-14 Keith Seitz <keiths@redhat.com> |
170 | ||
171 | * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename | |
172 | `typename' to `type_name' to avoid C++ reserved word. | |
173 | ||
ebdad8fc KS |
174 | 2015-08-14 Keith Seitz <keiths@redhat.com> |
175 | ||
176 | * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS) | |
177 | (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to | |
178 | silence ARI errors. | |
179 | ||
c0fe2ae7 IB |
180 | 2015-08-14 Iain Buclaw <ibuclaw@gdcproject.org> |
181 | ||
182 | * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use | |
183 | xstrprintf instead of malloc and sprintf. | |
184 | (PrimaryExpression : IdentifierExp): Avoid operator at end of line. | |
185 | (lex_one_token): Likewise. | |
186 | ||
a738da3a MF |
187 | 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com> |
188 | ||
189 | * solib-svr4.c (read_program_header): Add base_addr argument to | |
190 | report the runtime address of the segment. | |
191 | (find_program_interpreter): Update read_program_header call to pass | |
192 | a NULL pointer for the new argument. | |
193 | (scan_dyntag): Add ptr_addr argument to report the runtime address | |
194 | of the tag payload. | |
195 | (scan_dyntag_auxv): Likewise and use thew new base_addr argument of | |
196 | read_program_header to get the base address of the dynamic segment. | |
197 | (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and | |
198 | read_program_header. | |
199 | (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL. | |
200 | ||
f8edc4ff MF |
201 | 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com> |
202 | ||
203 | * MAINTAINERS (Write After Approval): Add Matthew Fortune. | |
204 | ||
444c1ed8 IB |
205 | 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org> |
206 | ||
207 | * d-exp.y (%union): Add voidval. | |
208 | (%token): Add UNKNOWN_NAME as a token to represent an unclassified | |
209 | name in the lexing stage. | |
210 | (PostfixExpression): Move symbol completion handling in grammar here | |
211 | from PrimaryExpression. | |
212 | (PrimaryExpression): Move routines to handle resolving identifier | |
213 | tokens in the grammar here from push_expression_name. | |
214 | (IdentifierExp): Remove the handling of alternating '.' and identifier | |
215 | tokens. | |
216 | (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar. | |
217 | (BasicType): Remove C-style typename rules. | |
218 | (d_type_from_name, d_module_from_name, push_variable) | |
219 | (push_fieldnames, push_type_name, push_module_name) | |
220 | (push_expression_name): Remove. | |
221 | (lex_one_token): Rename from yylex. Replace pstate with par_state. | |
222 | (token_and_value): New type. | |
223 | (token_fifo, popping, name_obstack): New globals. | |
224 | (classify_name): New function. | |
225 | (classify_inner_name): Likewise. | |
226 | (yylex): Likewise. | |
227 | (d_parse): Initialize token_fifo, popping and name_obstack. | |
228 | ||
bc7c9fab IB |
229 | 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org> |
230 | ||
231 | * Makefile.in (SFILES): Add d-namespace.c. | |
232 | (COMMON_OBS): Add d-namespace.o. | |
233 | * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the | |
234 | la_lookup_symbol_nonlocal callback function pointer. | |
235 | * d-lang.h (d_lookup_symbol_nonlocal): New declaration. | |
236 | (d_lookup_nested_symbol): New declaration. | |
237 | * d-namespace.c: New file. | |
238 | ||
3207396b PA |
239 | 2015-08-13 Pedro Alves <palves@redhat.com> |
240 | ||
241 | * python/py-unwind.c (pyuw_sniffer): Install the invalidate | |
242 | cleanup after the decref cleanup, not before. | |
243 | ||
5d8c3ed3 PMR |
244 | 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com> |
245 | ||
246 | * ada-lang.c: Include namespace.h | |
247 | (aux_add_nonlocal_symbols): Fix a function name in comment. | |
248 | (ada_add_block_renamings): New. | |
249 | (add_nonlocal_symbols): Add global renamings handling. | |
250 | (ada_lookup_symbol_list_worker): Move the symbol lookup part | |
251 | to... | |
252 | (ada_add_all_symbols): ... this new function. | |
253 | (ada_add_block_symbols): Try to match the input name against the | |
254 | "using directives list", perform a recursive symbol lookup on | |
255 | the matched declarations. | |
256 | * block.h (struct block): Move the_namespace to top-level as | |
257 | namespace_info. Remove the language_specific field. | |
258 | (BLOCK_NAMESPACE): Update access to the namespace_info field. | |
259 | * buildsym.h (using_directives): Rename into... | |
260 | (local_using_directives): ... this. | |
261 | (global_using_directives): New. | |
262 | (struct context_stack): Rename the using_directives field into | |
263 | local_using_directives. | |
264 | * buildsym.c (finish_block_internal): Deal with the proper | |
265 | using directives repository (local or global). | |
266 | (prepare_for_building): Reset local_using_directives. Assert | |
267 | that there is no pending global using directive. | |
268 | (reset_symtab_globals): Reset global_using_directives and | |
269 | local_using_directives. | |
270 | (end_symtab_get_static_block): Don't ignore symtabs that have | |
271 | only using directives. | |
272 | (push_context): Update references to local_using_directives. | |
273 | (buildsym_init): Do not reset using_directives. | |
274 | * cp-support.c: Include namespace.h. | |
275 | * cp-support.h (struct using_direct): Move to namespace.h. | |
276 | (cp_add_using_directives): Move to namespace.h. | |
277 | * cp-namespace.c: Include namespace.h | |
278 | (cp_add_using_directive): Move to namespace.c, rename it to | |
279 | add_using_directive, add a "using_directives" argument and use | |
280 | it as the pending using directives repository. All callers | |
281 | updated. | |
282 | * dwarf2read.c (using_directives): New. | |
283 | (read_import_statement): Call using_directives. | |
284 | (read_func_scope): Update references to local_using_directives. | |
285 | (read_lexical_block_scope): Likewise. | |
286 | (read_namespace): Update the heading comment, call | |
287 | using_directives. | |
288 | * namespace.h: New file. | |
289 | * namespace.c: New file. | |
290 | * Makefile.in (SFILES): Add namespace.c. | |
291 | (COMMON_OBS): Add namespace.o | |
292 | ||
4dafcdeb JB |
293 | 2015-08-12 Joel Brobecker <brobecker@adacore.com> |
294 | ||
295 | * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to | |
296 | compute RETADDR. | |
297 | ||
67994074 KS |
298 | 2015-08-12 Keith Seitz <keiths@redhat.com> |
299 | ||
300 | * break-catch-throw.c (re_set_exception_catchpoint) Rename | |
301 | reserved C++ keyword "explicit" to "explicit_loc". | |
302 | * breakpoint.c (create_overlay_event_breakpoint) | |
303 | (create_longjmp_master_breakpoint) | |
304 | (create_std_terminate_master_breakpoint) | |
305 | (create_exception_master_breakpoint, update_static_tracepoint): | |
306 | Rename reserved C++ keyword "explicit" to "explicit_loc". | |
307 | * completer.c (collect_explicit_location_matches) | |
308 | (explicit_location_completer): Rename reserved C++ keyword | |
309 | "explicit" to "explicit_loc". | |
310 | * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc". | |
311 | (canonicalize_linespec, create_sals_line_offset) | |
312 | (convert_linespec_to_sals, convert_explicit_location_to_sals) | |
313 | (event_location_to_sals, decode_objc): Rename reserved C++ keyword | |
314 | "explicit" to "explicit_loc". | |
315 | * location.c (struct event_location) <explicit>: Rename to | |
316 | "explicit_loc". | |
317 | (initialize_explicit_location, new_explicit_location) | |
318 | (explicit_location_to_string_internal, explicit_location_to_linespec): | |
319 | Rename reserved C++ keyword "explicit" to "explicit_loc". | |
320 | * location.h (explicit_location_to_string) | |
321 | (explicit_location_to_linespec, initialize_explicit_location) | |
322 | (new_explicit_location): Rename reserved C++ keyword "explicit" | |
323 | to "explicit_loc". | |
324 | * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++ | |
325 | keyword "explicit" to "explicit_loc". | |
326 | ||
59ecaff3 KS |
327 | 2015-08-12 Keith Seitz <keiths@redhat.com> |
328 | ||
329 | * python/python.c (gdbpy_decode_line): Initialize `location' to NULL | |
330 | and only call decode_line_1 when it is non-NULL. | |
331 | ||
244558af LM |
332 | 2015-08-12 Luis Machado <lgustavo@codesourcery.com> |
333 | ||
334 | * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint | |
335 | location address is not meaningful. | |
336 | (breakpoint_address_is_meaningful): Update comment. | |
337 | ||
629500fa KS |
338 | 2015-08-11 Keith Seitz <keiths@redhat.com> |
339 | ||
340 | * NEWS: Mention explicit locations. | |
341 | * breakpoint.c [LOCATION_HELP_STRING]: New macro. | |
342 | [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING. | |
343 | (_initialize_breakpoint): Update documentation for | |
344 | "clear", "break", "trace", "strace", "ftrace", and "dprintf". | |
345 | ||
eb8c4e2e KS |
346 | 2015-08-11 Keith Seitz <keiths@redhat.com> |
347 | ||
348 | * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for | |
349 | explicit locations, options "--source", "--function", | |
350 | "--label", and "--line". | |
351 | ||
87f0e720 KS |
352 | 2015-08-11 Keith Seitz <keiths@redhat.com> |
353 | ||
354 | * completer.c: Include location.h. | |
355 | (enum match_type): New enum. | |
356 | (location_completer): Rename to ... | |
357 | (linespec_completer): ... this. | |
358 | (collect_explicit_location_matches, backup_text_ptr) | |
359 | (explicit_location_completer): New functions. | |
360 | (location_completer): "New" function; handle linespec | |
361 | and explicit location completions. | |
362 | (complete_line_internal): Remove all location completer-specific | |
363 | handling. | |
364 | * linespec.c (linespec_lexer_lex_keyword, is_ada_operator) | |
365 | (find_toplevel_char): Export. | |
366 | (linespec_parse_line_offset): Export. | |
367 | Issue error if STRING is not numerical. | |
368 | (gdb_get_linespec_parser_quote_characters): New function. | |
369 | * linespec.h (linespec_parse_line_offset): Declare. | |
370 | (get_gdb_linespec_parser_quote_characters): Declare. | |
371 | (is_ada_operator): Declare. | |
372 | (find_toplevel_char): Declare. | |
373 | (linespec_lexer_lex_keyword): Declare. | |
374 | * location.c (explicit_to_event_location): New function. | |
375 | (explicit_location_lex_one): New function. | |
376 | (string_to_explicit_location): New function. | |
377 | (string_to_event_location): Handle explicit locations. | |
378 | * location.h (explicit_to_event_location): Declare. | |
379 | (string_to_explicit_location): Declare. | |
380 | ||
00e52e53 KS |
381 | 2015-08-11 Keith Seitz <keiths@redhat.com> |
382 | ||
383 | * break-catch-throw.c (re_set_exception_catchpoint): Convert | |
384 | linespec into explicit location. | |
385 | * breakpoint.c (create_overlay_breakpoint) | |
386 | (create_longjmp_master_breakpoint) | |
387 | (create_std_terminate_master_breakpoint) | |
388 | (create_exception_master_breakpoint): Convert linespec into explicit | |
389 | location. | |
390 | (update_static_tracepoint): Convert linespec into explicit location. | |
391 | * linespec.c (enum offset_relative_sign, struct line_offset): Move | |
392 | location.h. | |
393 | (struct linespec) <expression, expr_pc, source_filename> | |
394 | <function_name, label_name, line_offset>: Replace with ... | |
395 | <explicit>: ... this. | |
396 | <is_linespec>: New member. | |
397 | (PARSER_EXPLICIT): New accessor macro. | |
398 | (undefined_label_error): New function. | |
399 | (source_file_not_found_error): New function. | |
400 | (linespec_parse_basic): The parser result is now an explicit location. | |
401 | Use PARSER_EXPLICIT to access it. | |
402 | Use undefined_label_error. | |
403 | (canonicalize_linespec): Convert canonical linespec into explicit | |
404 | location. | |
405 | Move string representation of location to explicit_location_to_linespec | |
406 | and use it and explicit_location_to_string to save string | |
407 | representations of the canonical location. | |
408 | (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an | |
409 | explicit location. Update all references. | |
410 | (convert_explicit_location_to_sals): New function. | |
411 | (parse_linespec): Use PARSER_EXPLICIT to access the parser | |
412 | result's explicit location. | |
413 | (linespec_state_constructor): Initialize is_linespec. | |
414 | Use PARSER_EXPLICIT. | |
415 | (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's | |
416 | result. | |
417 | (event_location_to_sals): For linespec locations, set is_linespec. | |
418 | Handle explicit locations. | |
419 | (decode_objc): 'ls' contains an explicit location now. Update all | |
420 | references. | |
421 | (symtabs_from_filename): Use source_file_not_found_error. | |
422 | * location.c (struct event_location.u) <explicit>: New member. | |
423 | (initialize_explicit_location): New function. | |
424 | (initialize_event_location): Initialize explicit locations. | |
425 | (new_explicit_location, get_explicit_location) | |
426 | (get_explicit_location_const): New functions. | |
427 | (explicit_to_string_internal): New function; most of contents moved | |
428 | from canonicalize_linespec. | |
429 | (explicit_location_to_string): New function. | |
430 | (explicit_location_to_linespec): New function. | |
431 | (copy_event_location, delete_event_location) | |
432 | (event_location_to_string_const, event_location_empty_p): Handle | |
433 | explicit locations. | |
434 | * location.h (enum offset_relative_sign, struct line_offset): Move | |
435 | here from linespec.h. | |
436 | (enum event_location_type): Add EXPLICIT_LOCATION. | |
437 | (struct explicit_location): New structure. | |
438 | (explicit_location_to_string): Declare. | |
439 | (explicit_location_to_linespec): Declare. | |
440 | (new_explicit_location, get_explicit_locationp | |
441 | (get_explicit_location_const, initialize_explicit_location): Declare. | |
442 | ||
5b56227b KS |
443 | 2015-08-11 Keith Seitz <keiths@redhat.com> |
444 | ||
445 | * break-catch-throw.c (re_set_exception_catchpoint): Convert | |
446 | linespec for stap probe to probe location. | |
447 | * breakpoint.c (create_longjmp_master_breakpoint) | |
448 | (create_exception_master_breakpoint): Likewise. | |
449 | (break_command_1): Remove local variable `arg_cp'. | |
450 | Check location type to set appropriate breakpoint ops methods. | |
451 | (trace_command): Likewise. | |
452 | * linespec.c (event_location_to_sals): Assert on probe locations. | |
453 | * location.c (EL_PROBE): Add macro definition. | |
454 | (new_probe_location, get_probe_location): New functions. | |
455 | (copy_event_location, delete_event_location, event_location_to_string) | |
456 | (string_to_event_location, event_location_empty_p): Handle probe | |
457 | locations. | |
458 | * location.h (enum event_location_type): Add PROBE_LOCATION. | |
459 | (new_probe_location, get_probe_location): Declare. | |
460 | * probe.c (parse_probes): Assert that LOCATION is a probe location. | |
461 | Convert linespec into probe location. | |
462 | ||
a06efdd6 KS |
463 | 2015-08-11 Keith Seitz <keiths@redhat.com> |
464 | ||
465 | * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal): | |
466 | Convert linespec to address location. | |
467 | * linespec.c (canonicalize_linespec): Do not handle address | |
468 | locations here. | |
469 | (convert_address_location_to_sals): New function; contents moved | |
470 | from ... | |
471 | (convert_linespc_to_sals): ... here. | |
472 | (parse_linespec): Remove address locations from linespec grammar. | |
473 | Remove handling of address locations. | |
474 | (linespec_lex_to_end): Remove handling of address linespecs. | |
475 | (event_location_to_sals): Handle ADDRESS_LOCATION. | |
476 | (linespec_expression_to_pc): Export. | |
477 | * linespec.h (linespec_expression_to_pc): Add declaration. | |
478 | * location.c (struct event_location.u) <address>: New member. | |
479 | (new_address_location, get_address_location): New functions. | |
480 | (copy_event_location, delete_event_location, event_location_to_string) | |
481 | (string_to_event_location, event_location_empty_p): Handle address | |
482 | locations. | |
483 | * location.h (enum event_location_type): Add ADDRESS_LOCATION. | |
484 | (new_address_location, get_address_location): Declare. | |
485 | * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec | |
486 | to address location. | |
487 | * spu-tdep.c (spu_catch_start): Likewise. | |
488 | ||
f00aae0f KS |
489 | 2015-08-11 Keith Seitz <keiths@redhat.com> |
490 | ||
491 | * ax-gdb.c: Include location.h. | |
492 | (agent_command_1) Use linespec location instead of address | |
493 | string. | |
494 | * break-catch-throw.c: Include location.h. | |
495 | (re_set_exception_catchpoint): Use linespec locations instead | |
496 | of address strings. | |
497 | * breakpoint.c: Include location.h. | |
498 | (create_overlay_event_breakpoint, create_longjmp_master_breakpoint) | |
499 | (create_std_terminate_master_breakpoint) | |
500 | (create_exception_master_breakpoint, update_breakpoints_after_exec): | |
501 | Use linespec location instead of address string. | |
502 | (print_breakpoint_location): Use locations and | |
503 | event_location_to_string. | |
504 | Print extra_string for pending locations for non-MI streams. | |
505 | (print_one_breakpoint_location): Use locations and | |
506 | event_location_to_string. | |
507 | (init_raw_breakpoint_without_location): Initialize b->location. | |
508 | (create_thread_event_breakpoint): Use linespec location instead of | |
509 | address string. | |
510 | (init_breakpoint_sal): Likewise. | |
511 | Only save extra_string if it is non-NULL and not the empty string. | |
512 | Use event_location_to_string instead of `addr_string'. | |
513 | Constify `p' and `endp'. | |
514 | Use skip_spaces_const/skip_space_const instead of non-const versions. | |
515 | Copy the location into the breakpoint. | |
516 | If LOCATION is NULL, save the breakpoint address as a linespec location | |
517 | instead of an address string. | |
518 | (create_breakpoint_sal): Change `addr_string' parameter to a struct | |
519 | event_location. All uses updated. | |
520 | (create_breakpoints_sal): Likewise for local variable `addr_string'. | |
521 | (parse_breakpoint_sals): Use locations instead of address strings. | |
522 | Remove check for empty linespec with conditional. | |
523 | Refactor. | |
524 | (decode_static_tracepoint_spec): Make argument const and update | |
525 | function. | |
526 | (create_breakpoint): Change `arg' to a struct event_location and | |
527 | rename. | |
528 | Remove `copy_arg' and `addr_start'. | |
529 | If EXTRA_STRING is empty, set it to NULL. | |
530 | Don't populate `canonical' for pending breakpoints. | |
531 | Pass `extra_string' to find_condition_and_thread. | |
532 | Clear `extra_string' if `rest' was NULL. | |
533 | Do not error with "garbage after location" if setting a dprintf | |
534 | breakpoint. | |
535 | Copy the location into the breakpoint instead of an address string. | |
536 | (break_command_1): Use string_to_event_location and pass this to | |
537 | create_breakpoint instead of an address string. | |
538 | Check against `arg_cp' for a probe linespec. | |
539 | (dprintf_command): Use string_to_event_location and pass this to | |
540 | create_breakpoint instead of an address string. | |
541 | Throw an exception if no format string was specified. | |
542 | (print_recreate_ranged_breakpoint): Use event_location_to_string | |
543 | instead of address strings. | |
544 | (break_range_command, until_break_command) | |
545 | (init_ada_exception_breakpoint): Use locations instead | |
546 | of address strings. | |
547 | (say_where): Print out extra_string for pending locations. | |
548 | (base_breakpoint_dtor): Delete `location' and `location_range_end' of | |
549 | the breakpoint. | |
550 | (base_breakpoint_create_sals_from_location): Use struct event_location | |
551 | instead of address string. | |
552 | Remove `addr_start' and `copy_arg' parameters. | |
553 | (base_breakpoint_decode_location): Use struct event_location instead of | |
554 | address string. | |
555 | (bkpt_re_set): Use locations instead of address strings. | |
556 | Use event_location_empty_p to check for unset location. | |
557 | (bkpt_print_recreate): Use event_location_to_string instead of | |
558 | an address string. | |
559 | Print out extra_string for pending locations. | |
560 | (bkpt_create_sals_from_location, bkpt_decode_location) | |
561 | (bkpt_probe_create_sals_from_location): Use struct event_location | |
562 | instead of address string. | |
563 | (bkpt_probe_decode_location): Use struct event_location instead of | |
564 | address string. | |
565 | (tracepoint_print_recreate): Use event_location_to_string to | |
566 | recreate the tracepoint. | |
567 | (tracepoint_create_sals_from_location, tracepoint_decode_location) | |
568 | (tracepoint_probe_create_sals_from_location) | |
569 | (tracepoint_probe_decode_location): Use struct event_location | |
570 | instead of address string. | |
571 | (dprintf_print_recreate): Use event_location_to_string to recreate | |
572 | the dprintf. | |
573 | (dprintf_re_set): Remove check for valid/missing format string. | |
574 | (strace_marker_create_sals_from_location) | |
575 | (strace_marker_create_breakpoints_sal, strace_marker_decode_location) | |
576 | (update_static_tracepoint): Use struct event_location instead of | |
577 | address string. | |
578 | (location_to_sals): Likewise. | |
579 | Pass `extra_string' to find_condition_and_thread. | |
580 | For newly resolved pending breakpoint locations, clear the location's | |
581 | string representation. | |
582 | Assert that the breakpoint's condition string is NULL when | |
583 | condition_not_parsed. | |
584 | (breakpoint_re_set_default, create_sals_from_location_default) | |
585 | (decode_location_default, trace_command, ftrace_command) | |
586 | (strace_command, create_tracepoint_from_upload): Use locations | |
587 | instead of address strings. | |
588 | * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>: | |
589 | Use struct event_location instead of address string. | |
590 | Update all uses. | |
591 | <decode_location>: Likewise. | |
592 | (struct breakpoint) <addr_string>: Change to struct event_location | |
593 | and rename `location'. | |
594 | <addr_string_range_end>: Change to struct event_location and rename | |
595 | `location_range_end'. | |
596 | (create_breakpoint): Use struct event_location instead of address | |
597 | string. | |
598 | * cli/cli-cmds.c: Include location.h. | |
599 | (edit_command, list_command): Use locations instead of address strings. | |
600 | * elfread.c: Include location.h. | |
601 | (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string. | |
602 | * guile/scm-breakpoint.c: Include location.h. | |
603 | (bpscm_print_breakpoint_smob): Use event_location_to_string. | |
604 | (gdbscm_register_breakpoint): Use locations instead of address | |
605 | strings. | |
606 | * linespec.c: Include location.h. | |
607 | (struct ls_parser) <stream>: Change to const char *. | |
608 | (PARSER_STREAM): Update. | |
609 | (lionespec_lexer_lex_keyword): According to find_condition_and_thread, | |
610 | keywords must be followed by whitespace. | |
611 | (canonicalize_linespec): Save a linespec location into `canonical'. | |
612 | Save a canonical linespec into `canonical'. | |
613 | (parse_linespec): Change `argptr' to const char * and rename `arg'. | |
614 | All uses updated. | |
615 | Update function description. | |
616 | (linespec_parser_new): Initialize `parser'. | |
617 | Update initialization of parsing stream. | |
618 | (event_location_to_sals): New function. | |
619 | (decode_line_full): Change `argptr' to a struct event_location and | |
620 | rename it `location'. | |
621 | Use locations instead of address strings. | |
622 | Call event_location_to_sals instead of parse_linespec. | |
623 | (decode_line_1): Likewise. | |
624 | (decode_line_with_current_source, decode_line_with_last_displayed) | |
625 | Use locations instead of address strings. | |
626 | (decode_objc): Likewise. | |
627 | Change `argptr' to const char * and rename `arg'. | |
628 | (destroy_linespec_result): Delete the linespec result's location | |
629 | instead of freeing the address string. | |
630 | * linespec.h (struct linespec_result) <addr_string>: Change to | |
631 | struct event_location and rename to ... | |
632 | <location>: ... this. | |
633 | (decode_line_1, decode_line_full): Change `argptr' to struct | |
634 | event_location. All callers updated. | |
635 | * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h. | |
636 | (mi_cmd_break_insert_1): Use locations instead of address strings. | |
637 | Throw an error if there was "garbage" at the end of the specified | |
638 | linespec. | |
639 | * probe.c: Include location.h. | |
640 | (parse_probes): Change `argptr' to struct event_location. | |
641 | Use event locations instead of address strings. | |
642 | * probe.h (parse_probes): Change `argptr' to struct event_location. | |
643 | * python/py-breakpoint.c: Include location.h. | |
644 | (bppy_get_location): Constify local variable `str'. | |
645 | Use event_location_to_string. | |
646 | (bppy_init): Use locations instead of address strings. | |
647 | * python/py-finishbreakpoint.c: Include location.h. | |
648 | (bpfinishpy_init): Remove local variable `addr_str'. | |
649 | Use locations instead of address strings. | |
650 | * python/python.c: Include location.h. | |
651 | (gdbpy_decode_line): Use locations instead of address strings. | |
652 | * remote.c: Include location.h. | |
653 | (remote_download_tracepoint): Use locations instead of address | |
654 | strings. | |
655 | * spu-tdep.c: Include location.h. | |
656 | (spu_catch_start): Remove local variable `buf'. | |
657 | Use locations instead of address strings. | |
658 | * tracepoint.c: Include location.h. | |
659 | (scope_info): Use locations instead of address strings. | |
660 | (encode_source_string): Constify parameter `src'. | |
661 | * tracepoint.h (encode_source_string): Likewise. | |
662 | ||
c7c1b3e9 KS |
663 | 2015-08-11 Keith Seitz <keiths@redhat.com> |
664 | ||
665 | * Makefile.in (SFILES): Add location.c. | |
666 | (HFILES_NO_SRCDIR): Add location.h. | |
667 | (COMMON_OBS): Add location.o. | |
668 | * linespec.c (linespec_lex_to_end): New function. | |
669 | * linespec.h (linespec_lex_to_end): Declare. | |
670 | * location.c: New file. | |
671 | * location.h: New file. | |
672 | ||
5f700d83 KS |
673 | 2015-08-11 Keith Seitz <keiths@redhat.com> |
674 | ||
675 | * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>: | |
676 | Renamed to create_sals_from_location. | |
677 | <decode_linespec>: Renamed to decode_location. | |
678 | Update all callers. | |
679 | * breakpoint.c (create_sals_from_address_default): Renamed to ... | |
680 | (create_sals_from_location_default): ... this. | |
681 | (addr_string_to_sals): Renamed to ... | |
682 | (location_to_sals): ... this. | |
683 | (decode_linespec_default): Renamed to ... | |
684 | (decode_location_default): ... this. | |
685 | (base_breakpoint_create_sals_from_address): Renamed to ... | |
686 | (base_breakpoint_create_sals_from_location): ... this. | |
687 | (bkpt_create_sals_from_address): Renamed to ... | |
688 | (bkpt_create_sals_from_location): ... this. | |
689 | (bkpt_decode_linespec): Renamed to ... | |
690 | (bkpt_decode_location): ... this. | |
691 | (bkpt_probe_create_sals_from_address): Renamed to ... | |
692 | (bkpt_probe_create_sals_from_location): ... this. | |
693 | (tracepoint_create_sals_from_address): Renamed to ... | |
694 | (tracepoint_create_sals_from_location): ... this. | |
695 | (tracepoint_decode_linespec): Renamed to ... | |
696 | (tracepoint_decode_location): ... this. | |
697 | (tracepoint_probe_create_sals_from_address): Renamed to ... | |
698 | (tracepoint_probe_create_sals_from_location): ... this. | |
699 | (tracepoint_probe_decode_linespec): Renamed to ... | |
700 | (tracepoint_probe_decode_location): ... this. | |
701 | (strace_marker_create_sals_from_address): Renamed to ... | |
702 | (strace_marker_create_sals_from_location): ... this. | |
703 | (decode_linespec_default): Renamed to ... | |
704 | (decode_location_default): ... this. | |
705 | ||
e27852be DE |
706 | 2015-08-10 Doug Evans <dje@google.com> |
707 | Keith Seitz <keiths@redhat.com> | |
708 | ||
709 | PR gdb/17960 | |
710 | * symtab.c (make_file_symbol_completion_list_1): Renamed from | |
711 | make_file_symbol_completion_list and made static. | |
712 | (make_file_symbol_completion_list): New function. | |
80af41e0 | 713 | |
fd7dcb94 JB |
714 | 2015-08-10 Joel Brobecker <brobecker@adacore.com> |
715 | ||
716 | * infrun.c (follow_fork, displaced_step_prepare, resume): Remove | |
717 | trailing new-line at end of warning message. | |
718 | (proceed): Add i18n marker to error messages. | |
719 | ||
f12899e9 PA |
720 | 2015-08-07 Pedro Alves <palves@redhat.com> |
721 | ||
722 | * linux-nat.c (linux_nat_always_non_stop_p): Return 1. | |
723 | ||
5ac21343 PA |
724 | 2015-08-07 Pedro Alves <palves@redhat.com> |
725 | ||
726 | * s390-linux-tdep.c (is_non_branch_ril) | |
727 | (s390_displaced_step_copy_insn): New functions. | |
728 | (s390_displaced_step_fixup): Update comment. | |
729 | (s390_gdbarch_init): Install s390_displaced_step_copy_insn as | |
730 | gdbarch_displaced_step_copy_insn hook. | |
731 | ||
7f03bd92 PA |
732 | 2015-08-07 Pedro Alves <palves@redhat.com> |
733 | ||
734 | * infrun.c (displaced_step_prepare_throw): Return -1 if | |
735 | gdbarch_displaced_step_copy_insn returns NULL. Update intro | |
736 | comment. | |
737 | * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION) | |
738 | (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up | |
739 | in file. | |
740 | (ppc_displaced_step_copy_insn): New function. | |
741 | (ppc_displaced_step_fixup): Update comment. | |
742 | (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as | |
743 | gdbarch_displaced_step_copy_insn hook. | |
744 | * gdbarch.sh (displaced_step_copy_insn): Document what happens on | |
745 | NULL return. | |
746 | * gdbarch.h: Regenerate. | |
747 | ||
3fc8eb30 PA |
748 | 2015-08-07 Pedro Alves <palves@redhat.com> |
749 | ||
750 | * inferior.h (struct inferior) <displaced_stepping_failed>: New | |
751 | field. | |
752 | * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'. | |
753 | Return false if dispaced stepping failed before. | |
754 | (resume): Pass the current inferior to | |
755 | use_displaced_stepping_now_p. Wrap displaced_step_prepare in | |
756 | TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's | |
757 | displaced_stepping_failed flag, and fall back to an in-line | |
758 | step-over. | |
759 | ||
bfedc46a PA |
760 | 2015-08-07 Pedro Alves <palves@redhat.com> |
761 | ||
762 | * darwin-nat.c (darwin_stop): Rename to ... | |
763 | (darwin_interrupt): ... this. | |
764 | (_initialize_darwin_inferior): Adjust. | |
765 | * gnu-nat.c (gnu_stop): Delete. | |
766 | (gnu_target): Don't install gnu_stop. | |
767 | * inf-ptrace.c (inf_ptrace_stop): Rename to ... | |
768 | (inf_ptrace_interrupt): ... this. | |
769 | (inf_ptrace_target): Adjust. | |
770 | * infcmd.c (interrupt_target_1): Use target_interrupt instead of | |
771 | target_stop. | |
772 | * linux-nat (linux_nat_stop): Rename to ... | |
773 | (linux_nat_interrupt): ... this. | |
774 | (linux_nat_stop): Reimplement. | |
775 | (linux_nat_add_target): Install linux_nat_interrupt. | |
776 | * nto-procfs.c (nto_interrupt_twice): Rename to ... | |
777 | (nto_handle_sigint_twice): ... this. | |
778 | (nto_interrupt): Rename to ... | |
779 | (nto_handle_sigint): ... this. Call target_interrupt instead of | |
780 | target_stop. | |
781 | (procfs_wait): Adjust. | |
782 | (procfs_stop): Rename to ... | |
783 | (procfs_interrupt): ... this. | |
784 | (init_procfs_targets): Adjust. | |
785 | * procfs.c (procfs_stop): Rename to ... | |
786 | (procfs_interrupt): ... this. | |
787 | (procfs_target): Adjust. | |
788 | * remote-m32r-sdi.c (m32r_stop): Rename to ... | |
789 | (m32r_interrupt): ... this. | |
790 | (init_m32r_ops): Adjust. | |
791 | * remote-sim.c (gdbsim_stop_inferior): Rename to ... | |
792 | (gdbsim_interrupt_inferior): ... this. | |
793 | (gdbsim_stop): Rename to ... | |
794 | (gdbsim_interrupt): ... this. | |
795 | (gdbsim_cntrl_c): Adjust. | |
796 | (init_gdbsim_ops): Adjust. | |
797 | * remote.c (sync_remote_interrupt): Adjust comments. | |
798 | (remote_stop_as): Rename to ... | |
799 | (remote_interrupt_as): ... this. | |
800 | (remote_stop): Adjust comment. | |
801 | (remote_interrupt): New function. | |
802 | (init_remote_ops): Install remote_interrupt. | |
803 | * target.c (target_interrupt): New function. | |
804 | * target.h (struct target_ops) <to_interrupt>: New field. | |
805 | (target_interrupt): New declaration. | |
806 | * windows-nat.c (windows_stop): Rename to ... | |
807 | (windows_interrupt): ... this. | |
808 | * target-delegates.c: Regenerate. | |
809 | ||
d55007b5 PA |
810 | 2015-08-07 Pedro Alves <palves@redhat.com> |
811 | ||
812 | * signal-while-stepping-over-bp-other-thread.exp: Expect "restart | |
813 | threads" as alternative to "switching back to stepped thread". | |
814 | ||
fbea99ea PA |
815 | 2015-08-07 Pedro Alves <palves@redhat.com> |
816 | ||
817 | * NEWS: Mention "maint set/show target-non-stop". | |
818 | * breakpoint.c (update_global_location_list): Check | |
819 | target_is_non_stop_p instead of non_stop. | |
820 | * infcmd.c (attach_command_post_wait, attach_command): Likewise. | |
821 | * infrun.c (show_can_use_displaced_stepping) | |
822 | (can_use_displaced_stepping_p, start_step_over_inferior): | |
823 | Likewise. | |
824 | (internal_resume_ptid): New function. | |
825 | (resume): Use it. | |
826 | (proceed): Check target_is_non_stop_p instead of non_stop. If in | |
827 | all-stop mode but the target is always in non-stop mode, start all | |
828 | the other threads that are implicitly resumed too. | |
829 | (for_each_just_stopped_thread, fetch_inferior_event) | |
830 | (adjust_pc_after_break, stop_all_threads): Check | |
831 | target_is_non_stop_p instead of non_stop. | |
832 | (handle_inferior_event): Likewise. Handle detach-fork in all-stop | |
833 | with the target always in non-stop mode. | |
834 | (handle_signal_stop) <random signal>: Check target_is_non_stop_p | |
835 | instead of non_stop. | |
836 | (switch_back_to_stepped_thread): Check target_is_non_stop_p | |
837 | instead of non_stop. | |
838 | (keep_going_stepped_thread): Use internal_resume_ptid. | |
839 | (stop_waiting): If in all-stop mode, and the target is in non-stop | |
840 | mode, stop all threads. | |
841 | (keep_going_pass): Likewise, when starting a new in-line step-over | |
842 | sequence. | |
843 | * linux-nat.c (get_pending_status, select_event_lwp) | |
844 | (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check | |
845 | target_is_non_stop_p instead of non_stop. | |
846 | (linux_nat_always_non_stop_p): New function. | |
847 | (linux_nat_stop): Check target_is_non_stop_p instead of non_stop. | |
848 | (linux_nat_add_target): Install linux_nat_always_non_stop_p. | |
849 | * target-delegates.c: Regenerate. | |
850 | * target.c (target_is_non_stop_p): New function. | |
851 | (target_non_stop_enabled, target_non_stop_enabled_1): New globals. | |
852 | (maint_set_target_non_stop_command) | |
853 | (maint_show_target_non_stop_command): New functions. | |
854 | (_initilize_target): Install "maint set/show target-non-stop" | |
855 | commands. | |
856 | * target.h (struct target_ops) <to_always_non_stop_p>: New field. | |
857 | (target_non_stop_enabled): New declaration. | |
858 | (target_is_non_stop_p): New declaration. | |
859 | ||
372316f1 PA |
860 | 2015-08-07 Pedro Alves <pedro@codesourcery.com> |
861 | ||
862 | * breakpoint.c (breakpoints_should_be_inserted_now): If any thread | |
863 | has a pending status, return true. | |
864 | * gdbthread.h: Include target/waitstatus.h. | |
865 | (struct thread_suspend_state) <stop_reason, waitstatus_pending_p, | |
866 | stop_pc>: New fields. | |
867 | (struct thread_info) <resumed>: New field. | |
868 | (set_resumed): Declare. | |
869 | * infrun.c: Include "event-loop.h". | |
870 | (infrun_async_inferior_event_token, infrun_is_async): New globals. | |
871 | (infrun_async): New function. | |
872 | (clear_step_over_info): Add debug output. | |
873 | (displaced_step_in_progress_any_inferior): New function. | |
874 | (displaced_step_fixup): New returns int. | |
875 | (start_step_over): Handle in-line step-overs too. Assert the | |
876 | thread is marked resumed. | |
877 | (resume_cleanups): Clear the thread's resumed flag. | |
878 | (resume): Set the thread's resumed flag. Return early if the | |
879 | thread has a pending status. Allow stepping a breakpoint with no | |
880 | signal. | |
881 | (proceed): Adjust to check 'resumed' instead of 'executing'. | |
882 | (clear_proceed_status_thread): If the thread has a pending status, | |
883 | and that status is a finished step, discard the pending status. | |
884 | (clear_proceed_status): Don't clear step_over_info here. | |
885 | (random_pending_event_thread, do_target_wait): New functions. | |
886 | (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use | |
887 | do_target_wait. | |
888 | (wait_one): New function. | |
889 | (THREAD_STOPPED_BY): New macro. | |
890 | (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint) | |
891 | (thread_stopped_by_hw_breakpoint): New functions. | |
892 | (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New | |
893 | functions. | |
894 | (handle_inferior_event): Also call set_resumed(false) on all | |
895 | threads implicitly stopped by the event. | |
896 | (restart_threads, resumed_thread_with_pending_status): New | |
897 | functions. | |
898 | (finish_step_over): If we were doing an in-line step-over before, | |
899 | and no longer are after trying to start a new step-over, restart | |
900 | all threads. If we have multiple threads with pending events, | |
901 | save the current event and go through the event loop again. | |
902 | (handle_signal_stop): Return early if finish_step_over returns | |
903 | false. | |
904 | <random signal>: If we get a signal while stepping over a | |
905 | breakpoint in-line in non-stop mode, restart all threads. Clear | |
906 | step_over_info before delivering the signal. | |
907 | (keep_going_stepped_thread): Use internal_error instead of | |
908 | gdb_assert. Mark the thread as resumed. | |
909 | (keep_going_pass_signal): Assert the thread isn't already resumed. | |
910 | If some other thread is doing an in-line step-over, defer the | |
911 | resume. If we just started a new in-line step-over, stop all | |
912 | threads. Don't clear step_over_info. | |
913 | (infrun_async_inferior_event_handler): New function. | |
914 | (_initialize_infrun): Create async event handler with | |
915 | infrun_async_inferior_event_handler as callback. | |
916 | (infrun_async): New declaration. | |
917 | * target.c (target_async): New function. | |
918 | * target.h (target_async): Declare macro and readd as function | |
919 | declaration. | |
920 | * target/waitstatus.h (enum target_stop_reason) | |
921 | <TARGET_STOPPED_BY_SINGLE_STEP>: New value. | |
922 | * thread.c (new_thread): Clear the new waitstatus field. | |
923 | (set_resumed): New function. | |
924 | ||
2ac7589c PA |
925 | 2015-08-07 Pedro Alves <palves@redhat.com> |
926 | ||
927 | * infrun.c (keep_going_stepped_thread): New function, factored out | |
928 | from ... | |
929 | (switch_back_to_stepped_thread): ... here. | |
930 | ||
8b061563 PA |
931 | 2015-08-07 Pedro Alves <palves@redhat.com> |
932 | ||
933 | * infrun.c (currently_stepping): Extend intro comment. | |
934 | * target.h (target_resume): Extend intro comment. | |
935 | ||
1afd5965 PA |
936 | 2015-08-07 Pedro Alves <palves@redhat.com> |
937 | ||
938 | * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead | |
939 | of inferior_ptid. If the stepped thread vanished, return 0 | |
940 | instead of resuming here. Use reset_ecs. Print the prev_pc and | |
941 | the current stop_pc in log message. Clear trap_expected if the | |
942 | thread advanced. Don't pass currently_stepping to | |
943 | do_target_resume. | |
944 | ||
4d9d9d04 PA |
945 | 2015-08-07 Pedro Alves <palves@redhat.com> |
946 | ||
947 | * gdbthread.h (struct thread_info) <prev_pc>: Extend comment. | |
948 | * infrun.c (struct execution_control_state): Move higher up in the | |
949 | file. | |
950 | (reset_ecs): New function. | |
951 | (start_step_over): Now returns int. Rewrite to use | |
952 | keep_going_pass_signal instead of manually starting a displaced step. | |
953 | (resume): Don't call set_running here. If displaced stepping | |
954 | can't start now, clear trap_expected. | |
955 | (find_thread_needs_step_over): Delete function. | |
956 | (proceed): Set up finish_thread_state_cleanup. Call set_running. | |
957 | If the current thread needs a step over, push it in the step-over | |
958 | chain. Don't set insert breakpoints nor call resume directly | |
959 | here. Instead rewrite to use start_step_over and | |
960 | keep_going_pass_signal. | |
961 | (finish_step_over): New function. | |
962 | (handle_signal_stop): Call finish_step_over instead of | |
963 | start_step_over. | |
964 | (switch_back_to_stepped_thread): If the event thread needs another | |
965 | step-over do that first. Use start_step_over. | |
966 | (keep_going_pass_signal): New function, factored out from ... | |
967 | (keep_going): ... here. | |
968 | (_initialize_infrun): Comment moved here. | |
969 | * thread.c (set_running_thread): New function. | |
970 | (set_running, finish_thread_state): Use set_running_thread. | |
971 | ||
c2829269 PA |
972 | 2015-08-07 Pedro Alves <palves@redhat.com> |
973 | ||
974 | * gdbthread.h (struct thread_info) <step_over_prev, | |
975 | step_over_next>: New fields. | |
976 | (thread_step_over_chain_enqueue, thread_step_over_chain_remove) | |
977 | (thread_step_over_chain_next, thread_is_in_step_over_chain): New | |
978 | declarations. | |
979 | * infrun.c (struct displaced_step_request): Delete. | |
980 | (struct displaced_step_inferior_state) <step_request_queue>: | |
981 | Delete field. | |
982 | (displaced_step_prepare): Assert that trap_expected is set. Use | |
983 | thread_step_over_chain_enqueue. Split starting a new displaced | |
984 | step to ... | |
985 | (start_step_over): ... this new function. | |
986 | (resume): Assert the thread isn't waiting for a step over already. | |
987 | (proceed): Assert the thread isn't waiting for a step over | |
988 | already. | |
989 | (infrun_thread_stop_requested): Adjust to remove threads from the | |
990 | embedded step-over chain. | |
991 | (handle_inferior_event) <fork/vfork>: Call start_step_over after | |
992 | displaced_step_fixup. | |
993 | (handle_signal_stop): Call start_step_over after | |
994 | displaced_step_fixup. | |
995 | * infrun.h (step_over_queue_head): New declaration. | |
996 | * thread.c (step_over_chain_enqueue, step_over_chain_remove) | |
997 | (thread_step_over_chain_next, thread_is_in_step_over_chain) | |
998 | (thread_step_over_chain_enqueue) | |
999 | (thread_step_over_chain_remove): New functions. | |
1000 | (delete_thread_1): Remove thread from the step-over chain. | |
1001 | ||
6c4cfb24 PA |
1002 | 2015-08-07 Pedro Alves <palves@redhat.com> |
1003 | ||
1004 | * infrun.c (thread_still_needs_step_over): Rename to ... | |
1005 | (thread_still_needs_step_over_bp): ... this. | |
1006 | (enum step_over_what): New. | |
1007 | (thread_still_needs_step_over): Reimplement. | |
1008 | ||
567420d1 PA |
1009 | 2015-08-07 Pedro Alves <palves@redhat.com> |
1010 | ||
1011 | * remote.c (remote_wait_as): If not waiting for a stop reply, | |
1012 | return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is | |
1013 | requested, don't block waiting forever. | |
1014 | ||
d8dd4d5f PA |
1015 | 2015-08-07 Pedro Alves <pedro@codesourcery.com> |
1016 | ||
1017 | * infrun.c (adjust_pc_after_break): Now takes thread_info and | |
1018 | waitstatus pointers instead of an ecs. Adjust. | |
1019 | (handle_inferior_event): Adjust caller. | |
1020 | ||
e1316e60 PA |
1021 | 2015-08-07 Pedro Alves <palves@redhat.com> |
1022 | ||
1023 | * infrun.c (handle_inferior_event): If we get | |
1024 | TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop | |
1025 | mode, mark all threads of the exiting process as not-executing. | |
1026 | (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or | |
1027 | TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the | |
1028 | exiting process, if inferior_ptid still points at a process. | |
1029 | * thread.c (struct current_thread_cleanup) <next>: New field. | |
1030 | (current_thread_cleanup_chain): New global. | |
1031 | (restore_current_thread_ptid_changed): New function. | |
1032 | (restore_current_thread_cleanup_dtor): Remove the cleanup from the | |
1033 | current_thread_cleanup_chain list. | |
1034 | (make_cleanup_restore_current_thread): Add the cleanup data to the | |
1035 | current_thread_cleanup_chain list. | |
1036 | (_initialize_thread): Install restore_current_thread_ptid_changed | |
1037 | as thread_ptid_changed observer. | |
1038 | ||
47e9c225 JB |
1039 | 2015-08-07 Joel Brobecker <brobecker@adacore.com> |
1040 | ||
1041 | * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF | |
1042 | data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be | |
1043 | smaller than expected. | |
1044 | ||
06096720 AB |
1045 | 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com> |
1046 | ||
1047 | * stack.c (get_frame_language): Moved ... | |
1048 | * frame.c (get_frame_language): ... to here. | |
1049 | * language.h (get_frame_language): Declaration moved to frame.h. | |
1050 | * frame.h: Add language.h include, for language enum. | |
1051 | (get_frame_language): Declaration moved from language.h. | |
1052 | * language.c: Add frame.h include. | |
1053 | * top.c: Add frame.h include. | |
1054 | * symtab.h (struct obj_section): Declare. | |
1055 | (struct cmd_list_element): Declare. | |
1056 | ||
7ff38b1c AB |
1057 | 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com> |
1058 | ||
1059 | * language.c (show_language_command): Find selected frame before | |
1060 | asking for the language of that frame. | |
1061 | (set_language_command): Likewise. | |
1062 | * language.h (get_frame_language): Add frame parameter. | |
1063 | * stack.c (get_frame_language): Add frame parameter, assert | |
1064 | parameter is not NULL, update comment and reindent. | |
1065 | * top.c (check_frame_language_change): Pass the selected frame | |
1066 | into get_frame_language. | |
1067 | ||
da8c46d2 MM |
1068 | 2015-08-07 Markus Metzger <markus.t.metzger@intel.com> |
1069 | ||
1070 | * btrace.c (btrace_compute_ftrace_bts): Clear insn flags. | |
1071 | (pt_btrace_insn_flags): New. | |
1072 | (ftrace_add_pt): Call pt_btrace_insn_flags. | |
1073 | * btrace.h (btrace_insn_flag): New. | |
1074 | (btrace_insn) <flags>: New. | |
1075 | * record-btrace.c (btrace_insn_history): Print insn prefix. | |
1076 | * NEWS: Announce it. | |
1077 | ||
5599c404 MM |
1078 | 2015-08-07 Markus Metzger <markus.t.metzger@intel.com> |
1079 | ||
1080 | * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h | |
1081 | * configure: Regenerate. | |
1082 | ||
016a3251 DD |
1083 | 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com> |
1084 | ||
1085 | * Makefile.in (LIBICONV): Define. | |
1086 | (CLIBS): Add LIBICONV. | |
1087 | * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV. | |
1088 | * configure: Regenerate. | |
1089 | ||
aead7601 SM |
1090 | 2015-08-06 Simon Marchi <simon.marchi@ericsson.com> |
1091 | Pedro Alves <palves@redhat.com> | |
1092 | ||
1093 | * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum. | |
1094 | (arm_set_abi): Likewise. | |
1095 | * ax-general.c (ax_print): Likewise. | |
1096 | * c-exp.y (exp : string_exp): Likewise. | |
1097 | * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise. | |
1098 | (do_compile_dwarf_expr_to_c): Likewise. | |
1099 | * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start): | |
1100 | Likewise. | |
1101 | * dwarf2expr.c (execute_stack_op): Likewise. | |
1102 | * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise. | |
1103 | (disassemble_dwarf_expression): Likewise. | |
1104 | * dwarf2read.c (dwarf2_add_member_fn): Likewise. | |
1105 | (read_array_order): Likewise. | |
1106 | (abbrev_table_read_table): Likewise. | |
1107 | (read_attribute_value): Likewise. | |
1108 | (skip_unknown_opcode): Likewise. | |
1109 | (dwarf_decode_macro_bytes): Likewise. | |
1110 | (dwarf_decode_macros): Likewise. | |
1111 | * eval.c (value_f90_subarray): Likewise. | |
1112 | * guile/scm-param.c (gdbscm_make_parameter): Likewise. | |
1113 | * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise. | |
1114 | * infrun.c (handle_command): Likewise. | |
1115 | * memory-map.c (memory_map_start_memory): Likewise. | |
1116 | * osabi.c (set_osabi): Likewise. | |
1117 | * parse.c (operator_length_standard): Likewise. | |
1118 | * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use | |
1119 | single return point. | |
1120 | * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise. | |
1121 | * python/py-symbol.c (gdbpy_lookup_symbol): Likewise. | |
1122 | (gdbpy_lookup_global_symbol): Likewise. | |
1123 | * record-full.c (record_full_restore): Likewise. | |
1124 | * regcache.c (regcache_register_status): Likewise. | |
1125 | (regcache_raw_read): Likewise. | |
1126 | (regcache_cooked_read): Likewise. | |
1127 | * rs6000-tdep.c (powerpc_set_vector_abi): Likewise. | |
1128 | * symtab.c (initialize_ordinary_address_classes): Likewise. | |
1129 | * target-debug.h (target_debug_print_signals): Likewise. | |
1130 | * utils.c (do_restore_current_language): Likewise. | |
1131 | ||
ca0a5f0b CD |
1132 | 2015-08-06 Clem Dickey <clemd@acm.org> |
1133 | ||
1134 | PR python/17136 | |
1135 | * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo. | |
1136 | ||
05d999b0 SM |
1137 | 2015-08-06 Simon Marchi <simon.marchi@ericsson.com> |
1138 | ||
1139 | * complaints.c (enum complaint_series): Add newlines and remove | |
1140 | out of date comment. | |
1141 | (struct complaints) <series>: Change type to enum | |
1142 | complaint_series and remove out of date comment. | |
1143 | (symfile_complaint_hook): Use equivalent enum value | |
1144 | ISOLATED_MESSAGE instead of 0. | |
1145 | ||
bf47e248 PA |
1146 | 2015-08-06 Pedro Alves <palves@redhat.com> |
1147 | ||
1148 | * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid | |
1149 | returned > 0. | |
1150 | ||
b6b9ffcc PL |
1151 | 2015-08-06 Pierre Langlois <pierre.langlois@arm.com> |
1152 | ||
1153 | * common/agent.c (symbol_list) <required>: Remove. | |
1154 | ||
863d01bd PA |
1155 | 2015-08-06 Pedro Alves <palves@redhat.com> |
1156 | ||
1157 | * target/waitstatus.h (enum target_stop_reason) | |
1158 | <TARGET_STOPPED_BY_SINGLE_STEP>: New value. | |
1159 | ||
0a39bb32 PA |
1160 | 2015-08-05 Pedro Alves <palves@redhat.com> |
1161 | Joel Brobecker <brobecker@adacore.com> | |
1162 | ||
9d996aba | 1163 | * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy> |
0a39bb32 PA |
1164 | <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the |
1165 | case where BS->STOP is not set. | |
1166 | ||
260439cb UW |
1167 | 2015-08-05 Ulrich Weigand <uweigand@de.ibm.com> |
1168 | ||
1169 | * nat/gdb_thread_db.h: Add copyright header. | |
1170 | Protect against multiple inclusion. | |
1171 | ||
d89fa914 YQ |
1172 | 2015-08-05 Yao Qi <yao.qi@linaro.org> |
1173 | ||
1174 | * aarch64-linux-nat.c (get_thread_id): Remove. | |
1175 | (debug_reg_change_callback): Call ptid_get_lwp instead of | |
1176 | get_thread_id. | |
1177 | (fetch_gregs_from_thread): Likewise. | |
1178 | (store_gregs_to_thread): Likewise. | |
1179 | (fetch_fpregs_from_thread): Likewise. | |
1180 | (store_fpregs_to_thread): Likewise. | |
1181 | (aarch64_linux_get_debug_reg_capacity): Likewise. | |
1182 | * arm-linux-nat.c (get_thread_id): Remove. | |
1183 | (GET_THREAD_ID): Update macro to use ptid_get_lwp. | |
1184 | * xtensa-linux-nat.c (get_thread_id): Remove. | |
1185 | (GET_THREAD_ID): Update macro to use ptid_get_lwp. | |
1186 | * arm-linux-nat.c (get_thread_id): Remove. | |
1187 | (GET_THREAD_ID): Remove. | |
1188 | (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID. | |
1189 | (store_fpregs, fetch_regs, store_regs): Likewise. | |
1190 | (fetch_wmmx_regs, store_wmmx_regs): Likewise. | |
1191 | (fetch_vfp_regs, store_vfp_regs): Likewise. | |
1192 | (arm_linux_read_description): Likewise. | |
1193 | (arm_linux_get_hwbp_cap): Likewise. | |
1194 | * xtensa-linux-nat.c (get_thread_id): Remove. | |
1195 | (GET_THREAD_ID): Remove. | |
1196 | (fetch_gregs, store_gregs): Call ptid_get_lwp instead of | |
1197 | GET_THREAD_ID. | |
1198 | ||
4efd80aa CS |
1199 | 2015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch) |
1200 | ||
1201 | * python/py-linetable.c: Fix case of Linetable to LineTable | |
1202 | in docstrings and code comments. | |
1203 | * python/py-symtab.c: Same. | |
1204 | ||
c6343a91 JK |
1205 | 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com> |
1206 | ||
1207 | * infcmd.c (signal_command): Call do_cleanups for args_chain. | |
1208 | ||
978b9495 JK |
1209 | 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com> |
1210 | ||
1211 | PR gdb/18767 | |
1212 | * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS | |
1213 | use. | |
1214 | ||
96e9210f PA |
1215 | 2015-08-04 Pedro Alves <palves@redhat.com> |
1216 | ||
1217 | * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype) | |
1218 | (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype) | |
1219 | (td_ta_event_addr_ftype, td_ta_set_event_ftype) | |
1220 | (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype) | |
1221 | (td_thr_validate_ftype, td_thr_get_info_ftype) | |
1222 | (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype) | |
1223 | (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype): | |
1224 | New typedefs. | |
1225 | * linux-thread-db.c (struct thread_db_info): Use new typedefs. | |
1226 | (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK | |
1227 | local macros and use them instead of verbose_dlsym and dlsym | |
1228 | calls. | |
1229 | ||
af60a1ef SL |
1230 | 2015-08-03 Sandra Loosemore <sandra@codesourcery.com> |
1231 | ||
1232 | * nios2-tdep.h: Include opcode/nios2.h here. | |
1233 | (NIOS2_CDX_OPCODE_SIZE): New. | |
1234 | (struct gdbarch_tdep): Add OP parameter to syscall_next_pc. | |
1235 | * nios2-tdep.c: Don't include opcode/nios2.h here. | |
1236 | (nios2_fetch_insn): For R2, try reading 2-byte instruction if | |
1237 | 4-byte read fails. | |
1238 | (nios2_match_add, nios2_match_sub): Add cases for R2 encodings. | |
1239 | (nios2_match_addi, nios2_match_orhi): Likewise. | |
1240 | (nios2_match_stw, nios2_match_ldw): Likewise. | |
1241 | (nios2_match_rdctl): Likewise. | |
1242 | (nios2_match_stwm, nios2_match_ldwm): New. | |
1243 | (nios2_match_branch): Add cases for R2 encodings. | |
1244 | (nios2_match_jmpi, nios2_match_calli): Likewise. | |
1245 | (nios2_match_jmpr, nios2_match_callr): Likewise. | |
1246 | (nios2_match_break, nios2_match_trap): Likewise. | |
1247 | (nios2_in_epilogue_p): Add R2 support. | |
1248 | (nios2_analyze_prologue): Update comments. Recognize R2 CDX | |
1249 | prologues. | |
1250 | (nios2_breakpoint_from_pc): Handle R2 instructions. | |
1251 | (nios2_get_next_pc): Likewise. Adjust call to | |
1252 | tdep->syscall_next_pc. | |
1253 | * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame): | |
1254 | Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use | |
1255 | instruction field macros instead of literal hex values. | |
1256 | (nios2_r2_linux_rt_sigreturn_tramp_frame): New. | |
1257 | (nios2_linux_syscall_next_pc): Adjust signature to pass OP. | |
1258 | Use size field from OP instead of assuming all instructions | |
1259 | are the same size. | |
1260 | (nios2_linux_init_abi): Register appropriate unwinder for mach. | |
1261 | ||
1da03605 UW |
1262 | 2015-08-03 Ulrich Weigand <uweigand@de.ibm.com> |
1263 | ||
1264 | * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized | |
1265 | variable warning with some compilers. | |
1266 | ||
8156fe7f YQ |
1267 | 2015-08-03 Yao Qi <yao.qi@linaro.org> |
1268 | ||
1269 | * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type" | |
1270 | in comment. Replace "rw" with "type". | |
1271 | (arm_linux_remove_watchpoint): Change type of "rw" to | |
1272 | "enum target_hw_bp_type". | |
1273 | ||
835a09d9 PMR |
1274 | 2015-08-02 Pierre-Marie de Rodat <derodat@adacore.com> |
1275 | ||
1276 | * alpha-mdebug-tdep.c (find_proc_desc): Update call to | |
1277 | lookup_symbol. | |
1278 | * ft32-tdep.c (ft32_skip_prologue): Likewise. | |
1279 | * moxie-tdep.c (moxie_skip_prologue): Likewise. | |
1280 | * mt-tdep.c (mt_skip_prologue): Likewise. | |
1281 | * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise. | |
1282 | ||
d12307c1 PMR |
1283 | 2015-08-01 Pierre-Marie de Rodat <derodat@adacore.com> |
1284 | ||
1285 | * ada-exp.y (write_object_renaming): Replace struct | |
1286 | ada_symbol_info with struct block_symbol. Update field | |
1287 | references accordingly. | |
1288 | (block_lookup, select_possible_type_sym): Likewise. | |
1289 | (find_primitive_type): Likewise. Also update call to | |
1290 | ada_lookup_symbol to extract the symbol itself. | |
1291 | (write_var_or_type, write_name_assoc): Likewise. | |
1292 | * ada-lang.h (struct ada_symbol_info): Remove. | |
1293 | (ada_lookup_symbol_list): Replace struct ada_symbol_info with | |
1294 | struct block_symbol. | |
1295 | (ada_lookup_encoded_symbol, user_select_syms): Likewise. | |
1296 | (ada_lookup_symbol): Return struct block_symbol instead of a | |
1297 | mere symbol. | |
1298 | * ada-lang.c (defns_collected): Replace struct ada_symbol_info | |
1299 | with struct block_symbol. | |
1300 | (resolve_subexp, ada_resolve_function, sort_choices, | |
1301 | user_select_syms, is_nonfunction, add_defn_to_vec, | |
1302 | num_defns_collected, defns_collected, | |
1303 | symbols_are_identical_enums, remove_extra_symbols, | |
1304 | remove_irrelevant_renamings, add_lookup_symbol_list_worker, | |
1305 | ada_lookup_symbol_list, ada_iterate_over_symbols, | |
1306 | ada_lookup_encoded_symbol, get_var_value): Likewise. | |
1307 | (ada_lookup_symbol): Return a block_symbol instead of a mere | |
1308 | symbol. Replace struct ada_symbol_info with struct | |
1309 | block_symbol. | |
1310 | (ada_lookup_symbol_nonlocal): Likewise. | |
1311 | (standard_lookup): Make block passing explicit through | |
1312 | lookup_symbol_in_language. | |
1313 | * ada-tasks.c (get_tcb_types_info): Update the calls to | |
1314 | lookup_symbol_in_language to extract the mere symbol out of the | |
1315 | returned value. | |
1316 | (ada_tasks_inferior_data_sniffer): Likewise. | |
1317 | * ax-gdb.c (gen_static_field): Likewise for the call to | |
1318 | lookup_symbol. | |
a5fdf78a | 1319 | (gen_maybe_namespace_elt): Deal with struct block_symbol from |
d12307c1 PMR |
1320 | lookup functions. |
1321 | (gen_expr): Likewise. | |
1322 | * c-exp.y: Likewise. Remove uses of block_found. | |
1323 | (lex_one_token, classify_inner_name, c_print_token): Likewise. | |
1324 | (classify_name): Likewise. Rename the "sym" local variable to | |
1325 | "bsym". | |
1326 | * c-valprint.c (print_unpacked_pointer): Likewise. | |
1327 | * compile/compile-c-symbols.c (convert_symbol_sym): Promote the | |
1328 | "sym" parameter from struct symbol * to struct block_symbol. | |
1329 | Use it to remove uses of block_found. Deal with struct | |
a5fdf78a | 1330 | block_symbol from lookup functions. |
d12307c1 PMR |
1331 | (gcc_convert_symbol): Likewise. Update the call to |
1332 | convert_symbol_sym. | |
1333 | * compile/compile-object-load.c (compile_object_load): Deal with | |
a5fdf78a | 1334 | struct block_symbol from lookup functions. |
d12307c1 PMR |
1335 | * cp-namespace.c (cp_lookup_nested_symbol_1, |
1336 | cp_lookup_nested_symbol, cp_lookup_bare_symbol, | |
1337 | cp_search_static_and_baseclasses, | |
1338 | cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports, | |
1339 | cp_lookup_symbol_imports_or_template, | |
1340 | cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace, | |
1341 | lookup_namespace_scope, cp_lookup_nonlocal, | |
a5fdf78a PMR |
1342 | find_symbol_in_baseclass): Return struct block_symbol instead of |
1343 | mere symbols and deal with struct block_symbol from lookup | |
d12307c1 PMR |
1344 | functions. |
1345 | * cp-support.c (inspect_type, replace_typedefs, | |
a5fdf78a | 1346 | cp_lookup_rtti_type): Deal with struct block_symbol from |
d12307c1 PMR |
1347 | lookup functions. |
1348 | * cp-support.h (cp_lookup_symbol_nonlocal, | |
1349 | cp_lookup_symbol_from_namespace, | |
1350 | cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol): | |
a5fdf78a | 1351 | Return struct block_symbol instead of mere symbols. |
d12307c1 PMR |
1352 | * d-exp.y (d_type_from_name, d_module_from_name, push_variable, |
1353 | push_module_name): | |
a5fdf78a | 1354 | Deal with struct block_symbol from lookup functions. Remove |
d12307c1 PMR |
1355 | uses of block_found. |
1356 | * eval.c (evaluate_subexp_standard): Update call to | |
1357 | cp_lookup_symbol_namespace. | |
a5fdf78a PMR |
1358 | * f-exp.y: Deal with struct block_symbol from lookup functions. |
1359 | Remove uses of block_found. | |
d12307c1 PMR |
1360 | (yylex): Likewise. |
1361 | * gdbtypes.c (lookup_typename, lookup_struct, lookup_union, | |
1362 | lookup_enum, lookup_template_type, check_typedef): Deal with | |
a5fdf78a | 1363 | struct block_symbol from lookup functions. |
d12307c1 PMR |
1364 | * guile/scm-frame.c (gdbscm_frame_read_var): Likewise. |
1365 | * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise. | |
1366 | (gdbscm_lookup_global_symbol): Likewise. | |
1367 | * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise. | |
1368 | * go-exp.y: Likewise. Remove uses of block_found. | |
1369 | (package_name_p, classify_packaged_name, classify_name): | |
1370 | Likewise. | |
1371 | * infrun.c (insert_exception_resume_breakpoint): Likewise. | |
1372 | * jv-exp.y (push_variable): Likewise. | |
1373 | * jv-lang.c (java_lookup_class, get_java_object_type): Likewise. | |
1374 | * language.c (language_bool_type): Likewise. | |
1375 | * language.h (struct language_defn): Update | |
a5fdf78a PMR |
1376 | la_lookup_symbol_nonlocal to return a struct block_symbol rather |
1377 | than a mere symbol. | |
1378 | * linespec.c (find_label_symbols): Deal with struct block_symbol | |
1379 | from lookup functions. | |
d12307c1 PMR |
1380 | * m2-exp.y: Likewise. Remove uses of block_found. |
1381 | (yylex): Likewise. | |
1382 | * mi/mi-cmd-stack.c (list_args_or_locals): Likewise. | |
1383 | * objc-lang.c (lookup_struct_typedef, find_imps): Likewise. | |
1384 | * p-exp.y: Likewise. Remove uses of block_found. | |
1385 | (yylex): Likewise. | |
1386 | * p-valprint.c (pascal_val_print): Likewise. | |
1387 | * parse.c (write_dollar_variable): Likewise. Remove uses of | |
1388 | block_found. | |
1389 | * parser-defs.h (struct symtoken): Turn the SYM field into a | |
a5fdf78a PMR |
1390 | struct block_symbol. |
1391 | * printcmd.c (address_info): Deal with struct block_symbol from | |
1392 | lookup functions. | |
d12307c1 PMR |
1393 | * python/py-frame.c (frapy_read_var): Likewise. |
1394 | * python/py-symbol.c (gdbpy_lookup_symbol, | |
1395 | gdbpy_lookup_global_symbol): Likewise. | |
1396 | * skip.c (skip_function_command): Likewise. | |
1397 | * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct | |
a5fdf78a | 1398 | block_symbol instead of a mere symbol. |
d12307c1 PMR |
1399 | * solib-spu.c (spu_lookup_lib_symbol): Likewise. |
1400 | * solib-svr4.c (elf_lookup_lib_symbol): Likewise. | |
1401 | * solib.c (solib_global_lookup): Likewise. | |
1402 | * solist.h (solib_global_lookup): Likewise. | |
1403 | (struct target_so_ops): Update lookup_lib_global_symbol to | |
a5fdf78a PMR |
1404 | return a struct block_symbol rather than a mere symbol. |
1405 | * source.c (select_source_symtab): Deal with struct block_symbol | |
1406 | from lookup functions. | |
d12307c1 PMR |
1407 | * stack.c (print_frame_args, iterate_over_block_arg_vars): |
1408 | Likewise. | |
1409 | * symfile.c (set_initial_language): Likewise. | |
1410 | * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct | |
a5fdf78a | 1411 | block_symbol. |
d12307c1 PMR |
1412 | (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro. |
1413 | (struct symbol_cache_slot): Turn the FOUND field into a struct | |
a5fdf78a | 1414 | block_symbol. |
d12307c1 | 1415 | (block_found): Remove. |
a5fdf78a | 1416 | (eq_symbol_entry): Update to deal with struct block_symbol in |
d12307c1 | 1417 | cache slots. |
a5fdf78a PMR |
1418 | (symbol_cache_lookup): Return a struct block_symbol rather than |
1419 | a mere symbol. | |
d12307c1 PMR |
1420 | (symbol_cache_mark_found): Add a BLOCK parameter to fill |
1421 | appropriately the cache slots. Update callers. | |
1422 | (symbol_cache_dump): Update cache slots handling to the type | |
1423 | change. | |
1424 | (lookup_symbol_in_language, lookup_symbol, lookup_language_this, | |
1425 | lookup_symbol_aux, lookup_local_symbol, | |
1426 | lookup_symbol_in_objfile, lookup_global_symbol_from_objfile, | |
1427 | lookup_symbol_in_objfile_symtabs, | |
1428 | lookup_symbol_in_objfile_from_linkage_name, | |
1429 | lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal, | |
1430 | lookup_symbol_in_static_block, lookup_static_symbol, | |
1431 | lookup_global_symbol): | |
a5fdf78a PMR |
1432 | Return a struct block_symbol rather than a mere symbol. Deal |
1433 | with struct block_symbol from other lookup functions. Remove | |
d12307c1 PMR |
1434 | uses of block_found. |
1435 | (lookup_symbol_in_block): Remove uses of block_found. | |
1436 | (struct global_sym_lookup_data): Turn the RESULT field into a | |
a5fdf78a | 1437 | struct block_symbol. |
d12307c1 PMR |
1438 | (lookup_symbol_global_iterator_cb): Update references to the |
1439 | RESULT field. | |
a5fdf78a | 1440 | (search_symbols): Deal with struct block_symbol from lookup |
d12307c1 | 1441 | functions. |
a5fdf78a | 1442 | * symtab.h (struct block_symbol): New structure. |
d12307c1 PMR |
1443 | (block_found): Remove. |
1444 | (lookup_symbol_in_language, lookup_symbol, | |
1445 | basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block, | |
a5fdf78a PMR |
1446 | lookup_static_symbol, lookup_global_symbol, lookup_language_this, |
1447 | lookup_global_symbol_from_objfile): Return a struct block_symbol | |
1448 | rather than just a mere symbol. Update comments to remove | |
1449 | mentions of block_found. | |
d12307c1 PMR |
1450 | * valops.c (find_function_in_inferior, |
1451 | value_struct_elt_for_reference, value_maybe_namespace_elt, | |
a5fdf78a | 1452 | value_of_this): Deal with struct block_symbol from lookup |
d12307c1 PMR |
1453 | functions. |
1454 | * value.c (value_static_field, value_fn_field): Likewise. | |
1455 | ||
b1c59ddc SM |
1456 | 2015-07-31 Simon Marchi <simon.marchi@ericsson.com> |
1457 | ||
1458 | * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type | |
1459 | instead of integer. | |
1460 | ||
f486487f | 1461 | 2015-07-31 Simon Marchi <simon.marchi@ericsson.com> |
84da3f0c | 1462 | Pedro Alves <palves@redhat.com> |
f486487f SM |
1463 | |
1464 | * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum | |
1465 | type or value instead of integer. | |
1466 | (aarch64_linux_insert_watchpoint): Likewise. | |
1467 | (aarch64_linux_remove_watchpoint): Likewise. | |
1468 | * ada-lang.c (ada_op_print_tab): Likewise. | |
1469 | * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise. | |
1470 | (amd64_linux_syscall_record_common): Likewise. | |
1471 | * arch-utils.c (target_byte_order_user): Likewise. | |
1472 | (default_byte_order): Likewise. | |
1473 | * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise. | |
1474 | (arm_linux_get_hwbp_type): Likewise. | |
1475 | (arm_linux_hw_watchpoint_initialize): Likewise. | |
1476 | (arm_linux_insert_watchpoint): Likewise. | |
1477 | * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise. | |
1478 | (arm_linux_syscall_record): Likewise. | |
1479 | * breakpoint.c (update_watchpoint): Likewise. | |
1480 | (breakpoint_here_p): Likewise. | |
1481 | (bpstat_print): Likewise. | |
1482 | (enable_breakpoint_disp): Likewise. | |
1483 | * c-lang.c (c_op_print_tab): Likewise. | |
1484 | * cli/cli-decode.c (add_info_alias): Likewise. | |
1485 | * d-lang.c (d_op_print_tab): Likewise. | |
1486 | * eval.c (evaluate_subexp_standard): Likewise. | |
1487 | * f-exp.y (dot_ops): Likewise. | |
1488 | (f77_keywords): Likewise. | |
1489 | * f-lang.c (f_op_print_tab): Likewise. | |
1490 | * go-lang.c (go_op_print_tab): Likewise. | |
1491 | * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise. | |
1492 | * guile/scm-cmd.c (gdbscm_make_command): Likewise. | |
1493 | * guile/scm-param.c (gdbscm_make_parameter): Likewise. | |
1494 | * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise. | |
1495 | * guile/scm-string.c (struct scm_to_stringn_data): Likewise. | |
1496 | (struct scm_from_stringn_data): Likewise. | |
1497 | * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise. | |
1498 | * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise. | |
1499 | (ia64_linux_remove_watchpoint): Likewise. | |
1500 | (ia64_linux_can_use_hw_breakpoint): Likewise. | |
1501 | * infrun.c (print_stop_event): Likewise. | |
1502 | * jv-lang.c (java_op_print_tab): Likewise. | |
1503 | * linux-nat.c (linux_proc_xfer_partial): Likewise. | |
1504 | * linux-nat.h (struct lwp_info): Likewise. | |
1505 | * linux-thread-db.c (enable_thread_event): Likewise. | |
1506 | * m2-lang.c (m2_op_print_tab): Likewise. | |
1507 | * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise. | |
1508 | (mi_cmd_stack_list_variables): Likewise. | |
1509 | * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise. | |
1510 | * mi/mi-out.c (mi_table_begin): Likewise. | |
1511 | (mi_table_header): Likewise. | |
1512 | * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise. | |
1513 | (mips_linux_insert_watchpoint): Likewise. | |
1514 | (mips_linux_remove_watchpoint): Likewise. | |
1515 | * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise. | |
1516 | * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise. | |
1517 | (mips_linux_watch_type_to_irw): Likewise. | |
1518 | * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise. | |
1519 | (procfs_insert_hw_watchpoint): Likewise. | |
1520 | (procfs_remove_hw_watchpoint): Likewise. | |
1521 | (procfs_hw_watchpoint): Likewise. | |
1522 | (procfs_can_use_hw_breakpoint): Likewise. | |
1523 | (procfs_remove_hw_watchpoint): Likewise. | |
1524 | (procfs_insert_hw_watchpoint): Likewise. | |
1525 | * p-lang.c (pascal_op_print_tab): Likewise. | |
1526 | * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise. | |
1527 | * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise. | |
1528 | * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise. | |
1529 | * procfs.c (procfs_can_use_hw_breakpoint): Likewise. | |
1530 | (procfs_insert_watchpoint): Likewise. | |
1531 | (procfs_remove_watchpoint): Likewise. | |
1532 | * psymtab.c (recursively_search_psymtabs): Likewise. | |
1533 | * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise. | |
1534 | (m32r_insert_watchpoint): Likewise. | |
1535 | * remote-mips.c (mips_can_use_watchpoint): Likewise. | |
1536 | (mips_insert_watchpoint): Likewise. | |
1537 | (mips_remove_watchpoint): Likewise. | |
1538 | * remote.c (watchpoint_to_Z_packet): Likewise. | |
1539 | (remote_insert_watchpoint): Likewise. | |
1540 | (remote_remove_watchpoint): Likewise. | |
1541 | (remote_check_watch_resources): Likewise. | |
1542 | * s390-linux-nat.c (s390_insert_watchpoint): Likewise. | |
1543 | (s390_remove_watchpoint): Likewise. | |
1544 | (s390_can_use_hw_breakpoint): Likewise. | |
1545 | * s390-linux-tdep.c (s390_gdbarch_init): Likewise. | |
1546 | * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise. | |
1547 | * target.h (struct target_ops): Likewise. | |
1548 | * tilegx-tdep.c (tilegx_analyze_prologue): Likewise. | |
1549 | * ui-out.c (struct ui_out_hdr): Likewise. | |
1550 | (append_header_to_list): Likewise. | |
1551 | (get_next_header): Likewise. | |
1552 | (verify_field): Likewise. | |
1553 | (ui_out_begin): Likewise. | |
1554 | (ui_out_field_int): Likewise. | |
1555 | (ui_out_field_fmt_int): Likewise. | |
1556 | (ui_out_field_skip): Likewise. | |
1557 | (ui_out_field_string): Likewise. | |
1558 | (ui_out_field_fmt): Likewise. | |
1559 | * varobj.c (new_variable): Likewise. | |
1560 | * x86-nat.c (x86_insert_watchpoint): Likewise. | |
1561 | (x86_remove_watchpoint): Likewise. | |
1562 | (x86_can_use_hw_breakpoint): Likewise. | |
1563 | * xtensa-tdep.h (struct gdbarch_tdep): Likewise. | |
1564 | * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to | |
1565 | previously anonymous enumeration type.. | |
1566 | * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall | |
1567 | value. | |
1568 | * target-debug.h (target_debug_print_enum_target_hw_bp_type): New. | |
1569 | (target_debug_print_enum_bptype): New. | |
1570 | * target-delegates.c: Regenerate. | |
1571 | ||
e1b5381f SL |
1572 | 2015-07-30 Sandra Loosemore <sandra@codesourcery.com> |
1573 | ||
1574 | * nios2-tdep.c (nios2_analyze_prologue): Do what the comment | |
1575 | already says and disallow non-stack memory writes in the prologue. | |
1576 | ||
9aaf8e3a SL |
1577 | 2015-07-30 Sandra Loosemore <sandra@codesourcery.com> |
1578 | ||
1579 | * nios2-tdep.c (nios2_analyze_prologue): Update comments to | |
1580 | reflect how current GCC emits stack overflow checks. Match | |
1581 | both trap and break instructions for backward compatbility. | |
1582 | Disallow other trap and break instructions in the prologue. | |
1583 | ||
69dde7dc PA |
1584 | 2015-07-30 Pedro Alves <palves@redhat.com> |
1585 | ||
1586 | PR threads/18600 | |
1587 | * linux-nat.c (wait_lwp): Report to the core when thread group | |
1588 | leader exits. | |
1589 | ||
4dd63d48 PA |
1590 | 2015-07-30 Pedro Alves <palves@redhat.com> |
1591 | Simon Marchi <simon.marchi@ericsson.com> | |
1592 | ||
1593 | PR threads/18600 | |
1594 | * linux-nat.c (linux_handle_extended_wait): On CLONE event, always | |
1595 | mark the new thread as resumed. Remove STOPPING parameter. | |
1596 | (wait_lwp): Adjust call to linux_handle_extended_wait. | |
1597 | (linux_nat_filter_event): Adjust call to | |
1598 | linux_handle_extended_wait. | |
1599 | (resume_stopped_resumed_lwps): Add debug output. | |
1600 | ||
6b940e6a PL |
1601 | 2015-07-30 Pierre Langlois <pierre.langlois@arm.com> |
1602 | ||
1603 | * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused | |
1604 | isize argument. | |
1605 | * arch-utils.h (default_fast_tracepoint_valid_at): Likewise. | |
1606 | * breakpoint.c (check_fast_tracepoint_sals): Adjust call to | |
1607 | gdbarch_fast_tracepoint_valid_at. | |
1608 | * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument. | |
1609 | * gdbarch.h: Regenerate. | |
1610 | * gdbarch.c: Regenerate. | |
1611 | * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize | |
1612 | argument. Do not set it. | |
1613 | * remote.c (remote_download_tracepoint): Adjust call to | |
1614 | gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get | |
1615 | the instruction length. | |
1616 | ||
ec741292 YQ |
1617 | 2015-07-30 Yao Qi <yao.qi@linaro.org> |
1618 | ||
1619 | * arm-tdep.h (enum gdb_regnum): Move it to ... | |
1620 | * arch/arm.h: ... here. New file. | |
1621 | * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h. | |
1622 | ||
0ea6402e PL |
1623 | 2015-07-30 Pierre Langlois <pierre.langlois@arm.com> |
1624 | ||
1625 | * aarch64-tdep.c (decode_b): Rename link argument to is_bl. | |
1626 | Change its type to int *. | |
1627 | (decode_br): Rename link argument to is_blr. Change its type to | |
1628 | int *. | |
1629 | (decode_cb): Rename op argument to is_cbnz. Change its type to | |
1630 | int *. | |
1631 | (decode_tb): Rename op argument to is_tbnz. Change its type to | |
1632 | int *. Set is_tbnz to either 1 or 0. | |
1633 | (aarch64_analyze_prologue): Change type of is_link to int. Add | |
1634 | new variables is_cbnz and is_tbnz. Adjust call to | |
1635 | aarch64_decode_cb and aarch64_decode_tb. | |
1636 | ||
aa58a496 SM |
1637 | 2015-07-29 Simon Marchi <simon.marchi@ericsson.com> |
1638 | ||
1639 | * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th | |
1640 | parameter. | |
1641 | (mips_linux_new_thread): Likewise. | |
1642 | * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise. | |
1643 | ||
18206ca3 PP |
1644 | 2015-07-29 Patrick Palka <patrick@parcs.ath.cx> |
1645 | ||
1646 | * top.c: Include "tui/tui.h". | |
1647 | (undo_terminal_modifications_before_exit): New static function. | |
1648 | (quit_force): Use it. | |
1649 | ||
7afa63c6 PP |
1650 | 2015-07-29 Patrick Palka <patrick@parcs.ath.cx> |
1651 | ||
1652 | * target.c (terminal_state): Initialize to terminal_is_ours. | |
1653 | ||
cc9f16aa YQ |
1654 | 2015-07-29 Yao Qi <yao.qi@linaro.org> |
1655 | ||
1656 | PR record/18691 | |
1657 | * dcache.c (dcache_read_memory_partial): Call | |
1658 | raw_memory_xfer_partial. | |
1659 | * target.c (raw_memory_xfer_partial): Make it non-static. | |
1660 | * target.h (raw_memory_xfer_partial): Declare. | |
1661 | ||
3ae385af SM |
1662 | 2015-07-28 Simon Marchi <simon.marchi@ericsson.com> |
1663 | ||
1664 | * c-valprint.c (c_val_print_array): Consider addressable memory | |
1665 | unit size. | |
1666 | (c_val_print_ptr): Likewise. | |
1667 | (c_val_print_int): Likewise. | |
1668 | * findvar.c (read_frame_register_value): Likewise. | |
1669 | * valarith.c (find_size_for_pointer_math): Likewise. | |
1670 | (value_ptrdiff): Likewise. | |
1671 | (value_subscripted_rvalue): Likewise. | |
1672 | * valops.c (read_value_memory): Likewise (and rename variables). | |
1673 | (value_assign): Likewise. | |
1674 | (value_repeat): Likewise. | |
1675 | (value_array): Likewise. | |
1676 | (value_slice): Likewise. | |
1677 | * valprint.c (generic_val_print_ptr): Likewise. | |
1678 | (generic_val_print_enum): Likewise. | |
1679 | (generic_val_print_bool): Likewise. | |
1680 | (generic_val_print_int): Likewise. | |
1681 | (generic_val_print_char): Likewise. | |
1682 | (generic_val_print_float): Likewise. | |
1683 | (generic_val_print_decfloat): Likewise. | |
1684 | (generic_val_print_complex): Likewise. | |
1685 | (val_print_scalar_formatted): Likewise. | |
1686 | (val_print_array_elements): Likewise. | |
1687 | * value.c (set_value_parent): Likewise. | |
1688 | (value_contents_copy_raw): Likewise. | |
1689 | (set_internalvar_component): Likewise. | |
1690 | (value_primitive_field): Likewise. | |
1691 | (value_fetch_lazy): Likewise. | |
1692 | * value.h (read_value_memory): Update comment. | |
1693 | ||
e512cdbd SM |
1694 | 2015-07-28 Simon Marchi <simon.marchi@ericsson.com> |
1695 | ||
1696 | * value.c (get_value_arch): New function. | |
1697 | * value.h (get_value_arch): New declaration. | |
1698 | ||
3723fda8 SM |
1699 | 2015-07-28 Simon Marchi <simon.marchi@ericsson.com> |
1700 | ||
1701 | * value.c (struct value): Update comments. | |
1702 | ||
2e056931 SM |
1703 | 2015-07-28 Simon Marchi <simon.marchi@ericsson.com> |
1704 | ||
1705 | * gdbtypes.c (type_length_units): New function. | |
1706 | * gdbtypes.h (type_length_units): New declaration. | |
1707 | (struct type) <length>: Update comment. | |
1708 | ||
0c87c0bf SM |
1709 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
1710 | ||
1711 | * valprint.c (generic_val_print): Factor out complex | |
1712 | printing code to ... | |
1713 | (generic_val_print_complex): ... this new function. | |
1714 | ||
9550ae5e SM |
1715 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
1716 | ||
1717 | * valprint.c (generic_val_print): Factor out decfloat | |
1718 | printing code to ... | |
1719 | (generic_val_print_decfloat): ... this new function. | |
1720 | ||
7784724b SM |
1721 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
1722 | ||
1723 | * valprint.c (generic_val_print): Factor out float | |
1724 | printing code to ... | |
1725 | (generic_val_print_float): ... this new function. | |
1726 | ||
385f5aff SM |
1727 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
1728 | ||
1729 | * valprint.c (generic_val_print): Factor out char | |
1730 | printing code to ... | |
1731 | (generic_val_print_char): ... this new function. | |
1732 | ||
b21b6342 SM |
1733 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
1734 | ||
1735 | * valprint.c (generic_val_print): Factor out integer | |
1736 | printing code to ... | |
1737 | (generic_val_print_int): ... this new function. | |
1738 | ||
e5bead4b SM |
1739 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
1740 | ||
1741 | * valprint.c (generic_val_print): Factor out bool | |
1742 | printing code to ... | |
1743 | (generic_val_print_bool): ... this new function. | |
1744 | ||
4a8c372f SM |
1745 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
1746 | ||
1747 | * valprint.c (generic_val_print): Factor out function/method | |
1748 | printing code to ... | |
1749 | (generic_val_print_func): ... this new function. | |
1750 | ||
d93880bd SM |
1751 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
1752 | ||
1753 | * valprint.c (generic_val_print): Factor out flags | |
1754 | printing code to ... | |
1755 | (generic_val_print_flags): ... this new function. | |
1756 | ||
ef0bc0dd SM |
1757 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
1758 | ||
1759 | * valprint.c (generic_val_print): Factor out enum | |
1760 | printing code to ... | |
1761 | (generic_val_print_enum): ... this new function. | |
1762 | ||
fe43fede SM |
1763 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
1764 | ||
1765 | * valprint.c (generic_val_print): Factor out reference | |
1766 | printing code to ... | |
1767 | (generic_val_print_ref): ... this new function. | |
1768 | ||
45000ea2 SM |
1769 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
1770 | ||
1771 | * valprint.c (generic_val_print): Factor out memberptr | |
1772 | printing code to ... | |
1773 | (generic_val_print_memberptr): ... this new function. | |
1774 | ||
81eb921a SM |
1775 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
1776 | ||
1777 | * valprint.c (generic_val_print): Factor out pointer | |
1778 | printing code to ... | |
1779 | (generic_val_print_ptr): ... this new function. | |
1780 | ||
557dbe8a SM |
1781 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
1782 | ||
1783 | * valprint.c (generic_val_print): Factor out array | |
1784 | printing code to ... | |
1785 | (generic_val_print_array): ... this new function. | |
1786 | ||
9f436164 SM |
1787 | 2015-07-27 Simon Marchi <simon.marchi@ericsson.com> |
1788 | ||
1789 | * valprint.c (generic_val_print): Factor out | |
1790 | print_unpacked_pointer code to ... | |
1791 | (print_unpacked_pointer): ... this new function. | |
1792 | ||
077836f7 PP |
1793 | 2015-07-27 Patrick Palka <patrick@parcs.ath.cx> |
1794 | ||
1795 | * event-top.c (handle_sigterm): Don't inspect | |
1796 | target_can_async_p. Always set the quit flag and always mark | |
1797 | the async signal handler. | |
1798 | ||
3a60804f YQ |
1799 | 2015-07-27 Yao Qi <yao.qi@linaro.org> |
1800 | ||
1801 | * Makefile.in (REMOTE_EXAMPLES): Remove it. | |
1802 | ||
c9f35b34 KB |
1803 | 2015-07-25 Kevin Buettner <kevinb@redhat.com> |
1804 | ||
1805 | * remote.c (read_ptid): Return null_ptid when no thread id | |
1806 | is found. | |
1807 | (remote_current_thread): Add log warning for malformed | |
1808 | qC reply. | |
1809 | (remote_start_remote): Add log warning when current thread | |
1810 | not found. | |
1811 | ||
2b4cab86 PA |
1812 | 2015-07-24 Pedro Alves <palves@redhat.com> |
1813 | ||
1814 | * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs) | |
1815 | (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as | |
1816 | forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA. | |
1817 | ||
77598427 PA |
1818 | 2015-07-24 Pedro Alves <palves@redhat.com> |
1819 | ||
1820 | PR gdb/18717 | |
1821 | * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp | |
1822 | is resumed, and extend the debug log. | |
1823 | ||
fe23c31f PA |
1824 | 2015-07-24 Pedro Alves <palves@redhat.com> |
1825 | ||
1826 | * fork-child.c (fork_inferior): Print argv[0] instead of exec_file. | |
1827 | ||
5826e159 PA |
1828 | 2015-07-24 Pedro Alves <palves@redhat.com> |
1829 | ||
1830 | * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of | |
1831 | sys/ptrace.h. | |
1832 | * alpha-linux-nat.c: Likewise. | |
1833 | * amd64-linux-nat.c: Likewise. | |
1834 | * arm-linux-nat.c: Likewise. | |
1835 | * hppa-linux-nat.c: Likewise. | |
1836 | * i386-linux-nat.c: Likewise. | |
1837 | * ia64-linux-nat.c: Likewise. | |
1838 | * linux-fork.c: Likewise. | |
1839 | * linux-nat.c: Likewise. | |
1840 | * m32r-linux-nat.c: Likewise. | |
1841 | * m68klinux-nat.c: Likewise. | |
1842 | * mips-linux-nat.c: Likewise. | |
1843 | * nat/linux-btrace.c: Likewise. | |
1844 | * nat/linux-ptrace.c: Likewise. | |
1845 | * nat/linux-ptrace.h | |
1846 | * nat/mips-linux-watch.c: Likewise. | |
1847 | * nat/x86-linux-dregs.c: Likewise. | |
1848 | * ppc-linux-nat.c: Likewise. | |
1849 | * s390-linux-nat.c: Likewise. | |
1850 | * spu-linux-nat.c: Likewise. | |
1851 | * tilegx-linux-nat.c: Likewise. | |
1852 | * x86-linux-nat.c: Likewise. | |
1853 | * xtensa-linux-nat.c: Likewise. | |
1854 | ||
54019719 PA |
1855 | 2015-07-24 Pedro Alves <palves@redhat.com> |
1856 | ||
1857 | * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum | |
1858 | __ptrace_request as first parameter type instead of int. | |
1859 | (PTRACE_TYPE_ARG1): Define. | |
1860 | * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper | |
1861 | that casts first argument to PTRACE_TYPE_ARG1. | |
1862 | * config.in: Regenerate. | |
1863 | * configure: Regenerate. | |
1864 | ||
e3790375 PA |
1865 | 2015-07-24 Pedro Alves <palves@redhat.com> |
1866 | ||
1867 | * gdb_ptrace.h: Move ... | |
1868 | * nat/gdb_ptrace.h: ... here. | |
1869 | * inf-ptrace.c: Adjust. | |
1870 | ||
eb7aa561 PA |
1871 | 2015-07-24 Pedro Alves <palves@redhat.com> |
1872 | ||
1873 | * acinclude.m4: Include ptrace.m4. | |
1874 | * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ... | |
1875 | * ptrace.m4: ... to this new file. | |
1876 | ||
cc12ce38 DE |
1877 | 2015-07-23 Doug Evans <dje@google.com> |
1878 | ||
1879 | * dwarf2read.c (dwarf2_per_cu_data): Add comment. | |
1880 | (load_cu): Handle dummy CUs. | |
1881 | (dw2_do_instantiate_symtab, process_queuef): Ditto. | |
1882 | (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto. | |
1883 | ||
7b849db4 CS |
1884 | 2015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch) |
1885 | ||
1886 | * py-linetable.c (ltpy_get_all_source_lines): Adjust function | |
1887 | documentation to say that it returns a list rather than | |
1888 | a FrozenSet. | |
1889 | (linetable_object_methods): Update the docstring of the | |
1890 | "source_line" entry. | |
1891 | ||
d0d84780 PMR |
1892 | 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com> |
1893 | ||
1894 | * gdbtypes.c (resolve_dynamic_array): Pass the peeled element | |
1895 | type to the recursive call instead of the original (maybe | |
1896 | TYPE_CODE_TYPEDEF) type. | |
1897 | ||
c2fbdc59 YQ |
1898 | 2015-07-23 Yao Qi <yao.qi@linaro.org> |
1899 | ||
1900 | * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If | |
1901 | TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero. | |
1902 | If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero. | |
1903 | ||
af1b22f3 YQ |
1904 | 2015-07-21 Yao Qi <yao.qi@linaro.org> |
1905 | ||
1906 | * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): | |
1907 | Move it to nat/aarch64-linux-hw-point.c. | |
1908 | (aarch64_linux_child_post_startup_inferior): Update. | |
1909 | * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity): | |
1910 | New function. | |
1911 | * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity): | |
1912 | Declare it. | |
1913 | ||
40e050d2 MM |
1914 | 2015-07-21 Markus Metzger <markus.t.metzger@intel.com> |
1915 | ||
1916 | * common/btrace-common.c (btrace_data_append): Change case label. | |
1917 | ||
3675a06a YQ |
1918 | 2015-07-20 Yao Qi <yao.qi@linaro.org> |
1919 | ||
1920 | * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint): | |
1921 | Re-indent the code. | |
1922 | * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than | |
1923 | "unsigned long long". | |
1924 | ||
b4e1fd61 KB |
1925 | 2015-07-18 Kevin Buettner <kevinb@redhat.com> |
1926 | ||
1927 | * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero | |
1928 | to be set for SEC_ALLOC sections too. | |
1929 | ||
554717a3 YQ |
1930 | 2015-07-17 Yao Qi <yao.qi@linaro.org> |
1931 | ||
1932 | * Makefile.in (HFILES_NO_SRCDIR): Add | |
1933 | nat/aarch64-linux-hw-point.h. | |
1934 | (aarch64-linux-hw-point.o): New rule. | |
1935 | * nat/aarch64-linux-hw-point.h: New file. | |
1936 | * nat/aarch64-linux-hw-point.c: New file. | |
1937 | * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h. | |
1938 | (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h. | |
1939 | (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise. | |
1940 | (AARCH64_HWP_ALIGNMENT): Likewise. | |
1941 | (AARCH64_HWP_MAX_LEN_PER_REG): Likewise. | |
1942 | (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise. | |
1943 | (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise. | |
1944 | (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise. | |
1945 | (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise. | |
1946 | (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise. | |
1947 | (struct aarch64_debug_reg_state): Likewise. | |
1948 | (struct arch_lwp_info): Likewise. | |
1949 | (aarch64_linux_set_debug_regs): Likewise. | |
1950 | (aarch64_notify_debug_reg_change): Remove static. | |
1951 | (aarch64_align_watchpoint): Likewise. | |
1952 | (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise. | |
1953 | (aarch64_watchpoint_length): Likewise. | |
1954 | (aarch64_point_encode_ctrl_reg): Likewise | |
1955 | (aarch64_point_is_aligned): Likewise. | |
1956 | (aarch64_dr_state_insert_one_point): Likewise. | |
1957 | (aarch64_dr_state_remove_one_point): Likewise. | |
1958 | (aarch64_handle_breakpoint): Likewise. | |
1959 | (aarch64_handle_aligned_watchpoint): Likewise. | |
1960 | (aarch64_handle_unaligned_watchpoint): Likewise. | |
1961 | (aarch64_handle_watchpoint): Likewise. | |
1962 | * config/aarch64/linux.mh (NAT_FILE): Add | |
1963 | aarch64-linux-hw-point.o. | |
1964 | ||
c67ca4de YQ |
1965 | 2015-07-17 Yao Qi <yao.qi@linaro.org> |
1966 | ||
1967 | * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument | |
1968 | state and don't call aarch64_get_debug_reg_state. All callers | |
1969 | update. | |
1970 | (aarch64_linux_insert_hw_breakpoint): Call | |
1971 | aarch64_get_debug_reg_state earlier. | |
1972 | (aarch64_linux_remove_hw_breakpoint): Likewise. | |
1973 | (aarch64_handle_aligned_watchpoint): Add argument state and | |
1974 | don't call aarch64_get_debug_reg_state. All callers update. | |
1975 | (aarch64_handle_unaligned_watchpoint): Likewise. | |
1976 | (aarch64_handle_watchpoint): Add argument state. | |
1977 | (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state | |
1978 | earlier. | |
1979 | (aarch64_linux_remove_watchpoint): Likewise. | |
1980 | ||
25abf979 YQ |
1981 | 2015-07-17 Yao Qi <yao.qi@linaro.org> |
1982 | ||
1983 | * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use | |
1984 | debug_printf. | |
1985 | (aarch64_handle_unaligned_watchpoint): Likewise. | |
1986 | ||
2ecd81c2 YQ |
1987 | 2015-07-17 Yao Qi <yao.qi@linaro.org> |
1988 | ||
1989 | * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change | |
1990 | argument type's type to 'enum target_hw_bp_type'. | |
1991 | (aarch64_dr_state_remove_one_point): Likewise. | |
1992 | (aarch64_handle_breakpoint): Likewise. | |
1993 | (aarch64_linux_insert_hw_breakpoint): Likewise. | |
1994 | (aarch64_linux_remove_hw_breakpoint): Likewise. | |
1995 | (aarch64_handle_aligned_watchpoint): Likewise. | |
1996 | ||
e53b6938 YQ |
1997 | 2015-07-17 Yao Qi <yao.qi@linaro.org> |
1998 | ||
1999 | * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call | |
2000 | ptid_get_pid instead of get_thread_id. | |
2001 | ||
6a49a997 YQ |
2002 | 2015-07-17 Yao Qi <yao.qi@linaro.org> |
2003 | ||
2004 | * remote.c (get_current_thread): Initialise ptid to null_ptid. | |
2005 | (add_current_inferior_and_thread): Don't initialise ptid. | |
2006 | ||
4bcddace PL |
2007 | 2015-07-16 Pierre Langlois <pierre.langlois@arm.com> |
2008 | ||
2009 | * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as | |
2010 | unavailable if invalid. | |
2011 | ||
db1ff28b JK |
2012 | 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com> |
2013 | ||
2014 | Revert the previous 6 commits: | |
2015 | Create empty nat/linux-maps.[ch] and common/target-utils.[ch]. | |
2016 | Move gdb_regex* to common/ | |
2017 | Prepare linux_find_memory_regions_full & co. for move | |
2018 | Move linux_find_memory_regions_full & co. | |
2019 | gdbserver build-id attribute generator | |
2020 | Validate symbol file using build-id | |
2021 | ||
ca5268b6 JK |
2022 | 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com |
2023 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
2024 | ||
2025 | Validate symbol file using build-id. | |
2026 | * NEWS (Changes since GDB 7.10): Add 'set validate-build-id' | |
2027 | and 'show validate-build-id'. Add build-id attribute. | |
2028 | * solib-darwin.c (_initialize_darwin_solib): Assign validate value. | |
2029 | * solib-dsbt.c (_initialize_dsbt_solib): Ditto. | |
2030 | * solib-frv.c (_initialize_frv_solib): Ditto. | |
2031 | * solib-spu.c (set_spu_solib_ops): Ditto. | |
2032 | * solib-svr4.c: Include rsp-low.h. | |
2033 | (NOTE_GNU_BUILD_ID_NAME): New define. | |
2034 | (svr4_validate): New function. | |
2035 | (svr4_copy_library_list): Duplicate field build_id. | |
2036 | (library_list_start_library): Parse 'build-id' attribute. | |
2037 | (svr4_library_attributes): Add 'build-id' attribute. | |
2038 | (_initialize_svr4_solib): Assign validate value. | |
2039 | * solib-target.c (solib.h): Include. | |
2040 | (_initialize_solib_target): Assign validate value. | |
2041 | * solib.c (validate_build_id, show_validate_build_id): New. | |
2042 | (solib_map_sections): Use ops->validate. | |
2043 | (clear_so): Free build_id. | |
2044 | (default_solib_validate): New function. | |
2045 | (_initialize_solib): Add "validate-build-id". | |
2046 | * solib.h (default_solib_validate): New declaration. | |
2047 | * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'. | |
2048 | (target_so_ops): New field 'validate'. | |
2049 | ||
700ca40f JK |
2050 | 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com |
2051 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
2052 | ||
2053 | gdbserver build-id attribute generator. | |
2054 | * features/library-list-svr4.dtd (library-list-svr4): New | |
2055 | 'build-id' attribute. | |
2056 | ||
9904185c JK |
2057 | 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com |
2058 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
2059 | ||
2060 | Move linux_find_memory_regions_full & co. | |
2061 | * linux-tdep.c (nat/linux-maps.h): Include. | |
2062 | (gdb_regex.h): Remove the include. | |
2063 | (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags) | |
2064 | (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c. | |
2065 | (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h. | |
2066 | (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c. | |
2067 | * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h | |
2068 | and target/target.h. | |
2069 | (struct smaps_vmflags, read_mapping, decode_vmflags) | |
2070 | (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c. | |
2071 | (linux_find_memory_regions_full): Move from linux-tdep.c. | |
2072 | * nat/linux-maps.h (read_mapping): New declaration. | |
2073 | (linux_find_memory_region_ftype, enum filterflags): Moved from | |
2074 | linux-tdep.c. | |
2075 | (linux_find_memory_regions_full): New declaration. | |
2076 | * target.c (target/target-utils.h): Include. | |
2077 | (read_alloc_pread_ftype): Moved typedef to target/target-utils.h. | |
2078 | (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved | |
2079 | definitions to target/target-utils.c. | |
2080 | * target.h (target_fileio_read_stralloc): Move it to target/target.h. | |
2081 | * target/target-utils.c (read_alloc, read_stralloc): Move definitions | |
2082 | from target.c. | |
2083 | * target/target-utils.h (read_alloc_pread_ftype): New typedef. | |
2084 | (read_alloc): New declaration. | |
2085 | (read_stralloc_func_ftype): New typedef. | |
2086 | (read_stralloc): New declaration. | |
2087 | * target/target.h (target_fileio_read_stralloc): Move it from target.h. | |
2088 | ||
f7af1fcd JK |
2089 | 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com |
2090 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
2091 | ||
2092 | Prepare linux_find_memory_regions_full & co. for move. | |
2093 | * linux-tdep.c (linux_find_memory_region_ftype): Comment. | |
2094 | (linux_find_memory_regions_full): Change signature and prepare | |
2095 | for moving to linux-maps. | |
2096 | (linux_find_memory_regions_data): Rename field 'obfd' to 'data'. | |
2097 | (linux_find_memory_regions_thunk): New. | |
2098 | (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'. | |
2099 | (linux_find_memory_regions_gdb): New. | |
2100 | (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'. | |
2101 | (linux_make_mappings_corefile_notes): Use | |
2102 | linux_find_memory_regions_gdb. | |
2103 | * target.c (read_alloc_pread_ftype): New typedef. | |
2104 | (target_fileio_read_alloc_1_pread): New function. | |
2105 | (read_alloc): Refactor from target_fileio_read_alloc_1. | |
2106 | (read_stralloc_func_ftype): New typedef. | |
2107 | (target_fileio_read_alloc_1): New implementation. Use read_alloc. | |
2108 | (read_stralloc): Refactored from target_fileio_read_stralloc. | |
2109 | (target_fileio_read_stralloc): New implementation, use read_stralloc. | |
2110 | ||
6e5b4429 JK |
2111 | 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com> |
2112 | ||
2113 | * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to | |
2114 | common/gdb_regex.h. | |
2115 | (COMMON_OBS): Add gdb_regex.o. | |
2116 | (gdb_regex.o): New. | |
2117 | * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex, | |
2118 | --without-included-regex and USE_INCLUDED_REGEX. | |
2119 | * common/gdb_regex.c: New file from utils.c functions. | |
2120 | * common/gdb_regex.h: Move it here from gdb_regex.h, update include | |
2121 | file wrapping define name. | |
2122 | * configure: Rebuilt. | |
2123 | * configure.ac (gdb_use_included_regex, --without-included-regex) | |
2124 | (USE_INCLUDED_REGEX): Move them to common/common.m4. | |
2125 | * gdb_regex.h: Move it to common/gdb_regex.h. | |
2126 | * utils.c: Remove include gdb_regex.h. | |
2127 | (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error) | |
2128 | (compile_rx_or_error): Move them to common/gdb_regex.c. | |
2129 | ||
ddc98fbf JK |
2130 | 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com |
2131 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
2132 | ||
2133 | Create empty nat/linux-maps.[ch] and common/target-utils.[ch]. | |
2134 | * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h, | |
2135 | common/target-utils.h. | |
2136 | (COMMON_OBS): Add target-utils.o. | |
2137 | (linux-maps.o, target-utils.o): New. | |
2138 | * target/target-utils.c: New file. | |
2139 | * target/target-utils.h: New file. | |
2140 | * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o. | |
2141 | * config/i386/linux64.mh (NATDEPFILES): Ditto. | |
2142 | * nat/linux-maps.c: New file. | |
2143 | * nat/linux-maps.h: New file. | |
2144 | ||
e7b01ce0 MM |
2145 | 2015-07-15 Markus Metzger <markus.t.metzger@intel.com> |
2146 | Pedro Alves <palves@redhat.com> | |
2147 | ||
2148 | * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD. | |
2149 | (perf_event_read_all): Change the type of SIZE and DATA_HEAD. | |
2150 | (perf_event_read_bts): Change the type of SIZE and READ. | |
2151 | (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE, | |
2152 | and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size | |
2153 | to UINT_MAX. Check for overflows when using DATA_HEAD from the perf | |
2154 | mmap page. | |
2155 | (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the | |
2156 | buffer size to UINT_MAX. | |
2157 | (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and | |
2158 | DATA_TAIL. | |
2159 | * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head> | |
2160 | <last_head>: Change type. | |
2161 | * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type. | |
2162 | * common/btrace-common.c (btrace_data_append): Change the type of | |
2163 | SIZE. | |
2164 | * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness | |
2165 | check. | |
2166 | ||
f168693b SM |
2167 | 2015-07-14 Simon Marchi <simon.marchi@ericsson.com> |
2168 | ||
2169 | * gdbtypes.h (CHECK_TYPEDEF): Remove. | |
2170 | * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF | |
2171 | with check_typedef. | |
2172 | * ada-lang.c (decode_constrained_packed_array_type): Likewise. | |
2173 | (ada_array_length): Likewise. | |
2174 | (find_parallel_type_by_descriptive_type): Likewise. | |
2175 | (ada_check_typedef): Likewise. | |
2176 | * arm-tdep.c (arm_return_in_memory): Likewise. | |
2177 | * ax-gdb.c (gen_trace_static_fields): Likewise. | |
2178 | (gen_struct_ref_recursive): Likewise. | |
2179 | * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise. | |
2180 | (variable: block COLONCOLON name): Likewise. | |
2181 | (qualified_name: TYPENAME COLONCOLON name): Likewise. | |
2182 | * c-lang.c (classify_type): Likewise. | |
2183 | * c-typeprint.c (c_print_type): Likewise. | |
2184 | (c_print_typedef): Likewise. | |
2185 | (c_type_print_base): Likewise. | |
2186 | * c-valprint.c (c_val_print): Likewise. | |
2187 | * compile/compile-c-types.c (convert_type): Likewise. | |
2188 | * compile/compile-object-load.c (get_out_value_type): Likewise. | |
2189 | * completer.c (add_struct_fields): Likewise. | |
2190 | (expression_completer): Likewise. | |
2191 | * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise. | |
2192 | (cp_lookup_nested_symbol_1): Likewise. | |
2193 | (cp_lookup_nested_symbol): Likewise. | |
2194 | * cp-valprint.c (cp_print_value_fields): Likewise. | |
2195 | (cp_print_static_field): Likewise. | |
2196 | * d-valprint.c (d_val_print): Likewise. | |
2197 | * eval.c (evaluate_subexp_standard): Likewise. | |
2198 | (evaluate_subexp_for_sizeof): Likewise. | |
2199 | * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise. | |
2200 | * f-typeprint.c (f_type_print_base): Likewise. | |
2201 | * f-valprint.c (f_val_print): Likewise. | |
2202 | * gdbtypes.c (get_discrete_bounds): Likewise. | |
2203 | (create_array_type_with_stride): Likewise. | |
2204 | (type_name_no_tag_or_error): Likewise. | |
2205 | (lookup_struct_elt_type): Likewise. | |
2206 | (get_unsigned_type_max): Likewise. | |
2207 | (internal_type_vptr_fieldno): Likewise. | |
2208 | (set_type_vptr_fieldno): Likewise. | |
2209 | (internal_type_vptr_basetype): Likewise. | |
2210 | (set_type_vptr_basetype): Likewise. | |
2211 | (get_vptr_fieldno): Likewise. | |
2212 | (is_integral_type): Likewise. | |
2213 | (is_scalar_type): Likewise. | |
2214 | (is_scalar_type_recursive): Likewise. | |
2215 | (distance_to_ancestor): Likewise. | |
2216 | (is_unique_ancestor_worker): Likewise. | |
2217 | (check_types_equal): Likewise. | |
2218 | * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise. | |
2219 | ||
45280282 IB |
2220 | 2015-07-14 Iain Buclaw <ibuclaw@gdcproject.org> |
2221 | ||
2222 | * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to | |
2223 | also test for language_d. | |
2224 | (dwarf2_compute_name): Likewise. | |
2225 | (read_func_scope): Likewise. | |
2226 | (read_structure_type): Likewise. | |
2227 | (new_symbol_full): Likewise. | |
2228 | (determine_prefix): Likewise. | |
2229 | (read_import_statement): Use dot as the separator for language_d. | |
2230 | (typename_concat): Likewise, but don't prefix the D main function. | |
2231 | ||
99fe86f7 PB |
2232 | 2015-07-14 Peter Bergner <bergner@vnet.ibm.com> |
2233 | ||
2234 | * nat/linux-namespaces.c (setns): Rename from this ... | |
2235 | (do_setns): ... to this. Support calling setns if it exists. | |
2236 | (mnsh_handle_setns): Call do_setns. | |
2237 | ||
d5131498 YQ |
2238 | 2015-07-13 Yao Qi <yao.qi@linaro.org> |
2239 | ||
2240 | * exec.c (exec_file_attach): Add period at the end of error | |
2241 | message. | |
2242 | ||
97605e61 AB |
2243 | 2015-07-13 Andrew Burgess <andrew.burgess@embecosm.com> |
2244 | ||
2245 | * tui/tui-win.c (window_name_completer): New function. | |
2246 | (focus_completer): Call window_name_completer. All old content | |
2247 | moved into window_name_completer. | |
2248 | (winheight_completer): New function. | |
2249 | (_initialize_tui_win): Rename variable. Add completer to | |
2250 | winheight command. Update doc string on winheight. | |
2251 | ||
8d6dbeb4 SL |
2252 | 2015-07-12 Sandra Loosemore <sandra@codesourcery.com> |
2253 | ||
2254 | * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register | |
2255 | all nios2 mach variants. | |
2256 | ||
a0e28e54 KB |
2257 | 2015-07-10 Kevin Buettner <kevinb@redhat.com> |
2258 | ||
2259 | * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead | |
2260 | of target_read_memory. | |
2261 | ||
c101f28f AB |
2262 | 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com> |
2263 | ||
2264 | * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the | |
2265 | string copy. | |
2266 | (parse_scrolling_args): Likewise. | |
2267 | ||
150375dc AB |
2268 | 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com> |
2269 | ||
2270 | * tui/tui-win.c (focus_completer): Don't duplicate the tui window | |
2271 | names in this function. | |
2272 | ||
6dce28e4 AB |
2273 | 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com> |
2274 | ||
2275 | * tui/tui-data.h (SRC_NAME): Convert to lower case. | |
2276 | (CMD_NAME): Likewise. | |
2277 | (DATA_NAME): Likewise. | |
2278 | (DISASSEM_NAME): Likewise. | |
2279 | * tui/tui-win.c (tui_set_focus): Window names are now lower case. | |
2280 | (tui_set_win_height): Likewise. | |
2281 | (parse_scrolling_args): Likewise. | |
2282 | ||
485668e5 MM |
2283 | 2015-07-10 Markus Metzger <markus.t.metzger@intel.com> |
2284 | ||
2285 | * record-btrace.c (record_btrace_goto_begin) | |
2286 | (record_btrace_goto_end, record_btrace_goto): Move call to | |
2287 | print_stack_frame ... | |
2288 | (record_btrace_set_replay): ... here. Set stop_pc. | |
2289 | * record-full.c (record_full_goto_entry): Set stop_pc. | |
2290 | ||
58d2eda5 PL |
2291 | 2015-07-09 Pierre Langlois <pierre.langlois@arm.com> |
2292 | ||
2293 | * NEWS: Mention support for tracepoints on aarch64-linux. | |
2294 | ||
7671bf47 PL |
2295 | 2015-07-09 Pierre Langlois <pierre.langlois@arm.com> |
2296 | ||
2297 | * linux-aarch64-low.c (aarch64_supports_tracepoints): New | |
2298 | function. Return 1. | |
2299 | (the_low_target): Install it. | |
2300 | ||
7890fb45 PL |
2301 | 2015-07-09 Pierre Langlois <pierre.langlois@arm.com> |
2302 | ||
2303 | * gdb.trace/backtrace.exp: Set registers for aarch64 target. | |
2304 | * gdb.trace/collection.exp: Likewise. | |
2305 | * gdb.trace/mi-trace-frame-collected.exp: Likewise. | |
2306 | * gdb.trace/mi-trace-unavailable.exp: Likewise. | |
2307 | * gdb.trace/report.exp: Likewise. | |
2308 | * gdb.trace/trace-break.exp: Likewise. | |
2309 | * gdb.trace/unavailable.exp: Likewise. | |
2310 | * gdb.trace/while-dyn.exp: Likewise. | |
2311 | ||
ea873d8e PL |
2312 | 2015-07-09 Pierre Langlois <pierre.langlois@arm.com> |
2313 | ||
2314 | * aarch64-tdep.c: Add ax.h and ax-gdb.h includes. | |
2315 | (aarch64_gen_return_address): New function. | |
2316 | (aarch64_gdbarch_init): Hook it. | |
2317 | ||
02a2a705 PL |
2318 | 2015-07-09 Pierre Langlois <pierre.langlois@arm.com> |
2319 | ||
2320 | * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and | |
2321 | swallow NOT_AVAILABLE_ERROR. | |
2322 | (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if | |
2323 | available_p is not set. | |
2324 | (aarch64_stub_frame_unwind_stop_reason): New function. | |
2325 | (aarch64_stub_unwind): Install it. | |
2326 | ||
7dfa3edc PL |
2327 | 2015-07-09 Pierre Langlois <pierre.langlois@arm.com> |
2328 | ||
2329 | * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New | |
2330 | field. | |
2331 | (aarch64_make_prologue_cache_1): New function, factored out from | |
2332 | aarch64_make_prologue_cache. Do not allocate cache. Set | |
2333 | available_p. | |
2334 | (aarch64_make_prologue_cache): Reimplement wrapping | |
2335 | aarch64_make_prologue_cache_1, and swallowing | |
2336 | NOT_AVAILABLE_ERROR. | |
2337 | (aarch64_prologue_frame_unwind_stop_reason): New function. | |
2338 | Return UNWIND_UNAVAILABLE if available_p is not set. | |
2339 | (aarch64_prologue_unwind): Install it. | |
2340 | (aarch64_prologue_this_id): Move prev_pc and prev_sp limit | |
2341 | checks into aarch64_prologue_frame_unwind_stop_reason. Call | |
2342 | frame_id_build_unavailable_stack if available_p is not set. | |
2343 | ||
db634143 PL |
2344 | 2015-07-09 Pierre Langlois <pierre.langlois@arm.com> |
2345 | ||
2346 | * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New | |
2347 | fields. | |
2348 | (aarch64_scan_prologue): Set prev_pc. | |
2349 | (aarch64_make_prologue_cache): Set func. | |
2350 | (aarch64_make_stub_cache): Set prev_pc. | |
2351 | (aarch64_prologue_this_id): Remove local variables id, pc and | |
2352 | func. Read prev_pc and func from cache. | |
2353 | (aarch64_stub_this_id): Read prev_pc from cache. | |
2354 | ||
8b61f75d PL |
2355 | 2015-07-09 Pierre Langlois <pierre.langlois@arm.com> |
2356 | ||
2357 | * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New | |
2358 | argument this_cache. Remove unused local variables reg and | |
2359 | unwound_fp. Return early if this_cache is already set. Set | |
2360 | this_cache. | |
2361 | (aarch64_stub_this_id): Update call to aarch64_make_stub_cache. | |
2362 | ||
7c8edfae PL |
2363 | 2015-07-09 Pierre Langlois <pierre.langlois@arm.com> |
2364 | ||
2365 | * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment. | |
2366 | New argument this_cache. Return early if this_cache is already | |
2367 | set. Set this_cache. | |
2368 | (aarch64_prologue_this_id): Update call to | |
2369 | aarch64_make_prologue_cache. | |
2370 | (aarch64_prologue_prev_register): Likewise. | |
2371 | (aarch64_normal_frame_base): Likewise. | |
2372 | ||
938c69a1 SM |
2373 | 2015-07-09 Simon Marchi <simon.marchi@ericsson.com> |
2374 | ||
2375 | * c-valprint.c (c_val_print): Factor out memberptr printing code | |
2376 | from c_val_print to ... | |
2377 | (c_val_print_memberptr): ... this new function. | |
2378 | ||
49f7fe28 SM |
2379 | 2015-07-09 Simon Marchi <simon.marchi@ericsson.com> |
2380 | ||
2381 | * c-valprint.c (c_val_print): Factor out int printing code to ... | |
2382 | (c_val_print_int): ... this new function. | |
2383 | ||
9e4f353c SM |
2384 | 2015-07-09 Simon Marchi <simon.marchi@ericsson.com> |
2385 | ||
2386 | * c-valprint.c (c_val_print): Factor out struct and union | |
2387 | printing code to ... | |
2388 | (c_val_print_struct): ... this new function ... | |
2389 | (c_val_print_union): ... and this new function. | |
2390 | ||
1c67f032 SM |
2391 | 2015-07-09 Simon Marchi <simon.marchi@ericsson.com> |
2392 | ||
2393 | * c-valprint.c (c_val_print): Factor out pointer printing code | |
2394 | to ... | |
2395 | (c_val_print_ptr): ... this new function. | |
2396 | ||
0b6ef777 SM |
2397 | 2015-07-09 Simon Marchi <simon.marchi@ericsson.com> |
2398 | ||
2399 | * c-valprint.c (c_valprint): Factor our array printing code from | |
2400 | c_val_print to ... | |
2401 | (c_val_print_array): ... this new function. | |
2402 | ||
1033c33c SM |
2403 | 2015-07-09 Simon Marchi <simon.marchi@ericsson.com> |
2404 | ||
2405 | * c-valprint.c (c_val_print): Factor out pointer printing code | |
2406 | to ... | |
2407 | (print_unpacked_pointer): ... this new function. | |
2408 | ||
f6b93c34 SM |
2409 | 2015-07-09 Simon Marchi <simon.marchi@ericsson.com> |
2410 | ||
2411 | * c-valprint.c (c_val_print): Remove an assignment to i and move | |
2412 | its declaration. | |
2413 | ||
0f4576e3 YQ |
2414 | 2015-07-09 Yao Qi <yao.qi@linaro.org> |
2415 | ||
2416 | * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add | |
2417 | argument ptid. Update comments. Caller update. | |
2418 | ||
37fdfe4c MM |
2419 | 2015-07-09 Markus Metzger <markus.t.metzger@intel.com> |
2420 | ||
2421 | * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and | |
2422 | mnt packets. | |
2423 | ||
80a2b330 MM |
2424 | 2015-07-09 Markus Metzger <markus.t.metzger@intel.com> |
2425 | ||
2426 | * btrace.c (btrace_pt_readmem_callback): Change type of PC argument. | |
2427 | ||
4ab31498 SM |
2428 | 2015-07-08 Simon Marchi <simon.marchi@ericsson.com> |
2429 | ||
2430 | * progspace.c (delete_program_space): Add missing spaces. | |
2431 | ||
7a41607e SM |
2432 | 2015-07-08 Simon Marchi <simon.marchi@ericsson.com> |
2433 | ||
2434 | * inferior.c (delete_inferior_1): Rename to ... | |
2435 | (delete_inferior): ..., remove 'silent' parameter, delete | |
2436 | program space when unused and remove call to prune_program_spaces. | |
2437 | Remove the old, unused, delete_inferior. | |
2438 | (delete_inferior_silent): Remove. | |
2439 | (prune_inferiors): Change call from delete_inferior_1 to | |
2440 | delete_inferior and remove 'silent' parameter. Remove call to | |
2441 | prune_program_spaces. | |
2442 | (remove_inferior_command): Idem. | |
2443 | * inferior.h (delete_inferior_1): Rename to... | |
2444 | (delete_inferior): ..., remove 'silent' parameter and remove the | |
2445 | original delete_inferior. | |
2446 | (delete_inferior_silent): Remove. | |
2447 | * mi/mi-main.c (mi_cmd_remove_inferior): Change call from | |
2448 | delete_inferior_1 to delete_inferior and remove 'silent' | |
2449 | parameter. | |
2450 | * progspace.c (prune_program_spaces): Remove. | |
2451 | (pspace_empty_p): Rename to... | |
2452 | (program_space_empty_p): ... and make non-static. | |
2453 | (delete_program_space): New. | |
2454 | * progspace.h (prune_program_spaces): Remove declaration. | |
2455 | (program_space_empty_p): New declaration. | |
2456 | (delete_program_space): New declaration. | |
2457 | * monitor.c (monitor_close): Replace call to | |
2458 | delete_thread_silent and delete_inferior_silent with | |
2459 | discard_all_inferiors. | |
2460 | ||
a9bd710f PP |
2461 | 2015-07-08 Patrick Palka <patrick@parcs.ath.cx> |
2462 | ||
2463 | * defs.h (deprecated_register_changed_hook): Remove prototype. | |
2464 | * interps.c (clear_iterpreter_hooks): Remove reference to | |
2465 | deprecated_register_changed_hook. | |
2466 | * top.c (deprecated_register_changed_hook): Remove prototype. | |
2467 | * valops.c (value_assign): Remove reference to | |
2468 | deprecated_register_changed_hook. | |
2469 | * tui/tui-hooks.c (tui_register_changed): Add parameter "frame". | |
2470 | Add comment documenting the function. | |
2471 | (tui_register_changed_observer): Define. | |
2472 | (tui_install_hooks): Remove reference to | |
2473 | deprecated_register_changed_hook. Set | |
2474 | tui_register_changed_observer. | |
2475 | (tui_remove_hooks): Remove reference to | |
2476 | deprecated_register_changed_hook. Unset | |
2477 | tui_register_changed_observer. | |
2478 | ||
08464196 JK |
2479 | 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com> |
2480 | ||
2481 | PR compile/18484 | |
2482 | * compile/compile-c-types.c (insert_type): Change gdb_assert to error. | |
2483 | ||
bcf5c1d9 RC |
2484 | 2015-07-08 Robert O'Callahan <robert@ocallahan.org> |
2485 | ||
2486 | PR exp/18617 | |
2487 | * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'. | |
2488 | ||
e8643a45 MM |
2489 | 2015-07-08 Markus Metzger <markus.t.metzger@intel.com> |
2490 | ||
2491 | * MAINTAINERS (Write After Approval): Add Markus T. Metzger. | |
2492 | ||
76fb6829 MM |
2493 | 2015-07-08 Markus Metzger <markus.t.metzger@intel.com> |
2494 | ||
2495 | * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt): | |
2496 | Use safe_strerror() instead of strerror(). | |
2497 | ||
82c40d4b YQ |
2498 | 2015-07-07 Yao Qi <yao.qi@linaro.org> |
2499 | ||
2500 | * features/arm-with-m-fpa-layout.xml: Set architecture to arm. | |
2501 | * features/arm-with-m-fpa-layout.c: Regenerated. | |
2502 | * features/arm-with-m-vfp-d16.xml: Likewise. | |
2503 | * features/arm-with-m-vfp-d16.c: Regenerated. | |
2504 | * features/arm-with-m.xml: Likewise. | |
2505 | * features/arm-with-m.c: Regenerated. | |
2506 | * features/arm-with-neon.xml: Likewise. | |
2507 | * features/arm-with-neon.c: Regenerated. | |
2508 | * features/arm-with-vfpv2.xml: Likewise. | |
2509 | * features/arm-with-vfpv2.c: Regenerated. | |
2510 | * features/arm-with-vfpv3.xml: Likewise. | |
2511 | * features/arm-with-vfpv3.c: Regenerated. | |
2512 | ||
607685ec YQ |
2513 | 2015-07-07 Yao Qi <yao.qi@linaro.org> |
2514 | ||
2515 | * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from | |
2516 | arm-linux-nat.c. | |
2517 | * aarch64-linux-nat.c: Include aarch32-linux-nat.h and | |
2518 | elf/external.h. | |
2519 | (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply | |
2520 | if target is 32-bit. | |
2521 | (store_gregs_to_thread): Call aarch32_gp_regcache_collect | |
2522 | if target is 32-bit. | |
2523 | (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply | |
2524 | if target is 32-bit. | |
2525 | (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect | |
2526 | if target is 32-bit. | |
2527 | (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare. | |
2528 | (aarch64_linux_read_description): Return the right target | |
2529 | description. | |
2530 | * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h. | |
2531 | * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o. | |
2532 | * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and | |
2533 | arm-linux-tdep.o. | |
2534 | ||
f1b67888 YQ |
2535 | 2015-07-07 Yao Qi <yao.qi@linaro.org> |
2536 | ||
2537 | * aarch32-linux-nat.c: New file. | |
2538 | * aarch32-linux-nat.h: New file. | |
2539 | * arm-linux-nat.c: Include aarch32-linux-nat.h. | |
2540 | (fetch_regs): Move code to aarch32-linux-nat.c. Call | |
2541 | aarch32_gp_regcache_supply. | |
2542 | (store_regs): Move code to aarch32-linux-nat.c. Call | |
2543 | aarch32_gp_regcache_collect. | |
2544 | (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call | |
2545 | aarch32_vfp_regcache_supply. | |
2546 | (store_vfp_regs): Move code to aarch32-linux-nat.c. Call | |
2547 | aarch32_vfp_regcache_collect. | |
2548 | * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o. | |
2549 | ||
179bfe82 YQ |
2550 | 2015-07-07 Yao Qi <yao.qi@linaro.org> |
2551 | ||
2552 | * arm-linux-nat.c (store_fpregister): Remove. | |
2553 | (store_register): Likewise. | |
2554 | (fetch_fpregister): Likewise. | |
2555 | (fetch_register): Likewise. | |
2556 | (arm_linux_store_inferior_registers): Call store_regs and | |
2557 | store_fpregs instead. | |
2558 | (arm_linux_fetch_inferior_registers): Call fetch_fpregs and | |
2559 | fetch_regs instead. | |
2560 | ||
6008fc5f AB |
2561 | 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com> |
2562 | ||
2563 | * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout | |
2564 | and focus commands. | |
2565 | ||
7c79d316 JB |
2566 | 2015-07-06 Joel Brobecker <brobecker@adacore.com> |
2567 | ||
2568 | * NEWS: Create a new section for the next release branch. | |
2569 | Rename the section of the current branch, now that it has | |
2570 | been cut. | |
2571 | ||
f2232bea JB |
2572 | 2015-07-06 Joel Brobecker <brobecker@adacore.com> |
2573 | ||
2574 | GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e): | |
2575 | * version.in: Bump version to 7.10.50.DATE-cvs. | |
2576 | ||
66c4b3e8 LM |
2577 | 2015-07-06 Luis Machado <lgustavo@codesourcery.com> |
2578 | ||
2579 | * breakpoint.c (remove_breakpoint_1): Don't handle permanent | |
2580 | breakpoints in a special way. | |
2581 | (remove_breakpoint): Likewise. | |
2582 | (mark_breakpoints_out): Likewise. | |
2583 | ||
bcd8537c AB |
2584 | 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com> |
2585 | ||
2586 | * doc/gdb.texinfo (TUI): Add comma after @xref. | |
2587 | ||
10e9aaa3 AB |
2588 | 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com> |
2589 | ||
2590 | * tui/tui-win.c (tui_set_focus): Use structure member 'generic' | |
2591 | instead of casting the structure type. | |
2592 | ||
8a13d42d SM |
2593 | 2015-07-06 Simon Marchi <simon.marchi@ericsson.com> |
2594 | ||
2595 | * valops.c (search_struct_field): Remove OFFSET parameter. | |
2596 | (value_cast_structs): Adjust calls to search_struct_field. | |
2597 | (value_struct_elt): Same. | |
2598 | (find_overload_match): Same. | |
2599 | ||
a844296a SM |
2600 | 2015-07-06 Simon Marchi <simon.marchi@ericsson.com> |
2601 | ||
2602 | * value.c (value_fetch_lazy): Update comment, change return | |
2603 | value to void. | |
2604 | * value.h (value_fetch_lazy): Change return value to void. | |
2605 | ||
f41cbf58 AB |
2606 | 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com> |
2607 | ||
2608 | * tui/tui-data.c (tui_partial_win_by_name): Window name is const. | |
2609 | (tui_win_name): Make parameter and result const. | |
2610 | * tui/tui-data.h (tui_win_name): Make parameter and result const. | |
2611 | ||
118ca224 PP |
2612 | 2015-07-06 Patrick Palka <patrick@parcs.ath.cx> |
2613 | ||
2614 | * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead | |
2615 | use printf_unfiltered. | |
2616 | (set_mpx_cmd): Add missing trailing space to command string | |
2617 | literal. | |
2618 | (_initialize_i386_tdep): Give the "mpx" prefix command its | |
2619 | correct name. | |
2620 | ||
1b485e67 KB |
2621 | 2015-07-02 Kevin Buettner <kevinb@redhat.com> |
2622 | ||
2623 | * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants. | |
2624 | (enum rx_frame_type): New. | |
2625 | (struct rx_prologue): Add new field `frame_type'. | |
2626 | (rx_analyze_prologue): Add `frame_type' parameter. Cache this | |
2627 | parameter in the prologue struct. Add code for recording | |
2628 | locations of PC and PSW for fast interrupt and exception frames. | |
2629 | (rx_skip_prologue): Adjust call to rx_analyze_prologue. | |
2630 | (rx_analyze_frame_prologue): Add `frame_type' parameter. | |
2631 | (rx_frame_type): New function. | |
2632 | (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue. | |
2633 | (rx_frame_this_id): Rename parameter `this_prologue_cache' to | |
2634 | `this_cache'. | |
2635 | (rx_frame_prev_register): Rename parameter `this_prologue_cache' to | |
72f4393d | 2636 | `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and |
1b485e67 KB |
2637 | RX_FRAME_TYPE_FAST_INTERRUPT. |
2638 | (normal_frame_p, exception_frame_p, rx_frame_sniffer_common) | |
2639 | (rx_frame_sniffer, rx_exception_sniffer): New functions. | |
2640 | (rx_frame_unwind): Use rx_frame_sniffer instead of | |
2641 | default_frame_sniffer. | |
2642 | (rx_frame_unwind): New unwinder. | |
2643 | (rx_gdbarch_init): Register new unwinder. | |
2644 | ||
0561fea4 KB |
2645 | 2015-07-02 Kevin Buettner <kevinb@redhat.com> |
2646 | ||
2647 | * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants. | |
2648 | (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type. | |
2649 | (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM, | |
2650 | and RX_FPSW_REGNUM. | |
2651 | (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types. | |
2652 | ||
decf8d9a JK |
2653 | 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com> |
2654 | ||
2655 | Fix GCC false warning. | |
2656 | * s390-linux-tdep.c (s390_handle_arg): Initialize VAL. | |
2657 | ||
2fd0f80d YQ |
2658 | 2015-07-02 Yao Qi <yao.qi@linaro.org> |
2659 | ||
2660 | * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix | |
2661 | typo in the debugging message. | |
2662 | ||
b0627500 MM |
2663 | 2015-07-02 Markus Metzger <markus.t.metzger@intel.com> |
2664 | ||
2665 | * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h. | |
2666 | (maint_btrace_cmdlist, maint_btrace_set_cmdlist) | |
2667 | (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist) | |
2668 | (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad) | |
2669 | (btrace_maint_clear): New. | |
2670 | (btrace_fetch, btrace_clear): Call btrace_maint_clear. | |
2671 | (pt_print_packet, btrace_maint_decode_pt) | |
2672 | (btrace_maint_update_pt_packets, btrace_maint_update_packets) | |
2673 | (btrace_maint_print_packets, get_uint, get_context_size, no_chunk) | |
2674 | (maint_btrace_packet_history_cmd) | |
2675 | (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd) | |
2676 | (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd) | |
2677 | (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd) | |
2678 | (maint_info_btrace_cmd, _initialize_btrace): New. | |
2679 | * btrace.h (btrace_pt_packet, btrace_pt_packet_s) | |
2680 | (btrace_maint_packet_history, btrace_maint_info): New. | |
2681 | (btrace_thread_info) <maint>: New. | |
2682 | * NEWS: Announce it. | |
2683 | ||
9be54cae MM |
2684 | 2015-07-02 Markus Metzger <markus.t.metzger@intel.com> |
2685 | ||
2686 | * btrace.c (btrace_fetch): Append the new trace data. | |
2687 | (btrace_clear): Clear the stored trace data. | |
2688 | * btrace.h (btrace_thread_info) <data>: New. | |
2689 | * common/btrace-common.h (btrace_data_clear) | |
2690 | (btrace_data_append): New. | |
2691 | * common/btrace-common.c (btrace_data_clear) | |
2692 | (btrace_data_append): New. | |
2693 | ||
010a18a1 MM |
2694 | 2015-07-02 Markus Metzger <markus.t.metzger@intel.com> |
2695 | ||
2696 | * nat/linux-btrace.c (linux_enable_bts): Check for | |
2697 | PERF_ATTR_SIZE_VER5. | |
2698 | Check for data_offset and data_size fields. Use them. | |
2699 | ||
b20a6524 MM |
2700 | 2015-07-02 Markus Metzger <markus.t.metzger@intel.com> |
2701 | ||
2702 | * NEWS: Announce new commands "record btrace pt" and "record pt". | |
2703 | Announce new options "set|show record btrace pt buffer-size". | |
2704 | * btrace.c: Include "rsp-low.h". | |
2705 | Include "inttypes.h". | |
2706 | (btrace_add_pc): Add forward declaration. | |
2707 | (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback) | |
2708 | (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt) | |
2709 | (btrace_compute_ftrace_pt): New. | |
2710 | (btrace_compute_ftrace): Support BTRACE_FORMAT_PT. | |
2711 | (check_xml_btrace_version): Update version check. | |
2712 | (parse_xml_raw, parse_xml_btrace_pt_config_cpu) | |
2713 | (parse_xml_btrace_pt_raw, parse_xml_btrace_pt) | |
2714 | (btrace_pt_config_cpu_attributes, btrace_pt_config_children) | |
2715 | (btrace_pt_children): New. | |
2716 | (btrace_children): Add support for "pt". | |
2717 | (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New. | |
2718 | (btrace_conf_children): Add support for "pt". | |
2719 | * btrace.h: Include "intel-pt.h". | |
2720 | (btrace_pt_error): New. | |
2721 | * common/btrace-common.c (btrace_format_string, btrace_data_fini) | |
2722 | (btrace_data_empty): Support BTRACE_FORMAT_PT. | |
2723 | * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT. | |
2724 | (struct btrace_config_pt): New. | |
2725 | (struct btrace_config)<pt>: New. | |
2726 | (struct btrace_data_pt_config, struct btrace_data_pt): New. | |
2727 | (struct btrace_data)<pt>: New. | |
2728 | * features/btrace-conf.dtd (btrace-conf)<pt>: New. | |
2729 | (pt): New. | |
2730 | * features/btrace.dtd (btrace)<pt>: New. | |
2731 | (pt, pt-config, cpu): New. | |
2732 | * nat/linux-btrace.c (perf_event_read, perf_event_read_all) | |
2733 | (perf_event_pt_event_type, kernel_supports_pt) | |
2734 | (linux_supports_pt): New. | |
2735 | (linux_supports_btrace): Support BTRACE_FORMAT_PT. | |
2736 | (linux_enable_bts): Free tinfo on error. | |
2737 | (linux_enable_pt): New. | |
2738 | (linux_enable_btrace): Support BTRACE_FORMAT_PT. | |
2739 | (linux_disable_pt): New. | |
2740 | (linux_disable_btrace): Support BTRACE_FORMAT_PT. | |
2741 | (linux_fill_btrace_pt_config, linux_read_pt): New. | |
2742 | (linux_read_btrace): Support BTRACE_FORMAT_PT. | |
2743 | * nat/linux-btrace.h (struct btrace_tinfo_pt): New. | |
2744 | (struct btrace_target_info)<pt>: New. | |
2745 | * record-btrace.c (set_record_btrace_pt_cmdlist) | |
2746 | (show_record_btrace_pt_cmdlist): New. | |
2747 | (record_btrace_print_pt_conf): New. | |
2748 | (record_btrace_print_conf): Support BTRACE_FORMAT_PT. | |
2749 | (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT. | |
2750 | (cmd_record_btrace_pt_start): New. | |
2751 | (cmd_record_btrace_start): Support BTRACE_FORMAT_PT. | |
2752 | (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New. | |
2753 | (_initialize_record_btrace): Add new commands. | |
2754 | * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New. | |
2755 | (remote_protocol_features): Add "Qbtrace:pt". | |
2756 | Add "Qbtrace-conf:pt:size". | |
2757 | (remote_supports_btrace): Support BTRACE_FORMAT_PT. | |
2758 | (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size. | |
2759 | (remote_enable_btrace): Support BTRACE_FORMAT_PT. | |
2760 | (_initialize_remote): Add new commands. | |
2761 | ||
58bfce93 MM |
2762 | 2015-07-02 Markus Metzger <markus.t.metzger@intel.com> |
2763 | ||
2764 | * configure.ac: check for libipt | |
2765 | * configure: Regenerate. | |
2766 | * config.in: Regenerate. | |
2767 | * Makefile.in (LIBIPT): New. | |
2768 | (CLIBS): Add $LIBIPT. | |
2769 | * NEWS: document new configure options | |
2770 | ||
b0fd6b30 JK |
2771 | 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com> |
2772 | ||
2773 | * compile/compile-object-load.c (compile_object_load): Replace debug | |
2774 | message "lookup undefined ELF symbol" by 3 more specific messages. | |
2775 | ||
e6280369 KB |
2776 | 2015-07-01 Kevin Buettner <kevinb@redhat.com> |
2777 | ||
2778 | * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type. | |
2779 | (rl78_register_type): Add case for RL78_PSW_REGNUM. | |
2780 | (rl78_gdbarch_init): Initialize rl78_psw_type. | |
2781 | ||
bbcbf914 PP |
2782 | 2015-07-01 Patrick Palka <patrick@parcs.ath.cx> |
2783 | ||
2784 | * tui/tui-hooks.c (tui_refresh_frame_and_register_information): | |
2785 | Update commentary. Always refresh the registers when frame | |
2786 | information has changed. | |
2787 | * tui/tui-stack.c (tui_show_frame_info): Update commentary. | |
2788 | Change return type to int. Return 1 if frame information has | |
2789 | changed, 0 otherwise. | |
2790 | (tui_before_prompt): Update commentary. | |
2791 | * tui/tui-stack.h (tui_show_frame_info): Change return type to | |
2792 | int. | |
2793 | ||
0986c744 PP |
2794 | 2015-06-30 Patrick Palka <patrick@parcs.ath.cx> |
2795 | ||
2796 | PR tui/13378 | |
2797 | * frame.c (select_frame): Remove reference to | |
2798 | deprecated_selected_frame_level_changed_hook. | |
2799 | * frame.h (deprecated_selected_frame_level_changed_hook): Remove | |
2800 | declaration. | |
2801 | * stack.c (deprecated_selected_frame_level_changed_hook): | |
2802 | Likewise. | |
2803 | * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): | |
2804 | Rename to ... | |
2805 | (tui_refresh_frame_and_register_information): ... this. Bail | |
2806 | out if there is no stack. Don't update register information | |
2807 | unless registers_too_p is true. | |
2808 | (tui_print_frame_info_listing_hook): Rename to ... | |
2809 | (tui_dummy_print_frame_info_listing_hook): ... this. | |
2810 | (tui_before_prompt): New function. | |
2811 | (tui_normal_stop): New function. | |
2812 | (tui_before_prompt_observer): New observer. | |
2813 | (tui_normal_stop_observer): New observer. | |
2814 | (tui_install_hooks): Set | |
2815 | deprecated_print_frame_info_listing_hook to | |
2816 | tui_dummy_print_frame_info_listing_hook. Register | |
2817 | tui_before_prompt_observer to call tui_before_prompt and | |
2818 | tui_normal_stop_observer to call tui_normal_stop. Remove | |
2819 | reference to deprecated_selected_frame_level_changed_hook. | |
2820 | (tui_remove_hooks): Detach and unset tui_before_prompt_observer | |
2821 | and tui_normal_stop_observer. Remove reference to | |
2822 | deprecated_selected_frame_level_changed_hook. | |
2823 | ||
b5fca6d7 PP |
2824 | 2015-06-30 Patrick Palka <patrick@parcs.ath.cx> |
2825 | ||
2826 | PR tui/13378 | |
2827 | * tui/tui-stack.c (tui_set_locator_info): Change prototype to | |
2828 | return an int instead of void. Return whether the locator | |
2829 | window has changed. | |
2830 | (tui_show_frame_info): If the locator info has not changed, then | |
2831 | bail out early to avoid refreshing the windows. | |
2832 | ||
c45613e3 PP |
2833 | 2015-06-30 Patrick Palka <patrick@parcs.ath.cx> |
2834 | ||
2835 | * tui/tui-stack.c (tui_set_locator_info): Explicitly pass | |
2836 | LOCATOR_WIN to tui_alloc_content. | |
2837 | ||
7b9be803 YQ |
2838 | 2015-06-30 Yao Qi <yao.qi@linaro.org> |
2839 | ||
2840 | PR tdep/18605 | |
2841 | * arm-tdep.c (arm_get_next_pc_raw): Break for media | |
2842 | instructions. | |
2843 | ||
fd6e021d KB |
2844 | 2015-06-29 Kevin Buettner <kevinb@redhat.com> |
2845 | ||
78ab7e9d KB |
2846 | * rx-tdep.c (RX_PSW_REGNUM): New enum constant. |
2847 | (rx_dwarf_reg_to_regnum): New function. | |
2848 | (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2 | |
2849 | unwinding. | |
fd6e021d | 2850 | |
28bf096c PA |
2851 | 2015-06-29 Pedro Alves <palves@redhat.com> |
2852 | ||
2853 | PR threads/18127 | |
2854 | * infcall.c (run_inferior_call): On infcall success, if the thread | |
2855 | was marked stopped before, reset it back to stopped. | |
2856 | * infrun.c (resume): Don't suppress the set_running calls when | |
2857 | doing an infcall. | |
2858 | (normal_stop): Only discard the finish_thread_state cleanup if the | |
2859 | infcall succeeded. | |
2860 | ||
2880b51c | 2861 | 2015-06-29 Pierre Langlois <pierre.langlois@arm.com> |
1451ea7d PL |
2862 | |
2863 | * MAINTAINERS (Write After Approval): Update my email address. | |
2864 | ||
ee93cd5e KS |
2865 | 2015-06-26 Keith Seitz <keiths@redhat.com> |
2866 | Doug Evans <dje@google.com> | |
2867 | ||
2868 | PR 16253 | |
2869 | * block.c (block_lookup_symbol): For non-function blocks, | |
2870 | continue to search for a symbol with an exact domain match | |
2871 | Otherwise, return any previously found "best domain" symbol. | |
2872 | (block_lookup_symbol_primary): Likewise. | |
2873 | ||
fc637f04 PP |
2874 | 2015-06-26 Patrick Palka <patrick@parcs.ath.cx> |
2875 | ||
2876 | * NEWS: Mention the new option "history remove-duplicates". | |
2877 | * top.c (history_remove_duplicates): New static variable. | |
2878 | (show_history_remove_duplicates): New static function. | |
2879 | (gdb_add_history): Conditionally remove duplicate history | |
2880 | entries. | |
2881 | (init_main): Add "history remove-duplicates" option. | |
2882 | ||
2e52ae68 PP |
2883 | 2015-06-26 Patrick Palka <patrick@parcs.ath.cx> |
2884 | ||
2885 | * tui/tui-win.c (focus_completer): New static function. | |
2886 | (_initialize_tui_win): Set the completion function of the | |
2887 | "focus" command to focus_completer. | |
2888 | ||
6e22494e JK |
2889 | 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
2890 | ||
2891 | * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID | |
2892 | and language_asm.. | |
2893 | * symtab.c (find_function_start_sal): Likewise. | |
2894 | ||
f8773be1 GB |
2895 | 2015-06-25 Gary Benson <gbenson@redhat.com> |
2896 | ||
2897 | * solib.c (solib_find_1): Set local variable sysroot to NULL if | |
2898 | it is the empty string after trailing slashes have been stripped. | |
2899 | ||
a3be80c3 GB |
2900 | 2015-06-25 Gary Benson <gbenson@redhat.com> |
2901 | ||
2902 | * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check. | |
2903 | * infrun.c (follow_exec): Likewise. | |
2904 | * remote.c (remote_filesystem_is_local): Likewise. | |
2905 | * solib.c (solib_find_1): Likewise. | |
2906 | ||
32fad71f KS |
2907 | 2015-06-24 Keith Seitz <keiths@redhat.com> |
2908 | ||
2909 | * build-id.c (build_id_to_debug_bfd): Add cleanup to free | |
2910 | return value from lrealpath. | |
2911 | ||
87d1b309 MF |
2912 | 2015-06-24 Mike Frysinger <vapier@gentoo.org> |
2913 | ||
2914 | * remote-sim.c (gdbsim_open): Move sysroot update to the top. | |
2915 | ||
23bf70af MF |
2916 | 2015-06-24 Mike Frysinger <vapier@gentoo.org> |
2917 | ||
2918 | * remote-sim.c: Include gdb_bfd.h. | |
2919 | (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot. | |
2920 | Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active. | |
2921 | ||
5cd867b4 YQ |
2922 | 2015-06-24 Yao Qi <yao.qi@linaro.org> |
2923 | ||
2924 | * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call | |
2925 | set_gdbarch_get_siginfo_type. | |
2926 | * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise. | |
2927 | * arm-linux-tdep.c (arm_linux_init_abi): Likewise. | |
2928 | * i386-linux-tdep.c (i386_linux_init_abi): Likewise. | |
2929 | * m68klinux-tdep.c (m68k_linux_init_abi): Likewise. | |
2930 | * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise. | |
2931 | * s390-linux-tdep.c (s390_gdbarch_init): Likewise. | |
2932 | * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise. | |
2933 | * linux-tdep.c (linux_get_siginfo_type): Change it to static. | |
2934 | (linux_init_abi): Call set_gdbarch_get_siginfo_type. | |
2935 | * linux-tdep.h (linux_get_siginfo_type): Remove the declaration. | |
2936 | ||
dc06243f GB |
2937 | 2015-06-24 Gary Benson <gbenson@redhat.com> |
2938 | ||
2939 | * common/buffer.c (stdint.h): Do not include. | |
2940 | * common/print-utils.c (stdint.h): Likewise. | |
2941 | * compile/compile-c-symbols.c (gdb_assert.h): Likewise. | |
2942 | * compile/compile-c-types.c (gdb_assert.h): Likewise. | |
2943 | * ft32-tdep.c (gdb_assert.h): Likewise. | |
2944 | * guile/scm-utils.c (stdint.h): Likewise. | |
2945 | * i386-linux-tdep.c (stdint.h): Likewise. | |
2946 | * i386-tdep.c (stdint.h): Likewise. | |
2947 | * nat/linux-btrace.c (stdint.h): Likewise. | |
2948 | * nat/linux-btrace.h (stdint.h): Likewise. | |
2949 | * nat/linux-ptrace.c (stdint.h): Likewise. | |
2950 | * nat/mips-linux-watch.h (stdint.h): Likewise. | |
2951 | * ppc-linux-nat.c (stdint.h): Likewise. | |
2952 | * python/python-internal.h (stdint.h): Likewise. | |
2953 | * stub-termcap.c (stdlib.h): Likewise. | |
2954 | * target/target.h (stdint.h): Likewise. | |
2955 | * xtensa-linux-nat.c (stdint.h): Likewise. | |
2956 | ||
0fc26caf PP |
2957 | 2015-06-23 Patrick Palka <patrick@parcs.ath.cx> |
2958 | ||
2959 | * top.c (init_history): Look at errno after calling strtol to | |
2960 | properly map large GDBHISTSIZE values to infinity. | |
2961 | ||
a38fe4fe DE |
2962 | 2015-06-23 Doug Evans <dje@google.com> |
2963 | ||
2964 | * inferior.h (struct inferior_suspend_state): Delete, unused. | |
2965 | All references deleted. | |
2966 | ||
7564fe45 MF |
2967 | 2015-06-23 Mike Frysinger <vapier@gentoo.org> |
2968 | ||
2969 | * microblaze-tdep.c (microblaze_push_dummy_code): Delete. | |
2970 | (microblaze_push_dummy_call): Likewise. | |
2971 | (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code | |
2972 | and set_gdbarch_push_dummy_call. | |
2973 | ||
0bdb2f78 YQ |
2974 | 2015-06-23 Yao Qi <yao.qi@linaro.org> |
2975 | ||
2976 | * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers): | |
2977 | Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly. | |
2978 | (amd64_linux_store_inferior_registers): Likewise. | |
2979 | * arm-linux-nat.c (fetch_fpregister): Likewise. | |
2980 | (fetch_fpregs, store_fpregister): Likewise. | |
2981 | (store_fpregister, store_fpregs): Likewise. | |
2982 | (fetch_register, fetch_regs): Likewise. | |
2983 | (store_register, store_regs): Likewise. | |
2984 | (fetch_vfp_regs, store_vfp_regs): Likewise. | |
2985 | (arm_linux_read_description): Check have_ptrace_getregset is | |
2986 | TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE | |
2987 | or TRIBOOL_FALSE. | |
2988 | * i386-linux-nat.c (fetch_xstateregs): Check | |
2989 | have_ptrace_getregset is not TRIBOOL_TRUE. | |
2990 | (store_xstateregs): Likewise. | |
2991 | * linux-nat.c (have_ptrace_getregset): Change its type to | |
2992 | enum tribool. | |
2993 | * linux-nat.h (tribool): New enum. | |
2994 | * x86-linux-nat.c (x86_linux_read_description): Use enum tribool. | |
2995 | Check whether have_ptrace_getregset is TRIBOOL_TRUE. | |
2996 | ||
18a94d75 DE |
2997 | 2015-06-19 Doug Evans <dje@google.com> |
2998 | ||
2999 | * NEWS: Mention Sun's version of stabs is no longer supported. | |
3000 | * elfread.c (free_elfinfo): Delete. All uses updated. | |
3001 | (elfstab_offset_sections): Delete. All uses updated. | |
3002 | * gdb-stabs.h (stab_section_info): Delete. All uses updated. | |
3003 | * psympriv.h (partial_symtab) <section_offsets>: Delete. | |
3004 | All uses updated. | |
3005 | * psymtab.c (start_psymtab_common): Delete arg section_offsets. | |
3006 | All callers updated. | |
3007 | ||
124e13d9 SM |
3008 | 2015-06-18 Simon Marchi <simon.marchi@ericsson.com> |
3009 | ||
3010 | * common/rsp-low.c (needs_escaping): New. | |
3011 | (remote_escape_output): Add unit_size parameter. Refactor to | |
3012 | support multi-byte addressable units. Rename parameters. | |
3013 | * common/rsp-low.h (remote_escape_output): Add unit_size | |
3014 | parameter and rename others. Update doc. | |
3015 | * remote.c (align_for_efficient_write): New. | |
3016 | (remote_write_bytes_aux): Add unit_size parameter and use it. | |
3017 | Rename some variables. Update doc. | |
3018 | (remote_xfer_partial): Get unit size and use it. | |
3019 | (remote_read_bytes_1): Add unit_size parameter and use it. | |
3020 | Rename some variables. Update doc. | |
3021 | (remote_write_bytes): Same. | |
3022 | (remote_xfer_live_readonly_partial): Same. | |
3023 | (remote_read_bytes): Same. | |
3024 | (remote_flash_write): Update call to remote_write_bytes_aux. | |
3025 | (remote_write_qxfer): Update call to remote_escape_output. | |
3026 | (remote_search_memory): Same. | |
3027 | (remote_hostio_pwrite): Same. | |
3028 | ||
6ae88661 LM |
3029 | 2015-06-17 Luis Machado <lgustavo@codesourcery.com> |
3030 | ||
3031 | * breakpoint.c (add_location_to_breakpoint): Don't mark permanent | |
3032 | locations as inserted. | |
3033 | Update and expand comment about permanent locations. | |
3034 | (bp_loc_is_permanent): Don't return 0 for bp_call_dummy. | |
3035 | Move comment to add_location_to_breakpoint. | |
3036 | (update_global_location_list): Don't error out if a permanent | |
3037 | breakpoint is not marked inserted. | |
3038 | Don't error out if a non-permanent breakpoint location is inserted on | |
3039 | top of a permanent breakpoint. | |
3040 | ||
da4616f6 LM |
3041 | 2015-06-17 Luis Machado <lgustavo@codesourcery.com> |
3042 | ||
3043 | * breakpoint.c (make_breakpoint_permanent): Remove unused | |
3044 | function. | |
3045 | * breakpoint.h (make_breakpoint_permanent): Remove declaration. | |
3046 | ||
bc460514 PP |
3047 | 2015-06-17 Patrick Palka <patrick@parcs.ath.cx> |
3048 | ||
3049 | PR gdb/16999 | |
3050 | * NEWS: Mention new GDBHISTSIZE behavior. | |
3051 | * top.c (init_history): For null or out-of-range GDBHISTSIZE, | |
3052 | set history size to unlimited. Ignore non-numeric GDBHISTSIZE. | |
3053 | ||
b58c513b PP |
3054 | 2015-06-17 Patrick Palka <patrick@parcs.ath.cx> |
3055 | ||
3056 | * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE. | |
3057 | * top.c (init_history): Read from GDBHISTSIZE instead of | |
3058 | HISTSIZE. | |
3059 | (init_main): Refer to GDBHISTSIZE instead of HISTSIZE. | |
3060 | ||
2093d2d3 PP |
3061 | 2015-06-17 Patrick Palka <patrick@parcs.ath.cx> |
3062 | ||
3063 | * top.c (gdb_safe_append_history): Do not call | |
3064 | history_truncate_file if the history is not stifled. | |
3065 | ||
fc248485 AA |
3066 | 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com> |
3067 | ||
3068 | * syscalls/s390-linux.xml: Add syscalls 344 through 354. | |
3069 | * syscalls/s390x-linux.xml: Likewise. | |
3070 | ||
4da680ad ME |
3071 | 2015-06-16 Michael Eager <eager@eagercon.com> |
3072 | ||
3073 | * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined. | |
3074 | ||
0a75489f PP |
3075 | 2015-06-16 Patrick Palka <patrick@parcs.ath.cx> |
3076 | ||
3077 | * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call | |
3078 | target_terminal_ours_for_output() before calling | |
3079 | tui_show_frame_info(), and restore the original terminal | |
3080 | settings afterwards. | |
3081 | ||
95855ca8 MS |
3082 | 2015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch) |
3083 | ||
3084 | * arm-linux-nat.c: Include nat/linux-ptrace.h. | |
3085 | ||
cfc32360 SM |
3086 | 2015-06-15 Simon Marchi <simon.marchi@ericsson.com> |
3087 | ||
3088 | * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable | |
3089 | memory unit size. | |
3090 | (mi_cmd_data_write_memory_bytes): Same. | |
3091 | ||
cb6f16cf SM |
3092 | 2015-06-15 Simon Marchi <simon.marchi@ericsson.com> |
3093 | ||
3094 | * corefile.c (write_memory): Update doc. | |
3095 | * gdbcore.h (write_memory): Same. | |
3096 | ||
31b7833d JK |
3097 | 2015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com> |
3098 | ||
3099 | * linux-tdep.c (enum filterflags): Make it from anonymous enum. | |
3100 | (dump_mapping_p): Use it for parameter filterflags. | |
3101 | (linux_find_memory_regions_full): Use it for variable filterflags. | |
3102 | ||
909c2cda JK |
3103 | 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com |
3104 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
3105 | ||
3106 | Merge multiple hex conversions. | |
3107 | * monitor.c: Include rsp-low.h. | |
3108 | (fromhex): Remove definition. | |
3109 | ||
03aef70f JK |
3110 | 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com |
3111 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
3112 | ||
3113 | Move utility functions to common/. | |
3114 | * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const): | |
3115 | Move defs to common/common-utils.c. | |
3116 | * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space) | |
3117 | (skip_to_space_const): Move decls to common/common-utils.h. | |
3118 | * common/common-defs.h: Move include of common-types.h before | |
3119 | common-utils.h. | |
3120 | * common/common-utils.c: Include host-defs.h and ctype.h. | |
3121 | (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move | |
3122 | from utils.c. | |
3123 | (skip_spaces, skip_spaces_const, skip_to_space_const): Move from | |
3124 | cli/cli-utils.c. | |
3125 | * common/common-utils.h (strtoulst): Move decl from utils.h. | |
3126 | (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const): | |
3127 | Move from cli/cli-utils.h. | |
3128 | * common/host-defs.h: Include limits.h. | |
3129 | (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h. | |
3130 | (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h. | |
3131 | * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to | |
3132 | common/common-utils.h. | |
3133 | * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int) | |
3134 | (strtoulst): Move to common/common-utils.c. | |
3135 | * utils.h (strtoulst): Moved decl to common/common-utils.h. | |
3136 | ||
d1168cc1 YQ |
3137 | 2015-06-15 Yao Qi <yao.qi@linaro.org> |
3138 | ||
3139 | * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml. | |
3140 | ||
c74f7d1c JT |
3141 | 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk> |
3142 | ||
3143 | * build-id.c: Don't include elf-bfd.h. | |
3144 | (build_id_bfd_get): Use bfd_build_id. | |
3145 | (build_id_verify): Ditto. | |
3146 | * build-id.h: Ditto. | |
3147 | (find_separate_debug_file_by_buildid): Ditto. | |
3148 | * python/py-objfile.c: Don't include elf-bfd.h. | |
3149 | (objfpy_get_build_id) Use bfd_build_id. | |
3150 | (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto. | |
3151 | * coffread.c: Include build-id.h. | |
3152 | (coff_symfile_read): Try find_separate_debug_file_by_buildid. | |
3153 | ||
f20c58f5 JT |
3154 | 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk> |
3155 | ||
3156 | * windows-nat.c (do_windows_fetch_inferior_registers) | |
3157 | (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE | |
3158 | conditional with __CYGWIN__. | |
3159 | ||
51f0e40d AB |
3160 | 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com> |
3161 | ||
3162 | * completer.c: Add arch-utils.h include. | |
3163 | (enum reg_completer_targets): New enum. | |
3164 | (reg_or_group_completer_1): New function containing old | |
3165 | reg_or_group_completer, add and use new parameter to control what | |
3166 | is completed on. Use get_current_arch rather than architecture of | |
3167 | currently selected frame. | |
3168 | (reg_or_group_completer): Call new reg_or_group_completer_1. | |
3169 | (reggroup_completer): Call new reg_or_group_completer_1. | |
3170 | * completer.h (reggroup_completer): Add declaration. | |
3171 | * tui/tui-regs.c: Add 'completer.h' include. | |
3172 | (tui_reg_next_command): Renamed to... | |
3173 | (tui_reg_next): ...this. Adjust parameters and return rather than | |
3174 | display new group. | |
3175 | (tui_reg_prev_command): Renamed to... | |
3176 | (tui_reg_prev): ...this. Adjust parameters and return rather than | |
3177 | display new group. | |
3178 | (tui_reg_float_command): Delete. | |
3179 | (tui_reg_general_command): Delete. | |
3180 | (tui_reg_system_command): Delete. | |
3181 | (tui_reg_command): Rewrite to perform switching of register group. | |
3182 | Add header comment. | |
3183 | (tuireglist): Remove. | |
3184 | (tui_reggroup_completer): New function. | |
3185 | (_initialize_tui_regs): Remove 'tui reg' sub-commands, update | |
3186 | creation of 'tui reg' command. | |
3187 | * NEWS: Add comment about 'tui reg' changes. | |
3188 | ||
d309493c SM |
3189 | 2015-06-12 Simon Marchi <simon.marchi@ericsson.com> |
3190 | ||
3191 | * target.c (target_read): Consider addressable unit size when | |
3192 | reading from a memory object. | |
3193 | (read_memory_robust): Same. | |
3194 | (read_whatever_is_readable): Same. | |
3195 | (target_write_with_progress): Consider addressable unit size | |
3196 | when writing to a memory object. | |
3197 | * target.h (target_read): Update documentation. | |
3198 | (target_write): Add documentation. | |
3199 | ||
3374165f SM |
3200 | 2015-06-12 Simon Marchi <simon.marchi@ericsson.com> |
3201 | ||
3202 | * arch-utils.h (default_addressable_memory_unit_size): New. | |
3203 | * arch-utils.c (default_addressable_memory_unit_size): New. | |
3204 | * gdbarch.sh (addressable_memory_unit_size): New. | |
3205 | * gdbarch.h: Re-generate. | |
3206 | * gdbarch.c: Re-generate. | |
3207 | ||
279a6fed SM |
3208 | 2015-06-12 Simon Marchi <simon.marchi@ericsson.com> |
3209 | ||
3210 | * target.c (target_read): Rename variables and use | |
3211 | TARGET_XFER_E_IO. | |
3212 | (target_read_with_progress): Same. | |
3213 | (read_memory_robust): Constify parameters and rename | |
3214 | variables. | |
3215 | (read_whatever_is_readable): Constify parameters, | |
3216 | rename variables, adjust formatting. | |
3217 | * target.h (read_memory_robust): Constify parameters. | |
3218 | ||
1e5338b6 | 3219 | 2015-06-12 Ulrich Weigand <uweigand@de.ibm.com> |
a1da2672 UW |
3220 | |
3221 | * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short | |
3222 | synthetic (non-AltiVec) vector types. | |
3223 | (ppc64_sysv_abi_return_value): Likewise. | |
3224 | ||
98aa42ee AT |
3225 | 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com> |
3226 | ||
3227 | PR breakpoints/16465 | |
3228 | * breakpoint.c (create_breakpoint): Save extra_string for | |
3229 | pending breakpoints. | |
3230 | ||
966f0aef WT |
3231 | 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com> |
3232 | ||
3233 | * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask | |
3234 | and bt_mask to CORE_ADDR. | |
3235 | ||
6449ed0d GB |
3236 | 2015-06-11 Gary Benson <gbenson@redhat.com> |
3237 | ||
3238 | * nat/linux-namespaces.c (mnsh_send_message): Use pulongest. | |
3239 | (mnsh_recv_message): Likewise. | |
3240 | ||
34f8ac9f WT |
3241 | 2015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com> |
3242 | ||
3243 | * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of | |
3244 | long long int and plongest instead of %ll. | |
3245 | ||
198c808c GB |
3246 | 2015-06-11 Gary Benson <gbenson@redhat.com> |
3247 | ||
3248 | * nat/linux-namespaces.c (gdb_wait.h): New include. | |
3249 | (sys/wait.h): Do not include. | |
3250 | ||
e815d2d2 SM |
3251 | 2015-06-10 Simon Marchi <simon.marchi@ericsson.com> |
3252 | ||
3253 | * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if | |
3254 | end_sequence is true. | |
3255 | ||
8847cac2 JK |
3256 | 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com> |
3257 | ||
3258 | Code cleanup. | |
3259 | * solib-target.c (library_list_start_list): Use explicit NULL | |
3260 | comparison. | |
3261 | ||
24c05f46 JK |
3262 | 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com> |
3263 | ||
3264 | * solib-target.c (library_list_start_list): Do not dereference | |
3265 | variable version in its initialization. Make the VERSION check handle | |
3266 | NULL. | |
3267 | (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL. | |
3268 | ||
51aad7cc GB |
3269 | 2015-06-10 Gary Benson <gbenson@redhat.com> |
3270 | ||
3271 | * NEWS: Announce support for direct access of executable and | |
3272 | shared library files when attaching to inferiors in containers | |
3273 | on GNU/Linux systems. | |
3274 | ||
15a201c8 GB |
3275 | 2015-06-10 Gary Benson <gbenson@redhat.com> |
3276 | ||
3277 | * remote.c (struct remote_state) <fs_pid>: New field. | |
3278 | (new_remote_state): Initialize the above. | |
3279 | (PACKET_vFile_setfs): New enum value. | |
3280 | (remote_hostio_set_filesystem): New function. | |
3281 | (remote_hostio_open): Call the above. | |
3282 | (remote_hostio_unlink): Likewise. | |
3283 | (remote_hostio_readlink): Likewise. | |
3284 | (_initialize_remote): Register new "set/show remote | |
3285 | hostio-setfs-packet" command. | |
3286 | * NEWS: Announce new vFile:setfs packet. | |
3287 | ||
7a6a1731 GB |
3288 | 2015-06-10 Gary Benson <gbenson@redhat.com> |
3289 | ||
3290 | * linux-nat.c (nat/linux-namespaces.h): New include. | |
3291 | (fileio.h): Likewise. | |
3292 | (linux_nat_filesystem_is_local): New function. | |
3293 | (linux_nat_fileio_pid_of): Likewise. | |
3294 | (linux_nat_fileio_open): Likewise. | |
3295 | (linux_nat_fileio_readlink): Likewise. | |
3296 | (linux_nat_fileio_unlink): Likewise. | |
3297 | (linux_nat_add_target): Initialize to_filesystem_is_local, | |
3298 | to_fileio_open, to_fileio_readlink and to_fileio_unlink. | |
3299 | (_initialize_linux_nat): New "set/show debug linux-namespaces" | |
3300 | commands. | |
3301 | * NEWS: Mention new "set/show debug linux-namespaces" commands. | |
3302 | ||
07c138c8 GB |
3303 | 2015-06-10 Gary Benson <gbenson@redhat.com> |
3304 | ||
3305 | * target.h (struct inferior): New forward declaration. | |
3306 | (struct target_ops) <to_filesystem_is_local>: Update comment. | |
3307 | (struct target_ops) <to_fileio_open>: New argument inf. | |
3308 | Update comment. All implementations updated. | |
3309 | (struct target_ops) <to_fileio_unlink>: Likewise. | |
3310 | (struct target_ops) <to_fileio_readlink>: Likewise. | |
3311 | (target_filesystem_is_local): Update comment. | |
3312 | (target_fileio_open): New argument inf. Update comment. | |
3313 | (target_fileio_unlink): Likewise. | |
3314 | (target_fileio_readlink): Likewise. | |
3315 | (target_fileio_read_alloc): Likewise. | |
3316 | (target_fileio_read_stralloc): Likewise. | |
3317 | * target.c (target_fileio_open): New argument inf. | |
3318 | Pass inf to implementation. Update debug printing. | |
3319 | (target_fileio_unlink): Likewise. | |
3320 | (target_fileio_readlink): Likewise. | |
3321 | (target_fileio_read_alloc_1): New argument inf. Pass inf | |
3322 | to target_fileio_open. | |
3323 | (target_fileio_read_alloc): New argument inf. Pass inf to | |
3324 | target_fileio_read_alloc_1. | |
3325 | (target_fileio_read_stralloc): Likewise. | |
3326 | * gdb_bfd.c (inferior.h): New include. | |
3327 | (gdb_bfd_iovec_fileio_open): Replace unused "open_closure" | |
3328 | argument with new argument "inferior". Pass inferior to | |
3329 | target_fileio_open. | |
3330 | (gdb_bfd_open): Supply inferior argument to | |
3331 | gdb_bfd_iovec_fileio_open. | |
3332 | * linux-tdep.c (linux_info_proc): Supply inf argument to | |
3333 | relevant target_fileio calls. | |
3334 | (linux_find_memory_regions_full): Likewise. | |
3335 | (linux_fill_prpsinfo): Likewise. | |
3336 | * remote.c (remote_filesystem_is_local): Supply inf | |
3337 | argument to remote_hostio_open. | |
3338 | (remote_file_put): Likewise. | |
3339 | (remote_file_get): Likewise. | |
3340 | (remote_file_delete): Supply inf argument to | |
3341 | remote_hostio_unlink. | |
3342 | ||
12e2a5fd GB |
3343 | 2015-06-10 Gary Benson <gbenson@redhat.com> |
3344 | ||
3345 | * inf-child.c (inf_child_fileio_open): Replace comment. | |
3346 | (inf_child_fileio_pwrite): Likewise. | |
3347 | (inf_child_fileio_pread): Likewise. | |
3348 | (inf_child_fileio_fstat): Insert blank line before comment. | |
3349 | (inf_child_fileio_close): Replace comment. | |
3350 | (inf_child_fileio_unlink): Likewise. | |
3351 | (inf_child_fileio_readlink): Likewise. | |
3352 | * remote.c (remote_hostio_open): Likewise. | |
3353 | (remote_hostio_pread): Likewise. | |
3354 | (remote_hostio_pwrite): Likewise. | |
3355 | (remote_hostio_close): Likewise. | |
3356 | (remote_hostio_unlink): Likewise. | |
3357 | (remote_hostio_readlink): Likewise. | |
3358 | (remote_hostio_fstat): Likewise. | |
3359 | (remote_filesystem_is_local): Likewise. | |
3360 | * target.c (target_fileio_open): Likewise. | |
3361 | (target_fileio_pwrite): Likewise. | |
3362 | (target_fileio_pread): Likewise. | |
3363 | (target_fileio_fstat): Insert blank line before comment. | |
3364 | (target_fileio_close): Replace comment. | |
3365 | (target_fileio_unlink): Likewise. | |
3366 | (target_fileio_readlink): Likewise. | |
3367 | (target_fileio_read_alloc): Likewise. | |
3368 | (target_fileio_read_stralloc): Likewise. | |
3369 | ||
9bc3a976 GB |
3370 | 2015-06-10 Gary Benson <gbenson@redhat.com> |
3371 | ||
3372 | * linux-thread-db.c (nat/linux-namespaces.h): New include. | |
3373 | (check_pid_namespace_match): Use linux_ns_same rather than | |
3374 | linux_proc_pid_get_ns to spot PID namespace mismatches. | |
3375 | * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove. | |
3376 | * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise. | |
3377 | ||
4b8b5e72 GB |
3378 | 2015-06-10 Gary Benson <gbenson@redhat.com> |
3379 | ||
3380 | * configure.ac (AC_CHECK_FUNCS): Add setns. | |
3381 | * config.in: Regenerate. | |
3382 | * configure: Likewise. | |
3383 | * nat/linux-namespaces.h: New file. | |
3384 | * nat/linux-namespaces.c: Likewise. | |
3385 | * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h. | |
3386 | (linux-namespaces.o): New rule. | |
3387 | * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o. | |
3388 | * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise. | |
3389 | * config/arm/linux.mh (NATDEPFILES): Likewise. | |
3390 | * config/i386/linux.mh (NATDEPFILES): Likewise. | |
3391 | * config/i386/linux64.mh (NATDEPFILES): Likewise. | |
3392 | * config/ia64/linux.mh (NATDEPFILES): Likewise. | |
3393 | * config/m32r/linux.mh (NATDEPFILES): Likewise. | |
3394 | * config/m68k/linux.mh (NATDEPFILES): Likewise. | |
3395 | * config/mips/linux.mh (NATDEPFILES): Likewise. | |
3396 | * config/pa/linux.mh (NATDEPFILES): Likewise. | |
3397 | * config/powerpc/linux.mh (NATDEPFILES): Likewise. | |
3398 | * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise. | |
3399 | * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise. | |
3400 | * config/s390/linux.mh (NATDEPFILES): Likewise. | |
3401 | * config/sparc/linux.mh (NATDEPFILES): Likewise. | |
3402 | * config/sparc/linux64.mh (NATDEPFILES): Likewise. | |
3403 | * config/tilegx/linux.mh (NATDEPFILES): Likewise. | |
3404 | * config/xtensa/linux.mh (NATDEPFILES): Likewise. | |
3405 | ||
ca095836 GB |
3406 | 2015-06-10 Gary Benson <gbenson@redhat.com> |
3407 | ||
3408 | * utils.h (make_cleanup_close): Moved to common/filestuff.h. | |
3409 | * utils.c (do_close_cleanup): Moved to common/filestuff.c. | |
3410 | (make_cleanup_close): Likewise. | |
3411 | * common/filestuff.h (make_cleanup_close): Moved from utils.h. | |
3412 | * common/filestuff.c (do_close_cleanup): Moved from utils.c. | |
3413 | (make_cleanup_close): Likewise. | |
3414 | ||
5d9c55d3 JT |
3415 | 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk> |
3416 | ||
3417 | * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE | |
3418 | from SuspendThread(). | |
3419 | ||
040ea00b JT |
3420 | 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk> |
3421 | ||
3422 | * windows-nat.c (handle_output_debug_string): Trim trailing '\n' | |
3423 | from OutputDebugString. | |
3424 | ||
7d73c23c WT |
3425 | 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com> |
3426 | Mircea Gherzan <mircea.gherzan@intel.com> | |
3427 | ||
3428 | * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32, | |
3429 | MPX_BT_MASK_32): New macros. | |
3430 | (i386_mpx_set_bounds): New function that implements | |
3431 | the command "set-mpx-bound". | |
3432 | (i386_mpx_enabled): Helper function to test MPX availability. | |
3433 | (i386_mpx_bd_base): Helper function to calculate the base directory | |
3434 | address. | |
3435 | (i386_mpx_get_bt_entry): Helper function to access a bound | |
3436 | table entry. | |
3437 | (i386_mpx_print_bounds): Effectively display bound information. | |
3438 | (_initialize_i386_tdep): Add new commands to commands "set mpx" and | |
3439 | "show mpx". | |
3440 | (_initialize_i386_tdep): | |
3441 | Add "bound" to the commands "show mpx" and "set mpx" commands. | |
3442 | (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx" | |
3443 | and "show mpx" commands. | |
3444 | * NEWS: List new commands for MPX support. | |
3445 | ||
3ac2e371 GB |
3446 | 2015-06-09 Gary Benson <gbenson@redhat.com> |
3447 | ||
3448 | * common/fileio.h (fileio_to_host_mode): New declaration. | |
3449 | * common/fileio.c (fileio_to_host_mode): New Function. | |
3450 | * inf-child.c (inf_child_fileio_open): Process mode argument | |
3451 | with fileio_to_host_mode. | |
3452 | ||
ecef18c5 GB |
3453 | 2015-06-09 Gary Benson <gbenson@redhat.com> |
3454 | ||
3455 | * common/fileio.c (fileio_mode_pack): Fix preprocessor | |
3456 | conditional. | |
3457 | ||
e3dd7556 GB |
3458 | 2015-06-05 Gary Benson <gbenson@redhat.com> |
3459 | ||
3460 | * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to... | |
3461 | * remote.c (remote_filesystem_is_local): ...here. | |
3462 | ||
5b74bf7d YQ |
3463 | 2015-06-04 Yao Qi <yao.qi@linaro.org> |
3464 | ||
3465 | * gdbarch.c: Regenerate it. | |
3466 | ||
7f361056 JK |
3467 | 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com> |
3468 | ||
3469 | * arch-utils.c (default_infcall_munmap): New. | |
3470 | * arch-utils.h (default_infcall_munmap): New declaration. | |
3471 | * compile/compile-object-load.c (struct munmap_list, munmap_list_add) | |
3472 | (munmap_list_free, munmap_listp_free_cleanup): New. | |
3473 | (struct setup_sections_data): Add field munmap_list_headp. | |
3474 | (setup_sections): Call munmap_list_add. | |
3475 | (compile_object_load): New variable munmap_list_head, initialize | |
3476 | setup_sections_data.munmap_list_headp, return munmap_list_head. | |
3477 | * compile/compile-object-load.h (struct munmap_list): New declaration. | |
3478 | (struct compile_module): Add field munmap_list_head. | |
3479 | (munmap_list_free): New declaration. | |
3480 | * compile/compile-object-run.c (struct do_module_cleanup): Add field | |
3481 | munmap_list_head. | |
3482 | (do_module_cleanup): Call munmap_list_free. | |
3483 | (compile_object_run): Pass munmap_list_head to do_module_cleanup. | |
3484 | * gdbarch.c: Regenerate. | |
3485 | * gdbarch.h: Regenerate. | |
3486 | * gdbarch.sh (infcall_munmap): New. | |
3487 | * linux-tdep.c (linux_infcall_munmap): New. | |
3488 | (linux_init_abi): Install it. | |
3489 | ||
3b462ec2 SM |
3490 | 2015-06-02 Simon Marchi <simon.marchi@ericsson.com> |
3491 | ||
3492 | PR gdb/15564 | |
3493 | * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0. | |
3494 | ||
8d683210 YQ |
3495 | 2015-06-02 Yao Qi <yao.qi@linaro.org> |
3496 | ||
3497 | * i386-linux-nat.c: Include linux-nat.h. | |
3498 | ||
e0619de6 JK |
3499 | 2015-06-01 Andreas Schwab <schwab@linux-m68k.org> |
3500 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
3501 | ||
3502 | PR symtab/18392 | |
3503 | * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct | |
3504 | assertion. | |
3505 | * dwarf2loc.c (chain_candidate): Likewise. | |
3506 | ||
bd16da51 YQ |
3507 | 2015-06-01 Yao Qi <yao.qi@linaro.org> |
3508 | ||
3509 | * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET. | |
3510 | (store_vfp_regs): Use PTRACE_SETREGSET. | |
3511 | ||
df9d7ec9 YQ |
3512 | 2015-06-01 Yao Qi <yao.qi@linaro.org> |
3513 | ||
3514 | * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET. | |
3515 | (fetch_fpregs): Likewise. | |
3516 | * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET. | |
3517 | (store_fpregs): Likewise. | |
3518 | ||
10766686 YQ |
3519 | 2015-06-01 Yao Qi <yao.qi@linaro.org> |
3520 | ||
3521 | * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET. | |
3522 | (fetch_regs): Likewise. | |
3523 | (store_regs): Use PTRACE_SETREGSET. | |
3524 | (store_register): Likewise. | |
3525 | ||
7efe48d1 YQ |
3526 | 2015-06-01 Yao Qi <yao.qi@linaro.org> |
3527 | ||
3528 | * arm-linux-nat.c (arm_linux_read_description): Check whether | |
3529 | kernel supports PTRACE_GETREGSET. | |
3530 | ||
433bbbf8 YQ |
3531 | 2015-06-01 Yao Qi <yao.qi@linaro.org> |
3532 | ||
3533 | * x86-linux-nat.c (have_ptrace_getregset): Move it to ... | |
3534 | * linux-nat.c: ... here. | |
3535 | * x86-linux-nat.h (have_ptrace_getregset): Move the declaration | |
3536 | to ... | |
3537 | * linux-nat.h: ... here. | |
3538 | ||
ca9b78ce YQ |
3539 | 2015-06-01 Yao Qi <yao.qi@linaro.org> |
3540 | ||
3541 | * amd64-linux-nat.c: Include "nat/linux-ptrace.h". | |
3542 | * i386-linux-nat.c: Likewise. | |
3543 | * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define. | |
3544 | * s390-linux-nat.c: Include "nat/linux-ptrace.h". | |
3545 | (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove. | |
3546 | * x86-linux-nat.c: Include "nat/linux-ptrace.h". | |
3547 | * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove. | |
3548 | ||
99cee7b7 EZ |
3549 | 2015-05-30 Eli Zaretskii <eliz@gnu.org> |
3550 | ||
3551 | * go32-nat.c (go32_xfer_memory): Fix the return value to be | |
3552 | compatible to what read_child and write_child return. This | |
3553 | unbreaks that DJGPP build of GDB which was broken since v7.7. | |
3554 | ||
2147f5bd MG |
3555 | 2015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com> |
3556 | ||
3557 | * MAINTAINERS (Write After Approval): Add Martin Galvan. | |
3558 | ||
c8f6c93c RM |
3559 | 2015-05-29 Roland McGrath <mcgrathr@google.com> |
3560 | ||
3561 | PR gdb/18464 | |
3562 | * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning | |
3563 | rather than internal_error for an unrecognized value. | |
3564 | ||
8c6a948d MF |
3565 | 2015-05-29 Max Filippov <jcmvbkbc@gmail.com> |
3566 | ||
3567 | * xtensa-tdep.c (xtensa_pseudo_register_read) | |
3568 | (xtensa_pseudo_register_write): Don't alias last pseudo register | |
3569 | to a1. | |
3570 | ||
8dd06f7a DB |
3571 | 2015-05-28 Don Breazeal <donb@codesourcery.com> |
3572 | ||
3573 | * infrun.c (follow_fork_inferior): Ensure the use of | |
3574 | process-style ptids (pid,0,0) in verbose/debug "Detaching" | |
3575 | messages. | |
3576 | ||
a051152b DE |
3577 | 2015-05-28 Doug Evans <dje@google.com> |
3578 | ||
3579 | * dwarf2read.c (record_line_ftype): Remove, duplicate. | |
3580 | ||
a56cc1ce YQ |
3581 | 2015-05-28 Yao Qi <yao.qi@linaro.org> |
3582 | ||
3583 | * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove. | |
3584 | (arm_linux_fetch_inferior_registers): Use | |
3585 | tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers. | |
3586 | (arm_linux_store_inferior_registers): Likewise. | |
3587 | (arm_linux_read_description): Don't set | |
3588 | arm_linux_has_wmmx_registers. | |
3589 | * arm-tdep.c (arm_gdbarch_init): Set | |
3590 | tdep->have_wmmx_registers according target descriptions. | |
3591 | * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New | |
3592 | field. | |
3593 | ||
330c6ca9 YQ |
3594 | 2015-05-28 Yao Qi <yao.qi@linaro.org> |
3595 | ||
3596 | * arm-linux-nat.c (arm_linux_vfp_register_count): Remove. | |
3597 | (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep | |
3598 | instead of arm_linux_vfp_register_count. | |
3599 | (store_vfp_regs): Likewise. | |
3600 | (arm_linux_fetch_inferior_registers): Likewise. | |
3601 | (arm_linux_store_inferior_registers): Likewise. | |
3602 | (arm_linux_read_description): Don't set | |
3603 | arm_linux_vfp_register_count. | |
3604 | * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections): | |
3605 | Adjust. | |
3606 | * arm-tdep.c (arm_gdbarch_init): Add assert on | |
3607 | vfp_register_count. | |
3608 | * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename | |
3609 | field to vfp_register_count. All users updated. | |
3610 | ||
d403db27 KH |
3611 | 2015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch) |
3612 | ||
3613 | * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on | |
3614 | ELFOSABI_GNU binaries. | |
3615 | ||
d9b3de22 DE |
3616 | 2015-05-27 Doug Evans <dje@google.com> |
3617 | ||
3618 | * dwarf2read.c (lnp_state_machine): New typedef. | |
3619 | (lnp_reader_state): New typedef. | |
3620 | (dwarf_record_line_1): Renamed from dwarf_record_line. | |
3621 | All callers updated. | |
3622 | (dwarf_record_line): New function. | |
3623 | (init_lnp_state_machine): New function. | |
3624 | (check_line_address): Replace p_record_line parameter with state. | |
3625 | All callers updated. | |
3626 | (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine. | |
3627 | Update to record state in lnp_state_machine. | |
3628 | ||
924c2928 DE |
3629 | 2015-05-27 Doug Evans <dje@google.com> |
3630 | ||
3631 | * dwarf2read.c (record_line_ftype): New typedef. | |
3632 | (check_line_address): New function. | |
3633 | (dwarf_decode_lines_1): Call it. | |
3634 | ||
27e0867f DE |
3635 | 2015-05-27 Doug Evans <dje@google.com> |
3636 | ||
3637 | * NEWS: Mention "set debug dwarf-line". | |
3638 | * dwarf2read.c (dwarf_line_debug): New static global. | |
3639 | (add_include_dir): Add debug dwarf-line support. | |
3640 | (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto. | |
3641 | (_initialize_dwarf2_read): New parameter "debug dwarf-line". | |
3642 | ||
4dcabcc2 DE |
3643 | 2015-05-27 Doug Evans <dje@google.com> |
3644 | ||
3645 | * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain". | |
3646 | All callers updated. | |
3647 | (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto. | |
3648 | * cp-support.h (cp_lookup_nested_symbol): Update. | |
3649 | ||
b2e2f908 DE |
3650 | 2015-05-27 Doug Evans <dje@google.com> |
3651 | ||
3652 | PR symtab/18258 | |
3653 | * block.c (block_find_symbol): New function. | |
3654 | (block_find_non_opaque_type): Ditto. | |
3655 | (block_find_non_opaque_type_preferred): Ditto. | |
3656 | * block.h (block_symbol_matcher_ftype): New typedef. | |
3657 | (block_find_symbol): Declare. | |
3658 | (block_find_non_opaque_type): Ditto. | |
3659 | (block_find_non_opaque_type_preferred): Ditto. | |
3660 | * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol. | |
3661 | * psymtab.c (psym_lookup_symbol): Ditto. | |
3662 | * symtab.c (basic_lookup_transparent_type_1): New function. | |
3663 | (basic_lookup_transparent_type): Call it. | |
3664 | ||
f62fce35 YQ |
3665 | 2015-05-27 Yao Qi <yao.qi@linaro.org> |
3666 | ||
3667 | * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return | |
3668 | AARCH64_RECORD_UNKNOWN for unknown instruction encoding. | |
3669 | ||
5d98d3cd YQ |
3670 | 2015-05-27 Yao Qi <yao.qi@linaro.org> |
3671 | ||
3672 | * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines | |
3673 | before operator &&. | |
3674 | (aarch64_record_load_store): Likewise. | |
3675 | ||
82c7be31 DE |
3676 | 2015-05-26 Doug Evans <dje@google.com> |
3677 | ||
3678 | PR c++/18141, c++/18417. | |
3679 | * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being | |
3680 | a typedef. | |
3681 | ||
b4f54984 DE |
3682 | 2015-05-26 Doug Evans <dje@google.com> |
3683 | ||
3684 | * NEWS: Add entries for command renamings. | |
3685 | * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug. | |
3686 | All uses updated. | |
3687 | (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated. | |
3688 | (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age. | |
3689 | All uses updated. | |
3690 | (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age. | |
3691 | All callers updated. Fix spelling of DWARF in help text. | |
3692 | (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist. | |
3693 | All uses updated. | |
3694 | (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist. | |
3695 | All uses updated. | |
3696 | (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated. | |
3697 | (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated. | |
3698 | (dwarf_always_disassemble): Renamed from dwarf_always_disassemble. | |
3699 | All uses updated. | |
3700 | (show_dwarf_always_disassemble): Renamed from | |
3701 | show_dwarf2_always_disassemble. All callers updated. | |
3702 | (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to | |
3703 | "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to | |
3704 | "set/show dwarf max-cache-age". Rename | |
3705 | "set/show dwarf2 always-disassemble" to | |
3706 | "set/show dwarf always-disassemble". Rename | |
3707 | "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename | |
3708 | "set/show debug dwarf2-die" to "set/show debug dwarf-die". | |
3709 | ||
4ea6efe9 DE |
3710 | 2015-05-26 Doug Evans <dje@google.com> |
3711 | ||
3712 | PR python/18438 | |
3713 | * python/py-lazy-string.c (stpy_convert_to_value): Use | |
3714 | gdbpy_gdb_memory_error not PyExc_MemoryError. | |
3715 | (gdbpy_create_lazy_string_object): Ditto. | |
3716 | ||
b93fd21d AB |
3717 | 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com> |
3718 | ||
3719 | * tui/tui-regs.c (tui_reg_next_command): Compare against NULL. | |
3720 | ||
55b40027 AB |
3721 | 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com> |
3722 | ||
3723 | * tui/tui-regs.c (tui_reg_prev_command): New function. | |
3724 | (_initialize_tui_regs): Add 'prev' command for 'tui reg'. | |
3725 | * reggroups.c (reggroup_prev): New function. | |
3726 | * reggroups.h (reggroup_prev): Add declaration. Update comment. | |
3727 | ||
99afc88b OJ |
3728 | 2015-05-26 Omair Javaid <omair.javaid@linaro.org> |
3729 | Yao Qi <yao.qi@linaro.org> | |
3730 | ||
3731 | * aarch64-linux-tdep.c: Include linux-record.h and | |
3732 | record-full.h. | |
3733 | (struct linux_record_tdep aarch64_linux_record_tdep): Declare. | |
3734 | (aarch64_syscall): New enum. | |
3735 | (aarch64_canonicalize_syscall): New function. | |
3736 | (aarch64_all_but_pc_registers_record): New function. | |
3737 | (aarch64_linux_syscall_record): New function. | |
3738 | (aarch64_linux_init_abi): Install AArch64 process record | |
3739 | handler. Update to handle syscall recording. | |
3740 | * aarch64-tdep.c: Include record.h and record-full.h. | |
3741 | (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros. | |
3742 | (struct aarch64_mem_r): Define. | |
3743 | (aarch64_record_result): New enum. | |
3744 | (struct insn_decode_record): Define. | |
3745 | (insn_decode_record): New typedef. | |
3746 | (aarch64_record_data_proc_reg): New function. | |
3747 | (aarch64_record_data_proc_imm): New function. | |
3748 | (aarch64_record_branch_except_sys): New function. | |
3749 | (aarch64_record_load_store): New function. | |
3750 | (aarch64_record_data_proc_simd_fp): New function. | |
3751 | (aarch64_record_asimd_load_store): New function. | |
3752 | (aarch64_record_decode_insn_handler): New function. | |
3753 | (deallocate_reg_mem): New function. | |
3754 | (aarch64_process_record): New function. | |
3755 | * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>: | |
3756 | New field. | |
3757 | (aarch64_process_record): New extern declaration. | |
3758 | * configure.tgt: Add linux-record.o to gdb_target_obs. | |
3759 | * linux-record.h (struct linux_record_tdep) <arg7>: New field. | |
3760 | ||
c16a3f52 OJ |
3761 | 2015-05-26 Omair Javaid <omair.javaid@linaro.org> |
3762 | ||
3763 | * NEWS: Add a note on process record-replay support on aarch64*-linux* | |
3764 | targets. | |
3765 | ||
c9cf6e20 MG |
3766 | 2015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com> |
3767 | ||
3768 | * amd64-tdep.c: Replace in_function_epilogue_p with | |
3769 | stack_frame_destroyed_p throughout. | |
3770 | * arch-utils.c: Ditto. | |
3771 | * arch-utils.h: Ditto. | |
3772 | * arm-tdep.c: Ditto. | |
3773 | * breakpoint.c: Ditto. | |
3774 | * gdbarch.sh: Ditto. | |
3775 | * hppa-tdep.c: Ditto. | |
3776 | * i386-tdep.c: Ditto. | |
3777 | * mips-tdep.c: Ditto. | |
3778 | * nios2-tdep.c: Ditto. | |
3779 | * rs6000-tdep.c: Ditto. | |
3780 | * s390-linux-tdep.c: Ditto. | |
3781 | * score-tdep.c: Ditto. | |
3782 | * sh-tdep.c: Ditto. | |
3783 | * sparc-tdep.c: Ditto. | |
3784 | * sparc-tdep.h: Ditto. | |
3785 | * sparc64-tdep.c: Ditto. | |
3786 | * spu-tdep.c: Ditto. | |
3787 | * tic6x-tdep.c: Ditto. | |
3788 | * tilegx-tdep.c: Ditto. | |
3789 | * xstormy16-tdep.c: Ditto. | |
3790 | * gdbarch.c, gdbarch.h: Re-generated. | |
3791 | ||
a4ea0946 AB |
3792 | 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com> |
3793 | ||
3794 | * NEWS: Mention 'tui enable' and 'tui disable'. | |
3795 | * tui/tui.c (tui_enable_command): New function. | |
3796 | (tui_disable_command): New function. | |
3797 | (_initialize_tui): New function. | |
3798 | ||
b75c69bb AB |
3799 | 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com> |
3800 | ||
3801 | * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0. | |
3802 | ||
c1b009ee AB |
3803 | 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com> |
3804 | ||
3805 | * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure | |
3806 | buf_ptr is freed. | |
3807 | ||
880d1e40 AB |
3808 | 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com> |
3809 | ||
3810 | * tui/tui-layout.c (tui_layout_command): Move call to tui_enable | |
3811 | into ... | |
3812 | (tui_set_layout_for_display_command): ...here, before calling | |
3813 | tui_set_layout. Only set the layout if gdb has not already | |
3814 | entered the TUI_FAILURE state. | |
3815 | ||
a0145030 AB |
3816 | 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com> |
3817 | ||
3818 | * tui/tui-layout.c (layout_completer): New function. | |
3819 | (_initialize_tui_layout): Set completer on layout command. | |
3820 | ||
7bd0be3a AB |
3821 | 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com> |
3822 | ||
3823 | * tui/tui-layout.c (tui_set_layout): Remove | |
3824 | tui_register_display_type parameter. Remove all checking of this | |
3825 | parameter, and reindent function. Update header comment. | |
3826 | (tui_set_layout_for_display_command): Rename to... | |
3827 | (tui_set_layout_by_name): ...this, and don't check for different | |
3828 | register class types, don't pass a tui_register_display_type to | |
3829 | tui_set_layout. Update header comment. | |
3830 | (layout_names): Remove register set specific names. | |
3831 | * tui/tui-layout.h (tui_set_layout): Remove | |
3832 | tui_register_display_type parameter. | |
3833 | * tui/tui.c (tui_rl_change_windows): Don't pass a | |
3834 | tui_register_display_type to tui_set_layout. | |
3835 | (tui_rl_delete_other_windows): Likewise. | |
3836 | (tui_enable): Likewise. | |
3837 | * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove. | |
3838 | (TUI_FLOAT_REGS_NAME_LOWER): Remove. | |
3839 | (TUI_GENERAL_REGS_NAME): Remove. | |
3840 | (TUI_GENERAL_REGS_NAME_LOWER): Remove. | |
3841 | (TUI_SPECIAL_REGS_NAME): Remove. | |
3842 | (TUI_SPECIAL_REGS_NAME_LOWER): Remove. | |
3843 | (TUI_GENERAL_SPECIAL_REGS_NAME): Remove. | |
3844 | (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove. | |
3845 | (enum tui_register_display_type): Remove. | |
3846 | (struct tui_layout_def): Remove regs_display_type and | |
3847 | float_regs_display_type fields. | |
3848 | (struct tui_data_info): Remove regs_display_type field. | |
3849 | (tui_layout_command): Use new name for | |
3850 | tui_set_layout_for_display_command. | |
3851 | * tui/tui-data.c (layout_def): Don't initialise removed fields. | |
3852 | (tui_clear_win_detail): Don't initialise removed fields of | |
3853 | win_info. | |
3854 | * tui/tui-regs.c (tui_show_registers): Use new name for | |
3855 | tui_set_layout_for_display_command. | |
3856 | * tui/tui.h (tui_set_layout_for_display_command): Rename | |
3857 | declaration to... | |
3858 | (tui_set_layout_by_name): ...this. | |
3859 | * printcmd.c (display_command): Remove tui related layout call, | |
3860 | and reindent. | |
3861 | ||
0b6e5e10 JB |
3862 | 2015-05-20 Joel Brobecker <brobecker@adacore.com> |
3863 | ||
3864 | * infrun.c (handle_inferior_event_1): Renames handle_inferior_event. | |
3865 | (handle_inferior_event): New function. | |
3866 | ||
1da0522e JB |
3867 | 2015-05-20 Joel Brobecker <brobecker@adacore.com> |
3868 | ||
3869 | * ada-lang.c (to_fixed_array_type): Rename local variable | |
3870 | typename into type_name. | |
3871 | ||
5fe75eec JK |
3872 | 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com> |
3873 | ||
3874 | Fix ASAN crash for gdb.compile/compile.exp. | |
3875 | * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME. | |
3876 | ||
a4063588 JK |
3877 | 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com> |
3878 | ||
3879 | * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol) | |
3880 | (gcc_symbol_address): Change gdb_stdout to gdb_stdlog. | |
3881 | * compile/compile-object-load.c (setup_sections, compile_object_load): | |
3882 | Likewise. | |
3883 | * compile/compile.c (compile_to_object): Likewise. | |
3884 | ||
37442ce1 DE |
3885 | 2015-05-16 Doug Evans <xdje42@gmail.com> |
3886 | ||
3887 | * NEWS: Mention support for unbuffered Guile memory ports. | |
3888 | * scm-ports.c (ioscm_memory_port): Update comments on end, size. | |
3889 | (ioscm_lseek_address): Improve overflow calculation. | |
3890 | (gdbscm_memory_port_fill_input): Add assert. | |
3891 | (gdbscm_memory_port_write): Handle unbuffered ports. | |
3892 | Handle large writes identical to Guile's fport_write. | |
3893 | (gdbscm_memory_port_seek): Fix seeking past end check. | |
3894 | (gdbscm_memory_port_close): Handle closing unbuffered port. | |
3895 | (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports. | |
3896 | (ioscm_init_memory_port): Handle unbuffered ports. | |
3897 | (ioscm_reinit_memory_port): Ditto. | |
3898 | (ioscm_init_memory_port): Update size calculation. | |
3899 | (gdbscm_open_memory): Support zero sized ports. | |
3900 | ||
d976bace JK |
3901 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
3902 | ||
3903 | * compile/compile-object-load.c (get_out_value_type): Fix uninitialized | |
3904 | variable compiler warnings. | |
3905 | ||
4d18dfad JK |
3906 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
3907 | ||
3908 | * compile/compile-object-load.c (get_out_value_type): Fix returned type. | |
3909 | ||
36de76f9 JK |
3910 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
3911 | Phil Muldoon <pmuldoon@redhat.com> | |
3912 | ||
3913 | * NEWS (Changes since GDB 7.9): Add compile print. | |
3914 | * compile/compile-c-support.c (add_code_header, add_code_footer) | |
3915 | (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and | |
3916 | COMPILE_I_PRINT_VALUE_SCOPE. | |
3917 | * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE) | |
3918 | (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE): | |
3919 | New. | |
3920 | * compile/compile-object-load.c: Include block.h. | |
3921 | (get_out_value_type): New function. | |
3922 | (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and | |
3923 | COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and | |
3924 | OUT_VALUE_TYPE. | |
3925 | * compile/compile-object-load.h (struct compile_module): Add fields | |
3926 | out_value_addr and out_value_type. | |
3927 | * compile/compile-object-run.c: Include valprint.h and compile.h. | |
3928 | (struct do_module_cleanup): Add fields out_value_addr and | |
3929 | out_value_type. | |
3930 | (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and | |
3931 | COMPILE_I_PRINT_VALUE_SCOPE. | |
3932 | (compile_object_run): Propagate out_value_addr and out_value_type. | |
3933 | Pass OUT_VALUE_ADDR. | |
3934 | * compile/compile.c: Include valprint.h. | |
3935 | (compile_print_value, compile_print_command): New functions. | |
3936 | (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE. | |
3937 | (_initialize_compile): Update compile code help text. Install | |
3938 | compile_print_command. | |
3939 | * compile/compile.h (compile_print_value): New prototype. | |
3940 | * defs.h (enum compile_i_scope_types): Add | |
3941 | COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE. | |
3942 | ||
83d3415e JK |
3943 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
3944 | ||
3945 | * compile/compile-object-load.c (get_regs_type): Add parameter func_sym. | |
3946 | Rely on its parameter count. | |
3947 | (compile_object_load): Replace lookup_minimal_symbol_text by | |
3948 | lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the | |
3949 | return value. | |
3950 | * compile/compile-object-load.h (struct compile_module): Replace | |
3951 | func_addr by func_sym. | |
3952 | * compile/compile-object-run.c: Include block.h. | |
3953 | (compile_object_run): Reset module variable after it is freed. Use | |
3954 | FUNC_SYM instead of FUNC_ADDR. Rely on it. | |
3955 | ||
3a9558c4 JK |
3956 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
3957 | ||
3958 | * compile/compile-c-support.c (print_one_macro): Use #ifndef. | |
3959 | (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR. | |
3960 | (c_compute_program): Call generate_register_struct after typedefs. | |
3961 | * compile/compile-loc2c.c (push, pushf_register_address) | |
3962 | (pushf_register): Cast to GCC_UINTPTR. | |
3963 | (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after | |
3964 | type. Use GCC_UINTPTR instead of void *. Remove excessive cast. | |
3965 | (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *. | |
3966 | * compile/compile.c (_initialize_compile): Enable warnings for | |
3967 | COMPILE_ARGS. | |
3968 | ||
5c65b58a JK |
3969 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
3970 | ||
3971 | * cli/cli-script.c (execute_control_command): Update | |
3972 | eval_compile_command caller. | |
3973 | * compile/compile-object-load.c (compile_object_load): Add parameters | |
3974 | scope and scope_data. Set them. | |
3975 | * compile/compile-object-load.h (struct compile_module): Add fields | |
3976 | scope and scope_data. | |
3977 | (compile_object_load): Add parameters scope and scope_data. | |
3978 | * compile/compile-object-run.c (struct do_module_cleanup): Add fields | |
3979 | scope and scope_data. | |
3980 | (compile_object_run): Propagate the fields scope and scope_data. | |
3981 | * compile/compile.c (compile_file_command, compile_code_command): | |
3982 | Update eval_compile_command callers. | |
3983 | (eval_compile_command): Add parameter scope_data. Pass it plus scope. | |
3984 | * compile/compile.h (eval_compile_command): Add parameter scope_data. | |
3985 | * defs.h (struct command_line): Add field scope_data. | |
3986 | ||
1c88ceb1 JK |
3987 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
3988 | ||
3989 | * printcmd.c (struct format_data): Move it to valprint.h. | |
3990 | (print_command_parse_format, print_value): New functions from ... | |
3991 | (print_command_1): ... here. Call them. | |
3992 | * valprint.h (struct format_data): Move it here from printcmd.c. | |
3993 | (print_command_parse_format, print_value): New declarations. | |
3994 | ||
0b738f27 JK |
3995 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
3996 | ||
3997 | * compile/compile-object-load.c (compile_object_load): Add | |
3998 | COMPILE_DEBUG message. | |
3999 | ||
aa715135 JG |
4000 | 2015-05-15 Jerome Guitton <guitton@adacore.com> |
4001 | ||
4002 | * ada-lang.c (ada_value_ptr_subscript): Use enum position of | |
4003 | index to get element instead of enum value. | |
4004 | (ada_value_slice_from_ptr, ada_value_slice): Use enum position | |
4005 | of index to compute length, but enum values to compute bounds. | |
4006 | (ada_array_length): Use enum position of index instead of enum value. | |
4007 | (pos_atr): Move position computation to... | |
4008 | (ada_evaluate_subexp): Use enum values to compute bounds. | |
4009 | * gdbtypes.c (discrete_position): ...this new function. | |
4010 | * gdbtypes.h (discrete_position): New function declaration. | |
4011 | * valprint.c (val_print_array_elements): Call discrete_position | |
4012 | to handle array indexed by non-contiguous enumeration types. | |
4013 | ||
931e5bc3 JG |
4014 | 2015-05-15 Jerome Guitton <guitton@adacore.com> |
4015 | ||
4016 | * ada-lang.c (find_parallel_type_by_descriptive_type): | |
4017 | Go through typedefs during lookup. | |
4018 | (to_fixed_array_type): Add support for non-bit packed arrays | |
4019 | as variable-length fields. | |
4020 | ||
4e63d0ac PA |
4021 | 2015-05-15 Pedro Alves <palves@redhat.com> |
4022 | Simon Marchi <simon.marchi@ericsson.com> | |
4023 | ||
4024 | * event-loop.c (gdb_notifier) <next_file_handler, | |
4025 | next_poll_fds_index>: New fields. | |
4026 | (get_next_file_handler_to_handle_and_advance): New function. | |
4027 | (delete_file_handler): If deleting the next file handler to | |
4028 | handle, advance to the next file handler. | |
4029 | (gdb_wait_for_event): Bail early if no event fired. Poll file | |
4030 | handlers in round-robin fashion. | |
4031 | ||
52e48b36 PA |
4032 | 2015-05-15 Pedro Alves <palves@redhat.com> |
4033 | ||
4034 | * linux-tdep.c (linux_find_memory_regions_full): Rename local | |
4035 | 'private' to 'priv'. | |
4036 | ||
2465e12e PA |
4037 | 2015-05-15 Pedro Alves <palves@redhat.com> |
4038 | ||
4039 | * nat/linux-nat.h: Include "target/waitstatus.h". | |
4040 | ||
13fa0398 YZ |
4041 | 2015-05-15 Yuanhui Zhang <asmwarrior@gmail.com> |
4042 | ||
4043 | * python/py-unwind.c (struct reg_info): Move out of ... | |
4044 | (struct cached_frame_info): ... this scope. | |
4045 | (pending_frame_object_type, unwind_info_object_type): Make extern. | |
4046 | ||
9cd4d857 JB |
4047 | 2015-05-15 Joel Brobecker <brobecker@adacore.com> |
4048 | ||
4049 | * ada-lang.c (ada_value_primitive_packed_val): Make sure | |
4050 | accumSize is never negative. | |
4051 | ||
e3555239 PP |
4052 | 2015-05-14 Patrick Palka <patrick@parcs.ath.cx> |
4053 | ||
4054 | * tui/tui-command.c: Remove include of <ctype.h>. | |
4055 | (tui_dispatch_ctrl_char): Remove workaround for xterm terminals. | |
4056 | ||
08a76f8a MG |
4057 | 2015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com> |
4058 | ||
4059 | * dwarf2read.c (die_needs_namespace): Return 1 for | |
4060 | DW_TAG_inlined_subroutine. | |
4061 | ||
bd49952b JK |
4062 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
4063 | ||
4064 | * regcache.c (regcache_cpy_no_passthrough): New declaration. | |
4065 | (regcache_cpy_no_passthrough): Make it static, add function comment. | |
4066 | * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment. | |
4067 | (regcache_cpy_no_passthrough): Remove declaration. | |
4068 | ||
46c03469 JK |
4069 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
4070 | ||
4071 | * gdbthread.h (struct thread_control_state): Update comment for | |
4072 | proceed_to_finish. | |
4073 | * infcall.c (run_inferior_call): Update comment about | |
4074 | proceed_to_finish. | |
4075 | * infcmd.c (get_return_value): Update comment about stop_registers. | |
4076 | (finish_forward): Update comment about proceed_to_finish. | |
4077 | * infrun.c (stop_registers): Remove. | |
4078 | (clear_proceed_status, normal_stop): Remove stop_registers handling. | |
4079 | * infrun.h (stop_registers): Remove. | |
4080 | ||
8a6c4031 JK |
4081 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
4082 | ||
4083 | * infcall.c (struct dummy_frame_context_saver) | |
4084 | (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor) | |
4085 | (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup) | |
4086 | (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup): | |
4087 | New. | |
4088 | (call_function_by_hand_dummy): Move discard_cleanups of | |
4089 | inf_status_cleanup before dummy_frame_push. Call | |
4090 | dummy_frame_context_saver_setup and prepare context_saver_cleanup. | |
4091 | Use dummy_frame_context_saver_get_regs instead of stop_registers. | |
4092 | * infcall.h (struct dummy_frame_context_saver) | |
4093 | (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup) | |
4094 | (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup): | |
4095 | New declarations. | |
4096 | * infcmd.c: Include infcall.h. | |
4097 | (get_return_value): Add parameter ctx_saver, use it instead of | |
4098 | stop_registers. | |
4099 | (print_return_value): Add parameter ctx_saver, pass it. | |
4100 | (struct finish_command_continuation_args): Add field ctx_saver. | |
4101 | (finish_command_continuation): Update print_return_value caller. | |
4102 | (finish_command_continuation_free_arg): Free also ctx_saver. | |
4103 | (finish_forward): Call dummy_frame_context_saver_setup. | |
4104 | * inferior.h (struct dummy_frame_context_saver): New declaration. | |
4105 | (get_return_value): Add parameter ctx_saver. | |
4106 | * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update | |
4107 | get_return_value caller. | |
4108 | ||
10989690 JK |
4109 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
4110 | ||
4111 | * dummy-frame.c (struct dummy_frame_dtor_list): New. | |
4112 | (struct dummy_frame): Replace dtor and dtor_data by dtor_list. | |
4113 | (remove_dummy_frame): Process dtor_list. | |
4114 | (pop_dummy_frame): Process dtor_list. | |
4115 | (register_dummy_frame_dtor): Maintain dtor_list. | |
4116 | (find_dummy_frame_dtor): Handle dtor_list. | |
4117 | * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor): | |
4118 | Update comments. | |
4119 | ||
5e970501 JK |
4120 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
4121 | ||
4122 | * compile/compile-object-run.c (do_module_cleanup): Add parameter | |
4123 | registers_valid. | |
4124 | (compile_object_run): Update do_module_cleanup caller. | |
4125 | * dummy-frame.c: Include infcall.h. | |
4126 | (struct dummy_frame): Update dtor comment. | |
4127 | (remove_dummy_frame): Call dtor. | |
4128 | (pop_dummy_frame): Update dtor caller. | |
4129 | * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter | |
4130 | registers_valid. | |
4131 | ||
1c4eb778 JB |
4132 | 2015-05-13 Joel Brobecker <brobecker@adacore.com> |
4133 | ||
4134 | GDB 7.9.1 released. | |
4135 | ||
f5f85ab9 JB |
4136 | 2015-05-13 Joel Brobecker <brobecker@adacore.com> |
4137 | ||
4138 | * NEWS: Create "Changes in GDB 7.9.1" section. Move news about | |
4139 | Xmethods now being able to specify a result type to that new | |
4140 | sectioin. | |
4141 | ||
242cd84c PP |
4142 | 2015-05-13 Patrick Palka <patrick@parcs.ath.cx> |
4143 | ||
4144 | * tui/tui-win.c (tui_async_resize_screen): Clear win_resized | |
4145 | first before resizing the window. | |
e3555239 | 4146 | * tui/tui.c (tui_enable): Likewise. |
242cd84c PP |
4147 | |
4148 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> | |
558e5469 JK |
4149 | |
4150 | * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor. | |
4151 | * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment. | |
4152 | * infcall.c (call_function_by_hand_dummy): Use proper typedef for | |
4153 | dummy_dtor parameter. | |
4154 | * infcall.h: Include dummy-frame.h. | |
4155 | (call_function_by_hand_dummy_dtor_ftype): Remove. | |
4156 | (call_function_by_hand_dummy): Use proper typedef for dummy_dtor | |
4157 | parameter. | |
4158 | ||
ebfd00d2 PP |
4159 | 2015-05-13 Patrick Palka <patrick@parcs.ath.cx> |
4160 | ||
4161 | PR gdb/17820 | |
4162 | * top.c (history_size_setshow_var): Change type to signed. | |
4163 | Initialize to -2. Update documentation. | |
4164 | (set_readline_history_size): Define. | |
4165 | (set_history_size_command): Use it. Remove logic for handling | |
4166 | out-of-range sizes. | |
4167 | (init_history): Use set_readline_history_size(). Test for a | |
4168 | value of -2 instead of 0 when determining whether to set a | |
4169 | default history size. | |
4170 | (init_main): Decode the argument of the "size" command as a | |
4171 | zuinteger_unlimited. | |
4172 | ||
83769d0b DE |
4173 | 2015-05-12 Doug Evans <dje@google.com> |
4174 | ||
4175 | * dwarf2read.c (struct file_entry): Tweak comments. | |
4176 | (get_debug_line_section): Tweak comments. | |
4177 | ||
0d71eef5 DB |
4178 | 2015-05-12 Don Breazeal <donb@codesourcery.com> |
4179 | ||
4180 | * NEWS: Announce fork support in the RSP and support | |
4181 | for fork debugging in extended mode. | |
4182 | ||
cbb8991c DB |
4183 | 2015-05-12 Don Breazeal <donb@codesourcery.com> |
4184 | ||
4185 | * remote.c (remote_insert_fork_catchpoint): New function. | |
4186 | (remote_remove_fork_catchpoint): New function. | |
4187 | (remote_insert_vfork_catchpoint): New function. | |
4188 | (remote_remove_vfork_catchpoint): New function. | |
4189 | (pending_fork_parent_callback): New function. | |
4190 | (remove_new_fork_child): New function. | |
4191 | (remote_update_thread_list): Call remote_notif_get_pending_events | |
4192 | and remove_new_fork_child. | |
4193 | (extended_remote_kill): Kill fork child when killing the | |
4194 | parent before follow_fork completes. | |
4195 | (init_extended_remote_ops): Initialize target vector with | |
4196 | new fork catchpoint functions. | |
4197 | ||
c269dbdb DB |
4198 | 2015-05-12 Don Breazeal <donb@codesourcery.com> |
4199 | ||
4200 | * remote.c (remove_vfork_event_p): New function. | |
4201 | (remote_follow_fork): Add vfork event type to event checking. | |
4202 | (remote_parse_stop_reply): New stop reasons "vfork" and | |
4203 | "vforkdone" for RSP 'T' Stop Reply Packet. | |
4204 | ||
de0d863e DB |
4205 | 2015-05-12 Don Breazeal <donb@codesourcery.com> |
4206 | ||
4207 | * linux-nat.c (linux_nat_ptrace_options): New function. | |
4208 | (linux_init_ptrace, wait_lwp, linux_nat_filter_event): | |
4209 | Call linux_nat_ptrace_options and use different argument to | |
4210 | linux_enable_event_reporting. | |
4211 | (_initialize_linux_nat): Delete call to | |
4212 | linux_ptrace_set_additional_flags. | |
c8f6c93c | 4213 | * nat/linux-ptrace.c (current_ptrace_options): Rename to |
de0d863e DB |
4214 | supported_ptrace_options. |
4215 | (additional_flags): Delete variable. | |
4216 | (linux_check_ptrace_features): Use supported_ptrace_options. | |
4217 | (linux_test_for_tracesysgood, linux_test_for_tracefork): | |
4218 | Likewise, and remove additional_flags check. | |
4219 | (linux_enable_event_reporting): Change 'attached' argument to | |
4220 | 'options'. Use supported_ptrace_options. | |
c8f6c93c | 4221 | (ptrace_supports_feature): Change comment. Use |
de0d863e DB |
4222 | supported_ptrace_options. |
4223 | (linux_ptrace_set_additional_flags): Delete function. | |
4224 | * nat/linux-ptrace.h (linux_ptrace_set_additional_flags): | |
4225 | Delete function prototype. | |
4226 | * remote.c (remote_fork_event_p): New function. | |
4227 | (remote_detach_pid): New function. | |
4228 | (remote_detach_1): Call remote_detach_pid, don't mourn inferior | |
4229 | if doing detach-on-fork. | |
4230 | (remote_follow_fork): New function. | |
4231 | (remote_parse_stop_reply): Handle new "T" stop reason "fork". | |
4232 | (remote_pid_to_str): Print "process" strings for pid/0/0 ptids. | |
4233 | (init_extended_remote_ops): Initialize to_follow_fork. | |
4234 | ||
89245bc0 DB |
4235 | 2015-05-12 Don Breazeal <donb@codesourcery.com> |
4236 | ||
4237 | * nat/linux-ptrace.c (linux_check_ptrace_features): Change | |
4238 | from static to extern. | |
4239 | * nat/linux-ptrace.h (linux_check_ptrace_features): Declare. | |
4240 | * remote.c (anonymous enum): <PACKET_fork_event_feature, | |
4241 | * PACKET_vfork_event_feature>: New enumeration constants. | |
4242 | (remote_protocol_features): Add table entries for new packets. | |
4243 | (remote_query_supported): Add new feature queries to qSupported | |
4244 | packet. | |
4245 | ||
835205d0 GB |
4246 | 2015-05-12 Gary Benson <gbenson@redhat.com> |
4247 | ||
4248 | * remote.c (remote_add_inferior): Call exec_file_locate_attach | |
4249 | for fake PIDs as well as real ones. | |
4250 | (remote_pid_to_exec_file): Send empty annex if PID is fake. | |
4251 | ||
4c082a81 SC |
4252 | 2015-05-09 Siva Chandra Reddy <sivachandra@google.com> |
4253 | ||
4254 | * NEWS (Python Scripting): Mention the new gdb.Value methods. | |
4255 | * python/py-value.c (valpy_reference_value): New function. | |
4256 | (valpy_const_value): Likewise. | |
4257 | (value_object_methods): Add new methods. | |
4258 | * value.c (make_cv_value): New function. | |
4259 | * value.h (make_cv_value): Declare. | |
4260 | ||
afa6c9ab SL |
4261 | 2015-05-08 Yao Qi <yao@codesourcery.com> |
4262 | Sandra Loosemore <sandra@codesourcery.com> | |
4263 | ||
4264 | * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check | |
4265 | to 'lh->include_dirs' before accessing to it. | |
4266 | (psymtab_include_file_name): Likewise. | |
4267 | (dwarf_decode_lines_1): Likewise. | |
4268 | (dwarf_decode_lines): Likewise. | |
4269 | (file_file_name): Likewise. | |
4270 | ||
35d54293 SL |
4271 | 2015-05-08 Sandra Loosemore <sandra@codesourcery.com> |
4272 | ||
4273 | * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define. | |
4274 | (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define. | |
4275 | (nios2_linux_rt_sigreturn_init): Adjust base address of | |
4276 | register save area. | |
4277 | ||
b73c49b7 SL |
4278 | 2015-05-08 Sandra Loosemore <sandra@codesourcery.com> |
4279 | ||
4280 | * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using | |
4281 | "trap 31" as the breakpoint instruction on all targets. | |
4282 | ||
dd9f02a0 JK |
4283 | 2015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com> |
4284 | ||
4285 | * infcmd.c (print_return_value): Remove unused declaration. | |
4286 | ||
6ad395a7 JB |
4287 | 2015-05-08 Joel Brobecker <brobecker@adacore.com> |
4288 | ||
4289 | * dwarf2read.c (attr_to_dynamic_prop) | |
4290 | <DW_AT_data_member_location>: Use read_type_die isntead of | |
4291 | get_die_type. | |
4292 | ||
8344af1e JB |
4293 | 2015-05-08 Joel Brobecker <brobecker@adacore.com> |
4294 | ||
4295 | * ada-lang.c (ada_convert_actual): Add handling of formals | |
4296 | passed inside an aligner type. | |
4297 | ||
80b0912b JB |
4298 | 2015-05-08 Joel Brobecker <brobecker@adacore.com> |
4299 | ||
4300 | * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries. | |
4301 | ||
df2eb078 SC |
4302 | 2015-05-08 Siva Chandra Reddy <sivachandra@google.com> |
4303 | ||
4304 | PR python/18291 | |
4305 | * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo. | |
4306 | Print xmethod matcher status. | |
4307 | ||
2492f0d0 AA |
4308 | 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com> |
4309 | ||
4310 | * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA | |
4311 | register in the regcache when treating the PSWM register, and vice | |
4312 | versa. | |
4313 | ||
1c56a84d GB |
4314 | 2015-05-07 Gary Benson <gbenson@redhat.com> |
4315 | ||
4316 | * linux-thread-db.c (struct thread_db_info) | |
4317 | <td_ta_map_id2thr_p>: Remove field. | |
4318 | (try_thread_db_load_1): Remove initialization for the above. | |
4319 | ||
74850322 GB |
4320 | 2015-05-07 Gary Benson <gbenson@redhat.com> |
4321 | ||
4322 | * linux-thread-db.c (struct thread_db_info) | |
4323 | <td_thr_validate_p>: Remove field. | |
4324 | (try_thread_db_load_1): Remove initialization for the above. | |
4325 | ||
e26efa40 JK |
4326 | 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com> |
4327 | ||
4328 | * compile/compile-object-load.c (compile_object_load): Support | |
4329 | mst_text_gnu_ifunc. | |
4330 | ||
851c9091 JK |
4331 | 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com> |
4332 | ||
4333 | * compile/compile.c (compile_to_object): Make the cmd_string parameter | |
4334 | const. Use new variables for the const compatibility. | |
4335 | (eval_compile_command): Make the cmd_string parameter const. | |
4336 | * compile/compile.h (eval_compile_command): Make the cmd_string | |
4337 | parameter const. | |
4338 | ||
f218b647 JB |
4339 | 2015-05-06 Joel Brobecker <brobecker@adacore.com> |
4340 | ||
4341 | * defs.h (deprecated_init_ui_hook): Delete. Remove associated | |
4342 | comment. | |
4343 | * top.c (deprecated_init_ui_hook): Delete. | |
4344 | (gdb_init): Remove handling of deprecated_init_ui_hook. | |
4345 | * interps.c (clear_interpreter_hooks): Remove handling of | |
4346 | deprecated_init_ui_hook. | |
4347 | * main.c (captured_main): Update comment. | |
4348 | ||
b30a0bc3 JB |
4349 | 2015-05-06 Joel Brobecker <brobecker@adacore.com> |
4350 | ||
4351 | * solib.c (_initialize_solib): Add "info dll" alias creation. | |
4352 | * windows-nat.c (set_windows_aliases): Delete. | |
4353 | (_initialize_windows_nat): Remove deprecated_init_ui_hook | |
4354 | assignment. | |
4355 | * NEWS: Add news entry about "info dll" now being available | |
4356 | on all platforms. | |
4357 | ||
7c512744 JB |
4358 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
4359 | ||
4360 | * ada-lang.c (value_assign_to_component): Reformat and improve | |
4361 | documentation. Remove all trailing spaces. | |
4362 | ||
0fa7fe50 JB |
4363 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
4364 | ||
4365 | * inline-frame.c (inline_frame_sniffer, skip_inline_frames): | |
4366 | Stop counting inlined frames as soon as an out-of-line function | |
4367 | is found. | |
4368 | ||
3ea89b92 PMR |
4369 | 2014-05-05 Pierre-Marie de Rodat <derodat@adacore.com> |
4370 | ||
4371 | * dwarf2read.c (inherit_abstract_dies): Skip | |
4372 | DW_TAG_GNU_call_site dies while inheriting children of an | |
4373 | abstract DIE into a scope. | |
4374 | (read_lexical_block_scope): Inherit abstract DIE's for | |
4375 | lexical scopes. | |
4376 | ||
2478d075 JB |
4377 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
4378 | ||
4379 | * ada-valprint.c (val_print_packed_array_elements): Delete | |
4380 | variable "len". Add a type-length check when comparing two | |
4381 | consecutive elements of the array. Use the element's actual | |
4382 | length in call to value_contents_eq. | |
4383 | * ada-lang.c (ada_value_primitive_packed_val): Always return | |
4384 | a value whose type has been resolved. | |
4385 | ||
fc958966 JB |
4386 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
4387 | ||
4388 | * ada-lang.c (ada_value_primitive_packed_val): Recompute | |
4389 | BIT_SIZE and LEN if the size of the resolved type is smaller | |
4390 | than BIT_SIZE * HOST_CHAR_BIT. | |
4391 | ||
ca34b84f JB |
4392 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
4393 | ||
4394 | * ada-lang.c (ada_value_primitive_packed_val): Use a more | |
4395 | correct address in call to value_at. Adjust call to | |
4396 | value_address accordingly. | |
4397 | ||
62c67f3c JB |
4398 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
4399 | ||
4400 | * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying | |
4401 | to print it. | |
4402 | ||
c3345124 JB |
4403 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
4404 | ||
4405 | * dwarf2loc.h (struct property_addr_info): Add "valaddr" field. | |
4406 | * dwarf2loc.c (dwarf2_evaluate_property): Add handling of | |
4407 | pinfo->valaddr. | |
4408 | * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter. | |
4409 | * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr. | |
4410 | (resolve_dynamic_type_internal): Set pinfo.valaddr. | |
4411 | Add handling of addr_stack->valaddr. | |
4412 | (resolve_dynamic_type): Add "valaddr" parameter. | |
4413 | Set pinfo.valaddr field. | |
4414 | * ada-lang.c (ada_discrete_type_high_bound): Update call to | |
4415 | resolve_dynamic_type. | |
4416 | (ada_discrete_type_low_bound): Likewise. | |
4417 | * findvar.c (default_read_var_value): Likewise. | |
4418 | * value.c (value_from_contents_and_address): Likewise. | |
4419 | ||
75ea5859 JB |
4420 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
4421 | ||
4422 | * gdbtypes.c (resolve_dynamic_array): Use | |
4423 | create_array_type_with_stride instead of create_array_type. | |
4424 | ||
0952813b DD |
4425 | 2015-04-30 DJ Delorie <dj@redhat.com> |
4426 | ||
4427 | * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to | |
4428 | rl78_decode_opcode | |
4429 | ||
2ce1cdbf DE |
4430 | 2015-04-29 Doug Evans <dje@google.com> |
4431 | ||
4432 | PR python/18285 | |
4433 | * NEWS: Document new gdb.XMethodWorker.get_result_type method. | |
4434 | * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle | |
4435 | EVAL_AVOID_SIDE_EFFECTS for xmethods. | |
4436 | * extension-priv.h (struct extension_language_ops) | |
4437 | <get_xmethod_result_type>: New member. | |
4438 | * extension.c (get_xmethod_result_type): New function. | |
4439 | * extension.h (get_xmethod_result_type): Declare. | |
4440 | * python/py-xmethods.c (get_result_type_method_name): New static | |
4441 | global. | |
4442 | (py_get_result_type_method_name): Ditto. | |
4443 | (gdbpy_get_xmethod_result_type): New function. | |
4444 | (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name. | |
4445 | * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare. | |
4446 | * python/python.c (python_extension_ops): Add | |
4447 | gdbpy_get_xmethod_result_type. | |
4448 | * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type. | |
4449 | * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for | |
4450 | xmethods. | |
4451 | (value_x_unop): Ditto. | |
4452 | * value.c (result_type_of_xmethod): New function. | |
4453 | * value.h (result_type_of_xmethod): Declare. | |
4454 | ||
998d2a3e GB |
4455 | 2015-04-29 Gary Benson <gbenson@redhat.com> |
4456 | ||
4457 | * solib.c (solib_find_1): Allow fd argument to be NULL. | |
4458 | (exec_file_find): Update comment. | |
4459 | (solib_find): Likewise. | |
4460 | * exec.c (exec_file_locate_attach): Use NULL as fd | |
4461 | argument to exec_file_find to avoid having to close | |
4462 | the opened file. | |
4463 | * infrun.c (follow_exec): Likewise. | |
4464 | ||
34f5f757 DE |
4465 | 2015-04-28 Doug Evans <dje@google.com> |
4466 | ||
4467 | PR python/18299 | |
4468 | * python/lib/gdb/printing.py (register_pretty_printer): Handle | |
4469 | name or __name__ attributes. Handle gdb module as first argument. | |
4470 | ||
69b4374a DE |
4471 | 2015-04-28 Doug Evans <dje@google.com> |
4472 | ||
4473 | PR python/18089 | |
4474 | * python/py-prettyprint.c (print_children): Verify result of children | |
4475 | iterator. Provide better error message. | |
4476 | * python/python-internal..h (gdbpy_print_python_errors_p): Declare. | |
4477 | * python/python.c (gdbpy_print_python_errors_p): New function. | |
4478 | ||
5e7cf078 DE |
4479 | 2015-04-28 Doug Evans <dje@google.com> |
4480 | ||
4481 | * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment. | |
4482 | ||
59fb7612 SS |
4483 | 2015-04-28 Sasha Smundak <asmundak@google.com> |
4484 | ||
4485 | * NEWS: Mention gdb.Type.optimized_out method. | |
4486 | * python/py-type.c (typy_optimized_out): New function. | |
4487 | ||
cea6e4f1 JB |
4488 | 2015-04-28 John Baldwin <jhb@FreeBSD.org> |
4489 | ||
4490 | * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>. | |
4491 | ||
24b73f8e PP |
4492 | 2015-04-28 Patrick Palka <patrick@parcs.ath.cx> |
4493 | ||
4494 | * utils.c (init_page_info): Set rl_catch_sigwinch to zero. | |
4495 | (initialize_utils): Move call of init_page_info() to ... | |
4496 | * top.c (gdb_init): ... here. | |
4497 | ||
a88d0bb3 PP |
4498 | 2015-04-28 Patrick Palka <patrick@parcs.ath.cx> |
4499 | ||
4500 | * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment. | |
4501 | (tui_sigwinch_handler): Still update our idea of | |
4502 | the terminal's width and height even when TUI is not active. | |
4503 | ||
d6e5e7f7 PP |
4504 | 2015-04-28 Patrick Palka <patrick@parcs.ath.cx> |
4505 | ||
4506 | * utils.h (set_screen_width_and_height): Declare. | |
4507 | * utils.c (set_screen_width_and_height): Define. | |
4508 | * tui/tui-win.c (tui_update_gdb_sizes): Use it. | |
4509 | ||
ff862be4 GB |
4510 | 2015-04-28 Gary Benson <gbenson@redhat.com> |
4511 | ||
4512 | * infrun.c (solist.h): New include. | |
4513 | (follow_exec): Use exec_file_find to prefix execd_pathname | |
4514 | with gdb_sysroot. | |
4515 | ||
2eb639cb PP |
4516 | 2015-04-28 Patrick Palka <patrick@parcs.ath.cx> |
4517 | ||
4518 | * tui/tui-source.c (tui_set_source_content): Avoid calling | |
4519 | strcpy() when offset is 0. | |
4520 | ||
97206799 PP |
4521 | 2015-04-28 Patrick Palka <patrick@parcs.ath.cx> |
4522 | ||
4523 | PR gdb/18155 | |
4524 | * tui/tui-data.c (tui_free_window): Don't free the locator | |
4525 | window when passed an SRC_WIN or a DISASSEM_WIN. | |
4526 | ||
63ed8182 PP |
4527 | 2015-04-28 Patrick Palka <patrick@parcs.ath.cx> |
4528 | ||
4529 | * tui/tui-data.h (struct tui_win_element): Forward-declare. | |
4530 | (tui_win_content): Move declaration. | |
4531 | (struct tui_gen_win_info): Give 'content' field the | |
4532 | type tui_win_content. | |
4533 | * tui/tui-data.c (init_content_element): Remove redundant and | |
4534 | erroneous casts. | |
4535 | (tui_add_content_elements): Remove erroneous cast. | |
4536 | * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant | |
4537 | casts. | |
4538 | (tui_get_begin_asm_address): Likewise. | |
4539 | * tui/tui-regs.c (tui_show_registers): Likewise. | |
4540 | (tui_show_register_group): Likewise. | |
4541 | (tui_display_registers_from): Likewise. | |
4542 | (tui_check_register_values): Likewise. | |
4543 | * tui/tui-source.c (tui_set_source_content): Likewise. | |
4544 | (tui_set_source_content_nil): Likewise. | |
4545 | (tui_source_is_displayed): Likewise. | |
4546 | * tui/tui-stack.c (tui_show_locator_content): Likewise. | |
4547 | (tui_set_locator_fullname): Likewise. | |
4548 | (tui_set_locator_info): Likewise. | |
4549 | (tui_show_frame_info): Likewise. | |
4550 | * tui/tui-winsource.c (tui_clear_source_content): Likewise. | |
4551 | (tui_show_source_line): Likewise. | |
4552 | (tui_horizontal_source_scroll): Likewise. | |
4553 | (tui_update_breakpoint_info): Likewise. | |
4554 | (tui_set_exec_info_content): Likewise. | |
4555 | (tui_show_exec_info_content): Likewise. | |
4556 | (tui_alloc_source_buffer): Likewise. | |
4557 | (tui_line_is_displayed): Likewise. | |
4558 | (tui_addr_is_displayed): Likewise. | |
4559 | ||
d2b41ca0 JB |
4560 | 2015-04-27 John Baldwin <jhb@FreeBSD.org> |
4561 | ||
4562 | * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD | |
4563 | event if PL_FLAG_EXEC is set. | |
4564 | [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function. | |
4565 | [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function. | |
4566 | (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set | |
4567 | "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint". | |
4568 | Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint". | |
4569 | ||
e58e05d6 JB |
4570 | 2015-04-27 John Baldwin <jhb@FreeBSD.org> |
4571 | ||
4572 | * fbsd-nat.c: [PT_LWPINFO] New variable super_wait. | |
4573 | [TDP_RFPPWAIT] New variable fbsd_pending_children. | |
4574 | [TDP_RFPPWAIT] (fbsd_remember_child): New function. | |
4575 | [TDP_RFPPWAIT] (fbsd_is_child_pending): New function. | |
4576 | [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function. | |
4577 | [PT_LWPINFO] (fbsd_wait): New function. | |
4578 | [TDP_RFPPWAIT] (fbsd_follow_fork): New function. | |
4579 | [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function. | |
4580 | [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function. | |
4581 | [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function. | |
4582 | [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function. | |
4583 | [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function. | |
4584 | [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function. | |
4585 | [TDP_RFPPWAIT] (fbsd_post_attach): New function. | |
4586 | (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to | |
4587 | "fbsd_wait". | |
4588 | [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork". | |
4589 | Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint". | |
4590 | Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint". | |
4591 | Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint". | |
4592 | Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint". | |
4593 | Set "to_post_startup_inferior" to "fbsd_post_startup_inferior". | |
4594 | Set "to_post_attach" to "fbsd_post_attach". | |
4595 | ||
8f60fe01 JB |
4596 | 2015-04-27 John Baldwin <jhb@FreeBSD.org> |
4597 | ||
4598 | * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static. | |
4599 | (fbsd_find_memory_regions): Mark static. | |
4600 | (fbsd_nat_add_target): New function. | |
4601 | * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for | |
4602 | fbsd_pid_to_exec_file and fbsd_find_memory_regions. | |
4603 | * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target. | |
4604 | * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise. | |
4605 | * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise. | |
4606 | * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise. | |
4607 | ||
5fbae7d1 GB |
4608 | 2015-04-27 Gary Benson <gbenson@redhat.com> |
4609 | ||
4610 | * objfiles.c (allocate_objfile): Do not attempt to expand name | |
4611 | if name is a "target:" filename. | |
4612 | * auto-load.c (load_auto_scripts_for_objfile): Do not attempt | |
4613 | to load auto-load scripts for objfiles with "target:" filenames. | |
4614 | ||
417c80f9 AA |
4615 | 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com> |
4616 | ||
4617 | * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h". | |
4618 | (enum s390_vector_abi_kind): New enum. | |
4619 | (struct gdbarch_tdep)<vector_abi>: New field. | |
4620 | (s390_effective_inner_type): Add parameter min_size. Stop | |
4621 | unwrapping if the inner type is smaller than min_size. | |
4622 | (s390_function_arg_float): Adjust call to | |
4623 | s390_effective_inner_type. | |
4624 | (s390_function_arg_vector): New function. | |
4625 | (s390_function_arg_integer): Adjust comment. | |
4626 | (struct s390_arg_state)<vr>: New field. | |
4627 | (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector | |
4628 | arguments according to vector ABI when appropriate. | |
4629 | (s390_push_dummy_call): Initialize the argument state's field | |
4630 | 'vr'. Adjust calls to s390_handle_arg. | |
4631 | (s390_register_return_value): Handle vector return values. | |
4632 | (s390_return_value): Apply the "register" return value convention | |
4633 | to a vector when appropriate. | |
4634 | (s390_gdbarch_init): Initialize tdep->vector_abi. | |
4635 | * NEWS: Announce S390 vector ABI support. | |
4636 | ||
4e65a17e AA |
4637 | 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com> |
4638 | ||
4639 | * s390-linux-tdep.c (s390_return_value_convention): Remove | |
4640 | function. Inline its logic... | |
4641 | (s390_return_value): ...here. Instead, move the handling of the | |
4642 | "register" return value convention... | |
4643 | (s390_register_return_value): ...here. New function. | |
4644 | ||
80f75320 AA |
4645 | 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com> |
4646 | ||
4647 | * s390-linux-tdep.c | |
4648 | (is_float_singleton): Remove function. Move the "singleton" part | |
4649 | of the logic... | |
4650 | (s390_effective_inner_type): ...here. New function. | |
4651 | (is_float_like): Remove function. Inline its logic... | |
4652 | (s390_function_arg_float): ...here. | |
4653 | (is_pointer_like, is_integer_like, is_struct_like): Remove | |
4654 | functions. Inline their logic... | |
4655 | (s390_function_arg_integer): ...here. | |
4656 | (s390_function_arg_pass_by_reference): Remove function. | |
4657 | (extend_simple_arg): Remove function. | |
4658 | (alignment_of): Remove function. | |
4659 | (struct s390_arg_state): New structure. | |
4660 | (s390_handle_arg): New function. | |
4661 | (s390_push_dummy_call): Move parameter placement logic to the new | |
4662 | function s390_handle_arg. Call it for calculating the stack area | |
4663 | sizes first, and again for actually writing the parameters. | |
4664 | ||
6dbc9c04 AA |
4665 | 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com> |
4666 | ||
4667 | * s390-linux-tdep.c (is_power_of_two): Add comment. Return | |
4668 | false if the argument is zero. | |
4669 | ||
9e195661 PMR |
4670 | 2015-04-27 Pierre-Marie de Rodat <derodat@adacore.com> |
4671 | ||
4672 | * ada-lang.c (template_to_static_fixed_type): Return input type | |
4673 | when it is already fixed. Cache the input type itself when not | |
4674 | creating a static fixed copy. Make it explicit that we never | |
4675 | molestate the input type. | |
4676 | * gdbtypes.c (resolve_dynamic_struct): Reset the | |
4677 | TYPE_TARGET_TYPE field for resolved copies. | |
4678 | ||
460efde1 JB |
4679 | 2015-04-27 Joel Brobecker <brobecker@adacore.com> |
4680 | ||
4681 | * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef. | |
4682 | (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef. | |
4683 | (template_to_static_fixed_type): Call ada_check_typedef only | |
4684 | when necessary. | |
4685 | ||
6faec16b AB |
4686 | 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com> |
4687 | ||
4688 | * cli/cli-dump.c (srec_dump_command): Add internationalization | |
4689 | mark ups. | |
4690 | (ihex_dump_command): Likewise. | |
4691 | (tekhex_dump_command): Likewise. | |
4692 | (binary_dump_command): Likewise. | |
4693 | (binary_append_command): Likewise. | |
4694 | ||
cf75d6c3 AB |
4695 | 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com> |
4696 | ||
4697 | * cli/cli-dump.c (verilog_cmdlist): New variable. | |
4698 | (dump_verilog_memory): New function. | |
4699 | (dump_verilog_value): New function. | |
4700 | (verilog_dump_command): New function. | |
4701 | (_initialize_cli_dump): Add new commands to support verilog dump | |
4702 | format. | |
4703 | * NEWS: Add entry for "dump verilog". | |
4704 | ||
8cd00c59 PMR |
4705 | 2015-04-24 Pierre-Marie de Rodat <derodat@adacore.com> |
4706 | ||
4707 | * gdbtypes.c (print_gnat_stuff): Do not recurse on the | |
4708 | descriptive type when there is none. | |
4709 | ||
8900d71e PP |
4710 | 2015-04-23 Patrick Palka <patrick@parcs.ath.cx> |
4711 | ||
4712 | * tui/tui-win.c (tui_async_resize_screen): Call | |
4713 | rl_resize_terminal(). | |
4714 | ||
f16eab5f JT |
4715 | 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk> |
4716 | ||
4717 | * windows-nat.c (handle_output_debug_string): Don't change | |
4718 | current_event.dwThreadId. | |
4719 | (get_windows_debug_event): Use thread_id, rather than relying on | |
4720 | current_event.dwThreadId being changed. | |
4721 | ||
68ffc902 JT |
4722 | 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk> |
4723 | ||
4724 | * windows-nat.c (windows_continue): Report an error if | |
4725 | ContinueDebugEvent() fails. | |
4726 | ||
23942819 JT |
4727 | 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk> |
4728 | ||
4729 | * windows-nat.c (windows_resume): Fix misspelling in debug output. | |
4730 | ||
e6ad66bd JT |
4731 | 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk> |
4732 | ||
4733 | * windows-nat.c (get_windows_debug_event): Replace retval with | |
4734 | thread_id throughout. Update stale comment. | |
4735 | ||
776704b9 JT |
4736 | 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk> |
4737 | ||
4738 | * windows-nat.c (get_windows_debug_event): Don't use ternary | |
4739 | conditional operator. | |
4740 | ||
8aae4344 PM |
4741 | 2015-04-21 Pierre Muller <muller@sourceware.org> |
4742 | ||
4743 | PR pascal/17815 | |
4744 | p-exp.y (yylex): Reorganize code to return the matched pattern | |
4745 | for a field of this. | |
4746 | ||
819843c7 GB |
4747 | 2015-04-21 Gary Benson <gbenson@redhat.com> |
4748 | ||
4749 | * common/fileio.h (fileio_to_host_openflags): New declaration. | |
4750 | * common/fileio.c (fcntl.h): New include. | |
4751 | (fileio_to_host_openflags): New function, factored out from... | |
4752 | * inf-child.c (inf_child_fileio_open_flags_to_host): ...here. | |
4753 | Single use updated. | |
4754 | ||
0bca7f99 KB |
4755 | 2015-04-21 Kevin Buettner <kevinb@redhat.com> |
4756 | ||
4757 | * rl78-tdep.c (RL78_SP_ADDR): Define. | |
4758 | (opc_reg_to_gdb_regnum): New static function. | |
4759 | (rl78_analyze_prologue): Recognize instructions forming slightly | |
4760 | more interesting prologues. | |
4761 | ||
e771e4be PMR |
4762 | 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com> |
4763 | ||
4764 | Revert: | |
4765 | 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com> | |
4766 | * gdbtypes.c (is_dynamic_type_internal): Remove special handling of | |
4767 | TYPE_CODE_REF types so that they are not considered as dynamic | |
4768 | depending on the referenced type. | |
4769 | (resolve_dynamic_type_internal): Likewise. | |
4770 | ||
ee715b5a PMR |
4771 | 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com> |
4772 | ||
4773 | Revert: | |
4774 | 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com> | |
4775 | * gdbtypes.c (is_dynamic_type_internal): Remove the unused | |
4776 | "top_level" parameter. | |
4777 | (resolve_dynamic_type_internal): Remove the unused "top_level" | |
4778 | parameter. Update call to is_dynamic_type_internal. | |
4779 | (is_dynamic_type): Update call to is_dynamic_type_internal. | |
4780 | (resolve_dynamic_range): Update call to | |
4781 | resolve_dynamic_type_internal. | |
4782 | (resolve_dynamic_union): Likewise. | |
4783 | (resolve_dynamic_struct): Likewise. | |
4784 | (resolve_dynamic_type): Likewise. | |
4785 | ||
e31d7699 GKB |
4786 | 2015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be> |
4787 | ||
4788 | * breakpoint.c (update_dprintf_command_list): Remove duplicated | |
4789 | xmalloc. | |
4790 | ||
d214e5e7 TS |
4791 | 2015-04-20 Thomas Schwinge <thomas@codesourcery.com> |
4792 | ||
110f9112 TS |
4793 | * reply_mig_hack.awk: Robustify parsing. |
4794 | ||
d214e5e7 TS |
4795 | * reply_mig_hack.awk: Don't bother to declare an intermediate |
4796 | function pointer variable. | |
4797 | ||
8f61baf8 DE |
4798 | 2015-04-17 Doug Evans <dje@google.com> |
4799 | ||
4800 | * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement" | |
4801 | to "exec_displacement" to avoid confusion with inner use of the name. | |
4802 | ||
dbbf180a YQ |
4803 | 2015-04-17 Pedro Alves <palves@redhat.com> |
4804 | ||
4805 | * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero | |
4806 | if HW point of TYPE isn't supported. | |
4807 | ||
059790a0 YQ |
4808 | 2015-04-17 Yao Qi <yao.qi@linaro.org> |
4809 | Pedro Alves <palves@redhat.com> | |
4810 | ||
4811 | * target.h (target_can_use_hardware_watchpoint): Update comments. | |
4812 | Remove trailing ";". | |
4813 | ||
1b6e6f5c GB |
4814 | 2015-04-17 Gary Benson <gbenson@redhat.com> |
4815 | ||
4816 | * remote.c (remote_add_inferior): New argument try_open_exec. | |
4817 | If nonzero, attempt to open the inferior's executable file as | |
4818 | the main executable if no main executable is open already. | |
4819 | All callers updated. | |
4820 | * NEWS: Mention that GDB now supports automatic location and | |
4821 | retrieval of executable + files from remote targets. | |
4822 | ||
c78fa86a GB |
4823 | 2015-04-17 Gary Benson <gbenson@redhat.com> |
4824 | ||
4825 | * target.h (TARGET_OBJECT_EXEC_FILE): New enum value. | |
4826 | * remote.c (PACKET_qXfer_exec_file): Likewise. | |
4827 | (remote_protocol_features): Register the | |
4828 | "qXfer:exec-file:read" feature. | |
4829 | (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE. | |
4830 | (remote_pid_to_exec_file): New function. | |
4831 | (init_remote_ops): Initialize to_pid_to_exec_file. | |
4832 | (_initialize_remote): Register new "set/show remote | |
4833 | pid-to-exec-file-packet" command. | |
4834 | * NEWS: Announce new qXfer:exec-file:read packet. | |
4835 | ||
e0d86d2c GB |
4836 | 2015-04-17 Gary Benson <gbenson@redhat.com> |
4837 | ||
4838 | * nat/linux-procfs.h (linux_proc_pid_to_exec_file): | |
4839 | New declaration. | |
4840 | * nat/linux-procfs.c (linux_proc_pid_to_exec_file): | |
4841 | New function, factored out from... | |
4842 | * linux-nat.c (linux_child_pid_to_exec_file): ...here. | |
4843 | ||
a9a5a3d1 GB |
4844 | 2015-04-17 Gary Benson <gbenson@redhat.com> |
4845 | ||
4846 | * exec.c (solist.h): New include. | |
4847 | (exec_file_locate_attach): Prefix absolute executable | |
4848 | paths with gdb_sysroot if set. | |
4849 | * NEWS: Mention that executable paths may be prepended | |
4850 | with sysroot. | |
4851 | ||
af1900b0 GB |
4852 | 2015-04-17 Gary Benson <gbenson@redhat.com> |
4853 | ||
4854 | * solist.h (exec_file_find): New declaration. | |
4855 | * solib.c (solib_find_1): New function, factored out from... | |
4856 | (solib_find): ...here. | |
4857 | (exec_file_find): New function. | |
4858 | ||
a10de604 GB |
4859 | 2015-04-17 Gary Benson <gbenson@redhat.com> |
4860 | ||
4861 | * gdbcore.h (exec_file_locate_attach): New declaration. | |
4862 | * exec.c (exec_file_locate_attach): New function, factored | |
4863 | out from... | |
4864 | * infcmd.c (attach_command_post_wait): ...here. | |
4865 | ||
92209ddf MF |
4866 | 2015-04-17 Mike Frysinger <vapier@gentoo.org> |
4867 | ||
4868 | * MAINTAINERS: Add myself for Blackfin/write-after-approval. | |
4869 | ||
8550d3b3 YQ |
4870 | 2015-04-16 Yao Qi <yao.qi@linaro.org> |
4871 | ||
4872 | * infrun.c (maybe_software_singlestep): Declare. | |
4873 | (displaced_step_fixup): Call maybe_software_singlestep. | |
4874 | ||
30b3dd9d DE |
4875 | 2015-04-15 Doug Evans <dje@google.com> |
4876 | ||
4877 | * psymtab.c (psym_expand_symtabs_matching): Add QUIT call. | |
4878 | ||
61d96d7e DE |
4879 | 2015-04-15 Doug Evans <dje@google.com> |
4880 | ||
4881 | * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls. | |
4882 | ||
40d2f8d6 SM |
4883 | 2015-04-15 Simon Marchi <simon.marchi@ericsson.com> |
4884 | ||
4885 | * python/lib/gdb/command/unwinders.py: Add parentheses. | |
4886 | ||
6bbbba9b YQ |
4887 | 2015-04-15 Yao Qi <yao.qi@linaro.org> |
4888 | ||
4889 | * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message. | |
4890 | ||
2bb2dcab YQ |
4891 | 2015-04-15 Yao Qi <yao.qi@linaro.org> |
4892 | ||
4893 | * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation. | |
4894 | ||
41f071ef YQ |
4895 | 2015-04-15 Yao Qi <yao.qi@linaro.org> |
4896 | ||
4897 | * arm-linux-tdep.c (arm_linux_cleanup_svc): Use | |
4898 | dsc->insn_size instead of 4. | |
4899 | ||
326a5c7e GB |
4900 | 2015-04-14 Gary Benson <gbenson@redhat.com> |
4901 | ||
4902 | * jit.c (mem_bfd_iovec_stat): Zero supplied buffer. | |
4903 | * minidebug.c (lzma_stat): Likewise. | |
4904 | * solib-spu.c (spu_bfd_iovec_stat): Likewise. | |
4905 | * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise. | |
4906 | ||
dd177e81 SS |
4907 | 2015-04-13 Stan Shebs <stanshebs@google.com> |
4908 | ||
4909 | * MAINTAINERS: Update my email address. | |
4910 | ||
97de3545 JB |
4911 | 2015-04-13 John Baldwin <jhb@FreeBSD.org> |
4912 | ||
4913 | * amd64-tdep.c (amd64_target_description): New function. | |
4914 | * amd64-tdep.h: Export amd64_target_description and tdesc_amd64. | |
4915 | * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len. | |
4916 | (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle | |
4917 | x86 extended save area. | |
4918 | (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise. | |
4919 | * amd64bsd-nat.h: Export amd64bsd_xsave_len. | |
4920 | * amd64fbsd-nat.c (amd64fbsd_read_description): New function. | |
4921 | (_initialize_amd64fbsd_nat): Set "to_read_description" to | |
4922 | "amd64fbsd_read_description". | |
4923 | * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function. | |
4924 | (amd64fbsd_supply_xstateregset): New function. | |
4925 | (amd64fbsd_collect_xstateregset): New function. | |
4926 | Add "amd64fbsd_xstateregset". | |
4927 | (amd64fbsd_iterate_over_regset_sections): New function. | |
4928 | (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to | |
4929 | "I386_FBSD_XSAVE_XCR0_OFFSET". | |
4930 | Add "iterate_over_regset_sections" gdbarch method. | |
4931 | Add "core_read_description" gdbarch method. | |
4932 | * i386-tdep.c (i386_target_description): New function. | |
4933 | * i386-tdep.h: Export i386_target_description and tdesc_i386. | |
4934 | * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len. | |
4935 | (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle | |
4936 | x86 extended save area. | |
4937 | (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise. | |
4938 | * i386bsd-nat.h: Export i386bsd_xsave_len. | |
4939 | * i386fbsd-nat.c (i386fbsd_read_description): New function. | |
4940 | (_initialize_i386fbsd_nat): Set "to_read_description" to | |
4941 | "i386fbsd_read_description". | |
4942 | * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function. | |
4943 | (i386fbsd_core_read_description): New function. | |
4944 | (i386fbsd_supply_xstateregset): New function. | |
4945 | (i386fbsd_collect_xstateregset): New function. | |
4946 | Add "i386fbsd_xstateregset". | |
4947 | (i386fbsd_iterate_over_regset_sections): New function. | |
4948 | (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to | |
4949 | "I386_FBSD_XSAVE_XCR0_OFFSET". | |
4950 | Add "iterate_over_regset_sections" gdbarch method. | |
4951 | Add "core_read_description" gdbarch method. | |
4952 | * i386fbsd-tdep.h: New file. | |
4953 | ||
4f45d445 JK |
4954 | 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
4955 | ||
4956 | * NEWS (Changes since GDB 7.9): Add removed -xdb. | |
4957 | * breakpoint.c (command_line_is_silent): Remove xdb_commands | |
4958 | conditional. | |
4959 | (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba | |
4960 | and lb. | |
4961 | * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and | |
4962 | va. | |
4963 | * cli/cli-decode.c (find_command_name_length): Remove xdb_commands | |
4964 | conditional. | |
4965 | * defs.h (xdb_commands): Remove declaration. | |
4966 | * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc. | |
4967 | * guile/scm-cmd.c (command_classes): Remove xdb from comment. | |
4968 | * infcmd.c (run_no_args_command, go_command): Remove. | |
4969 | (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr. | |
4970 | * infrun.c (xdb_handle_command): Remove. | |
4971 | (_initialize_infrun): Remove xdb_commands for lz and z. | |
4972 | * main.c (xdb_commands): Remove variable. | |
4973 | (captured_main): Remove "xdb" from long_options. | |
4974 | (print_gdb_help): Remove --xdb from help. | |
4975 | * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment. | |
4976 | * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?. | |
4977 | * stack.c (backtrace_full_command, args_plus_locals_info) | |
4978 | (current_frame_command): Remove. | |
4979 | (_initialize_stack): Remove xdb_commands for t, T and l. | |
4980 | * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg. | |
4981 | * thread.c (_initialize_thread): Remove xdb_commands condition. | |
4982 | * tui/tui-layout.c (tui_toggle_layout_command) | |
4983 | (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove. | |
4984 | (_initialize_tui_layout): Remove xdb_commands for td and ts. | |
4985 | * tui/tui-regs.c (tui_scroll_regs_forward_command) | |
4986 | (tui_scroll_regs_backward_command): Remove. | |
4987 | (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r. | |
4988 | * tui/tui-win.c (tui_xdb_set_win_height_command): Remove. | |
4989 | (_initialize_tui_win): Remove xdb_commands for U and w. | |
4990 | * utils.c (pagination_on_command, pagination_off_command): Remove. | |
4991 | (initialize_utils): Remove xdb_commands for am and sm. | |
4992 | ||
cb71640d PA |
4993 | 2015-04-10 Pedro Alves <palves@redhat.com> |
4994 | ||
4995 | * infrun.c (displaced_step_fixup): Switch to the event ptid | |
4996 | earlier. If the thread stopped for a watchpoint and the | |
4997 | target/arch has non-continuable watchpoints, cancel the displaced | |
4998 | step. | |
4999 | (resume): Don't start a displaced step if in-line step-over info | |
5000 | is valid. | |
5001 | ||
8f572e5c PA |
5002 | 2015-04-10 Pedro Alves <palves@redhat.com> |
5003 | ||
5004 | * infrun.c (displaced_step_in_progress): New function. | |
5005 | (do_target_resume): Advise target to report all signals if | |
5006 | displaced stepping. | |
5007 | ||
8d707a12 PA |
5008 | 2015-04-10 Pedro Alves <palves@redhat.com> |
5009 | ||
5010 | PR gdb/18216 | |
5011 | * infrun.c (process_event_stop_test): Don't assume a step-resume | |
5012 | is set if tp->stepped_breakpoint is true. | |
5013 | ||
ef713951 YQ |
5014 | 2015-04-10 Yao Qi <yao.qi@linaro.org> |
5015 | ||
5016 | * arm-tdep.c (install_alu_reg): Update comment. | |
5017 | (thumb_copy_alu_reg): Remove local variable rn. Update | |
5018 | debugging message. Use r2 instead of r1 in the modified | |
5019 | instruction. | |
5020 | ||
906d60cf PA |
5021 | 2015-04-10 Pedro Alves <palves@redhat.com> |
5022 | ||
5023 | PR gdb/13858 | |
5024 | * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install | |
5025 | linux_displaced_step_location as gdbarch_displaced_step_location | |
5026 | hook. | |
5027 | * arm-linux-tdep.c (arm_linux_init_abi): Likewise. | |
5028 | * i386-linux-tdep.c (i386_linux_init_abi): Likewise. | |
5029 | * linux-tdep.c (linux_displaced_step_location): New function, | |
5030 | based on ppc_linux_displaced_step_location. | |
5031 | * linux-tdep.h (linux_displaced_step_location): New declaration. | |
5032 | * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete. | |
5033 | (ppc_linux_inferior_created, ppc_linux_displaced_step_location): | |
5034 | Delete. | |
5035 | (ppc_linux_init_abi): Install linux_displaced_step_location as | |
5036 | gdbarch_displaced_step_location hook, even without Cell/B.E.. | |
5037 | (_initialize_ppc_linux_tdep): Don't install | |
5038 | ppc_linux_inferior_created as inferior_created observer. | |
5039 | * s390-linux-tdep.c (s390_gdbarch_init): Install | |
5040 | linux_displaced_step_location as gdbarch_displaced_step_location | |
5041 | hook. | |
5042 | ||
7823a941 GB |
5043 | 2015-04-09 Gary Benson <gbenson@redhat.com> |
5044 | ||
5045 | * common/common-remote-fileio.h: Rename to... | |
5046 | * common/fileio.h: ...this. Update all references. | |
5047 | (remote_fileio_to_fio_error): Rename to... | |
5048 | (host_to_fileio_error): ...this. | |
5049 | (remote_fileio_to_be): Rename to... | |
5050 | (host_to_bigendian): ...this. Update all callers. | |
5051 | (remote_fileio_to_fio_uint): Rename to... | |
5052 | (host_to_fileio_uint): ...this. Update all callers. | |
5053 | (remote_fileio_to_fio_time): Rename to... | |
5054 | (host_to_fileio_time): ...this. Update all callers. | |
5055 | (remote_fileio_to_fio_stat): Rename to... | |
5056 | (host_to_fileio_stat): ...this. | |
5057 | Update all references. | |
5058 | * common/common-remote-fileio.c: Rename to... | |
5059 | * common/fileio.c: ...this. Update all references. | |
5060 | (remote_fileio_to_fio_error): Rename to... | |
5061 | (host_to_fileio_error): ...this. Update all callers. | |
5062 | (remote_fileio_mode_to_target): Rename to... | |
5063 | (fileio_mode_pack): ...this. Update all callers. | |
5064 | (remote_fileio_to_fio_mode): Rename to... | |
5065 | (host_to_fileio_mode): ...this. Update all callers. | |
5066 | (remote_fileio_to_fio_ulong): Rename to... | |
5067 | (host_to_fileio_ulong): ...this. Update all callers. | |
5068 | (remote_fileio_to_fio_stat): Rename to... | |
5069 | (host_to_fileio_stat): ...this. Update all callers. | |
5070 | ||
f2983cc3 AW |
5071 | 2015-04-09 Andy Wingo <wingo@igalia.com> |
5072 | ||
5073 | * guile/scm-frame.c (gdbscm_frame_read_register): New function. | |
5074 | (frame_functions): Bind gdbscm_frame_read_register to | |
5075 | frame-read-register. | |
5076 | * guile/lib/gdb.scm (frame-read-register): Export. | |
5077 | ||
b88bb450 GB |
5078 | 2015-04-09 Gary Benson <gbenson@redhat.com> |
5079 | ||
5080 | * common/common-remote-fileio.h (remote_fileio_to_fio_error): | |
5081 | New declaration. | |
5082 | * common/common-remote-fileio.c (remote_fileio_to_fio_error): | |
5083 | New function, factored out the named functions below. | |
5084 | * inf-child.c (gdb/fileio.h): Remove include. | |
5085 | (common-remote-fileio.h): New include. | |
5086 | (inf_child_errno_to_fileio_error): Remove function. Update | |
5087 | all callers to use remote_fileio_to_fio_error. | |
5088 | * remote-fileio.c (remote_fileio_errno_to_target): Likewise. | |
5089 | ||
2f2680f3 AW |
5090 | 2015-04-09 Andy Wingo <wingo@igalia.com> |
5091 | ||
5092 | * MAINTAINERS (Write After Approval): Add Andy Wingo. | |
5093 | ||
5a2d4533 L |
5094 | 2015-04-09 H.J. Lu <hongjiu.lu@intel.com> |
5095 | ||
5096 | * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir. | |
5097 | Replace $zlibdir with $ZLIBDIR in LDFLAGS. | |
5098 | * configure: Regenerated. | |
5099 | ||
421693b0 PA |
5100 | 2015-04-09 Pedro Alves <palves@redhat.com> |
5101 | ||
5102 | * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r. | |
5103 | * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4. | |
5104 | * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate. | |
5105 | * gnulib/import/Makefile.am: Update. | |
5106 | * gnulib/import/Makefile.in: Update. | |
5107 | * gnulib/import/m4/gnulib-cache.m4: Update. | |
5108 | * gnulib/import/m4/gnulib-comp.m4: Update. | |
5109 | * gnulib/import/m4/strtok_r.m4: New file. | |
5110 | * gnulib/import/strtok_r.c: New file. | |
5111 | ||
f543dc83 PA |
5112 | 2015-04-09 Pedro Alves <palves@redhat.com> |
5113 | ||
5114 | * gnulib/update-gnulib.sh (aclocal version check): Filter out | |
5115 | "called too early to check prototype". | |
5116 | ||
6d62641c SDJ |
5117 | 2015-04-08 Sergio Durigan Junior <sergiodj@redhat.com> |
5118 | ||
5119 | PR python/16699 | |
5120 | * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not | |
5121 | use a caching mechanism. Adjust comments and code to reflect | |
5122 | that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'. | |
5123 | (cmdpy_completer_handle_brkchars): Adjust call to | |
5124 | cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'. | |
5125 | (cmdpy_completer): Likewise. | |
5126 | ||
85558555 YQ |
5127 | 2015-04-08 Yao Qi <yao.qi@linaro.org> |
5128 | ||
5129 | * spu-tdep.c (spu_gdbarch_init): Don't call | |
5130 | set_gdbarch_cannot_step_breakpoint. | |
5131 | ||
d249a14a SDJ |
5132 | 2015-04-07 Sergio Durigan Junior <sergiodj@redhat.com> |
5133 | ||
5134 | * linux-tdep.c (decode_vmflags): Initialize 'saveptr'. | |
5135 | ||
8a06aea7 PA |
5136 | 2015-04-07 Pedro Alves <palves@redhat.com> |
5137 | ||
5138 | * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ... | |
5139 | (ALL_THREADS_SAFE): ... this, and don't skip exited threads. | |
5140 | (delete_exited_threads): New declaration. | |
5141 | * infrun.c (follow_exec): Use ALL_THREADS_SAFE. | |
5142 | * linux-nat.c (linux_nat_update_thread_list): New function. | |
5143 | (linux_nat_add_target): Install it. | |
5144 | * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE. | |
5145 | * thread.c (prune_threads): Use ALL_THREADS_SAFE. | |
5146 | (delete_exited_threads): New function. | |
5147 | ||
d9b67d9f PA |
5148 | 2015-04-07 Pedro Alves <pedro@codesourcery.com> |
5149 | ||
5150 | * infrun.c (resume) <displaced stepping debug output>: Get the | |
5151 | leader thread's regcache, not resume_ptid's. | |
5152 | ||
2c26b84f DE |
5153 | 2015-04-06 Doug Evans <xdje42@gmail.com> |
5154 | ||
5155 | * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as | |
5156 | VAR_DOMAIN. | |
5157 | (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters. | |
5158 | Include symbol domain in debugging output. | |
5159 | ||
7a85168d PA |
5160 | 2015-04-06 Pedro Alves <palves@redhat.com> |
5161 | Bernd Edlinger <bernd.edlinger@hotmail.de> | |
5162 | ||
5163 | * configure.ac: Remove the mingw32-specific stub-termcap.o | |
5164 | fallback, and instead fallback to the stub termcap on all hosts. | |
5165 | * configure: Regenerate. | |
5166 | * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak | |
5167 | symbols. | |
5168 | ||
25755e2b PMR |
5169 | 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com> |
5170 | ||
5171 | * gdbtypes.c (is_dynamic_type_internal): Remove the unused | |
5172 | "top_level" parameter. | |
5173 | (resolve_dynamic_type_internal): Remove the unused "top_level" | |
5174 | parameter. Update call to is_dynamic_type_internal. | |
5175 | (is_dynamic_type): Update call to is_dynamic_type_internal. | |
5176 | (resolve_dynamic_range): Update call to | |
5177 | resolve_dynamic_type_internal. | |
5178 | (resolve_dynamic_union): Likewise. | |
5179 | (resolve_dynamic_struct): Likewise. | |
5180 | (resolve_dynamic_type): Likewise. | |
5181 | ||
961f4160 PMR |
5182 | 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com> |
5183 | ||
5184 | * gdbtypes.c (is_dynamic_type_internal): Remove special handling of | |
5185 | TYPE_CODE_REF types so that they are not considered as dynamic | |
5186 | depending on the referenced type. | |
5187 | (resolve_dynamic_type_internal): Likewise. | |
5188 | ||
39f3de7c L |
5189 | 2015-04-02 H.J. Lu <hongjiu.lu@intel.com> |
5190 | ||
5191 | * Makefile.in (top_srcdir): New. | |
5192 | * configure: Regenerated. | |
5193 | ||
599bd15c GB |
5194 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
5195 | ||
5196 | * NEWS: Announce the new default sysroot of "target:". | |
5197 | ||
fed040c6 GB |
5198 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
5199 | ||
5200 | * main.c (captured_main): Set gdb_sysroot to "target:" | |
5201 | if not otherwise set. | |
5202 | ||
64c0b5de GB |
5203 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
5204 | ||
5205 | * exec.c (exec_file_attach): Support "target:" filenames. | |
5206 | ||
b57fbfba GB |
5207 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
5208 | ||
5209 | * solib.c (solib_find): Strip "target:" prefix from sysroot | |
5210 | if accessing local files. | |
5211 | ||
97a41605 GB |
5212 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
5213 | ||
5214 | * symfile.c (symfile_bfd_open): Reorder to remove duplicated | |
5215 | checks and error messages. | |
5216 | ||
2938e6cf GB |
5217 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
5218 | ||
5219 | * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition. | |
5220 | (remote_filename_p): Remove declaration. | |
5221 | (remote_bfd_open): Likewise. | |
5222 | * remote.c (remote_bfd_iovec_open): Remove function. | |
5223 | (remote_bfd_iovec_close): Likewise. | |
5224 | (remote_bfd_iovec_pread): Likewise. | |
5225 | (remote_bfd_iovec_stat): Likewise. | |
5226 | (remote_filename_p): Likewise. | |
5227 | (remote_bfd_open): Likewise. | |
5228 | * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration. | |
5229 | * symfile.c (separate_debug_file_exists): Use gdb_bfd_open. | |
5230 | (gdb_bfd_open_maybe_remote): Remove function. | |
5231 | (symfile_bfd_open): Replace remote filename check with | |
5232 | target filename check. | |
5233 | (reread_symbols): Use gdb_bfd_open. | |
5234 | * build-id.c (gdbcore.h): New include. | |
5235 | (build_id_to_debug_bfd): Use gdb_bfd_open. | |
5236 | * infcmd.c (attach_command_post_wait): Remove remote filename | |
5237 | check. | |
5238 | * solib.c (solib_find): Replace remote-specific handling with | |
5239 | target-specific handling. Update comments where necessary. | |
5240 | (solib_bfd_open): Replace remote-specific handling with | |
5241 | target-specific handling. | |
5242 | (gdb_sysroot_changed): New function. | |
5243 | (_initialize_solib): Call the above when gdb_sysroot changes. | |
5244 | * windows-tdep.c (gdbcore.h): New include. | |
5245 | (windows_xfer_shared_library): Use gdb_bfd_open. | |
5246 | ||
f08e97fe GB |
5247 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
5248 | ||
5249 | * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition. | |
5250 | (is_target_filename): New declaration. | |
5251 | (gdb_bfd_has_target_filename): Likewise. | |
5252 | (gdb_bfd_open): Update documentation comment. | |
5253 | * gdb_bfd.c (target.h): New include. | |
5254 | (gdb/fileio.h): Likewise. | |
5255 | (is_target_filename): New function. | |
5256 | (gdb_bfd_has_target_filename): Likewise. | |
5257 | (fileio_errno_to_host): Likewise. | |
5258 | (gdb_bfd_iovec_fileio_open): Likewise. | |
5259 | (gdb_bfd_iovec_fileio_pread): Likewise. | |
5260 | (gdb_bfd_iovec_fileio_close): Likewise. | |
5261 | (gdb_bfd_iovec_fileio_fstat): Likewise. | |
5262 | (gdb_bfd_open): Use target fileio to access paths prefixed | |
5263 | with "target:" where necessary. | |
5264 | ||
4bd7dc42 GB |
5265 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
5266 | ||
5267 | * target.h (struct target_ops) <to_filesystem_is_local>: | |
5268 | New field. | |
5269 | (target_filesystem_is_local): New macro. | |
5270 | * target-delegates.c: Regenerate. | |
5271 | * remote.c (remote_filesystem_is_local): New function. | |
5272 | (init_remote_ops): Initialize to_filesystem_is_local. | |
5273 | ||
9b15c1f0 GB |
5274 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
5275 | ||
5276 | * target.h (struct target_ops) <to_fileio_fstat>: New field. | |
5277 | (target_fileio_fstat): New declaration. | |
5278 | * target.c (target_fileio_fstat): New function. | |
5279 | * inf-child.c (inf_child_fileio_fstat): Likewise. | |
5280 | (inf_child_target): Initialize to_fileio_fstat. | |
5281 | * remote.c (init_remote_ops): Likewise. | |
5282 | ||
d11916aa SS |
5283 | 2015-04-01 Sasha Smundak <asmundak@google.com> |
5284 | ||
5285 | * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o. | |
5286 | (SUBDIR_PYTHON_SRCS): Add py-unwind.c. | |
5287 | (py-unwind.o): New recipe. | |
5288 | * NEWS: mention Python frame unwinding. | |
5289 | * data-directory/Makefile.in (PYTHON_FILE_LIST): Add | |
5290 | gdb/unwinder.py and gdb/command/unwinder.py | |
5291 | * python/lib/gdb/__init__.py (packages): Add frame_unwinders | |
5292 | list. | |
5293 | (execute_unwinders): New function. | |
5294 | * python/lib/gdb/command/unwinders.py: New file. | |
5295 | * python/lib/gdb/unwinder.py: New file. | |
5296 | * python/py-objfile.c (objfile_object): Add frame_unwinders field. | |
5297 | (objfpy_dealloc): Decrement frame_unwinders reference count. | |
5298 | (objfpy_initialize): Create frame_unwinders list. | |
5299 | (objfpy_get_frame_unwinders): New function. | |
5300 | (objfpy_set_frame_unwinders): Ditto. | |
5301 | (objfile_getset): Add frame_unwinders attribute to Objfile. | |
5302 | * python/py-progspace.c (pspace_object): Add frame_unwinders field. | |
5303 | (pspy_dealloc): Decrement frame_unwinders reference count. | |
5304 | (pspy_initialize): Create frame_unwinders list. | |
5305 | (pspy_get_frame_unwinders): New function. | |
5306 | (pspy_set_frame_unwinders): Ditto. | |
5307 | (pspy_getset): Add frame_unwinders attribute to gdb.Progspace. | |
5308 | * python/py-unwind.c: New file. | |
5309 | * python/python-internal.h (pspy_get_name_unwinders): New prototype. | |
5310 | (objpy_get_frame_unwinders): New prototype. | |
5311 | (gdbpy_initialize_unwind): New prototype. | |
5312 | * python/python.c (gdbpy_apply_type_printers): Call | |
5313 | gdbpy_initialize_unwind. | |
5314 | ||
6b403daa PA |
5315 | 2015-04-01 Pedro Alves <palves@redhat.com> |
5316 | ||
5317 | * infrun.c (resume): Check currently_stepping after clearing | |
5318 | stepped_breakpoint, not before. | |
5319 | ||
1176ecec PA |
5320 | 2015-04-01 Pedro Alves <palves@redhat.com> |
5321 | ||
5322 | * infrun.c (print_target_wait_results): Print all the ptid | |
5323 | elements. | |
5324 | ||
de1fe8c8 PA |
5325 | 2015-04-01 Pedro Alves <palves@redhat.com> |
5326 | ||
5327 | * infrun.c (keep_going): Also discard cleanups if inserting | |
5328 | breakpoints fails. | |
5329 | ||
e6f5c25b PA |
5330 | 2015-04-01 Pedro Alves <palves@redhat.com> |
5331 | ||
5332 | * infrun.c (wait_for_inferior): Install the | |
5333 | finish_thread_state_cleanup cleanup across the whole function, not | |
5334 | just around handle_inferior_event. | |
5335 | ||
1ac806b8 PA |
5336 | 2015-04-01 Pedro Alves <palves@redhat.com> |
5337 | ||
5338 | * infrun.c (resume) <step past permanent breakpoint>: Use | |
5339 | do_target_resume. | |
5340 | ||
2ee52aa4 PA |
5341 | 2015-04-01 Pedro Alves <palves@redhat.com> |
5342 | ||
5343 | * linux-nat.c (linux_handle_extended_wait): Always call set_running. | |
5344 | ||
5445da1b PMR |
5345 | 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com> |
5346 | ||
5347 | * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat". | |
5348 | ||
4eec2deb PA |
5349 | 2015-04-01 Pedro Alves <palves@redhat.com> |
5350 | ||
5351 | * linux-thread-db.c (record_thread): Readd the thread to gdb's | |
5352 | list if it was marked exited. | |
5353 | ||
afa59b79 L |
5354 | 2015-04-01 H.J. Lu <hongjiu.lu@intel.com> |
5355 | ||
5356 | * configure: Regenerated. | |
5357 | ||
df8411da SDJ |
5358 | 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com> |
5359 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
5360 | Oleg Nesterov <oleg@redhat.com> | |
5361 | ||
5362 | PR corefiles/16092 | |
5363 | * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'. | |
5364 | New enum identifying the various options of the coredump_filter | |
5365 | file. | |
5366 | (struct smaps_vmflags): New struct. | |
5367 | (use_coredump_filter): New variable. | |
5368 | (decode_vmflags): New function. | |
5369 | (mapping_is_anonymous_p): Likewise. | |
5370 | (dump_mapping_p): Likewise. | |
5371 | (linux_find_memory_regions_full): New variables | |
5372 | 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'. | |
5373 | Removed variable 'modified'. Read /proc/<PID>/smaps file; improve | |
5374 | parsing of its information. Implement memory mapping filtering | |
5375 | based on its contents. | |
5376 | (show_use_coredump_filter): New function. | |
5377 | (_initialize_linux_tdep): New command 'set use-coredump-filter'. | |
5378 | * NEWS: Mention the possibility of using the | |
5379 | '/proc/PID/coredump_filter' file when generating a corefile. | |
5380 | Mention new command 'set use-coredump-filter'. | |
5381 | ||
416f679e SDJ |
5382 | 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com> |
5383 | ||
5384 | * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by | |
5385 | read_memory_unsigned_integer. | |
5386 | ||
711a72d3 L |
5387 | 2015-03-31 H.J. Lu <hongjiu.lu@intel.com> |
5388 | ||
5389 | * Makefile.in (ZLIB): New. | |
5390 | (ZLIBINC): Likewise. | |
5391 | (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC). | |
5392 | (CLIBS): Add $(ZLIB). | |
5393 | * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS. | |
5394 | Add -lz to LIBS. | |
5395 | * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>. | |
5396 | * top.c (print_gdb_configuration): Remove --with-zlib and | |
5397 | --without-zlib. | |
5398 | * config.in: Regenerated. | |
5399 | * configure: Likewise. | |
5400 | ||
d33279b3 AT |
5401 | 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com> |
5402 | ||
5403 | * NEWS: Mention info os cpus support. | |
5404 | * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function. | |
5405 | (struct osdata_type): Add cpus entry, reorder the entries in | |
5406 | alphabetical order. | |
5407 | ||
71b30f27 MK |
5408 | 2015-03-31 Matthias Klose <doko@ubuntu.com> |
5409 | ||
5410 | * compile/compile.c (compile_to_object): Allow triplets with or | |
5411 | without vendor set. | |
5412 | ||
13ce9222 DE |
5413 | 2015-03-30 Doug Evans <dje@google.com> |
5414 | ||
5415 | PR c++/18141 | |
5416 | * cp-namespace.c (cp_search_static_and_baseclasses): Always look for | |
5417 | klass in VAR_DOMAIN. | |
5418 | ||
20f796c9 GB |
5419 | 2015-03-30 Gary Benson <gbenson@redhat.com> |
5420 | ||
5421 | * remote.c (remote_mourn_1): Remove function. Update all callers | |
5422 | to use remote_mourn. | |
5423 | (extended_remote_mourn_1): Remove function. Update all callers | |
5424 | to use extended_remote_mourn. | |
5425 | (extended_remote_attach_1): Remove function. Update all callers | |
5426 | to use extended_remote_attach. | |
5427 | ||
49d45b20 JB |
5428 | 2015-03-28 James Bowman <james.bowman@ftdichip.com> |
5429 | ||
5430 | * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o. | |
5431 | (HFILES_NO_SRCDIR): Add ft32-tdep.h. | |
5432 | (ALLDEPFILES): Add ft32-tdep.c. | |
5433 | * configure.tgt: Add FT32 entry. | |
5434 | * ft32-tdep.c: New file, FT32 target-dependent code. | |
5435 | * ft32-tdep.h: New file, FT32 target-dependent code. | |
5436 | ||
1c4ff080 JK |
5437 | 2015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com> |
5438 | ||
5439 | Revert: | |
5440 | 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com> | |
5441 | Code cleanup. | |
5442 | * printcmd.c (print_command_1): Move expr variable scope. | |
5443 | ||
79498702 JB |
5444 | 2015-03-27 Joel Brobecker <brobecker@adacore.com> |
5445 | ||
5446 | * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL. | |
5447 | ||
ce9c0ca1 AK |
5448 | 2015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com> |
5449 | ||
5450 | * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special | |
5451 | sections. | |
5452 | ||
429e1e81 JB |
5453 | 2015-03-26 Joel Brobecker <brobecker@adacore.com> |
5454 | ||
5455 | * dtrace-probe.c (dtrace_process_dof_probe): Contain any | |
5456 | exception raised while parsing the probe arguments. | |
5457 | Force parsing to be done using the C language parser. | |
5458 | * expression.h (parse_expression_with_language): Declare. | |
5459 | * parse.c (parse_expression_with_language): New function. | |
5460 | ||
4593441b JT |
5461 | 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk> |
5462 | ||
5463 | * MAINTAINERS (Write After Approval): Add "Jon Turney". | |
5464 | ||
ff908ebf AW |
5465 | 2015-03-26 Andy Wingo <wingo@igalia.com> |
5466 | ||
5467 | PR symtab/18148 | |
5468 | * dwarf2read.c (struct partial_die_info): Add has_const_value | |
5469 | member. | |
5470 | (add_partial_symbol): Don't punt on symbols that have const_value | |
5471 | attributes. | |
5472 | (read_partial_die): Detect DW_AT_const_value. | |
5473 | ||
f30d5c78 JK |
5474 | 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
5475 | ||
5476 | Code cleanup. | |
5477 | * printcmd.c (print_command_1): Move expr variable scope. | |
5478 | ||
8d89f51a JK |
5479 | 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
5480 | ||
5481 | Code cleanup. | |
5482 | * printcmd.c (validate_format): Make the parameter cmdname const. | |
5483 | ||
0b736949 DB |
5484 | 2015-03-26 Don Breazeal <donb@codesourcery.com> |
5485 | ||
5486 | * remote.c (_initialize_remote): Update comment. | |
5487 | ||
20d35291 PA |
5488 | 2015-03-26 Pedro Alves <palves@redhat.com> |
5489 | Jon TURNEY <jon.turney@dronecode.org.uk> | |
5490 | ||
5491 | * coffread.c (coff_symfile_read): When constructing the name of an | |
5492 | import stub symbol from import symbol for amd64, only skip the | |
5493 | char after _imp_ if the target is underscored (like i386) and the | |
5494 | char is indeed the target's leading char. | |
5495 | ||
6a3753b3 PA |
5496 | 2015-03-25 Pedro Alves <palves@redhat.com> |
5497 | ||
5498 | * target.h <to_async>: Replace 'callback' and 'context' parameters | |
5499 | with boolean 'enable' parameter. | |
5500 | (target_async): Replace CALLBACK and CONTEXT parameters with | |
5501 | boolean ENABLE parameter. | |
5502 | * inf-loop.c (inferior_event_handler): Adjust. | |
5503 | * linux-nat.c (linux_nat_attach, linux_nat_resume) | |
5504 | (linux_nat_resume): Adjust. | |
5505 | (async_client_callback, async_client_context): Delete. | |
5506 | (handle_target_event): Call inferior_event_handler directly. | |
5507 | (linux_nat_async): Replace 'callback' and 'context' parameters | |
5508 | with boolean 'enable' parameter. Adjust. Remove references to | |
5509 | async_client_callback and async_client_context. | |
5510 | (linux_nat_close): Adjust. | |
5511 | * record-btrace.c (record_btrace_async): Replace 'callback' and | |
5512 | 'context' parameters with boolean 'enable' parameter. Adjust. | |
5513 | (record_btrace_resume): Adjust. | |
5514 | * record-full.c (record_full_async): Replace 'callback' and | |
5515 | 'context' parameters with boolean 'enable' parameter. Adjust. | |
5516 | (record_full_resume, record_full_core_resume): Adjust. | |
5517 | * remote.c (struct remote_state) <async_client_callback, | |
5518 | async_client_context>: Delete fields. | |
5519 | (remote_start_remote, extended_remote_attach_1, remote_resume) | |
5520 | (extended_remote_create_inferior): Adjust. | |
5521 | (remote_async_serial_handler): Call inferior_event_handler | |
5522 | directly. | |
5523 | (remote_async): Replace 'callback' and 'context' parameters with | |
5524 | boolean 'enable' parameter. Adjust. | |
5525 | * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper): | |
5526 | Adjust. | |
5527 | * target-delegates.c: Regenerate. | |
5528 | ||
1c4b552b GB |
5529 | 2015-03-25 Gary Benson <gbenson@redhat.com> |
5530 | Pedro Alves <palves@redhat.com> | |
5531 | ||
5532 | * target.c (fileio_ft_t): New typedef, define object vector. | |
5533 | (fileio_fhandles): New static variable. | |
5534 | (is_closed_fileio_fh): New macro. | |
5535 | (lowest_closed_fd): New static variable. | |
5536 | (acquire_fileio_fd): New function. | |
5537 | (release_fileio_fd): Likewise. | |
5538 | (fileio_fd_to_fh): New macro. | |
5539 | (target_fileio_open): Wrap the file descriptor on success. | |
5540 | (target_fileio_pwrite): Updated to use wrapped file descriptor. | |
5541 | (target_fileio_pread): Likewise. | |
5542 | (target_fileio_close): Likewise. | |
5543 | ||
a25d8bf9 PA |
5544 | 2015-03-24 Pedro Alves <palves@redhat.com> |
5545 | ||
5546 | * thread.c (thread_apply_all_command): Take exited threads into | |
5547 | account. | |
5548 | ||
44a1ee51 PA |
5549 | 2015-03-24 Pedro Alves <palves@redhat.com> |
5550 | ||
5551 | * infrun.c (resume, proceed): Mention | |
5552 | switch_back_to_stepped_thread, not switch_back_to_stepping. | |
5553 | ||
f3263aa4 PA |
5554 | 2015-03-24 Pedro Alves <palves@redhat.com> |
5555 | ||
5556 | * infrun.c (user_visible_resume_ptid): Rewrite going from | |
5557 | most-locked to unlocked instead of the opposite. Move comment ... | |
5558 | * infrun.h (user_visible_resume_ptid): ... here. | |
5559 | ||
2bf6fb9d PA |
5560 | 2015-03-24 Pedro Alves <palves@redhat.com> |
5561 | ||
5562 | * linux-nat.c (linux_nat_resume): Output debug logs before trying | |
5563 | to resume the event lwp. Use the lwp's ptid instead of the passed | |
5564 | in (maybe wildcard) ptid. | |
5565 | (stop_wait_callback): Tweak debug log output. | |
5566 | (check_stopped_by_breakpoint): Tweak debug log output. Also dump | |
5567 | TRAP_TRACE. | |
5568 | (linux_nat_filter_event): In debug output, distinguish a | |
5569 | resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs | |
5570 | before trying to resume the lwp. | |
5571 | ||
283a9958 JB |
5572 | 2015-03-24 Joel Brobecker <brobecker@adacore.com> |
5573 | ||
5574 | * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove | |
5575 | pointer indirection. | |
5576 | * gdbtypes.c (get_dyn_prop): Adjust, following change above. | |
5577 | (add_dyn_prop, copy_dynamic_prop_list): Likewise. | |
5578 | ||
93a8e227 JB |
5579 | 2015-03-24 Joel Brobecker <brobecker@adacore.com> |
5580 | ||
5581 | * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>: | |
5582 | Renames DYN_ATTR_DATA_LOCATION. | |
5583 | (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of | |
5584 | DYN_ATTR_DATA_LOCATION. | |
5585 | * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION | |
5586 | instead of DYN_ATTR_DATA_LOCATION. | |
5587 | ||
64ce06e4 PA |
5588 | 2015-03-24 Pedro Alves <palves@redhat.com> |
5589 | ||
5590 | * breakpoint.c (until_break_command): Adjust call to proceed. | |
5591 | * gdbthread.h (struct thread_control_state) <stepping_command>: | |
5592 | New field. | |
5593 | * infcall.c (run_inferior_call): Adjust call to proceed. | |
5594 | * infcmd.c (run_command_1, proceed_thread_callback, continue_1): | |
5595 | Adjust calls to proceed. | |
5596 | (set_step_frame): Set the current thread's step_start_function | |
5597 | here. | |
5598 | (step_once): Adjust calls to proceed. | |
5599 | (jump_command, signal_command, until_next_command) | |
5600 | (finish_backward, finish_forward, proceed_after_attach_callback) | |
5601 | (attach_command_post_wait): Adjust calls to proceed. | |
5602 | * infrun.c (proceed_after_vfork_done): Adjust call to proceed. | |
5603 | (do_target_resume): New function, factored out from ... | |
5604 | (resume): ... here. Remove 'step' parameter. Instead, check | |
5605 | currently_stepping to determine whether the thread should be | |
5606 | single-stepped. | |
5607 | (proceed): Remove 'step' parameter and don't set the thread's | |
5608 | step_start_function here. Adjust call to 'resume'. | |
5609 | (handle_inferior_event): Adjust calls to 'resume'. | |
5610 | (switch_back_to_stepped_thread): Use do_target_resume instead of | |
5611 | 'resume'. | |
5612 | (keep_going): Adjust calls to 'resume'. | |
5613 | * infrun.h (proceed): Remove 'step' parameter. | |
5614 | (resume): Likewise. | |
5615 | * windows-nat.c (do_initial_windows_stuff): Adjust call to | |
5616 | 'resume'. | |
5617 | * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'. | |
5618 | ||
856e7dd6 PA |
5619 | 2015-03-24 Pedro Alves <palves@redhat.com> |
5620 | ||
5621 | * gdbthread.h (struct thread_control_state) <stepping_command>: | |
5622 | New field. | |
5623 | * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set | |
5624 | the thread's stepping_command field. | |
5625 | * infrun.c (resume): Check the thread's stepping_command flag to | |
5626 | determine which threads should be resumed. Rename 'entry_step' | |
5627 | local to user_step. | |
5628 | (clear_proceed_status_thread): Clear 'stepping_command'. | |
5629 | (schedlock_applies): Change parameter type to struct thread_info | |
5630 | pointer. Adjust. | |
5631 | (find_thread_needs_step_over): Remove 'step' parameter. Adjust. | |
5632 | (switch_back_to_stepped_thread): Adjust calls to | |
5633 | 'schedlock_applies'. | |
5634 | (_initialize_infrun): Adjust "set scheduler-locking step" help. | |
5635 | ||
885eeb5b PA |
5636 | 2015-03-24 Pedro Alves <palves@redhat.com> |
5637 | ||
5638 | * infrun.c (step_start_function): Delete and ... | |
5639 | * gdbthread.h (struct thread_control_state) <step_start_function>: | |
5640 | ... now a field here. | |
5641 | * infrun.c (clear_proceed_status_thread): Clear the thread's | |
5642 | step_start_function. | |
5643 | (proceed, process_event_stop_test, print_stop_event): Adjust. | |
5644 | ||
3333f03a PA |
5645 | 2015-03-24 Pedro Alves <palves@redhat.com> |
5646 | ||
5647 | * infrun.c (proceed): No longer handle negative step. | |
5648 | ||
369f6daa GB |
5649 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
5650 | ||
5651 | * nat/x86-linux.h (x86_linux_new_thread): New declaration. | |
5652 | (x86_linux_prepare_to_resume): Likewise. | |
5653 | * x86-linux-nat.c (x86_linux_new_thread): | |
5654 | Moved to nat/x86-linux.c. | |
5655 | (x86_linux_prepare_to_resume): Likewise. | |
5656 | * nat/x86-linux.c (x86_linux_new_thread): New function. | |
5657 | (x86_linux_prepare_to_resume): Likewise. | |
5658 | ||
8e5d4070 GB |
5659 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
5660 | ||
5661 | * nat/x86-linux-dregs.h: New file. | |
5662 | * nat/x86-linux-dregs.c: Likewise. | |
5663 | * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h. | |
5664 | (x86-linux-dregs.o): New rule. | |
5665 | * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o. | |
5666 | * config/i386/linux64.mh (NATDEPFILES): Likewise. | |
5667 | * x86-linux-nat.c: Include nat/x86-linux-dregs.h. | |
5668 | (u_debugreg_offset): Moved to nat/x86-linux-dregs.c. | |
5669 | (x86_linux_dr_get): Likewise. | |
5670 | (x86_linux_dr_set): Likewise. | |
5671 | (x86_linux_dr_get_addr): Likewise. | |
5672 | (x86_linux_dr_get_control): Likewise. | |
5673 | (x86_linux_dr_get_status): Likewise. | |
5674 | (update_debug_registers_callback): Likewise. | |
5675 | (x86_linux_dr_set_control): Likewise. | |
5676 | (x86_linux_dr_set_addr): Likewise. | |
5677 | (x86_linux_update_debug_registers): Likewise. | |
5678 | ||
2b95d440 GB |
5679 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
5680 | ||
5681 | * x86-linux-nat.c (x86_linux_update_debug_registers): | |
5682 | New function, factored out from... | |
5683 | (x86_linux_prepare_to_resume): ...this. | |
5684 | ||
14b0bc68 GB |
5685 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
5686 | ||
5687 | * x86-linux-nat.c (x86_linux_dr_get): Update comments. | |
5688 | (x86_linux_dr_set): Likewise. | |
5689 | (x86_linux_dr_get_addr): Likewise. | |
5690 | (x86_linux_dr_get_control): Likewise. | |
5691 | (x86_linux_dr_get_status): Likewise. | |
5692 | (update_debug_registers_callback): Likewise. | |
5693 | (x86_linux_dr_set_control): Likewise. | |
5694 | (x86_linux_dr_set_addr): Likewise. | |
5695 | (x86_linux_prepare_to_resume): Likewise. | |
5696 | (x86_linux_new_thread): Likewise. | |
5697 | ||
5dfe6ca8 GB |
5698 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
5699 | ||
5700 | * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion. | |
5701 | (x86_linux_new_thread): Rename argument. | |
5702 | ||
4b134ca1 GB |
5703 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
5704 | ||
5705 | * nat/x86-linux.h: New file. | |
5706 | * nat/x86-linux.c: Likewise. | |
5707 | * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h. | |
5708 | (x86-linux.o): New rule. | |
5709 | * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o. | |
5710 | * config/i386/linux64.mh (NATDEPFILES): Likewise. | |
5711 | * nat/linux-nat.h (struct arch_lwp_info): New forward declaration. | |
5712 | (lwp_set_arch_private_info): New declaration. | |
5713 | (lwp_arch_private_info): Likewise. | |
5714 | * linux-nat.c (lwp_set_arch_private_info): New function. | |
5715 | (lwp_arch_private_info): Likewise. | |
5716 | * x86-linux-nat.c: Include nat/x86-linux.h. | |
5717 | (arch_lwp_info): Removed structure. | |
5718 | (update_debug_registers_callback): | |
5719 | Use lwp_set_debug_registers_changed. | |
5720 | (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed | |
5721 | and lwp_set_debug_registers_changed. | |
5722 | (x86_linux_new_thread): Use lwp_set_debug_registers_changed. | |
5723 | ||
cff068da GB |
5724 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
5725 | ||
5726 | * nat/linux-nat.h (ptid_of_lwp): New declaration. | |
5727 | (lwp_is_stopped): Likewise. | |
5728 | (lwp_stop_reason): Likewise. | |
5729 | * linux-nat.c (ptid_of_lwp): New function. | |
5730 | (lwp_is_stopped): Likewise. | |
5731 | (lwp_is_stopped_by_watchpoint): Likewise. | |
5732 | * x86-linux-nat.c (update_debug_registers_callback): | |
5733 | Use lwp_is_stopped. | |
5734 | (x86_linux_prepare_to_resume): Use ptid_of_lwp and | |
5735 | lwp_stop_reason. | |
5736 | ||
b2f7c7e8 GB |
5737 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
5738 | ||
5739 | * linux-nat.h (linux_stop_lwp): Move declaration to... | |
5740 | * nat/linux-nat.h (linux_stop_lwp): New declaration. | |
5741 | ||
6d4ee8c6 GB |
5742 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
5743 | ||
5744 | * linux-nat.h: Include nat/linux-nat.h. | |
5745 | (iterate_over_lwps): Move declaration to nat/linux-nat.h. | |
5746 | * nat/linux-nat.h (struct lwp_info): New forward declaration. | |
5747 | (iterate_over_lwps_ftype): New typedef. | |
5748 | (iterate_over_lwps): New declaration. | |
5749 | * linux-nat.h (iterate_over_lwps): Update comment. Use | |
5750 | iterate_over_lwps_ftype. Update callback return value check. | |
5751 | ||
70a0bb6b GB |
5752 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
5753 | ||
5754 | * x86-nat.h (x86_debug_reg_state): Move declaration to... | |
5755 | * nat/x86-dregs.h (x86_debug_reg_state): New declaration. | |
5756 | ||
7b669087 GB |
5757 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
5758 | ||
5759 | * nat/linux-nat.h (current_lwp_ptid): New declaration. | |
5760 | * linux-nat.c (current_lwp_ptid): New function. | |
5761 | * x86-linux-nat.c: Include nat/linux-nat.h. | |
5762 | (x86_linux_dr_get_addr): Use current_lwp_ptid. | |
5763 | (x86_linux_dr_get_control): Likewise. | |
5764 | (x86_linux_dr_get_status): Likewise. | |
5765 | (x86_linux_dr_set_control): Likewise. | |
5766 | (x86_linux_dr_set_addr): Likewise. | |
5767 | ||
15630549 AT |
5768 | 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com> |
5769 | ||
5770 | PR breakpoints/16466 | |
5771 | * breakpoint.c (create_breakpoint): Set thread on breakpoint struct. | |
5772 | ||
8a4506c0 JB |
5773 | 2015-03-23 Joel Brobecker <brobecker@adacore.com> |
5774 | ||
5775 | * ser-mingw.c (ser_windows_setparity): Fix indentation. | |
5776 | * ser-unix.c (hardwire_setparity): Likewise. | |
5777 | ||
236af5e3 YG |
5778 | 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com> |
5779 | ||
5780 | * NEWS: Mention set/show serial parity command. | |
5781 | * monitor.c (monitor_open): Call serial_setparity. | |
5782 | * remote.c (remote_open_1): Likewise. | |
5783 | * ser-base.c (ser_base_serparity): New function. | |
5784 | * ser-base.h (ser_base_setparity): Add declaration. | |
5785 | * ser-go32.c (dos_ops): Set "setparity" field. | |
5786 | * ser-mingw.c (ser_windows_raw): Do not set state.fParity and | |
5787 | state.Parity. | |
5788 | (ser_windows_setparity): New function. | |
5789 | (hardwire_ops): Add ser_windows_setparity. | |
5790 | (tty_ops): Add NULL for setparity field. | |
5791 | (pipe_ops): Add ser_base_setparity. | |
5792 | (tcp_ops): Likewise. | |
5793 | * ser-pipe.c (pipe_ops): Likewise. | |
5794 | * ser-tcp.c (tcp_ops): Likewise. | |
5795 | * ser-unix.c (hardwire_setparity): Add declaration. | |
5796 | (hardwire_raw): Don't reset PARENB flag. | |
5797 | (hardwire_setparity): New function. | |
5798 | (hardwire_ops): Add hardwire_setparity. | |
5799 | * serial.c (serial_setparity): New function. | |
5800 | (serial_parity): New global. | |
5801 | (parity_none, parity_odd, parity_even, parity_enums, parity): | |
5802 | New static globals. | |
5803 | (set_parity): New function. | |
5804 | (_initialize_serial): Add set/show serial parity commands. | |
5805 | * serial.h (GDBPARITY_NONE): Define. | |
5806 | (GDBPARITY_ODD): Define. | |
5807 | (GDBPARITY_EVEN): Define. | |
5808 | (serial_setparity) Add declaration. | |
5809 | (struct serial_ops): Add setparity field. | |
5810 | * target.h (serial_parity): Add declaration. | |
5811 | ||
32b40af9 KS |
5812 | 2015-03-23 Keith Seitz <keiths@redhat.com> |
5813 | ||
5814 | * linespec.c (linespec_lexer_lex_keyword): Update comment. | |
5815 | ||
693dca06 KS |
5816 | 2015-03-23 Keith Seitz <keiths@redhat.com> |
5817 | ||
5818 | * breakpoint.c (parse_breakpoint_sals): Use | |
5819 | linespec_lexer_lex_keyword to ascertain if the user specified | |
5820 | a NULL location. | |
5821 | * linespec.c [IF_KEYWORD_INDEX]: Define. | |
5822 | (linespec_lexer_lex_keyword): Export. | |
5823 | (struct ls_parser) <keyword_ok>: Remove. | |
5824 | A keyword is only a keyword if not followed by another keyword. | |
5825 | (linespec_lexer_lex_one): Remove keyword_ok handling. | |
5826 | Add comment explaining why the parsing stream is not advanced | |
5827 | when a keyword is seen. | |
5828 | (parse_linespec): Remove parser->keyword_ok. | |
5829 | * linespec.h (linespec_lexer_lex_keyword): Add declaration. | |
5830 | ||
7e993ebf KS |
5831 | 2015-03-23 Keith Seitz <keiths@redhat.com> |
5832 | ||
5833 | PR gdb/18021 | |
5834 | * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint | |
5835 | if we find a static method with DW_AT_vtable_elem_location. | |
5836 | ||
b1a0f704 EZ |
5837 | 2015-03-21 Eli Zaretskii <eliz@gnu.org> |
5838 | ||
5839 | * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter | |
5840 | before the second loop, to avoid undefined behavior. Reported by | |
5841 | Anton Blanchard <anton@samba.org>. | |
5842 | ||
d9823cbb KB |
5843 | 2015-03-20 Keven Boell <keven.boell@intel.com> |
5844 | ||
5845 | * gdbtypes.c (resolve_dynamic_type_internal): Adapt | |
5846 | data_location usage to linked list. | |
5847 | (resolve_dynamic_type_internal): Adapt data_location to | |
5848 | linked list. | |
5849 | (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function. | |
5850 | (copy_type_recursive, copy_type): Add copy of linked list. | |
5851 | * gdbtypes.h (enum dynamic_prop_node_kind): New enum. | |
5852 | (struct dynamic_prop_list): New struct. | |
5853 | * dwarf2read.c (set_die_type): Set data_location data. | |
5854 | ||
2e7bf1d7 PA |
5855 | 2015-03-20 Pedro Alves <palves@redhat.com> |
5856 | ||
5857 | * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to | |
5858 | inner block and make it const. | |
5859 | * machoread.c (get_archive_prefix_len): Make "lparen" const. | |
5860 | ||
7a26bd4d PA |
5861 | 2015-03-20 Pedro Alves <palves@redhat.com> |
5862 | ||
5863 | * breakpoint.c (set_breakpoint_condition): Make argument "exp" const. | |
5864 | * breakpoint.h (set_breakpoint_condition): Update declaration. | |
5865 | ||
cd46431b PA |
5866 | 2015-03-20 Pedro Alves <palves@redhat.com> |
5867 | ||
5868 | * tui/tui-io.c (tui_expand_tabs): Make "s1" const. | |
5869 | ||
e28566f7 PA |
5870 | 2015-03-20 Pedro Alves <palves@redhat.com> |
5871 | ||
5872 | * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const. | |
5873 | ||
f6fc92f6 PA |
5874 | 2015-03-20 Pedro Alves <palves@redhat.com> |
5875 | ||
5876 | * remote-m32r-sdi.c (m32r_open): Make "port_str" const. | |
5877 | ||
c32ed3ef PA |
5878 | 2015-03-20 Pedro Alves <palves@redhat.com> |
5879 | ||
5880 | * nto-tdep.c (nto_find_and_open_solib): Make "endian" const. | |
5881 | (nto_init_solib_absolute_prefix): Likewise. | |
5882 | ||
53e78085 PA |
5883 | 2015-03-20 Pedro Alves <palves@redhat.com> |
5884 | ||
5885 | * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const. | |
5886 | * spu-tdep.c (spu_gdbarch_init): Make "name" const. | |
5887 | ||
bc23328c JK |
5888 | 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com> |
5889 | ||
5890 | * config/djgpp/README: Remove gdb.hp. | |
5891 | ||
e8ffc436 YQ |
5892 | 2015-03-20 Yao Qi <yao.qi@linaro.org> |
5893 | ||
5894 | * aarch64-tdep.c (aarch64_gdbarch_init): Don't call | |
5895 | set_gdbarch_cannot_step_breakpoint. | |
5896 | ||
23f238d3 PA |
5897 | 2015-03-19 Pedro Alves <palves@redhat.com> |
5898 | ||
5899 | * linux-nat.c (linux_resume_one_lwp): Rename to ... | |
5900 | (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here, | |
5901 | instead call perror_with_name. | |
5902 | (check_ptrace_stopped_lwp_gone): New function. | |
5903 | (linux_resume_one_lwp): Reimplement as wrapper around | |
5904 | linux_resume_one_lwp_throw that swallows errors if the LWP is | |
5905 | gone. | |
5906 | (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and | |
5907 | swallows errors if the LWP is gone. Use | |
5908 | linux_resume_one_lwp_throw instead of linux_resume_one_lwp. | |
5909 | ||
eb54c8bf PA |
5910 | 2015-03-19 Pedro Alves <palves@redhat.com> |
5911 | ||
5912 | * linux-nat.c (status_callback): Return early if the LWP has no | |
5913 | status pending. | |
5914 | ||
b90fc188 PA |
5915 | 2015-03-19 Pedro Alves <palves@redhat.com> |
5916 | ||
5917 | * linux-nat.c (select_event_lwp_callback): Update comment to no | |
5918 | longer mention SIGTRAP. | |
5919 | ||
670f82d4 TG |
5920 | 2015-03-18 Tristan Gingold <gingold@adacore.com> |
5921 | ||
72f4393d L |
5922 | * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move |
5923 | redirection code to ... | |
5924 | (amd64_windows_frame_decode_insns): ... Here. Fix in prologue | |
5925 | checks. Fix SAVE_NONVOL operations. Add debug code and comments. | |
670f82d4 | 5926 | |
464b0089 GB |
5927 | 2015-03-18 Gary Benson <gbenson@redhat.com> |
5928 | ||
5929 | (remote_protocol_features): Remove the "vFile:fstat" feature. | |
5930 | (remote_hostio_fstat): Probe for "vFile:fstat" support. | |
5931 | ||
f68f11b7 YQ |
5932 | 2015-03-11 Yao Qi <yao.qi@linaro.org> |
5933 | ||
5934 | PR tdep/18107 | |
5935 | * aarch64-linux-tdep.c: Include xml-syscall.h | |
5936 | (aarch64_linux_get_syscall_number): New function. | |
5937 | (aarch64_linux_init_abi): Call | |
5938 | set_gdbarch_get_syscall_number. | |
5939 | * syscalls/aarch64-linux.xml: New file. | |
5940 | ||
393bd0c0 YG |
5941 | 2015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com> |
5942 | ||
5943 | * ser-base.h (ser_base_setstopbits): Change second argument name | |
5944 | from "rate" to "num". | |
5945 | ||
7f3647e2 GB |
5946 | 2015-03-17 Gary Benson <gbenson@redhat.com> |
5947 | Luke Allardyce <lukeallardyce@gmail.com> | |
5948 | ||
5949 | PR gdb/18131 | |
5950 | * common/common-remote-fileio.h (sys/stat.h): New include. | |
5951 | (stuct stat): Remove forward declaration. | |
5952 | ||
3ce5b6e2 JB |
5953 | 2015-03-16 John Baldwin <jhb@FreeBSD.org> |
5954 | ||
5955 | * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers | |
5956 | before writing core register notes. | |
5957 | ||
d053f6be YZ |
5958 | 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com> |
5959 | Pedro Alves <palves@redhat.com> | |
5960 | ||
5961 | * gdb_curses.h (tgetnum): Mark with EXTERN_C. | |
5962 | * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs) | |
5963 | (tgoto): Wrap with extern "C". | |
5964 | ||
b1a921c8 PA |
5965 | 2015-03-16 Pedro Alves <palves@redhat.com> |
5966 | Yuanhui Zhang <asmwarrior@gmail.com> | |
5967 | ||
5968 | * stub-termcap.c (tputs): Change prototype. | |
5969 | ||
876d1cd7 YZ |
5970 | 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com> |
5971 | Pedro Alves <palves@redhat.com> | |
5972 | ||
5973 | * windows-nat.c (struct thread_info_struct): Rename to ... | |
5974 | (struct windows_thread_info_struct): ... this. | |
5975 | (thread_info): Rename to ... | |
5976 | (windows_thread_info): ... this. | |
5977 | All users updated. | |
5978 | ||
0800b440 JK |
5979 | 2015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com> |
5980 | Pedro Alves <palves@redhat.com> | |
5981 | ||
5982 | * NEWS: New Removed targets and native configurations. | |
5983 | ||
5984 | 2015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com> | |
61a12cfa JK |
5985 | |
5986 | Remove HPUX. | |
5987 | * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o. | |
5988 | (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o. | |
5989 | (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and | |
5990 | ia64-hpux-tdep.h, solib-ia64-hpux.h. | |
5991 | (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c, | |
5992 | ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c. | |
5993 | * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and | |
5994 | hppa-hpux-tdep.c. | |
5995 | * config/ia64/hpux.mh: Remove file. | |
5996 | * config/pa/hpux.mh: Remove file. | |
5997 | * configure: Rebuilt. | |
5998 | * configure.ac (dlgetmodinfo, somread.o): Remove. | |
5999 | * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete. | |
6000 | (ia64-*-hpux*): Remove its float format exception. | |
6001 | * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete. | |
6002 | * hppa-hpux-nat.c: Remove file. | |
6003 | * hppa-hpux-tdep.c: Remove file. | |
6004 | * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private): | |
6005 | Move them here from hppa-tdep.h | |
6006 | (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static. | |
6007 | (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception. | |
6008 | * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private): | |
6009 | Move them to hppa-tdep.c. | |
6010 | (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove | |
6011 | declarations. | |
6012 | * ia64-hpux-nat.c: Remove file. | |
6013 | * ia64-hpux-tdep.c: Remove file. | |
6014 | * ia64-hpux-tdep.h: Remove file. | |
6015 | * inf-ttrace.c: Remove file. | |
6016 | * inf-ttrace.h: Remove file. | |
6017 | * solib-ia64-hpux.c: Remove file. | |
6018 | * solib-ia64-hpux.h: Remove file. | |
6019 | * solib-pa64.c: Remove file. | |
6020 | * solib-pa64.h: Remove file. | |
6021 | * solib-som.c: Remove file. | |
6022 | * solib-som.h: Remove file. | |
6023 | * somread.c: Remove file. | |
6024 | ||
25268153 JB |
6025 | 2015-03-13 John Baldwin <jhb@FreeBSD.org> |
6026 | ||
6027 | * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util). | |
6028 | * config.in: Regenerate. | |
6029 | * configure: Regenerate. | |
6030 | * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't | |
72f4393d | 6031 | define. |
25268153 JB |
6032 | (fbsd_find_memory_regions): Use kinfo_getvmmap to |
6033 | enumerate memory regions if present. | |
6034 | ||
773eacf5 JB |
6035 | 2015-03-13 John Baldwin <jhb@FreeBSD.org> |
6036 | ||
6037 | * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes. | |
6038 | * i386fbsd-tdep.c: Fix style in various gdb_static_assert | |
6039 | expressions. | |
6040 | (i386fbsd_sigtramp_p): Likewise. | |
6041 | ||
01b6bdb0 JB |
6042 | 2015-03-12 John Baldwin <jhb@FreeBSD.org> |
6043 | ||
6044 | * MAINTAINERS (Write After Approval): Add John Baldwin. | |
6045 | ||
811a659a GB |
6046 | 2015-03-12 Gary Benson <gbenson@redhat.com> |
6047 | ||
6048 | * solib.c (_initialize_solib): Make "set/show sysroot" use | |
6049 | add_setshow_optional_filename_cmd so it can be restored to | |
6050 | empty after being set. | |
6051 | ||
10304ef3 SDJ |
6052 | 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com> |
6053 | ||
6054 | * Makefile.in (SFILES): New source break-catch-syscall.c. | |
6055 | (COMMON_OBS): New object break-catch-syscall.o. | |
6056 | * break-catch-syscall.c: New file. | |
6057 | * breakpoint.c: Remove inclusion of "xml-syscall.h". | |
6058 | (syscall_catchpoint_p): Move declaration to break-catch-syscall.c | |
6059 | (struct syscall_catchpoint): Likewise. | |
6060 | (dtor_catch_syscall): Likewise. | |
6061 | (catch_syscall_inferior_data): Likewise. | |
6062 | (struct catch_syscall_inferior_data): Likewise. | |
6063 | (get_catch_syscall_inferior_data): Likewise. | |
6064 | (catch_syscall_inferior_data_cleanup): Likewise. | |
6065 | (insert_catch_syscall): Likewise. | |
6066 | (remove_catch_syscall): Likewise. | |
6067 | (breakpoint_hit_catch_syscall): Likewise. | |
6068 | (print_it_catch_syscall): Likewise. | |
6069 | (print_one_catch_syscall): Likewise. | |
6070 | (print_mention_catch_syscall): Likewise. | |
6071 | (print_recreate_catch_syscall): Likewise. | |
6072 | (catch_syscall_breakpoint_ops): Likewise. | |
6073 | (syscall_catchpoint_p): Likewise. | |
6074 | (create_syscall_event_catchpoint): Likewise. | |
6075 | (catch_syscall_split_args): Likewise. | |
6076 | (catch_syscall_command_1): Likewise. | |
6077 | (is_syscall_catchpoint_enabled): Likewise. | |
6078 | (catch_syscall_enabled): Likewise. | |
6079 | (catching_syscall_number): Likewise. | |
6080 | (catch_syscall_completer): Likewise. | |
6081 | (clear_syscall_counts): Likewise. | |
6082 | (initialize_breakpoint_ops): Move initialization of syscall | |
6083 | catchpoints to break-catch-syscall.c. | |
6084 | (_initialize_breakpoint): Move code related to syscall catchpoints | |
6085 | to break-catch-syscall.c. | |
6086 | ||
badd37ce SDJ |
6087 | 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com> |
6088 | ||
6089 | * breakpoint.c (breakpoint_find_if): New function. | |
6090 | * breakpoint.h (breakpoint_find_if): New prototype. | |
6091 | ||
0a93529c GB |
6092 | 2015-03-11 Gary Benson <gbenson@redhat.com> |
6093 | ||
6094 | * remote-fileio.h (remote_fileio_to_host_stat): New declaration. | |
6095 | * remote-fileio.c (remote_fileio_to_host_uint): New function. | |
6096 | (remote_fileio_to_host_ulong): Likewise. | |
6097 | (remote_fileio_to_host_mode): Likewise. | |
6098 | (remote_fileio_to_host_time): Likewise. | |
6099 | (remote_fileio_to_host_stat): Likewise. | |
6100 | * remote.c (PACKET_vFile_fstat): New enum value. | |
6101 | (remote_protocol_features): Register the "vFile:fstat" feature. | |
6102 | (remote_hostio_fstat): New function. | |
6103 | (remote_bfd_iovec_stat): Use the above. | |
6104 | (_initialize_remote): Register new "set/show remote | |
6105 | hostio-fstat-packet" command. | |
6106 | * symfile.c (separate_debug_file_exists): Update comment. | |
6107 | * NEWS: Announce new vFile:fstat packet. | |
6108 | ||
791c0056 GB |
6109 | 2015-03-11 Gary Benson <gbenson@redhat.com> |
6110 | ||
6111 | * common/common-remote-fileio.h: New file. | |
6112 | * common/common-remote-fileio.c: Likewise. | |
6113 | * Makefile.in (SFILES): Add common/common-remote-fileio.c. | |
6114 | (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h. | |
6115 | (COMMON_OBS): Add common-remote-fileio.o. | |
6116 | (common-remote-fileio.o): New rule. | |
6117 | * remote-fileio.h (common-remote-fileio.h): New include. | |
6118 | * remote-fileio.c (gdb/fileio.h): Do not include. | |
6119 | (remote_fileio_to_be): Moved to common-remote-fileio.h. | |
6120 | (remote_fileio_to_fio_uint): Likewise. | |
6121 | (remote_fileio_to_fio_time): Likewise. | |
6122 | (remote_fileio_mode_to_target): Moved to common-remote-fileio.c. | |
6123 | (remote_fileio_to_fio_mode): Likewise. | |
6124 | (remote_fileio_to_fio_ulong): Likewise. | |
6125 | (remote_fileio_to_fio_stat): Likewise. | |
6126 | ||
1390d0ef AW |
6127 | 2015-03-11 Andy Wingo <wingo@igalia.com> |
6128 | ||
6129 | * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which | |
6130 | we were checking the cached type, not the cached dynamic type. | |
6131 | ||
84a4591a AW |
6132 | 2015-03-11 Andy Wingo <wingo@igalia.com> |
6133 | ||
6134 | * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and | |
6135 | other strings, as these are on the GC'd heap, and will be | |
6136 | collected along with the smob. | |
6137 | ||
85642ba0 AW |
6138 | 2015-03-11 Andy Wingo <wingo@igalia.com> |
6139 | ||
6140 | * guile/scm-objfile.c (gdbscm_objfile_progspace): New function. | |
6141 | (objfile_functions): Bind gdbscm_objfile_progspace to | |
6142 | objfile-progspace. | |
6143 | * guile/lib/gdb.scm: Add objfile-progspace to exports. | |
6144 | ||
92fab5a6 AW |
6145 | 2015-03-11 Andy Wingo <wingo@igalia.com> |
6146 | ||
6147 | * guile/guile.c (_initialize_guile): Disable automatic | |
6148 | finalization, if Guile offers us that possibility. | |
6149 | * guile/guile.c (call_initialize_gdb_module): | |
6150 | * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run | |
6151 | finalizers in appropriate places. | |
6152 | * configure.ac (AC_TRY_LIBGUILE): Add a check for | |
6153 | scm_set_automatic_finalization_enabled. | |
6154 | * configure: Regenerated. | |
6155 | ||
f054145e AA |
6156 | 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com> |
6157 | ||
6158 | * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using | |
6159 | SAL, if possible. | |
6160 | ||
18396193 AA |
6161 | 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com> |
6162 | ||
6163 | * s390-linux-nat.c (struct arch_lwp_info): New. | |
6164 | (s390_fix_watch_points): Rename to... | |
6165 | (s390_prepare_to_resume): ...this. Skip the PER info update | |
6166 | unless the watch points have changed. | |
6167 | (s390_refresh_per_info, s390_new_thread): New functions. | |
6168 | (s390_insert_watchpoint): Call s390_refresh_per_info instead of | |
6169 | s390_fix_watch_points. | |
6170 | (s390_remove_watchpoint): Likewise. | |
6171 | (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points. | |
6172 | Register s390_prepare_to_resume. | |
6173 | ||
9eb1356e PA |
6174 | 2015-03-09 Pedro Alves <palves@redhat.com> |
6175 | ||
6176 | Revert: | |
6177 | 2015-03-07 Pedro Alves <palves@redhat.com> | |
6178 | * common/gdb_socket.h: New file. | |
6179 | * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor | |
6180 | sys/socket.h. | |
6181 | (net_open): Use union gdb_sockaddr_u. | |
6182 | ||
aac331e4 PA |
6183 | 2015-03-07 Pedro Alves <palves@redhat.com> |
6184 | ||
6185 | * configure.ac (build_warnings): Move -Wmissing-prototypes | |
6186 | -Wdeclaration-after-statement -Wmissing-parameter-type | |
6187 | -Wold-style-declaration -Wold-style-definition to the C-specific | |
6188 | set. | |
6189 | * configure: Regenerate. | |
6190 | ||
366c75fc PA |
6191 | 2015-03-07 Pedro Alves <palves@redhat.com> |
6192 | ||
6193 | * common/gdb_socket.h: New file. | |
6194 | * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor | |
6195 | sys/socket.h. | |
6196 | (net_open): Use union gdb_sockaddr_u. | |
6197 | ||
72df25b2 PA |
6198 | 2015-03-07 Pedro Alves <palves@redhat.com> |
6199 | ||
6200 | * common/common-exceptions.c [!__cplusplus] (enum catcher_state) | |
6201 | (exceptions_state_mc_action_iter) | |
6202 | (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch): | |
6203 | Don't define. | |
6204 | [__cplusplus] (try_scope_depth): New global. | |
6205 | [__cplusplus] (exception_try_scope_entry) | |
6206 | (exception_try_scope_exit, gdb_exception_sliced_copy) | |
6207 | (exception_rethrow): New functions. | |
6208 | (throw_exception): In C++ mode, throw | |
6209 | gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and | |
6210 | gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR. | |
6211 | (throw_it): In C++ mode, use try_scope_depth. | |
6212 | * common/common-exceptions.h [!__cplusplus] | |
6213 | (exceptions_state_mc_action_iter) | |
6214 | (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch): | |
6215 | Don't declare. | |
6216 | [__cplusplus] (exception_try_scope_entry) | |
6217 | (exception_try_scope_exit, exception_rethrow): Declare. | |
6218 | [__cplusplus] (struct exception_try_scope): New struct. | |
6219 | [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real | |
6220 | C++ exceptions. | |
6221 | (struct gdb_exception_RETURN_MASK_ALL) | |
6222 | (struct gdb_exception_RETURN_MASK_ERROR) | |
6223 | (struct gdb_exception_RETURN_MASK_QUIT): New types. | |
6224 | ||
284e6217 PA |
6225 | 2015-03-07 Pedro Alves <palves@redhat.com> |
6226 | ||
6227 | * main.c (handle_command_errors): Remove volatile qualifier from | |
6228 | parameter. | |
6229 | ||
6c63c96a PA |
6230 | 2015-03-07 Pedro Alves <palves@redhat.com> |
6231 | ||
6232 | * breakpoint.c (save_breakpoints): Adjust to avoid code between | |
6233 | TRY and CATCH. | |
6234 | * gdbtypes.c (safe_parse_type): Remove empty line. | |
6235 | (types_deeply_equal): | |
6236 | * guile/scm-frame.c (gdbscm_frame_name): | |
6237 | * linux-thread-db.c (find_new_threads_once): | |
6238 | * python/py-breakpoint.c (bppy_get_commands): | |
6239 | * record-btrace.c (record_btrace_insert_breakpoint) | |
6240 | (record_btrace_remove_breakpoint, record_btrace_start_replaying) | |
6241 | (record_btrace_start_replaying): Adjust to avoid code between TRY | |
6242 | and CATCH. | |
6243 | ||
492d29ea PA |
6244 | 2015-03-07 Pedro Alves <palves@redhat.com> |
6245 | ||
6246 | * common/common-exceptions.c (struct catcher) <exception>: No | |
6247 | longer a pointer to volatile exception. Now an exception value. | |
6248 | <mask>: Delete field. | |
6249 | (exceptions_state_mc_init): Remove all parameters. Adjust. | |
6250 | (exceptions_state_mc): No longer pop the catcher here. | |
6251 | (exceptions_state_mc_catch): New function. | |
6252 | (throw_exception): Adjust. | |
6253 | * common/common-exceptions.h (exceptions_state_mc_init): Remove | |
6254 | all parameters. | |
6255 | (exceptions_state_mc_catch): Declare. | |
6256 | (TRY_CATCH): Rename to ... | |
6257 | (TRY): ... this. Remove EXCEPTION and MASK parameters. | |
6258 | (CATCH, END_CATCH): New. | |
6259 | All callers adjusted. | |
6260 | ||
ece957c8 TT |
6261 | 2015-03-07 Tom Tromey <tromey@redhat.com> |
6262 | ||
6263 | * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX. | |
6264 | ||
7556d4a4 PA |
6265 | 2015-03-07 Pedro Alves <palves@redhat.com> |
6266 | ||
6267 | * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache) | |
6268 | (amd64_epilogue_frame_cache): Normal exception handling code. | |
6269 | * break-catch-throw.c (check_status_exception_catchpoint) | |
6270 | (re_set_exception_catchpoint): Ditto. | |
6271 | * cli/cli-interp.c (safe_execute_command): | |
6272 | * cli/cli-script.c (script_from_file): Ditto. | |
6273 | * compile/compile-c-symbols.c (generate_c_for_for_one_variable): | |
6274 | Ditto. | |
6275 | * compile/compile-object-run.c (compile_object_run): Ditto. | |
6276 | * cp-abi.c (baseclass_offset): Ditto. | |
6277 | * cp-valprint.c (cp_print_value): Ditto. | |
6278 | * exceptions.c (catch_exceptions_with_msg): | |
6279 | * frame-unwind.c (frame_unwind_try_unwinder): Ditto. | |
6280 | * frame.c (get_frame_address_in_block_if_available): Ditto. | |
6281 | * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache) | |
6282 | (i386_sigtramp_frame_cache): Ditto. | |
6283 | * infcmd.c (post_create_inferior): Ditto. | |
6284 | * linespec.c (parse_linespec, find_linespec_symbols): | |
6285 | * p-valprint.c (pascal_object_print_value): Ditto. | |
6286 | * parse.c (parse_expression_for_completion): Ditto. | |
6287 | * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto. | |
6288 | * remote.c (remote_get_noisy_reply): Ditto. | |
6289 | * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto. | |
6290 | * solib-svr4.c (solib_svr4_r_map): Ditto. | |
6291 | ||
f873665f | 6292 | 2015-03-06 Gary Benson <gbenson@redhat.com> |
61012eef GB |
6293 | |
6294 | * common/common-utils.h (startswith): New inline function. | |
6295 | All places where this logic was used updated to use the above. | |
6296 | ||
68901c4d PA |
6297 | 2015-03-05 Pedro Alves <palves@redhat.com> |
6298 | ||
6299 | PR gdb/18002 | |
6300 | * mem-break.c (default_memory_insert_breakpoint): Set shadow_len | |
6301 | after reading the breakpoint's shadow memory. | |
6302 | ||
2dcb2b1a MK |
6303 | 2015-03-05 Mark Kettenis <kettenis@gnu.org> |
6304 | ||
6305 | * hppabsd-nat.c: Remove file. | |
6306 | * hppaobsd-nat.c: New file. | |
6307 | * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add | |
6308 | hppaobsd-nat.c. | |
6309 | * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with | |
6310 | hppaobsd-nat.o. | |
6311 | ||
527a273a PA |
6312 | 2015-03-04 Pedro Alves <palves@redhat.com> |
6313 | ||
6314 | * target.h (struct target_ops) <to_decr_pc_after_break>: Delete. | |
6315 | (target_decr_pc_after_break): Delete declaration. | |
6316 | * target.c (default_target_decr_pc_after_break) | |
6317 | (target_decr_pc_after_break): Delete. | |
6318 | * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use | |
6319 | gdbarch_decr_pc_after_break instead of target_decr_pc_after_break. | |
6320 | * linux-thread-db.c (check_event): Likewise. | |
6321 | * infrun.c (adjust_pc_after_break): Likewise. | |
6322 | * darwin-nat.c (cancel_breakpoint): Likewise. | |
6323 | * aix-thread.c (aix_thread_wait): Likewise. | |
6324 | * target-delegates.c: Regenerate. | |
6325 | ||
faf09f01 PA |
6326 | 2015-03-04 Pedro Alves <palves@redhat.com> |
6327 | ||
6328 | * linux-nat.c (save_sigtrap): Check for breakpoints before | |
6329 | checking watchpoints. | |
6330 | (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a | |
6331 | breakpoint is inserted if relying on SIGTRAP's siginfo.si_code. | |
6332 | (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether | |
6333 | a breakpoint triggered based on the SIGTRAP's siginfo.si_code. | |
6334 | (linux_nat_stopped_by_sw_breakpoint) | |
6335 | (linux_nat_supports_stopped_by_sw_breakpoint) | |
6336 | (linux_nat_stopped_by_hw_breakpoint) | |
6337 | (linux_nat_supports_stopped_by_hw_breakpoint): New functions. | |
6338 | (linux_nat_wait_1): Don't re-increment the PC if relying on | |
6339 | SIGTRAP's siginfo->si_code. | |
6340 | (linux_nat_add_target): Install new target methods. | |
6341 | * linux-thread-db.c (check_event): Don't account for breakpoint PC | |
6342 | offset if the target already adjusted the PC. | |
6343 | * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New. | |
6344 | (GDB_ARCH_TRAP_BRKPT): New. | |
6345 | (TRAP_HWBKPT): Define if not already defined. | |
6346 | ||
f7e6eed5 PA |
6347 | 2015-03-04 Pedro Alves <palves@redhat.com> |
6348 | ||
6349 | * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons. | |
6350 | * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>: | |
6351 | Delete field. | |
6352 | <stop_reason>: New field. | |
6353 | (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values. | |
6354 | (packet_set_cmd_state): New function. | |
6355 | (remote_protocol_features): Register the "swbreak" and "hwbreak" | |
6356 | features. | |
6357 | (remote_query_supported): If not disabled with the corresponding | |
6358 | "set remote foo-packet" command, report support for the swbreak | |
6359 | and hwbreak features. | |
6360 | (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete | |
6361 | field. | |
6362 | <stop_reason>: New field. | |
6363 | (remote_parse_stop_reply): Handle "swbreak" and "hwbreak". | |
6364 | (remote_wait_as): Adjust. | |
6365 | (remote_stopped_by_sw_breakpoint) | |
6366 | (remote_supports_stopped_by_sw_breakpoint) | |
6367 | (remote_stopped_by_hw_breakpoint) | |
6368 | (remote_supports_stopped_by_hw_breakpoint): New functions. | |
6369 | (remote_stopped_by_watchpoint): New function. | |
6370 | (init_remote_ops): Install them. | |
6371 | (_initialize_remote): Register new "set/show remote | |
6372 | swbreak-feature-packet" and "set/show remote | |
6373 | swbreak-feature-packet" commands. | |
6374 | ||
9e8915c6 PA |
6375 | 2015-03-04 Pedro Alves <palves@redhat.com> |
6376 | ||
6377 | * btrace.h: Include target/waitstatus.h. | |
6378 | (struct btrace_thread_info) <stop_reason>: New field. | |
6379 | * record-btrace.c (record_btrace_step_thread): Use | |
6380 | record_check_stopped_by_breakpoint instead of breakpoint_here_p. | |
6381 | (record_btrace_decr_pc_after_break): Delete. | |
6382 | (record_btrace_stopped_by_sw_breakpoint) | |
6383 | (record_btrace_supports_stopped_by_sw_breakpoint) | |
6384 | (record_btrace_stopped_by_hw_breakpoint) | |
6385 | (record_btrace_supports_stopped_by_hw_breakpoint): New functions. | |
6386 | (init_record_btrace_ops): Install them. | |
6387 | * record-full.c (record_full_hw_watchpoint): Delete and replace | |
6388 | with ... | |
6389 | (record_full_stop_reason): ... this throughout. | |
6390 | (record_full_exec_insn): Adjust. | |
6391 | (record_full_wait_1): Adjust. No longer re-increment the PC. | |
6392 | (record_full_wait_1): Adjust. Use | |
6393 | record_check_stopped_by_breakpoint instead of breakpoint_here_p. | |
6394 | (record_full_stopped_by_watchpoint): Adjust. | |
6395 | (record_full_stopped_by_sw_breakpoint) | |
6396 | (record_full_supports_stopped_by_sw_breakpoint) | |
6397 | (record_full_supports_stopped_by_sw_breakpoint) | |
6398 | (record_full_stopped_by_hw_breakpoint) | |
6399 | (record_full_supports_stopped_by_hw_breakpoint): New functions. | |
6400 | (init_record_full_ops, init_record_full_core_ops): Install them. | |
6401 | * record.c (record_check_stopped_by_breakpoint): New function. | |
6402 | * record.h: Include target/waitstatus.h. | |
6403 | (record_check_stopped_by_breakpoint): New declaration. | |
6404 | ||
15c66dd6 PA |
6405 | 2015-03-04 Pedro Alves <palves@redhat.com> |
6406 | ||
6407 | enum lwp_stop_reason -> enum target_stop_reason | |
6408 | * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint) | |
6409 | (linux_nat_stopped_by_watchpoint, status_callback) | |
6410 | (linux_nat_wait_1): Adjust. | |
6411 | * linux-nat.h (enum lwp_stop_reason): Delete. | |
6412 | (struct lwp_info) <stop_reason>: Now an enum target_stop_reason. | |
6413 | * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust. | |
6414 | * target/waitstatus.h (enum target_stop_reason): New. | |
6415 | ||
1cf4d951 PA |
6416 | 2015-03-04 Pedro Alves <palves@redhat.com> |
6417 | ||
6418 | * breakpoint.c (need_moribund_for_location_type): New function. | |
6419 | (bpstat_stop_status): Don't skipping checking moribund locations | |
6420 | of breakpoint types which the target tell caused a stop. | |
6421 | (program_breakpoint_here_p): New function, factored out from ... | |
6422 | (bp_loc_is_permanent): ... this. | |
6423 | (update_global_location_list): Don't create a moribund location if | |
6424 | the target supports reporting stops of the type of the removed | |
6425 | breakpoint. | |
6426 | * breakpoint.h (program_breakpoint_here_p): New declaration. | |
6427 | * infrun.c (adjust_pc_after_break): Return early if the target has | |
6428 | already adjusted the PC. Add comments. | |
6429 | (handle_signal_stop): If nothing explains a signal, and the target | |
6430 | tells us the stop was caused by a software breakpoint, check if | |
6431 | there's a breakpoint instruction in the memory. If so, adjust the | |
6432 | PC before presenting the stop to the user. Otherwise, ignore the | |
6433 | trap. If nothing explains a signal, and the target tells us the | |
6434 | stop was caused by a hardware breakpoint, ignore the trap. | |
6435 | * target.h (struct target_ops) <to_stopped_by_sw_breakpoint, | |
6436 | to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint, | |
6437 | to_supports_stopped_by_hw_breakpoint>: New fields. | |
6438 | (target_stopped_by_sw_breakpoint) | |
6439 | (target_supports_stopped_by_sw_breakpoint) | |
6440 | (target_stopped_by_hw_breakpoint) | |
6441 | (target_supports_stopped_by_hw_breakpoint): Define. | |
6442 | * target-delegates.c: Regenerate. | |
6443 | ||
79639e11 PA |
6444 | 2015-03-04 Pedro Alves <palves@redhat.com> |
6445 | ||
6446 | * infrun.c (follow_fork_inferior): Use the whole of the | |
6447 | inferior_ptid and pending_follow.related_pid ptids instead of | |
6448 | building ptids from the process components. Adjust verbose output | |
6449 | to use target_pid_to_str. | |
6450 | * linux-nat.c (linux_child_follow_fork): Use the whole of the | |
6451 | inferior_ptid and pending_follow.related_pid ptids instead of | |
6452 | building ptids from the process components. | |
6453 | ||
e85e8e5e MK |
6454 | 2015-03-04 Mark Kettenis <kettenis@gnu.org> |
6455 | ||
6456 | * inf-ptrace.c [PT_GET_PROCESS_STATE] | |
6457 | (inf_ptrace_insert_fork_catchpoint): New function. | |
6458 | (inf_ptrace_remove_fork_catchpoint): New function. | |
6459 | (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them. | |
6460 | ||
87de11c0 AA |
6461 | 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com> |
6462 | ||
6463 | * s390-linux-tdep.c (s390_register_name): Return empty string | |
6464 | instead of NULL for registers that shouldn't be visible. | |
6465 | ||
d851a69a AA |
6466 | 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com> |
6467 | ||
6468 | * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall | |
6469 | XML file for 64-bit targets. | |
6470 | ||
b072f6c1 SM |
6471 | 2015-03-03 Simon Marchi <simon.marchi@ericsson.com> |
6472 | ||
6473 | * target.h (find_default_create_inferior): Remove declaration. | |
6474 | (find_default_attach): Likewise. | |
6475 | ||
c1593e4f PA |
6476 | 2015-03-03 Pedro Alves <palves@redhat.com> |
6477 | ||
6478 | * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace. | |
6479 | Use ptid_get_pid to get the overall process id when resuming all | |
6480 | threads. | |
6481 | ||
90ad5e1d PA |
6482 | 2015-03-03 Pedro Alves <palves@redhat.com> |
6483 | ||
6484 | * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of | |
6485 | the lwp field of ptid. Pass the full ptid to get_thread_regcache. | |
6486 | * inf-ptrace.c (get_ptrace_pid): New function. | |
6487 | (inf_ptrace_resume): Use it. | |
6488 | * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified | |
6489 | to the lower layer. | |
6490 | ||
d68e53f4 MM |
6491 | 2015-03-03 Markus Metzger <markus.t.metzger@intel.com> |
6492 | ||
6493 | * nat/linux-btrace.c: Include sys/utsname.h. | |
6494 | (linux_determine_kernel_ptr_bits): New. | |
6495 | (linux_enable_bts): Call linux_determine_kernel_ptr_bits. | |
6496 | * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero | |
6497 | ptr_bits. | |
6498 | ||
986b6601 MM |
6499 | 2015-03-03 Markus Metzger <markus.t.metzger@intel.com> |
6500 | ||
6501 | * btrace.c (ftrace_update_function): Treat return as tailcall for | |
6502 | "_dl_runtime_resolve". | |
6503 | ||
ce0dfbea MM |
6504 | 2015-03-03 Markus Metzger <markus.t.metzger@intel.com> |
6505 | ||
6506 | * btrace.h (btrace_function) <lbegin, lend>: Remove. | |
6507 | * btrace.c (ftrace_debug): Do not print the line range. | |
6508 | (ftrace_skip_file, ftrace_update_lines): Remove. | |
6509 | (ftrace_new_function): Remove lbegin and lend initialization. | |
6510 | (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines. | |
6511 | * record-btrace.c (btrace_compute_src_line_range): New. | |
6512 | (btrace_call_history_src_line): Call btrace_compute_src_line_range. | |
6513 | ||
95e50b27 PA |
6514 | 2015-03-02 Pedro Alves <palves@redhat.com> |
6515 | ||
6516 | * infrun.c (follow_exec): Delete all threads of the process except | |
6517 | the event thread. Extended comments. | |
6518 | ||
00e474c2 JB |
6519 | 2015-03-02 Joel Brobecker <brobecker@adacore.com> |
6520 | ||
6521 | * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false". | |
6522 | ||
cc7039d3 JB |
6523 | 2015-03-02 Joel Brobecker <brobecker@adacore.com> |
6524 | ||
6525 | * utils.h: Remove <stdbool.h> #include. | |
6526 | (producer_is_gcc): Change return type to "int". | |
6527 | * utils.c (producer_is_gcc): Change return type to int. | |
6528 | Return 1 instead of true, and 0 instead of false. | |
6529 | Adjust function documentation accordingly. | |
6530 | ||
550bdf96 AA |
6531 | 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com> |
6532 | ||
6533 | * s390-linux-nat.c (have_regset_vxrs): New static variable. | |
6534 | (s390_linux_fetch_inferior_registers): Handle vector registers, if | |
6535 | present. | |
6536 | (s390_linux_store_inferior_registers): Likewise. | |
6537 | (s390_get_hwcap): Remove function. Embed its logic... | |
6538 | (s390_read_description): ...here. Yield a target description with | |
6539 | vector registers if applicable. | |
6540 | * s390-linux-tdep.c: Include "features/s390-vx-linux64.c", | |
6541 | "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and | |
6542 | "features/s390x-tevx-linux64.c". | |
6543 | (struct gdbarch_tdep) <v0_full_regnum>: New field. | |
6544 | (s390_dwarf_regmap): Add vector registers. Remove bogus entries | |
6545 | for "GNU/Linux-specific registers". | |
6546 | (s390_dwarf_reg_r0l): New enum value. | |
6547 | (s390_dwarf_reg_to_regnum): Support vector registers. | |
6548 | (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers | |
6549 | of GPR lower halves. | |
6550 | (regnum_is_vxr_full): New function. | |
6551 | (s390_register_name): New function. | |
6552 | (s390_pseudo_register_name): Handle v0-v15, which are composed of | |
6553 | f0-f15 and v0l-v15l. | |
6554 | (s390_pseudo_register_type): Likewise. | |
6555 | (s390_pseudo_register_read): Likewise. | |
6556 | (s390_pseudo_register_write): Likewise. | |
6557 | (s390_value_from_register): Account for the fact that values are | |
6558 | placed left-justified in vector registers. | |
6559 | (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to | |
6560 | the vector reggroup and omit them from the general reggroup. | |
6561 | (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps. | |
6562 | (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets. | |
6563 | (s390_iterate_over_regset_sections): Add iterations for the two | |
6564 | new vector regsets. | |
6565 | (s390_core_read_description): Yield a target description with | |
6566 | vector registers if applicable. | |
6567 | (s390_gdbarch_init): Handle target descriptions with vector | |
6568 | registers. Add "register_name" gdbarch method. | |
6569 | (_initialize_s390_tdep): Call new tdesc initialization functions. | |
6570 | * s390-linux-tdep.h (HWCAP_S390_VX): New macro. | |
6571 | (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM) | |
6572 | (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM) | |
6573 | (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM) | |
6574 | (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM) | |
6575 | (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM) | |
6576 | (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM) | |
6577 | (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM) | |
6578 | (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM) | |
6579 | (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM) | |
6580 | (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM) | |
6581 | (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM) | |
6582 | (S390_V30_REGNUM, S390_V31_REGNUM): New macros. | |
6583 | (S390_NUM_REGS): Adjust value. | |
6584 | (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare. | |
6585 | (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64) | |
6586 | (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise. | |
6587 | * NEWS: Announce S/390 vector register support. | |
6588 | ||
446899e4 AA |
6589 | 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com> |
6590 | ||
6591 | * features/s390-tevx-linux64.xml: New file. | |
6592 | * features/s390-vx-linux64.xml: New file. | |
6593 | * features/s390-vx.xml: New file. | |
6594 | * features/s390x-tevx-linux64.xml: New file. | |
6595 | * features/s390x-vx-linux64.xml: New file. | |
6596 | * features/Makefile (WHICH): Add s390-vx-linux64, | |
6597 | s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64. | |
6598 | (s390-vx-linux64-expedite, s390-tevx-linux64-expedite) | |
6599 | (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New | |
6600 | macros. | |
6601 | * features/s390-tevx-linux64.c: New generated file. | |
6602 | * features/s390-vx-linux64.c: Likewise. | |
6603 | * features/s390x-tevx-linux64.c: Likewise. | |
6604 | * features/s390x-vx-linux64.c: Likewise. | |
6605 | * regformats/s390-tevx-linux64.dat: Likewise. | |
6606 | * regformats/s390-vx-linux64.dat: Likewise. | |
6607 | * regformats/s390x-tevx-linux64.dat: Likewise. | |
6608 | * regformats/s390x-vx-linux64.dat: Likewise. | |
6609 | ||
b7236fbe DE |
6610 | 2015-02-28 Doug Evans <xdje42@gmail.com> |
6611 | ||
6612 | * symtab.h (struct symtab) <next>: Fix comment. | |
6613 | ||
02e62830 SM |
6614 | 2015-02-27 Simon Marchi <simon.marchi@ericsson.com> |
6615 | ||
6616 | * python/python.c (python_GdbModuleDef): Rename GdbMethods to | |
6617 | python_GdbMethods. | |
6618 | ||
bf36a1e7 PA |
6619 | 2015-02-27 Pedro Alves <palves@redhat.com> |
6620 | ||
6621 | * dtrace-probe.c (dtrace_probe_ops): Make extern. | |
6622 | ||
ad6aff7d PA |
6623 | 2015-02-27 Pedro Alves <palves@redhat.com> |
6624 | ||
6625 | * common/common-exceptions.h (exception_none): Declare. | |
6626 | * common/common-exceptions.c (exception_none): Moved from | |
6627 | exceptions.c. | |
6628 | (exceptions_state_mc_init): Use exception_none. | |
6629 | * exceptions.c (exception_none): Move to | |
6630 | common/common-exceptions.c. | |
6631 | * exceptions.h (exception_none): Move to | |
6632 | common/common-exceptions.h. | |
6633 | ||
97c18565 PA |
6634 | 2015-02-27 Pedro Alves <palves@redhat.com> |
6635 | ||
6636 | * main.c (catch_command_errors, catch_command_errors_const): | |
6637 | Remove 'mask' argument. Adjust. | |
6638 | (captured_main): Adjust callers. | |
6639 | ||
e992c591 PA |
6640 | 2015-02-27 Pedro Alves <palves@redhat.com> |
6641 | ||
6642 | * python/python-internal.h: Include "extension-priv.h". | |
6643 | ||
64166036 PA |
6644 | 2015-02-27 Pedro Alves <palves@redhat.com> |
6645 | ||
6646 | * breakpoint.h (enum print_stop_action): Move further up in the | |
6647 | file. | |
6648 | ||
8a526fa6 PA |
6649 | 2015-02-27 Pedro Alves <palves@redhat.com> |
6650 | ||
6651 | * gdbarch.sh: Include regcache.h. | |
6652 | * gdbarch.h: Regenerate. | |
6653 | ||
0fa9c223 PA |
6654 | 2015-02-27 Pedro Alves <palves@redhat.com> |
6655 | ||
6656 | * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>: | |
6657 | Remove duplicate const. | |
6658 | * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove | |
6659 | duplicate const. | |
6660 | ||
7cf99fb1 PA |
6661 | 2015-02-27 Pedro Alves <palves@redhat.com> |
6662 | ||
6663 | * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST. | |
6664 | * guile/guile.c (extension_language_guile): Use EXPORTED_CONST. | |
6665 | * features/feature_to_c.sh: Tag the generated xml_builtin array | |
6666 | with extern const in C++ mode. | |
6667 | ||
1424c16e TT |
6668 | 2015-02-27 Tom Tromey <tromey@redhat.com> |
6669 | ||
6670 | * minidebug.c (struct lzma_stream): Rename to ... | |
6671 | (struct gdb_lzma_stream): ... this. | |
6672 | (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust. | |
6673 | ||
10367c7c PA |
6674 | 2015-02-27 Pedro Alves <palves@redhat.com> |
6675 | ||
6676 | * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New | |
6677 | function. | |
6678 | (mi_cmd_stack_list_locals, mi_cmd_stack_list_args) | |
6679 | (mi_cmd_stack_list_variables): Use it. | |
6680 | ||
4180215b PA |
6681 | 2015-02-27 Pedro Alves <palves@redhat.com> |
6682 | ||
6683 | * x86-linux-nat.c (u_debugreg_offset): New function. | |
6684 | (x86_linux_dr_get, x86_linux_dr_set): Use it. | |
6685 | ||
2f56f7c3 PA |
6686 | 2015-02-27 Pedro Alves <palves@redhat.com> |
6687 | ||
6688 | * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward | |
6689 | declaration. | |
6690 | Include break-common.h. | |
6691 | ||
570dc176 TT |
6692 | 2015-02-27 Tom Tromey <tromey@redhat.com> |
6693 | Pedro Alves <palves@redhat.com> | |
6694 | ||
6695 | * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for | |
6696 | local used to iterate over enums. | |
6697 | * completer.c (signal_completer): Likewise. | |
6698 | * i386-tdep.c (i386_stap_parse_special_token): Likewise. | |
6699 | * rs6000-tdep.c (powerpc_set_vector_abi): Likewise. | |
6700 | * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise. | |
6701 | * tui/tui-layout.c (next_layout, prev_layout): Likewise. | |
6702 | * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all) | |
6703 | (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise. | |
6704 | * tui-wingeneral.c (tui_refresh_all): Likewise. | |
6705 | ||
68c14faa PA |
6706 | 2015-02-27 Pedro Alves <palves@redhat.com> |
6707 | ||
6708 | * target.h: Include "infrun.h". | |
6709 | ||
749bab01 PA |
6710 | 2015-02-27 Pedro Alves <palves@redhat.com> |
6711 | ||
6712 | * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP. | |
6713 | ||
3c14e5a3 PA |
6714 | 2015-02-27 Pedro Alves <palves@redhat.com> |
6715 | ||
6716 | * common/agent.h (IPA_SYM_EXPORTED_NAME): New. | |
6717 | (IPA_SYM): Use it. | |
6718 | * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros. | |
6719 | ||
56000a98 PA |
6720 | 2015-02-27 Pedro Alves <palves@redhat.com> |
6721 | ||
6722 | * cli-out.c (_rl_erase_entire_line): Move declaration out of | |
6723 | cli_mld_erase_entire_line, and make it extern "C". | |
6724 | * common/common-defs.h (EXTERN_C): New. | |
6725 | * completer.c (_rl_completion_prefix_display_length) | |
6726 | (_rl_print_completions_horizontally, QSFUNC): Move declarations | |
6727 | out of gdb_display_match_list_1. | |
6728 | (_rl_qsort_string_compare): Move declaration out of | |
6729 | gdb_display_match_list_1, and make it extern "C". | |
6730 | * defs.h (re_comp): Use EXTERN_C. | |
6731 | * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper, | |
6732 | and make it extern "C". | |
6733 | (monstartup): Move declaration out of maintenance_set_profile_cmd, | |
6734 | and make it extern "C". | |
6735 | (main): Move declaration out of maintenance_set_profile_cmd. | |
6736 | * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use | |
6737 | EXTERN_C. | |
6738 | ||
bcabf420 PA |
6739 | 2015-02-27 Pedro Alves <palves@redhat.com> |
6740 | ||
6741 | * python/python.c (GdbMethods): Rename to ... | |
6742 | (python_GdbMethods): ... this and make extern. | |
6743 | (GdbModuleDef): Rename to ... | |
6744 | (python_GdbModuleDef): ... this and make extern. | |
6745 | ||
928dbe07 PA |
6746 | 2015-02-27 Pedro Alves <palves@redhat.com> |
6747 | ||
6748 | * record-btrace.c (set_record_btrace_cmdlist) | |
6749 | (show_record_btrace_cmdlist): Remove redefinitions. | |
6750 | ||
52059ffd TT |
6751 | 2015-02-27 Tom Tromey <tromey@redhat.com> |
6752 | Pedro Alves <palves@redhat.com> | |
6753 | ||
6754 | * dwarf2-frame.c (enum cfa_how_kind, struct | |
6755 | dwarf2_frame_state_reg_info): Move out of struct | |
6756 | dwarf2_frame_state. | |
6757 | * dwarf2read.c (struct tu_stats): Move out of struct | |
6758 | dwarf2_per_objfile. | |
6759 | (struct file_entry): Move out of struct line_header. | |
6760 | (struct nextfield, struct nextfnfield, struct fnfieldlist, struct | |
6761 | typedef_field_list): Move out of struct field_info. | |
6762 | * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data): | |
6763 | Move out of struct dynamic_prop. | |
6764 | (union type_owner, union field_location, struct field, struct | |
6765 | range_bounds, union type_specific): Move out of struct main_type. | |
6766 | (struct fn_fieldlist, struct fn_field, struct typedef_field) | |
6767 | (VOFFSET_STATIC): Move out of struct cplus_struct_type. | |
6768 | (struct call_site_target, union call_site_parameter_u, struct | |
6769 | call_site_parameter): Move out of struct call_site. | |
6770 | * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct | |
6771 | m32c_prologue. | |
6772 | (enum srcdest_kind): Move out of struct srcdest. | |
6773 | * main.c (enum cmdarg_kind): Move out of struct cmdarg. | |
6774 | * prologue-value.h (enum prologue_value_kind): Move out of struct | |
6775 | prologue_value. | |
6776 | * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct | |
6777 | gdbarch_tdep. | |
6778 | * stabsread.c (struct nextfield, struct next_fnfieldlist): Move | |
6779 | out of struct field_info. | |
6780 | * symfile.h (struct other_sections): Move out of struct | |
6781 | section_addr_info. | |
6782 | * symtab.c (struct symbol_cache_slot): Move out struct | |
6783 | block_symbol_cache. | |
6784 | * target-descriptions.c (enum tdesc_type_kind): Move out of | |
6785 | typedef struct tdesc_type. | |
6786 | * tui/tui-data.h (enum tui_line_or_address_kind): Move out of | |
6787 | struct tui_line_or_address. | |
6788 | * value.c (enum internalvar_kind, union internalvar_data): Move | |
6789 | out of struct internalvar. | |
6790 | * xtensa-tdep.h (struct ctype_cache): Move out of struct | |
6791 | gdbarch_tdep. | |
6792 | ||
fe978cb0 PA |
6793 | 2015-02-27 Tom Tromey <tromey@redhat.com> |
6794 | Pedro Alves <palves@redhat.com> | |
6795 | ||
6796 | Rename symbols whose names are reserved C++ keywords throughout. | |
6797 | ||
3bc3d82a PA |
6798 | 2015-02-27 Pedro Alves <palves@redhat.com> |
6799 | ||
6800 | * Makefile.in (COMPILER): New, get it from autoconf. | |
6801 | (COMPILE.pre, CC_LD): Use COMPILER. | |
6802 | (CXX): Get from autoconf instead. | |
6803 | (CXX_FOR_TARGET): Default to g++ instead of gcc. | |
6804 | * acinclude.m4: Include build-with-cxx.m4. | |
6805 | * build-with-cxx.m4: New file. | |
6806 | * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX. | |
6807 | Disable -Werror by default if building in C++ mode. | |
6808 | (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and | |
6809 | -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode. | |
6810 | Run supported-warning-flags tests with the C++ compiler. | |
6811 | Save/restore CXXFLAGS too. | |
6812 | * configure: Regenerate. | |
6813 | ||
07697489 PA |
6814 | 2015-02-27 Pedro Alves <palves@redhat.com> |
6815 | ||
6816 | * libiberty.m4: New file. | |
6817 | * acinclude.m4: Include libiberty.m4. | |
6818 | * configure.ac: Call libiberty_INIT. | |
6819 | * config.in, configure: Regenerate. | |
6820 | ||
60abeae4 AA |
6821 | 2015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com> |
6822 | ||
6823 | * s390-linux-tdep.c (s390_gcc_target_options): Not just handle | |
6824 | 31-bit targets, but 64-bit targets as well. | |
6825 | (s390_gnu_triplet_regexp): New function. | |
6826 | (s390_gdbarch_init): Set the gcc_target_options gdbarch method for | |
6827 | 64-bit targets as well. Set the gnu_triplet_regexp gdbarch | |
6828 | method. | |
6829 | ||
f44466fb | 6830 | 2015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch) |
f0666312 JT |
6831 | |
6832 | * windows-nat.c (CONTEXT_DEBUGGER): Remove. | |
6833 | (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags | |
6834 | from CONTEXT_DEBUGGER. | |
6835 | ||
0def5aaa DE |
6836 | 2015-02-26 Doug Evans <dje@google.com> |
6837 | ||
6838 | * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to | |
6839 | CHECK_TYPEDEF. | |
6840 | (set_type_vptr_fieldno): Ditto. | |
6841 | (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto. | |
6842 | * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto. | |
6843 | ||
77b64a49 PA |
6844 | 2015-02-26 Pedro Alves <palves@redhat.com> |
6845 | ||
6846 | * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF. | |
6847 | * complaints.c (vcomplaint): Pass argument FMT directly to | |
6848 | printf-like functions instead of complaint->fmt. | |
6849 | * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF. | |
6850 | * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF. | |
6851 | * compile/compile-loc2c.c (pushf, unary, binary): Add | |
6852 | ATTRIBUTE_PRINTF. | |
6853 | (do_compile_dwarf_expr_to_c): Pass string literal as format string | |
6854 | to pushf. | |
6855 | (BINARY): Pass string literal as format string to 'binary'. | |
6856 | * compile/compile-object-load.c (link_callbacks_einfo): Add | |
6857 | ATTRIBUTE_PRINTF. | |
6858 | * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF. | |
6859 | ||
532f44ed PA |
6860 | 2015-02-26 Pedro Alves <palves@redhat.com> |
6861 | ||
6862 | * windows-termcap.c: Rename to ... | |
6863 | * stub-termcap.c: ... this. Adjust header line. | |
6864 | * Makefile.in (SFILES): Refer to stub-termcap.c instead of | |
6865 | windows-termcap.c. | |
6866 | * configure: Regenerate. | |
6867 | * configure.ac: Refer to stub-termcap.o instead of | |
6868 | windows-termcap.o. | |
6869 | * gdb_curses.h: Mention stub-termcap.c instead of | |
6870 | windows-termcap.c. | |
6871 | ||
081a1c2c JK |
6872 | 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
6873 | ||
6874 | * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym) | |
6875 | (gcc_symbol_address): Call gnu_ifunc_resolve_addr. | |
6876 | ||
2f41223f AT |
6877 | 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com> |
6878 | ||
6879 | * gdb/infcmd.c (print_return_value): use type_to_string to print type. | |
6880 | ||
80c57053 JK |
6881 | 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
6882 | ||
6883 | * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for | |
6884 | bfd_canonicalize_symtab. | |
6885 | ||
cf424aef JB |
6886 | 2015-02-25 John Baldwin <jhb@FreeBSD.org> |
6887 | ||
6888 | * amd64fbsd-nat.c: Include sys/user.h. | |
6889 | (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl | |
6890 | instead of KERN_PS_STRINGS to locate the signal trampoline. | |
6891 | * i386fbsd-nat.c: Include sys/user.h. | |
6892 | (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl | |
6893 | instead of KERN_PS_STRINGS to locate the signal trampoline. | |
6894 | * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New. | |
6895 | (amd64fbsd_sigtramp_p): New. | |
6896 | (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No | |
6897 | longer set default values. | |
6898 | (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p". | |
6899 | * i386fbsd-tdep.c (i386fbsd_sigtramp_start) | |
6900 | (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end) | |
6901 | (i386fbsd_freebsd4_sigtramp_start) | |
6902 | (i386fbsd_freebsd4_sigtramp_middle) | |
6903 | (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start) | |
6904 | (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New. | |
6905 | (i386fbsd_sigtramp_p): New. | |
6906 | (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No | |
6907 | longer set default values. | |
6908 | (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p". | |
6909 | ||
c5cb74ee JB |
6910 | 2015-02-25 John Baldwin <jhb@freebsd.org> |
6911 | ||
6912 | * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use | |
6913 | get_frame_register instead of frame_unwind_register_unsigned. | |
6914 | ||
17487d85 JK |
6915 | 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
6916 | ||
6917 | PR build/18033 | |
6918 | * compile/compile-c-support.c (c_compute_program): Change // comment. | |
6919 | * compile/compile-object-load.c (setup_sections): Change // comment. | |
6920 | ||
9357a9e6 JB |
6921 | 2015-02-26 Joel Brobecker <brobecker@adacore.com> |
6922 | ||
6923 | PR build/18033: | |
6924 | * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment. | |
6925 | ||
1f10ba14 PA |
6926 | 2015-02-23 Pedro Alves <palves@redhat.com> |
6927 | ||
6928 | * remote.c (skip_to_semicolon): New function. | |
6929 | (remote_parse_stop_reply) <T stop reply>: Use it. Don't | |
6930 | special case the stop reasons that look like hex numbers | |
6931 | upfront. Instead handle real register numbers after matching | |
6932 | all the known stop reasons. | |
6933 | ||
96553a0c DE |
6934 | 2015-02-21 Doug Evans <dje@google.com> |
6935 | ||
6936 | PR c++/17976, symtab/17821 | |
6937 | * cp-namespace.c (cp_search_static_and_baseclasses): New parameter | |
6938 | is_in_anonymous. All callers updated. | |
6939 | (find_symbol_in_baseclass): Ditto. | |
6940 | (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks | |
6941 | for symbols in an anonymous namespace. | |
6942 | * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch | |
6943 | DW_AT_name directly. | |
6944 | (dwarf2_name): Convert missing namespace name to | |
6945 | CP_ANONYMOUS_NAMESPACE_STR. | |
6946 | ||
2db9a427 PA |
6947 | 2015-02-20 Pedro Alves <palves@redhat.com> |
6948 | ||
6949 | * linux-nat.c (linux_handle_extended_wait): Call | |
6950 | thread_db_notice_clone whenever a new clone LWP is detected. | |
6951 | (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New | |
6952 | functions. | |
6953 | * linux-nat.h (thread_db_attach_lwp): Delete declaration. | |
6954 | (thread_db_notice_clone, linux_stop_and_wait_all_lwps) | |
6955 | (linux_unstop_all_lwps): Declare. | |
6956 | * linux-thread-db.c (struct thread_get_info_inout): Delete. | |
6957 | (thread_get_info_callback): Delete. | |
6958 | (thread_from_lwp): Use td_thr_get_info and record_thread. | |
6959 | (thread_db_attach_lwp): Delete. | |
6960 | (thread_db_notice_clone): New function. | |
6961 | (try_thread_db_load_1): If /proc is mounted and shows the | |
6962 | process'es task list, walk over all LWPs and call thread_from_lwp | |
6963 | instead of relying on td_ta_thr_iter. | |
6964 | (attach_thread): Don't call check_thread_signals here. Split the | |
6965 | tail part of the function (which adds the thread to the core GDB | |
6966 | thread list) to ... | |
6967 | (record_thread): ... this function. Call check_thread_signals | |
6968 | here. | |
6969 | (thread_db_wait): Don't call thread_db_find_new_threads_1. Always | |
6970 | call thread_from_lwp. | |
6971 | (thread_db_update_thread_list): Rename to ... | |
6972 | (thread_db_update_thread_list_org): ... this. | |
6973 | (thread_db_update_thread_list): New function. | |
6974 | (thread_db_find_thread_from_tid): Delete. | |
6975 | (thread_db_get_ada_task_ptid): Simplify. | |
6976 | * nat/linux-procfs.c: Include <sys/stat.h>. | |
6977 | (linux_proc_task_list_dir_exists): New function. | |
6978 | * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare. | |
6979 | ||
3b27ef47 PA |
6980 | 2015-02-20 Pedro Alves <palves@redhat.com> |
6981 | ||
6982 | * linux-nat.c (lin_lwp_attach_lwp): No longer special case the | |
6983 | main LWP. Handle the case of waitpid returning 0 if we're already | |
6984 | attached to the LWP. Don't set the LWP's last_resume_kind to | |
6985 | resume_stop if we already knew about the LWP. | |
6986 | (linux_nat_filter_event): Add debug logs. | |
6987 | ||
1cc28231 PA |
6988 | 2015-02-20 Pedro Alves <palves@redhat.com> |
6989 | ||
6990 | * target.h (forward_target_decr_pc_after_break): Delete | |
6991 | declaration. | |
6992 | ||
5c5019c2 PA |
6993 | 2015-02-20 Pedro Alves <palves@redhat.com> |
6994 | ||
6995 | PR threads/18006 | |
6996 | * linux-thread-db.c (thread_get_info_callback): Return early if | |
6997 | the thread's lwp id is -1. | |
6998 | ||
f3978e91 JB |
6999 | 2015-02-20 Joel Brobecker <brobecker@adacore.com> |
7000 | ||
7001 | GDB 7.9 released. | |
7002 | ||
ffdf88ec SE |
7003 | 2015-02-19 Steve Ellcey <sellcey@imgtec.com> |
7004 | ||
7005 | * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr. | |
7006 | (dtrace_get_probes) Change type of variable 'dof'. | |
7007 | ||
c9587f88 AT |
7008 | 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com> |
7009 | ||
7010 | PR breakpoints/16812 | |
7011 | * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV. | |
7012 | * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add. | |
7013 | * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint. | |
7014 | ||
53cf2ee0 DT |
7015 | 2015-02-19 David Taylor <dtaylor@emc.com> |
7016 | ||
7017 | * common/ax.def (setv): Fix consumed entry in setv DEFOP. | |
7018 | ||
acfe0940 PP |
7019 | 2015-02-18 Patrick Palka <patrick@parcs.ath.cx> |
7020 | ||
7021 | * tui/tui-io.c (tui_handle_resize_during_io): Remove this | |
7022 | function. | |
7023 | (tui_putc): Don't call tui_handle_resize_during_io. | |
7024 | (tui_getc): Likewise. | |
7025 | (tui_mld_getc): Likewise. | |
7026 | * tui/tui-win.c: Include event-loop.h and tui/tui-io.h. | |
7027 | (tui_sigwinch_token): New static variable. | |
7028 | (tui_initialize_win): Adjust documentation. Set | |
7029 | tui_sigwinch_token. | |
7030 | (tui_async_resize_screen): New asynchronous callback. | |
7031 | (tui_sigwinch_handler): Adjust documentation. Asynchronously | |
7032 | invoke tui_async_resize_screen. | |
7033 | ||
f6a88844 JM |
7034 | 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com> |
7035 | ||
7036 | * configure: Regenerated. | |
7037 | * configure.ac: Use GDB_AC_TRANSFORM. | |
7038 | * Makefile.in (aclocal_m4_deps): Added transform.m4. | |
7039 | * acinclude.m4: sinclude transform.m4. | |
7040 | * transform.m4: New file. | |
7041 | (GDB_AC_TRANSFORM): New macro. | |
7042 | ||
b05e3b0d JM |
7043 | 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
7044 | ||
7045 | * NEWS: Announce the support for DTrace SDT probes. | |
7046 | ||
c3e3045e JM |
7047 | 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
7048 | ||
7049 | * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h". | |
7050 | (amd64_dtrace_parse_probe_argument): New function. | |
7051 | (amd64_dtrace_probe_is_enabled): Likewise. | |
7052 | (amd64_dtrace_enable_probe): Likewise. | |
7053 | (amd64_dtrace_disable_probe): Likewise. | |
7054 | (amd64_linux_init_abi): Register the | |
7055 | `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe', | |
7056 | `gdbarch_dtrace_disable_probe' and | |
7057 | `gdbarch_dtrace_probe_is_enabled' hooks. | |
7058 | (amd64_dtrace_disabled_probe_sequence_1): New constant. | |
7059 | (amd64_dtrace_disabled_probe_sequence_2): Likewise. | |
7060 | (amd64_dtrace_enable_probe_sequence): Likewise. | |
7061 | (amd64_dtrace_disable_probe_sequence): Likewise. | |
7062 | ||
d4777acb JM |
7063 | 2015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
7064 | ||
7065 | * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention | |
7066 | the -probe-dtrace new vpossible value for PROBE_MODIFIER. | |
7067 | * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can | |
7068 | handle ELF files. | |
7069 | * Makefile.in (SFILES): dtrace-probe.c added. | |
7070 | * configure: Regenerate. | |
7071 | * dtrace-probe.c: New file. | |
7072 | (SHT_SUNW_dof): New constant. | |
7073 | (dtrace_probe_type): New enum. | |
7074 | (dtrace_probe_arg): New struct. | |
7075 | (dtrace_probe_arg_s): New typedef. | |
7076 | (struct dtrace_probe_enabler): New struct. | |
7077 | (dtrace_probe_enabler_s): New typedef. | |
7078 | (dtrace_probe): New struct. | |
7079 | (dtrace_probe_is_linespec): New function. | |
7080 | (dtrace_dof_sect_type): New enum. | |
7081 | (dtrace_dof_dofh_ident): Likewise. | |
7082 | (dtrace_dof_encoding): Likewise. | |
7083 | (DTRACE_DOF_ENCODE_LSB): Likewise. | |
7084 | (DTRACE_DOF_ENCODE_MSB): Likewise. | |
7085 | (dtrace_dof_hdr): New struct. | |
7086 | (dtrace_dof_sect): Likewise. | |
7087 | (dtrace_dof_provider): Likewise. | |
7088 | (dtrace_dof_probe): Likewise. | |
7089 | (DOF_UINT): New macro. | |
7090 | (DTRACE_DOF_PTR): Likewise. | |
7091 | (DTRACE_DOF_SECT): Likewise. | |
7092 | (dtrace_process_dof_probe): New function. | |
7093 | (dtrace_process_dof): Likewise. | |
7094 | (dtrace_build_arg_exprs): Likewise. | |
7095 | (dtrace_get_arg): Likewise. | |
7096 | (dtrace_get_probes): Likewise. | |
7097 | (dtrace_get_probe_argument_count): Likewise. | |
7098 | (dtrace_can_evaluate_probe_arguments): Likewise. | |
7099 | (dtrace_evaluate_probe_argument): Likewise. | |
7100 | (dtrace_compile_to_ax): Likewise. | |
7101 | (dtrace_probe_destroy): Likewise. | |
7102 | (dtrace_gen_info_probes_table_header): Likewise. | |
7103 | (dtrace_gen_info_probes_table_values): Likewise. | |
7104 | (dtrace_probe_is_enabled): Likewise. | |
7105 | (dtrace_probe_ops): New variable. | |
7106 | (info_probes_dtrace_command): New function. | |
7107 | (_initialize_dtrace_probe): Likewise. | |
7108 | (dtrace_type_name): Likewise. | |
7109 | ||
8b367e17 JM |
7110 | 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
7111 | ||
7112 | * gdbarch.sh (dtrace_parse_probe_argument): New. | |
7113 | (dtrace_probe_is_enabled): Likewise. | |
7114 | (dtrace_enable_probe): Likewise. | |
7115 | (dtrace_disable_probe): Likewise. | |
7116 | * gdbarch.c: Regenerate. | |
7117 | * gdbarch.h: Regenerate. | |
7118 | ||
9aca2ff8 JM |
7119 | 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
7120 | ||
7121 | * stap-probe.c (stap_probe_ops): Add NULLs in the static | |
7122 | stap_probe_ops for `enable_probe' and `disable_probe'. | |
7123 | * probe.c (enable_probes_command): New function. | |
7124 | (disable_probes_command): Likewise. | |
7125 | (_initialize_probe): Define the cli commands `enable probe' and | |
7126 | `disable probe'. | |
7127 | (parse_probe_linespec): New function. | |
7128 | (info_probes_for_ops): Use parse_probe_linespec. | |
7129 | * probe.h (probe_ops): New hooks `enable_probe' and | |
7130 | `disable_probe'. | |
7131 | ||
03e98035 JM |
7132 | 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
7133 | ||
7134 | * probe.c (compute_probe_arg): Moved from stap-probe.c | |
7135 | (compile_probe_arg): Likewise. | |
7136 | (probe_funcs): Likewise. | |
7137 | * stap-probe.c (compute_probe_arg): Moved to probe.c. | |
7138 | (compile_probe_arg): Likewise. | |
7139 | (probe_funcs): Likewise. | |
7140 | ||
6f9b8491 JM |
7141 | 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
7142 | ||
7143 | * probe.c (print_ui_out_not_applicables): New function. | |
7144 | (exists_probe_with_pops): Likewise. | |
7145 | (info_probes_for_ops): Do not include column headers for probe | |
7146 | types for which no probe has been actually found on any object. | |
7147 | Also invoke `print_ui_out_not_applicables' in order to match the | |
7148 | column rows with the header when probes of several types are | |
7149 | listed. | |
7150 | Print the "Type" column. | |
7151 | * probe.h (probe_ops): Added a new probe operation `type_name'. | |
7152 | * stap-probe.c (stap_probe_ops): Add `stap_type_name'. | |
7153 | (stap_type_name): New function. | |
7154 | ||
69efdff1 PP |
7155 | 2015-02-17 Patrick Palka <patrick@parcs.ath.cx> |
7156 | ||
7157 | * tui/tui-io.c (tui_getc): Don't call key_is_command_char. | |
7158 | (key_is_command_char): Delete. | |
7159 | ||
f8e5e23e PA |
7160 | 2015-02-17 Pedro Alves <palves@redhat.com> |
7161 | ||
7162 | * tui/tui.c (tui_enable): Resize windows before anything | |
7163 | might show a window. | |
7164 | ||
9f2e0721 MO |
7165 | 2015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com> |
7166 | ||
7167 | PR gdb/17984 | |
7168 | * aarch64-linux-nat.c: Don't include features/aarch64.c anymore. | |
7169 | (aarch64_linux_read_description): Remove initialize_tdesc_aarch64 | |
7170 | call. | |
7171 | * aarch64-tdep.h (tdesc_aarch64): Declare. | |
7172 | ||
171e6b1c MW |
7173 | 2015-02-12 Mark Wielaard <mjw@redhat.com> |
7174 | ||
7175 | * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false". | |
7176 | ||
d5ff0482 DE |
7177 | 2015-02-13 Doug Evans <dje@google.com> |
7178 | ||
7179 | * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter | |
7180 | anonymous_namespace to is_in_anonymous for consistency with the rest | |
7181 | of the file. | |
7182 | (cp_lookup_bare_symbol): Fix typo in comment. | |
7183 | (cp_search_static_and_baseclasses): Ditto. | |
7184 | (search_symbol_list): Use vertical space in comment better. | |
7185 | (reset_directive_searched): Ditto. Fix typo. | |
7186 | (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter. | |
7187 | ||
9f04ac5f YQ |
7188 | 2015-02-13 Yao Qi <yao.qi@arm.com> |
7189 | ||
7190 | * MAINTAINERS: Update my email address. | |
7191 | ||
013d0319 DE |
7192 | 2015-02-12 Doug Evans <dje@google.com> |
7193 | ||
b615dd20 | 7194 | * symtab.c (completion_list_add_name): Fix memory leak. |
013d0319 | 7195 | |
9a7e538e DE |
7196 | 2015-02-12 Doug Evans <dje@google.com> |
7197 | ||
7198 | * completer.c (complete_line): Remove incorrect comment. | |
7199 | ||
e1fcd575 JK |
7200 | 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
7201 | ||
7202 | * python/py-framefilter.c (py_print_single_arg, enumerate_locals) | |
7203 | (py_print_frame): Use RETURN_MASK_ERROR. | |
7204 | ||
b99bf4e3 JK |
7205 | 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
7206 | ||
7207 | * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in | |
7208 | function comment. Wrap all function that can throw in cleanups. | |
7209 | (gdbpy_apply_frame_filter): Wrap all function that can throw in | |
7210 | cleanups. | |
7211 | ||
800eb1ce JK |
7212 | 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
7213 | ||
7214 | * python/py-framefilter.c (py_print_frame): Substitute goto error. | |
7215 | Remove the error label. | |
7216 | ||
34019068 JK |
7217 | 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
7218 | ||
7219 | * python/py-framefilter.c (py_print_frame): Put conditional code paths | |
7220 | with goto first, indent the former else codepath left. Put variable | |
7221 | 'elided' to a new inner block. | |
7222 | ||
8d4a54e2 JK |
7223 | 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
7224 | ||
7225 | * python/py-framefilter.c (py_print_frame): Whitespacing fixes. | |
7226 | ||
18ad82c1 PA |
7227 | 2015-02-11 Pedro Alves <palves@redhat.com> |
7228 | ||
7229 | * xcoffread.c (within_function): Delete. | |
7230 | ||
e36122e9 TT |
7231 | 2015-02-11 Tom Tromey <tromey@redhat.com> |
7232 | Pedro Alves <palves@redhat.com> | |
7233 | ||
7234 | * breakpoint.c (base_breakpoint_ops): Delete. | |
7235 | * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern. | |
7236 | * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern. | |
7237 | * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern. | |
7238 | * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern. | |
7239 | * python/py-arch.c (arch_object_type): Make extern. | |
7240 | * python/py-block.c (block_syms_iterator_object_type): Make extern. | |
7241 | * python/py-bpevent.c (breakpoint_event_object_type): Make extern. | |
7242 | * python/py-cmd.c (cmdpy_object_type): Make extern. | |
7243 | * python/py-continueevent.c (continue_event_object_type) | |
7244 | * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual' | |
7245 | parameter. Update all callers. | |
7246 | * python/py-evtregistry.c (eventregistry_object_type): Make extern. | |
7247 | * python/py-exitedevent.c (exited_event_object_type): Make extern. | |
7248 | * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern. | |
7249 | * python/py-function.c (fnpy_object_type): Make extern. | |
7250 | * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern. | |
7251 | * python/py-infevents.c (call_pre_event_object_type) | |
7252 | (inferior_call_post_event_object_type). | |
7253 | (memory_changed_event_object_type): Make extern. | |
7254 | * python/py-infthread.c (thread_object_type): Make extern. | |
7255 | * python/py-lazy-string.c (lazy_string_object_type): Make extern. | |
7256 | * python/py-linetable.c (linetable_entry_object_type) | |
7257 | (linetable_object_type, ltpy_iterator_object_type): Make extern. | |
7258 | * python/py-newobjfileevent.c (new_objfile_event_object_type) | |
7259 | (clear_objfiles_event_object_type): Make extern. | |
7260 | * python/py-objfile.c (objfile_object_type): Make extern. | |
7261 | * python/py-param.c (parmpy_object_type): Make extern. | |
7262 | * python/py-progspace.c (pspace_object_type): Make extern. | |
7263 | * python/py-signalevent.c (signal_event_object_type): Make extern. | |
7264 | * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern. | |
7265 | * python/py-type.c (type_object_type, field_object_type) | |
7266 | (type_iterator_object_type): Make extern. | |
7267 | * python/python.c (python_extension_script_ops) | |
7268 | (python_extension_ops): Make extern. | |
7269 | * stap-probe.c (stap_probe_ops): Make extern. | |
7270 | ||
0703599a PA |
7271 | 2015-02-11 Pedro Alves <pedro@codesourcery.com> |
7272 | ||
7273 | * infrun.c (adjust_pc_after_break): Don't adjust the PC just | |
7274 | because the event thread is not the current thread. | |
7275 | ||
eaaf76ab DE |
7276 | 2015-02-11 Doug Evans <xdje42@gmail.com> |
7277 | ||
7278 | * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't | |
7279 | been initialized yet, return NULL. | |
7280 | ||
e7d52ed3 DE |
7281 | 2015-02-11 Doug Evans <dje@google.com> |
7282 | ||
7283 | * symfile.h (new_symfile_objfile): Delete. | |
7284 | * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile. | |
7285 | All callers updated. | |
7286 | ||
fc6b1256 PP |
7287 | 2015-02-11 Patrick Palka <patrick@parcs.ath.cx> |
7288 | ||
7289 | * tui/tui-io.c (tui_handle_resize_during_io): Call | |
7290 | tui_update_gdb_sizes() after resizing the screen. | |
7291 | * tui/tui.c (tui_enable): Resize the terminal before | |
7292 | calling tui_update_gdb_sizes(). | |
7293 | ||
d9080678 PP |
7294 | 2015-02-11 Patrick Palka <patrick@parcs.ath.cx> |
7295 | ||
7296 | * tui/tui-io.c (tui_getc): Move cursor to the end of the command | |
7297 | line before printing a newline. | |
7298 | ||
9f615e3a MW |
7299 | 2015-02-11 Mark Wielaard <mjw@redhat.com> |
7300 | ||
7301 | * utils.c (producer_is_gcc): Return true or false. | |
7302 | ||
d9080678 | 7303 | 2015-02-10 Mark Wielaard <mjw@redhat.com> |
b1ffba5a MW |
7304 | |
7305 | * utils.h (producer_is_gcc): Change return type to bool. Add major | |
7306 | argument. | |
7307 | * utils.c (producer_is_gcc): Likewise. | |
7308 | (producer_is_gcc_ge_4): Adjust producer_is_gcc call. | |
7309 | * dwarf2read.c (check_producer): Likewise. | |
7310 | ||
b052c4fb PA |
7311 | 2015-02-10 Pedro Alves <palves@redhat.com> |
7312 | ||
7313 | * infrun.c (displaced_step_fixup): Switch to the event thread | |
7314 | before calling gdbarch_displaced_step_fixup. | |
7315 | ||
3ac240d4 AT |
7316 | 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com> |
7317 | ||
7318 | * MAINTAINERS (Write After Approval): Add Antoine Tremblay. | |
7319 | ||
c1cc6152 SM |
7320 | 2015-02-10 Simon Marchi <simon.marchi@ericsson.com> |
7321 | ||
7322 | * ada-varobj.c (ada_name_of_child): Constify parent. | |
7323 | (ada_path_expr_of_child): Same. | |
7324 | (ada_value_of_child): Same. | |
7325 | (ada_type_of_child): Same. | |
7326 | * c-varobj.c (c_is_path_expr_parent): Same. | |
7327 | (c_describe_child): Same. | |
7328 | (c_name_of_child): Same. | |
7329 | (c_value_of_child): Same. | |
7330 | (c_type_of_child): Same. | |
7331 | (cplus_number_of_children): Same. | |
7332 | (cplus_describe_child): Constify var. | |
7333 | (cplus_name_of_child): Constify parent. | |
7334 | (cplus_value_of_child): Same. | |
7335 | (cplus_type_of_child): Same. | |
7336 | * jv-varobj.c (java_name_of_child): Same. | |
7337 | (java_value_of_child): Same. | |
7338 | (java_type_of_child): Same. | |
7339 | * varobj.c (value_of_child): Same. | |
7340 | (varobj_default_is_path_expr_parent): Constify var, parent and return | |
7341 | value. | |
7342 | (varobj_get_path_expr): Constify var, modify path_expr through | |
7343 | mutable_var. | |
7344 | (install_new_value): Constify parent. | |
7345 | (value_of_child): Constify parent. | |
7346 | * varobj.h (struct varobj): Constify parent. | |
7347 | (struct lang_varobj_ops): Constify name_of_child, value_of_child and | |
7348 | type_of_child. | |
7349 | (varobj_get_path_expr): Constify var. | |
7350 | (varobj_get_path_expr_parent): Constify var and return value. | |
7351 | ||
c1ee9414 LM |
7352 | 2015-02-10 Luis Machado <lgustavo@codesourcery.com> |
7353 | ||
7354 | * arm-tdep.c (arm_prologue_unwind_stop_reason): New function. | |
7355 | (arm_prologue_this_id): Move PC and SP limit checks to | |
7356 | arm_prologue_unwind_stop_reason. | |
7357 | (arm_prologue_unwind) <stop_reason> : Set to | |
7358 | arm_prologue_unwind_stop_reason. | |
7359 | ||
f7de9aab MW |
7360 | 2015-02-09 Mark Wielaard <mjw@redhat.com> |
7361 | ||
7362 | * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and | |
7363 | DW_LANG_Fortran08 as language_fortran. | |
7364 | ||
0b24eb2d SDJ |
7365 | 2015-02-09 Sergio Durigan Junior <sergiodj@redhat.com> |
7366 | ||
7367 | PR remote/17946 | |
7368 | * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison | |
7369 | of pointer against char. | |
7370 | ||
a2c2acaf MW |
7371 | 2015-02-09 Mark Wielaard <mjw@redhat.com> |
7372 | ||
7373 | * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'. | |
7374 | (c_type_print_modifier): Likewise. | |
7375 | * dwarf2read.c (read_tag_atomic_type): New function. | |
7376 | (read_type_die_1): Handle DW_TAG_atomic_type. | |
7377 | * gdbtypes.c (make_atomic_type): New function. | |
7378 | (recursive_dump_type): Handle TYPE_ATOMIC. | |
7379 | * gdbtypes.h (enum type_flag_values): Renumber. | |
7380 | (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC. | |
7381 | (TYPE_ATOMIC): New macro. | |
7382 | (make_atomic_type): Declare. | |
7383 | ||
31fd9caa MM |
7384 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
7385 | ||
7386 | * btrace.c (ftrace_find_call): Skip gaps. | |
7387 | (ftrace_new_function): Initialize level. | |
7388 | (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return) | |
7389 | (ftrace_new_switch): Update | |
7390 | level computation. | |
7391 | (ftrace_new_gap): New. | |
7392 | (ftrace_update_function): Create new function after gap. | |
7393 | (btrace_compute_ftrace_bts): Create gap on error. | |
7394 | (btrace_stitch_bts): Update parameters. Clear trace if it | |
7395 | becomes empty. | |
7396 | (btrace_stitch_trace): Update parameters. Update callers. | |
7397 | (btrace_clear): Reset the number of gaps. | |
7398 | (btrace_insn_get): Return NULL if the iterator points to a gap. | |
7399 | (btrace_insn_number): Return zero if the iterator points to a gap. | |
7400 | (btrace_insn_end): Allow gaps at the end. | |
7401 | (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps. | |
7402 | (btrace_find_insn_by_number): Assert that the found iterator does | |
7403 | not point to a gap. | |
7404 | (btrace_call_next, btrace_call_prev): Assert that the last function | |
7405 | is not a gap. | |
7406 | * btrace.h (btrace_bts_error): New. | |
7407 | (btrace_function): Update comment. | |
7408 | (btrace_function) <insn, insn_offset, number>: Update comment. | |
7409 | (btrace_function) <errcode>: New. | |
7410 | (btrace_thread_info) <ngaps>: New. | |
7411 | (btrace_thread_info) <replay>: Update comment. | |
7412 | (btrace_insn_get): Update comment. | |
7413 | * record-btrace.c (btrace_ui_out_decode_error): New. | |
7414 | (record_btrace_info): Print number of gaps. | |
7415 | (btrace_insn_history, btrace_call_history): Call | |
7416 | btrace_ui_out_decode_error for gaps. | |
7417 | (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps. | |
7418 | ||
afb778a2 MM |
7419 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
7420 | ||
7421 | * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New. | |
7422 | * nat/linux-btrace.c: (btrace_this_cpu): New. | |
7423 | (cpu_supports_bts): Call btrace_this_cpu. | |
7424 | (intel_supports_bts): Add cpu parameter. | |
7425 | ||
7d5c24b3 MM |
7426 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
7427 | ||
7428 | * btrace.h (btrace_insn_class): New. | |
7429 | (btrace_insn) <size, iclass>: New. | |
7430 | * btrace.c (ftrace_find_call): Update parameters. Update users. | |
7431 | Use instruction classification. | |
7432 | (ftrace_new_return): Update parameters. Update users. | |
7433 | (ftrace_update_function): Update parameters. Update users. Use | |
7434 | instruction classification. | |
7435 | (ftrace_update_insns): Update parameters. Update users. | |
7436 | (ftrace_classify_insn): New. | |
7437 | (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add | |
7438 | TRY_CATCH around call to gdb_insn_length. | |
7439 | ||
76235df1 MM |
7440 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
7441 | ||
7442 | * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace): | |
7443 | Update parameters. Update users. | |
7444 | ||
d33501a5 MM |
7445 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
7446 | ||
7447 | * btrace.c (parse_xml_btrace_conf_bts): Add size. | |
7448 | (btrace_conf_bts_attributes): New. | |
7449 | (btrace_conf_children): Add attributes. | |
7450 | * common/btrace-common.h (btrace_config_bts): New. | |
7451 | (btrace_config)<bts>: New. | |
7452 | (btrace_config): Update comment. | |
7453 | * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts): | |
7454 | Use config. | |
7455 | * features/btrace-conf.dtd: Increment version. Add size | |
7456 | attribute to bts element. | |
7457 | * record-btrace.c (set_record_btrace_bts_cmdlist, | |
7458 | show_record_btrace_bts_cmdlist): New. | |
7459 | (record_btrace_adjust_size, record_btrace_print_bts_conf, | |
7460 | record_btrace_print_conf, cmd_set_record_btrace_bts, | |
7461 | cmd_show_record_btrace_bts): New. | |
7462 | (record_btrace_info): Call record_btrace_print_conf. | |
7463 | (_initialize_record_btrace): Add commands. | |
7464 | * remote.c: Add PACKET_Qbtrace_conf_bts_size enum. | |
7465 | (remote_protocol_features): Add Qbtrace-conf:bts:size packet. | |
7466 | (btrace_sync_conf): Synchronize bts size. | |
7467 | (_initialize_remote): Add Qbtrace-conf:bts:size packet. | |
7468 | * NEWS: Announce new commands and new packets. | |
7469 | ||
f4abbc16 MM |
7470 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
7471 | ||
7472 | * Makefile.in (XMLFILES): Add btrace-conf.dtd. | |
7473 | * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters. | |
7474 | (x86_linux_btrace_conf): New. | |
7475 | (x86_linux_create_target): Initialize to_btrace_conf. | |
7476 | * nat/linux-btrace.c (linux_enable_btrace): Update parameters. | |
7477 | Check format. Split into this and ... | |
7478 | (linux_enable_bts): ... this. | |
7479 | (linux_btrace_conf): New. | |
7480 | (perf_event_skip_record): Renamed into ... | |
7481 | (perf_event_skip_bts_record): ... this. Updated users. | |
7482 | (linux_disable_btrace): Split into this and ... | |
7483 | (linux_disable_bts): ... this. | |
7484 | (linux_read_btrace): Check format. | |
7485 | * nat/linux-btrace.h (linux_enable_btrace): Update parameters. | |
7486 | (linux_btrace_conf): New. | |
7487 | (btrace_target_info)<ptid>: Moved. | |
7488 | (btrace_target_info)<conf>: New. | |
7489 | (btrace_target_info): Split into this and ... | |
7490 | (btrace_tinfo_bts): ... this. Updated users. | |
7491 | * btrace.c (btrace_enable): Update parameters. | |
7492 | (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf) | |
7493 | (btrace_conf_children, btrace_conf_attributes) | |
7494 | (btrace_conf_elements): New. | |
7495 | * btrace.h (btrace_enable): Update parameters. | |
7496 | (btrace_conf, parse_xml_btrace_conf): New. | |
7497 | * common/btrace-common.h (btrace_config): New. | |
7498 | * feature/btrace-conf.dtd: New. | |
7499 | * record-btrace.c (record_btrace_conf): New. | |
7500 | (record_btrace_cmdlist): New. | |
7501 | (record_btrace_enable_warn, record_btrace_open): Pass | |
7502 | &record_btrace_conf. | |
7503 | (record_btrace_info): Print recording format. | |
7504 | (cmd_record_btrace_bts_start): New. | |
7505 | (cmd_record_btrace_start): Call cmd_record_btrace_bts_start. | |
7506 | (_initialize_record_btrace): Add "record btrace bts" subcommand. | |
7507 | Add "record bts" alias command. | |
7508 | * remote.c (remote_state)<btrace_config>: New. | |
7509 | (remote_btrace_reset, PACKET_qXfer_btrace_conf): New. | |
7510 | (remote_protocol_features): Add qXfer:btrace-conf:read. | |
7511 | (remote_open_1): Call remote_btrace_reset. | |
7512 | (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF. | |
7513 | (btrace_target_info)<conf>: New. | |
7514 | (btrace_sync_conf, btrace_read_config): New. | |
7515 | (remote_enable_btrace): Update parameters. Call btrace_sync_conf and | |
7516 | btrace_read_conf. | |
7517 | (remote_btrace_conf): New. | |
7518 | (init_remote_ops): Initialize to_btrace_conf. | |
7519 | (_initialize_remote): Add qXfer:btrace-conf packet. | |
7520 | * target.c (target_enable_btrace): Update parameters. | |
7521 | (target_btrace_conf): New. | |
7522 | * target.h (target_enable_btrace): Update parameters. | |
7523 | (target_btrace_conf): New. | |
7524 | (target_object)<TARGET_OBJECT_BTRACE_CONF>: New. | |
7525 | (target_ops)<to_enable_btrace>: Update parameters and comment. | |
7526 | (target_ops)<to_btrace_conf>: New. | |
7527 | * target-delegates: Regenerate. | |
7528 | * target-debug.h (target_debug_print_const_struct_btrace_config_p) | |
7529 | (target_debug_print_const_struct_btrace_target_info_p): New. | |
7530 | * NEWS: Announce new command and new packet. | |
7531 | ||
aadf7753 MM |
7532 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
7533 | ||
7534 | * nat/linux-btrace.h (perf_event_buffer): New. | |
7535 | (btrace_target_info) <buffer, size, data_head>: Replace with ... | |
7536 | <bts>: ... this. | |
7537 | * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size) | |
7538 | (perf_event_buffer_size, perf_event_buffer_begin) | |
7539 | (perf_event_buffer_end, linux_btrace_has_changed): Removed. | |
7540 | Updated users. | |
7541 | (perf_event_new_data): New. | |
7542 | ||
043c3577 MM |
7543 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
7544 | ||
7545 | * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS. | |
7546 | * record-btrace.c (record_btrace_open): Remove call to | |
7547 | target_supports_btrace. | |
7548 | * remote.c (remote_supports_btrace): Update parameters. | |
7549 | * target.c (target_supports_btrace): Update parameters. | |
7550 | * target.h (to_supports_btrace, target_supports_btrace): Update | |
7551 | parameters. | |
7552 | * target-delegates.c: Regenerate. | |
7553 | * target-debug.h (target_debug_print_enum_btrace_format): New. | |
7554 | * nat/linux-btrace.c | |
7555 | (kernel_supports_btrace): Rename into ... | |
7556 | (kernel_supports_bts): ... this. Update users. Update warning text. | |
7557 | (intel_supports_btrace): Rename into ... | |
7558 | (intel_supports_bts): ... this. Update users. | |
7559 | (cpu_supports_btrace): Rename into ... | |
7560 | (cpu_supports_bts): ... this. Update users. | |
7561 | (linux_supports_btrace): Update parameters. Split into this and ... | |
7562 | (linux_supports_bts): ... this. | |
7563 | * nat/linux-btrace.h (linux_supports_btrace): Update parameters. | |
7564 | ||
734b0e4b MM |
7565 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
7566 | ||
7567 | * Makefile.in (SFILES): Add common/btrace-common.c. | |
7568 | (COMMON_OBS): Add common/btrace-common.o. | |
7569 | (btrace-common.o): Add build rules. | |
7570 | * btrace.c (parse_xml_btrace): Update parameters. | |
7571 | (parse_xml_btrace_block): Set format field. | |
7572 | (btrace_add_pc, btrace_fetch): Use struct btrace_data. | |
7573 | (do_btrace_data_cleanup, make_cleanup_btrace_data): New. | |
7574 | (btrace_compute_ftrace): Split into this and... | |
7575 | (btrace_compute_ftrace_bts): ...this. | |
7576 | (btrace_stitch_trace): Split into this and... | |
7577 | (btrace_stitch_bts): ...this. | |
7578 | * btrace.h (parse_xml_btrace): Update parameters. | |
7579 | (make_cleanup_btrace_data): New. | |
7580 | * common/btrace-common.c: New. | |
7581 | * common/btrace-common.h: Include common-defs.h. | |
7582 | (btrace_block_s): Update comment. | |
7583 | (btrace_format): New. | |
7584 | (btrace_format_string): New. | |
7585 | (btrace_data_bts): New. | |
7586 | (btrace_data): New. | |
7587 | (btrace_data_init, btrace_data_fini, btrace_data_empty): New. | |
7588 | * remote.c (remote_read_btrace): Update parameters. | |
7589 | * target.c (target_read_btrace): Update parameters. | |
7590 | * target.h (target_read_btrace): Update parameters. | |
7591 | (target_ops)<to_read_btrace>: Update parameters. | |
7592 | * x86-linux-nat.c (x86_linux_read_btrace): Update parameters. | |
7593 | * target-delegates.c: Regenerate. | |
7594 | * target-debug (target_debug_print_struct_btrace_data_p): New. | |
7595 | * nat/linux-btrace.c (linux_read_btrace): Split into this and... | |
7596 | (linux_read_bts): ...this. | |
7597 | * nat/linux-btrace.h (linux_read_btrace): Update parameters. | |
7598 | ||
bd2e0e9e DE |
7599 | 2015-02-06 Doug Evans <dje@google.com> |
7600 | ||
7601 | * remote-m32r-sdi.c: Include symfile.h. | |
7602 | ||
f176c4b5 DE |
7603 | 2015-02-06 Doug Evans <dje@google.com> |
7604 | ||
7605 | * symtab.h (clear_symtab_users, deduce_language_from_filename): Move | |
7606 | * symfile.h (clear_symtab_users, deduce_language_from_filename): ... | |
7607 | to here. | |
7608 | ||
d6c146e9 PA |
7609 | 2015-02-06 Pedro Alves <palves@redhat.com> |
7610 | ||
7611 | * linux-thread-db.c (find_new_threads_callback): Add debug output. | |
7612 | ||
b9d61307 SM |
7613 | 2015-02-06 Simon Marchi <simon.marchi@ericsson.com> |
7614 | ||
7615 | PR gdb/15678 | |
7616 | * breakpoint.c (map_breakpoint_numbers): Check for empty args string. | |
7617 | (enable_count_command): Check args for NULL value. | |
7618 | ||
e9fbd043 DE |
7619 | 2015-02-05 Doug Evans <xdje42@gmail.com> |
7620 | ||
7621 | * guile/scm-frame.c: Fix spelling errors in a comment. | |
7622 | ||
881d5d5d JK |
7623 | 2015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com> |
7624 | ||
7625 | * python/python-internal.h (Py_hash_t): Define it for Python <3.2. | |
7626 | * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the | |
7627 | return type. | |
7628 | ||
20ba1ce6 PA |
7629 | 2015-02-04 Pedro Alves <palves@redhat.com> |
7630 | ||
7631 | * linux-nat.c (handle_extended_wait): Don't resume LWPs here. | |
7632 | (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait | |
7633 | returns true. | |
7634 | (resume_stopped_resumed_lwps): Don't check whether the thread is | |
7635 | marked as executing. | |
7636 | (linux_nat_wait_1): Use resume_stopped_resumed_lwps. | |
7637 | ||
f962539a AA |
7638 | 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com> |
7639 | ||
7640 | * regset.h (struct regset): Add flags field. | |
7641 | (REGSET_VARIABLE_SIZE): New value for a regset's flags field. | |
7642 | * corelow.c (get_core_register_section): Add warning if the size | |
7643 | exceeds the requested size and the regset does not have the | |
7644 | REGSET_VARIABLE_SIZE flag set. | |
7645 | * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE | |
7646 | flag. | |
7647 | * armbsd-tdep.c (armbsd_gregset): Likewise. | |
7648 | * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise. | |
7649 | * hppaobsd-tdep.c (hppaobsd_gregset): Likewise. | |
7650 | * m68kbsd-tdep.c (m68kbsd_gregset): Likewise. | |
7651 | * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise. | |
7652 | ||
dde9acd6 AA |
7653 | 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com> |
7654 | ||
7655 | * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections): | |
7656 | For ".reg-xstate", explicitly specify the requested section size | |
7657 | via X86_XSTATE_SIZE instead of just 0 on input and | |
7658 | X86_XSTATE_MAX_SIZE on output. | |
7659 | * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections): | |
7660 | Likewise. | |
7661 | ||
1528345d AA |
7662 | 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com> |
7663 | ||
7664 | PR corefiles/17808: | |
7665 | * gdbarch.sh (iterate_over_regset_sections_cb): Document this | |
7666 | function type, particularly its SIZE parameter. | |
7667 | * gdbarch.h: Regenerate. | |
7668 | * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare | |
7669 | actual against required size using ">=" instead of "==". | |
7670 | (amd64_collect_fpregset): Likewise. | |
7671 | * i386-tdep.c (i386_supply_gregset): Likewise. | |
7672 | (i386_collect_gregset): Likewise. | |
7673 | (i386_supply_fpregset): Likewise. | |
7674 | (i386_collect_fpregset): Likewise. | |
7675 | * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise. | |
7676 | (mips_fill_gregset_wrapper): Likewise. | |
7677 | (mips_supply_fpregset_wrapper): Likewise. | |
7678 | (mips_fill_fpregset_wrapper): Likewise. | |
7679 | (mips64_supply_gregset_wrapper): Likewise. | |
7680 | (mips64_fill_gregset_wrapper): Likewise. | |
7681 | (mips64_supply_fpregset_wrapper): Likewise. | |
7682 | (mips64_fill_fpregset_wrapper): Likewise. | |
7683 | * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise. | |
7684 | (am33_supply_fpregset_method): Likewise. | |
7685 | (am33_collect_gregset_method): Likewise. | |
7686 | (am33_collect_fpregset_method): Likewise. | |
7687 | ||
518be979 DE |
7688 | 2015-02-04 Doug Evans <dje@google.com> |
7689 | Pedro Alves <palves@redhat.com> | |
7690 | Eli Zaretskii <eliz@gnu.org> | |
7691 | ||
7692 | PR tui/17810 | |
7693 | * tui/tui-command.c (tui_refresh_cmd_win): New function. | |
7694 | * tui/tui-command.c (tui_refresh_cmd_win): Declare. | |
7695 | * tui/tui-file.c: #include tui/tui-command.h. | |
7696 | (tui_file_fputs): Refresh command window if stream is not gdb_stdout. | |
7697 | (tui_file_flush): Refresh command window if stream is gdb_stdout. | |
7698 | * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush. | |
7699 | ||
80bd5fab PA |
7700 | 2015-02-04 Pedro Alves <palves@redhat.com> |
7701 | ||
7702 | Fix build breakage. | |
7703 | * event-loop.c (gdb_do_one_event): Add default switch case. | |
7704 | ||
a7606d80 JK |
7705 | 2015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com> |
7706 | ||
7707 | Filter out inferior gcc option -fpreprocessed. | |
7708 | * compile/compile.c (filter_args): New function. | |
7709 | (get_args): Use it. | |
7710 | ||
70b66289 PA |
7711 | 2015-02-03 Pedro Alves <palves@redhat.com> |
7712 | ||
7713 | * event-loop.c: Don't declare nor define a queue type for | |
7714 | gdb_event_p. | |
7715 | (event_queue): Delete. | |
7716 | (create_event, create_file_event, gdb_event_xfree) | |
7717 | (initialize_event_loop, process_event): Delete. | |
7718 | (gdb_do_one_event): Return as soon as one event is handled. | |
7719 | (handle_file_event): Change prototype. Used the passed in | |
7720 | file_handler pointer and ready_mask instead of looping over all | |
7721 | file handlers. | |
7722 | (gdb_wait_for_event): Update the poll/select timeouts before | |
7723 | blocking. Run event handlers directly instead of queueing events. | |
7724 | Return as soon as one event is handled. | |
7725 | (struct async_event_handler_data): Delete. | |
7726 | (invoke_async_event_handler): Delete. | |
7727 | (check_async_event_handlers): Change return type to int. Run | |
7728 | event handlers directly instead of queueing events. Return as | |
7729 | soon as one event is handled. | |
7730 | (handle_timer_event): Delete. | |
7731 | (update_wait_timeout): New function, factored out from | |
7732 | poll_timers. | |
7733 | (poll_timers): Reimplement. | |
7734 | * event-loop.h (initialize_event_loop): Delete declaration. | |
7735 | * top.c (gdb_init): Don't call initialize_event_loop. | |
7736 | ||
b7d2e916 PA |
7737 | 2015-02-03 Pedro Alves <palves@redhat.com> |
7738 | ||
7739 | * event-loop.c (clear_async_event_handler): New function. | |
7740 | * event-loop.h (clear_async_event_handler): New declaration. | |
7741 | * record-btrace.c (record_btrace_async): New function. | |
7742 | (init_record_btrace_ops): Install record_btrace_async. | |
7743 | * record-full.c (record_full_async): New function. | |
7744 | (record_full_resume): Don't mark the async event source here. | |
7745 | (init_record_full_ops): Install record_full_async. | |
7746 | (record_full_core_resume): Don't mark the async event source here. | |
7747 | (init_record_full_core_ops): Install record_full_async. | |
7748 | * remote.c (remote_async): Mark and clear the async stop reply | |
7749 | queue event-loop token as appropriate. | |
7750 | ||
d9d41e78 PA |
7751 | 2015-02-03 Pedro Alves <palves@redhat.com> |
7752 | ||
7753 | * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use | |
7754 | target_is_async_p instead of target_can_async. | |
7755 | (linux_nat_wait): Use target_is_async_p instead of | |
7756 | target_can_async. Don't enable async here. | |
7757 | * remote.c (interrupt_query, remote_wait, putpkt_binary): Use | |
7758 | target_is_async_p instead of target_can_async. | |
7759 | ||
aa3de267 SM |
7760 | 2015-02-02 Simon Marchi <simon.marchi@ericsson.com> |
7761 | ||
7762 | * varobj.h (lang_varobj_ops): Mention which return values need | |
7763 | to be freed. | |
7764 | ||
2c811c0f JB |
7765 | 2015-02-02 Joel Brobecker <brobecker@adacore.com> |
7766 | ||
7767 | * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker. | |
7768 | ||
b1eedac9 JB |
7769 | 2015-02-02 Joel Brobecker <brobecker@adacore.com> |
7770 | ||
7771 | PR gdb/17856: | |
7772 | * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache | |
7773 | results found in the cache. | |
7774 | ||
66c168ae JB |
7775 | 2015-02-02 Joel Brobecker <brobecker@adacore.com> |
7776 | ||
7777 | PR gdb/17854: | |
7778 | * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache | |
7779 | when allocating a new one. | |
7780 | ||
4bdc02b2 TT |
7781 | 2015-02-01 Tom Tromey <tom@tromey.com> |
7782 | ||
7783 | * MAINTAINERS: Remove myself. | |
7784 | ||
ae6ae975 DE |
7785 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
7786 | ||
7787 | * dwarf2read.c (process_structure_scope): Update setting of | |
7788 | TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO. | |
7789 | * gdbtypes.c (internal_type_vptr_fieldno): New function. | |
7790 | (set_type_vptr_fieldno): New function. | |
7791 | (internal_type_vptr_basetype): New function. | |
7792 | (set_type_vptr_basetype): New function. | |
7793 | (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO, | |
7794 | TYPE_VPTR_BASETYPE. | |
7795 | (allocate_cplus_struct_type): Initialize vptr_fieldno. | |
7796 | (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ... | |
7797 | (print_cplus_stuff): ... moved here. | |
7798 | (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE. | |
7799 | * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype | |
7800 | moved to ... | |
7801 | (struct cplus_struct_type): ... here. All uses updated. | |
7802 | (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite. | |
7803 | (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare. | |
7804 | (internal_type_vptr_basetype, set_type_vptr_basetype): Declare. | |
7805 | * stabsread.c (read_tilde_fields): Update setting of | |
7806 | TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE. | |
7807 | ||
09e2d7c7 DE |
7808 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
7809 | ||
7810 | * cp-valprint.c (cp_find_class_member): Rename parameter domain_p | |
7811 | to self_p. | |
7812 | (cp_print_class_member): Rename local domain to self_type. | |
7813 | * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local | |
7814 | domain_type to self_type. | |
7815 | (set_die_type) <need_gnat_info>: Handle | |
7816 | TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD. | |
7817 | * gdb-gdb.py (StructMainTypePrettyPrinter): Handle | |
7818 | TYPE_SPECIFIC_SELF_TYPE. | |
7819 | * gdbtypes.c (internal_type_self_type): New function. | |
7820 | (set_type_self_type): New function. | |
7821 | (smash_to_memberptr_type): Rename parameter domain to self_type. | |
7822 | Update setting of TYPE_SELF_TYPE. | |
7823 | (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE. | |
7824 | (smash_to_method_type): Rename parameter domain to self_type. | |
7825 | Update setting of TYPE_SELF_TYPE. | |
7826 | (check_stub_method): Call smash_to_method_type. | |
7827 | (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE. | |
7828 | (copy_type_recursive): Ditto. | |
7829 | * gdbtypes.h (enum type_specific_kind): New value | |
7830 | TYPE_SPECIFIC_SELF_TYPE. | |
7831 | (struct main_type) <type_specific>: New member self_type. | |
7832 | (struct cplus_struct_type) <fn_field.type>: Update comment. | |
7833 | (TYPE_SELF_TYPE): Rewrite. | |
7834 | (internal_type_self_type, set_type_self_type): Declare. | |
7835 | * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to | |
7836 | self_type. | |
7837 | (gnuv3_method_ptr_to_value): Rename local domain_type to self_type. | |
7838 | * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with | |
7839 | TYPE_TARGET_TYPE. | |
7840 | * stabsread.c (read_member_functions): Mark methods with | |
7841 | TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of | |
7842 | TYPE_SELF_TYPE. | |
7843 | ||
4bfb94b8 DE |
7844 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
7845 | ||
7846 | * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE. | |
7847 | All uses updated. | |
7848 | ||
5f4ce105 DE |
7849 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
7850 | ||
7851 | * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs | |
7852 | or unions. Return zero if union. | |
7853 | (gnuv3_get_vtable): Call check_typedef. Assert only passed structs. | |
7854 | (gnuv3_rtti_type): Pass already-check_typedef'd value to | |
7855 | gnuv3_get_vtable. | |
7856 | (compute_vtable_size): Assert only passed structs. | |
7857 | (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs. | |
7858 | ||
f6b3afbf DE |
7859 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
7860 | ||
7861 | * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD | |
7862 | kinds. | |
7863 | ||
cfb069a8 GB |
7864 | 2015-01-31 Gary Benson <gbenson@redhat.com> |
7865 | Doug Evans <dje@google.com> | |
7866 | ||
7867 | PR cli/9007 | |
7868 | PR cli/11920 | |
7869 | PR cli/15548 | |
7870 | * cli/cli-cmds.c (complete_command): Notify user if max-completions | |
7871 | reached. | |
7872 | * common/common-exceptions.h (enum errors) | |
7873 | <MAX_COMPLETIONS_REACHED_ERROR>: New value. | |
7874 | * completer.h (get_max_completions_reached_message): New declaration. | |
7875 | (max_completions): Likewise. | |
7876 | (completion_tracker_t): New typedef. | |
7877 | (new_completion_tracker): New declaration. | |
7878 | (make_cleanup_free_completion_tracker): Likewise. | |
7879 | (maybe_add_completion_enum): New enum. | |
7880 | (maybe_add_completion): New declaration. | |
7881 | (throw_max_completions_reached_error): Likewise. | |
7882 | * completer.c (max_completions): New global variable. | |
7883 | (new_completion_tracker): New function. | |
7884 | (free_completion_tracker): Likewise. | |
7885 | (make_cleanup_free_completion_tracker): Likewise. | |
7886 | (maybe_add_completions): Likewise. | |
7887 | (throw_max_completions_reached_error): Likewise. | |
7888 | (complete_line): Remove duplicates and limit result to max_completions | |
7889 | entries. | |
7890 | (get_max_completions_reached_message): New function. | |
7891 | (gdb_display_match_list): Handle max_completions. | |
7892 | (_initialize_completer): New declaration and function. | |
7893 | * symtab.c: Include completer.h. | |
7894 | (completion_tracker): New static variable. | |
7895 | (completion_list_add_name): Call maybe_add_completion. | |
7896 | (default_make_symbol_completion_list_break_on_1): Renamed from | |
7897 | default_make_symbol_completion_list_break_on. Maintain | |
7898 | completion_tracker across calls to completion_list_add_name. | |
7899 | (default_make_symbol_completion_list_break_on): New function. | |
7900 | * top.c (init_main): Set rl_completion_display_matches_hook. | |
7901 | * tui/tui-io.c: Include completer.h. | |
7902 | (tui_old_rl_display_matches_hook): New static global. | |
7903 | (tui_rl_display_match_list): Notify user if max-completions reached. | |
7904 | (tui_setup_io): Save/restore rl_completion_display_matches_hook. | |
7905 | * NEWS (New Options): Mention set/show max-completions. | |
7906 | ||
e11c72c7 GB |
7907 | 2015-01-31 Gary Benson <gbenson@redhat.com> |
7908 | ||
7909 | * symtab.c (struct add_name_data) <code>: New field. | |
7910 | Updated comments. | |
7911 | (add_symtab_completions): New function. | |
7912 | (symtab_expansion_callback): Likewise. | |
7913 | (default_make_symbol_completion_list_break_on): Set datum.code. | |
7914 | Move minimal symbol scan before calling expand_symtabs_matching. | |
7915 | Scan known primary symtabs for externs and statics before calling | |
7916 | expand_symtabs_matching. Pass symtab_expansion_callback as | |
7917 | expansion_notify argument to expand_symtabs_matching. Do not scan | |
7918 | primary symtabs for externs and statics after calling | |
7919 | expand_symtabs_matching. | |
7920 | ||
276d885b GB |
7921 | 2015-01-31 Gary Benson <gbenson@redhat.com> |
7922 | ||
7923 | * symfile.h (expand_symtabs_exp_notify_ftype): New typedef. | |
7924 | (struct quick_symbol_functions) <expand_symtabs_matching>: | |
7925 | New argument expansion_notify. All uses updated. | |
7926 | (expand_symtabs_matching): New argument expansion_notify. | |
7927 | All uses updated. | |
7928 | * symfile-debug.c (debug_qf_expand_symtabs_matching): | |
7929 | Also print expansion notify. | |
7930 | * symtab.c (expand_symtabs_matching_via_partial): Call | |
7931 | expansion_notify whenever a partial symbol table is expanded. | |
7932 | * dwarf2read.c (dw2_expand_symtabs_matching): Call | |
7933 | expansion_notify whenever a symbol table is instantiated. | |
7934 | ||
82083d6d DE |
7935 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
7936 | ||
7937 | * cli-out.c: #include completer.h, readline/readline.h. | |
7938 | (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions. | |
7939 | (cli_mld_flush, cld_mld_erase_entire_line): Ditto. | |
7940 | (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto. | |
7941 | * cli-out.h (cli_display_match_list): Declare. | |
7942 | * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros. | |
7943 | (ELLIPSIS_LEN): Ditto. | |
7944 | (gdb_get_y_or_n, gdb_display_match_list_pager): New functions. | |
7945 | (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto. | |
7946 | (gdb_fnprint, gdb_print_filename): Ditto. | |
7947 | (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto. | |
7948 | (gdb_display_match_list): Ditto. | |
7949 | * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs. | |
7950 | (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto. | |
7951 | (mld_beep_ftype, mld_read_key_ftype): Ditto. | |
7952 | (match_list_displayer): New struct. | |
7953 | (gdb_display_match_list): Declare. | |
7954 | * top.c (init_main): Set rl_completion_display_matches_hook. | |
7955 | * tui/tui-io.c: #include completer.h. | |
7956 | (printable_part, PUTX, print_filename, get_y_or_n): Delete. | |
7957 | (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions. | |
7958 | (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto. | |
7959 | (tui_mld_getc, tui_mld_read_key): Ditto. | |
7960 | (tui_rl_display_match_list): Rewrite. | |
7961 | (tui_handle_resize_during_io): New arg for_completion. All callers | |
7962 | updated. | |
7963 | ||
f57d2163 DE |
7964 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
7965 | ||
7966 | Add symbol lookup cache. | |
7967 | * NEWS: Document new options and commands. | |
7968 | * symtab.c (symbol_cache_key): New static global. | |
7969 | (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros. | |
7970 | (SYMBOL_LOOKUP_FAILED): New macro. | |
7971 | (symbol_cache_slot_state): New enum. | |
7972 | (block_symbol_cache): New struct. | |
7973 | (symbol_cache): New struct. | |
7974 | (new_symbol_cache_size, symbol_cache_size): New static globals. | |
7975 | (hash_symbol_entry, eq_symbol_entry): New functions. | |
7976 | (symbol_cache_byte_size, resize_symbol_cache): New functions. | |
7977 | (make_symbol_cache, free_symbol_cache): New functions. | |
7978 | (get_symbol_cache, symbol_cache_cleanup): New function. | |
7979 | (set_symbol_cache_size, set_symbol_cache_size_handler): New functions. | |
7980 | (symbol_cache_lookup, symbol_cache_clear_slot): New function. | |
7981 | (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions. | |
7982 | (symbol_cache_flush, symbol_cache_dump): New functions. | |
7983 | (maintenance_print_symbol_cache): New function. | |
7984 | (maintenance_flush_symbol_cache): New function. | |
7985 | (symbol_cache_stats): New function. | |
7986 | (maintenance_print_symbol_cache_statistics): New function. | |
7987 | (symtab_new_objfile_observer): New function. | |
7988 | (symtab_free_objfile_observer): New function. | |
7989 | (lookup_static_symbol, lookup_global_symbol): Use symbol cache. | |
7990 | (_initialize_symtab): Init symbol_cache_key. New parameter | |
7991 | maint symbol-cache-size. New maint commands print symbol-cache, | |
7992 | print symbol-cache-statistics, flush-symbol-cache. | |
7993 | Install new_objfile, free_objfile observers. | |
7994 | ||
e700d1b2 JB |
7995 | 2015-01-31 Joel Brobecker <brobecker@adacore.com> |
7996 | ||
7997 | PR symtab/17855 | |
7998 | * symfile.c (clear_symtab_users): Move call to breakpoint_re_set | |
7999 | to end. | |
8000 | ||
9f050062 DE |
8001 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
8002 | ||
8003 | * NEWS: Mention inlined scripts in .debug_gdb_scripts section. | |
8004 | * auto-load.c: #include ctype.h. | |
8005 | (struct auto_load_pspace_info): Replace member loaded_scripts with | |
8006 | new members loaded_script_files, loaded_script_texts. | |
8007 | (auto_load_pspace_data_cleanup): Update. | |
8008 | (init_loaded_scripts_info): Update. | |
8009 | (get_auto_load_pspace_data_for_loading): Update. | |
8010 | (maybe_add_script_file): Renamed from maybe_add_script. All callers | |
8011 | updated. | |
8012 | (maybe_add_script_text): New function. | |
8013 | (clear_section_scripts): Update. | |
8014 | (source_script_file, execute_script_contents): New functions. | |
8015 | (source_section_scripts): Add support for | |
8016 | SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT. | |
8017 | (print_scripts): New function. | |
8018 | (auto_load_info_scripts): Also print inlined scripts. | |
8019 | (maybe_print_unsupported_script_warning): Renamed from | |
8020 | unsupported_script_warning_print. All callers updated. | |
8021 | (maybe_print_script_not_found_warning): Renamed from | |
8022 | script_not_found_warning_print. All callers updated. | |
8023 | * extension-priv.h (struct extension_language_script_ops): New member | |
8024 | objfile_script_executor. | |
8025 | * extension.c (ext_lang_objfile_script_executor): New function. | |
8026 | * extension.h (objfile_script_executor_func): New typedef. | |
8027 | (ext_lang_objfile_script_executor): Declare. | |
8028 | * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare. | |
8029 | * guile/guile.c (guile_extension_script_ops): Update. | |
8030 | * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function. | |
8031 | * python/python.c (python_extension_script_ops): Update. | |
8032 | (gdbpy_execute_objfile_script): New function. | |
8033 | ||
312809f8 EZ |
8034 | 2015-01-31 Eli Zaretskii <eliz@gnu.org> |
8035 | ||
8036 | * tui/tui-io.c (tui_expand_tabs): New function. | |
8037 | (tui_puts, tui_redisplay_readline): Expand TABs into the | |
8038 | appropriate number of spaces. | |
8039 | * tui/tui-regs.c: Include tui-io.h. | |
8040 | (tui_register_format): Call tui_expand_tabs to expand TABs into | |
8041 | the appropriate number of spaces. | |
8042 | * tui/tui-io.h: Add prototype for tui_expand_tabs. | |
8043 | ||
b6577aab DE |
8044 | 2015-01-30 Doug Evans <dje@google.com> |
8045 | ||
8046 | * NEWS: "info source" command now display producer string if present. | |
8047 | * source.c (source_info): Print producer string if present. | |
8048 | ||
6da58d3e SM |
8049 | 2015-01-30 Simon Marchi <simon.marchi@ericsson.com> |
8050 | ||
8051 | * varobj.c (varobj_delete): Fix comment. | |
8052 | ||
837ce252 SM |
8053 | 2015-01-30 Simon Marchi <simon.marchi@ericsson.com> |
8054 | ||
8055 | * varobj.c (create_child): Modify comment. | |
8056 | ||
b09e2c59 SM |
8057 | 2015-01-30 Simon Marchi <simon.marchi@ericsson.com> |
8058 | ||
8059 | * ada-varobj.c (ada_number_of_children): Constify struct varobj * | |
8060 | parameter. | |
8061 | (ada_name_of_variable): Same. | |
8062 | (ada_path_expr_of_child): Same. | |
8063 | (ada_value_of_variable): Same. | |
8064 | (ada_value_is_changeable_p): Same. | |
8065 | (ada_value_has_mutated): Same. | |
8066 | * c-varobj.c (varobj_is_anonymous_child): Same. | |
8067 | (c_is_path_expr_parent): Same. | |
8068 | (c_number_of_children): Same. | |
8069 | (c_name_of_variable): Same. | |
8070 | (c_path_expr_of_child): Same. | |
8071 | (get_type): Same. | |
8072 | (c_value_of_variable): Same. | |
8073 | (cplus_number_of_children): Same. | |
8074 | (cplus_name_of_variable): Same. | |
8075 | (cplus_path_expr_of_child): Same. | |
8076 | (cplus_value_of_variable): Same. | |
8077 | * jv-varobj.c (java_number_of_children): Same. | |
8078 | (java_name_of_variable): Same. | |
8079 | (java_path_expr_of_child): Same. | |
8080 | (java_value_of_variable): Same. | |
8081 | * varobj.c (number_of_children): Same. | |
8082 | (name_of_variable): Same. | |
8083 | (is_root_p): Same. | |
8084 | (varobj_ensure_python_env): Same. | |
8085 | (varobj_get_objname): Same. | |
8086 | (varobj_get_expression): Same. | |
8087 | (varobj_get_display_format): Same. | |
8088 | (varobj_get_display_hint): Same. | |
8089 | (varobj_has_more): Same. | |
8090 | (varobj_get_thread_id): Same. | |
8091 | (varobj_get_frozen): Same. | |
8092 | (dynamic_varobj_has_child_method): Same. | |
8093 | (varobj_get_gdb_type): Same. | |
8094 | (is_path_expr_parent): Same. | |
8095 | (varobj_default_is_path_expr_parent): Same. | |
8096 | (varobj_get_language): Same. | |
8097 | (varobj_get_attributes): Same. | |
8098 | (varobj_is_dynamic_p): Same. | |
8099 | (varobj_get_child_range): Same. | |
8100 | (varobj_value_has_mutated): Same. | |
8101 | (varobj_get_value_type): Same. | |
8102 | (number_of_children): Same. | |
8103 | (name_of_variable): Same. | |
8104 | (check_scope): Same. | |
8105 | (varobj_editable_p): Same. | |
8106 | (varobj_value_is_changeable_p): Same. | |
8107 | (varobj_floating_p): Same. | |
8108 | (varobj_default_value_is_changeable_p): Same. | |
8109 | ||
2568868e SM |
8110 | 2015-01-30 Simon Marchi <simon.marchi@ericsson.com> |
8111 | ||
8112 | * varobj.c (varobj_get_path_expr): Set var->path_expr. | |
8113 | * c-varobj.c (c_path_expr_of_child): Set local var instead of | |
8114 | child->path_expr. | |
8115 | (cplus_path_expr_of_child): Same. | |
8116 | ||
ca83fa81 SM |
8117 | 2015-01-30 Simon Marchi <simon.marchi@ericsson.com> |
8118 | ||
8119 | * mi-cmd-var.c (print_varobj): Free varobj_get_expression | |
8120 | result. | |
8121 | (mi_cmd_var_info_expression): Same. | |
8122 | * varobj.c (varobj_get_expression): Mention in the comment that | |
8123 | the result must by freed by the caller. | |
8124 | ||
afa269ae SM |
8125 | 2015-01-30 Simon Marchi <simon.marchi@ericsson.com> |
8126 | ||
8127 | * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of | |
8128 | varobj_get_type. | |
8129 | (varobj_update_one): Same. | |
8130 | * varobj.c (update_type_if_necessary): Free curr_type_str and | |
8131 | new_type_str. | |
8132 | (varobj_get_type): Specify in comment that the result needs to be | |
8133 | freed by the caller. | |
8134 | ||
cd366ee8 DE |
8135 | 2015-01-29 Doug Evans <dje@google.com> |
8136 | ||
8137 | PR symtab/17890 | |
8138 | * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4. | |
8139 | ||
38360086 MW |
8140 | 2015-01-25 Mark Wielaard <mjw@redhat.com> |
8141 | ||
8142 | * dwarf2read.c (checkproducer): Call producer_is_gcc. | |
8143 | * utils.c (producer_is_gcc_ge_4): Likewise. | |
8144 | (producer_is_gcc): New function. | |
8145 | * utils.h (producer_is_gcc): New declaration. | |
8146 | ||
df25ebbd JB |
8147 | 2015-01-29 Joel Brobecker <brobecker@adacore.com> |
8148 | ||
8149 | * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum | |
8150 | kind. | |
8151 | * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr" | |
8152 | parameter by "addr_stack" parameter. | |
8153 | (resolve_dynamic_range): Replace "addr" parameter by | |
8154 | "stack_addr" parameter. Update function documentation. | |
8155 | Update code accordingly. | |
8156 | (resolve_dynamic_array, resolve_dynamic_union) | |
8157 | (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise. | |
8158 | (resolve_dynamic_type): Update code, following the changes made | |
8159 | to resolve_dynamic_type_internal's interface. | |
8160 | * dwarf2loc.h (struct property_addr_info): New. | |
8161 | (dwarf2_evaluate_property): Replace "address" parameter | |
8162 | by "addr_stack" parameter. Adjust function documentation. | |
8163 | (struct dwarf2_offset_baton): New. | |
8164 | (struct dwarf2_property_baton): Update documentation of | |
8165 | field "referenced_type" to be more general. New field | |
8166 | "offset_info" in union data field. | |
8167 | * dwarf2loc.c (dwarf2_evaluate_property): Replace "address" | |
8168 | parameter by "addr_stack" parameter. Adjust code accordingly. | |
8169 | Add support for PROP_ADDR_OFFSET properties. | |
8170 | * dwarf2read.c (attr_to_dynamic_prop): Add support for | |
8171 | DW_AT_data_member_location attributes as well. Use case | |
8172 | statements instead of if/else condition. | |
8173 | ||
4a0ca9ec JB |
8174 | 2015-01-29 Joel Brobecker <brobecker@adacore.com> |
8175 | ||
8176 | * ada-varobj.c (ada_varobj_get_array_number_of_children): | |
8177 | Return zero if PARENT_VALUE is NULL and parent_type's | |
8178 | range type is dynamic. | |
8179 | ||
ddb87a81 JB |
8180 | 2015-01-29 Joel Brobecker <brobecker@adacore.com> |
8181 | ||
8182 | * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return | |
8183 | nonzero if the type's subtype is dynamic. | |
8184 | (resolve_dynamic_range): Also resolve the range's subtype. | |
8185 | ||
3d7ad9b4 | 8186 | 2015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch) |
7a270e0c | 8187 | |
3d7ad9b4 | 8188 | Pushed by Joel Brobecker <brobecker@adacore.com>. |
7a270e0c AK |
8189 | * symfile.c (unmap_overlay_command): Initialize sec to NULL. |
8190 | ||
3a8b707a DE |
8191 | 2015-01-27 Doug Evans <dje@google.com> |
8192 | ||
8193 | * NEWS: Mention gdb.Objfile.username. | |
8194 | * python/py-objfile.c (objfpy_get_username): New function. | |
8195 | (objfile_getset): Add "username". | |
8196 | ||
d35b90fb MW |
8197 | 2015-01-24 Mark Wielaard <mjw@redhat.com> |
8198 | ||
8199 | * stack.c (return_command): Markup warning message with _. | |
8200 | ||
734ae125 DE |
8201 | 2015-01-24 Doug Evans <xdje42@gmail.com> |
8202 | ||
8203 | * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete. | |
8204 | ||
527f3840 JK |
8205 | 2015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com> |
8206 | ||
8207 | Fix 100x slowdown regression on DWZ files. | |
8208 | * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash. | |
8209 | (struct line_header): Add offset and offset_in_dwz. | |
8210 | (dwarf_decode_lines): Add parameter decode_mapping to the declaration. | |
8211 | (free_line_header_voidp): New declaration. | |
8212 | (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New | |
8213 | functions. | |
8214 | (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller. | |
8215 | (handle_DW_AT_stmt_list): Use line_header_hash. | |
8216 | (free_line_header_voidp): New function. | |
8217 | (dwarf_decode_line_header): Initialize offset and offset_in_dwz. | |
8218 | (dwarf_decode_lines): New parameter decode_mapping, use it. | |
8219 | (dwarf2_free_objfile): Free line_header_hash. | |
8220 | ||
f7e5394d SM |
8221 | 2015-01-23 Simon Marchi <simon.marchi@ericsson.com> |
8222 | ||
8223 | PR gdb/17416 | |
8224 | * valops.c (value_rtti_indirect_type): Catch exception thrown by | |
8225 | value_ind. | |
8226 | ||
743649fd MW |
8227 | 2015-01-15 Mark Wielaard <mjw@redhat.com> |
8228 | ||
8229 | * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from | |
8230 | DW_AT_noreturn. | |
8231 | * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make | |
8232 | calling_convention an 8 bit bit field. | |
8233 | (TYPE_NO_RETURN): New macro. | |
8234 | * infcmd.c (finish_command): Query if function does not return | |
8235 | normally. | |
8236 | * stack.c (return_command): Likewise. | |
8237 | ||
198297aa PA |
8238 | 2015-01-23 Pedro Alves <palves@redhat.com> |
8239 | ||
8240 | * linux-nat.c (linux_is_async_p): New macro. | |
8241 | (linux_nat_is_async_p): | |
8242 | (linux_nat_terminal_inferior): Check whether the target can async | |
8243 | instead of whether it is already async. | |
8244 | (linux_nat_terminal_ours): Don't check whether the target is | |
8245 | async. | |
8246 | (linux_async_pipe): Use linux_is_async_p. | |
8247 | ||
253828f1 JK |
8248 | 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com> |
8249 | ||
8250 | * NEWS (Changes since GDB 7.9): Add 'thread apply all' option | |
8251 | '-ascending'. | |
8252 | * thread.c (tp_array_compar_ascending, tp_array_compar): New. | |
8253 | (thread_apply_all_command): Parse CMD for tp_array_compar_ascending. | |
8254 | Sort tp_array using tp_array_compar. | |
8255 | (_initialize_thread): Extend thread_apply_all_command help. | |
8256 | ||
f0e8c4c5 JK |
8257 | 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com> |
8258 | ||
8259 | * corelow.c (core_open): Call also thread_command. | |
8260 | * gdbthread.h (thread_command): New prototype moved from ... | |
8261 | * thread.c (thread_command): ... here. | |
8262 | (thread_command): Make it global. | |
8263 | ||
03b79603 PA |
8264 | 2015-01-22 Pedro Alves <palves@redhat.com> |
8265 | ||
8266 | * configure.ac [*mingw32*]: Check $curses_found instead of | |
8267 | $prefer_curses. | |
8268 | * configure: Regenerate. | |
8269 | * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and | |
8270 | HAVE_NCURSES_NCURSES_H checks. | |
8271 | ||
6b8a872f EZ |
8272 | 2015-01-22 Eli Zaretskii <eliz@gnu.org> |
8273 | ||
bbbbffbb | 8274 | * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm' |
6b8a872f EZ |
8275 | fails with the 1st arg NULL, try again with "unknown". Don't test |
8276 | the "cup" capability: it isn't supported by the Windows port of | |
8277 | ncurses, but the Windows console driver is still capable of | |
8278 | supporting TUI. | |
8279 | ||
4b62a76e JK |
8280 | 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com> |
8281 | ||
8282 | * compile/compile.c (_initialize_compile): Use -fPIE for compile_args. | |
8283 | ||
82a864f9 EZ |
8284 | 2015-01-22 Eli Zaretskii <eliz@gnu.org> |
8285 | ||
8286 | * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h. | |
8287 | (ALLDEPFILES): Remove irix5-nat.c. These two are part of the | |
8288 | reason that "make TAGS" is broken. | |
8289 | ||
b35018fd CG |
8290 | 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com> |
8291 | ||
8292 | * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues | |
8293 | and check additional store instructions. | |
8294 | ||
ffbc4646 WW |
8295 | 2015-01-21 Wei-cheng Wang <cole945@gmail.com> |
8296 | ||
8297 | * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang". | |
8298 | ||
ddeca1df WW |
8299 | 2015-01-21 Wei-cheng Wang <cole945@gmail.com> |
8300 | ||
8301 | * ppc-linux-tdep.c (ppc_skip_trampoline_code, | |
8302 | ppc_canonicalize_syscall, ppc_linux_syscall_record, | |
8303 | ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments. | |
8304 | * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise. | |
8305 | * rs6000-tdep.c (rs6000_epilogue_frame_cache, | |
8306 | rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register, | |
8307 | rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4, | |
8308 | ppc_process_record_op19, ppc_process_record_op31, | |
8309 | ppc_process_record_op59, ppc_process_record_op60, | |
8310 | ppc_process_record_op63): Likewise. | |
8311 | ||
049bb5de JB |
8312 | 2015-01-20 Joel Brobecker <brobecker@adacore.com> |
8313 | ||
8314 | * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string) | |
8315 | (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of | |
8316 | strerror. | |
8317 | ||
42b87c63 | 8318 | 2015-01-20 Wei-cheng Wang <cole945@gmail.com> |
810c1026 WW |
8319 | |
8320 | * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19, | |
8321 | ppc_process_record_op31, ppc_process_record_op59, | |
8322 | ppc_process_record_op60, ppc_process_record_op63, | |
8323 | ppc_process_record): Fix -Wformat warning. | |
8324 | * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60): | |
8325 | Remove unused variables. | |
8326 | ||
569340fc CG |
8327 | 2015-01-20 Chen Gang <gang.chen.5i5j@gmail.com> |
8328 | ||
8329 | * MAINTAINERS (Write After Approval): Add "Chen Gang". | |
8330 | ||
63413d85 EZ |
8331 | 2015-01-19 Eli Zaretskii <eliz@gnu.org> |
8332 | ||
8333 | * configure.ac [*mingw32*]: Only add windows-termcap.o to | |
8334 | CONFIG_OBS if not building with a curses library. | |
8335 | * configure: Regenerate. | |
8336 | ||
8337 | * windows-termcap.c: Include defs.h. Make the whole body empty if | |
8338 | either one of HAVE_CURSES_H or HAVE_NCURSES_H or | |
8339 | HAVE_NCURSES_NCURSES_H is defined. | |
8340 | ||
16d8013c JB |
8341 | 2015-01-19 Joel Brobecker <brobecker@adacore.com> |
8342 | ||
8343 | * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator | |
8344 | from end of line to start of next line. | |
8345 | ||
cf90fd9a WW |
8346 | 2015-01-17 Wei-cheng Wang <cole945@gmail.com> |
8347 | ||
8348 | * ppc-linux-tdep.c (ppc_skip_trampoline_code): | |
8349 | Scan PLT stub backward for reverse debugging. | |
8350 | * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise. | |
8351 | ||
b4cdae6f WW |
8352 | 2015-01-17 Wei-cheng Wang <cole945@gmail.com> |
8353 | Ulrich Weigand <uweigand@de.ibm.com> | |
8354 | ||
8355 | * configure.tgt (powerpc*-*-linux): Add linux-record.o to | |
8356 | gdb_target_obs. | |
8357 | (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall | |
8358 | record. | |
8359 | (ppc_canonicalize_syscall, ppc_linux_syscall_record, | |
8360 | ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions. | |
8361 | (ppc_linux_init_abi): Set process_record, process_record_signal. | |
8362 | * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and | |
8363 | ppc_linux_record_tdep to gdbarch_tdep. | |
8364 | (ppc_process_record): New declaration. | |
8365 | * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4, | |
8366 | ppc_process_record_op19, ppc_process_record_op31, | |
8367 | ppc_process_record_op59, ppc_process_record_op60, | |
8368 | ppc_process_record_op63, ppc_process_record): New functions. | |
8369 | ||
2608dbf8 WW |
8370 | 2015-01-17 Wei-cheng Wang <cole945@gmail.com> |
8371 | ||
8372 | * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to | |
8373 | rs6000_in_function_epilogue_frame_p and add an argument | |
8374 | for frame_info. | |
8375 | (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id, | |
8376 | rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer): | |
8377 | New functions. | |
8378 | (rs6000_epilogue_frame_unwind): New. | |
8379 | (rs6000_gdbarch_init): Append epilogue unwinder. | |
8380 | ||
4c347be6 SDJ |
8381 | 2015-01-16 Sergio Durigan Junior <sergiodj@redhat.com> |
8382 | ||
8383 | * nat/linux-personality.c: Replace "#ifndef | |
8384 | HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if | |
8385 | !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5 | |
8386 | systems. | |
8387 | ||
9f2850ba EZ |
8388 | 2015-01-16 Eli Zaretskii <eliz@gnu.org> |
8389 | ||
6cdb25f4 EZ |
8390 | * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New |
8391 | functions. | |
8392 | (_initialize_tui_win) <border-kind, border-mode>: | |
8393 | <active-border-mode>: Use tui_set_var_cmd as the "set" function. | |
c54da50d EZ |
8394 | (tui_set_tab_width_command): Fix the commentary. |
8395 | ||
6cdb25f4 EZ |
8396 | * tui/tui-win.h: Add prototype for tui_rehighlight_all. |
8397 | ||
bf555842 EZ |
8398 | * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command): |
8399 | Doc fix. | |
cb86fcc1 EZ |
8400 | (tui_set_tab_width_command): Delete and recreate the source and |
8401 | the disassembly windows, to show the effect of the changed tab | |
8402 | size immediately. | |
bf555842 | 8403 | |
9f2850ba EZ |
8404 | * tui/tui-data.h (LINE_PREFIX): Make shorter |
8405 | (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for | |
8406 | "Thread NNNNN.XXXX" thread ID notation on Windows. | |
8407 | ||
95761b2d JK |
8408 | 2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
8409 | ||
8410 | Fix gcc-5 compilation. | |
8411 | * hppa-tdep.c (inst_saves_gr): Fix parentheses typo. | |
8412 | ||
8cc73a39 SDJ |
8413 | 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com> |
8414 | ||
8415 | * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h. | |
8416 | (linux-personality.o): New rule. | |
8417 | * common/common-defs.h: Include <stdint.h>. | |
8418 | * config/aarch64/linux.mh (NATDEPFILES): Include | |
8419 | linux-personality.o. | |
8420 | * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise. | |
8421 | * config/arm/linux.mh (NATDEPFILES): Likewise. | |
8422 | * config/i386/linux64.mh (NATDEPFILES): Likewise. | |
8423 | * config/i386/linux.mh (NATDEPFILES): Likewise. | |
8424 | * config/ia64/linux.mh (NATDEPFILES): Likewise. | |
8425 | * config/m32r/linux.mh (NATDEPFILES): Likewise. | |
8426 | * config/m68k/linux.mh (NATDEPFILES): Likewise. | |
8427 | * config/mips/linux.mh (NATDEPFILES): Likewise. | |
8428 | * config/pa/linux.mh (NATDEPFILES): Likewise. | |
8429 | * config/powerpc/linux.mh (NATDEPFILES): Likewise. | |
8430 | * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise. | |
8431 | * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise. | |
8432 | * config/s390/linux.mh (NATDEPFILES): Likewise. | |
8433 | * config/sparc/linux64.mh (NATDEPFILES): Likewise. | |
8434 | * config/sparc/linux.mh (NATDEPFILES): Likewise. | |
8435 | * config/tilegx/linux.mh (NATDEPFILES): Likewise. | |
8436 | * config/xtensa/linux.mh (NATDEPFILES): Likewise. | |
8437 | * defs.h: Remove #include <stdint.h> (moved to | |
8438 | common/common-defs.h). | |
8439 | * linux-nat.c: Include nat/linux-personality.h. Remove #include | |
8440 | <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to | |
8441 | nat/linux-personality.c). | |
8442 | (linux_nat_create_inferior): Remove code to disable address space | |
8443 | randomization (moved to nat/linux-personality.c). Create cleanup | |
8444 | to disable address space randomization. | |
8445 | * nat/linux-personality.c: New file. | |
8446 | * nat/linux-personality.h: Likewise. | |
8447 | ||
fb23d554 SDJ |
8448 | 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com> |
8449 | ||
8450 | * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and | |
8451 | common/posix-strerror.c. | |
8452 | (posix-strerror.o): New rule. | |
8453 | (mingw-strerror.o): Likewise. | |
8454 | * common/common-utils.h (safe_strerror): Move prototype to here, | |
8455 | from utils.h. | |
8456 | * common/common.host: New file. | |
8457 | * common/mingw-strerror.c: Likewise. | |
8458 | * common/posix-strerror.c: Likewise. | |
8459 | * configure: Regenerated. | |
8460 | * configure.ac: Source common/common.host. Add variable | |
8461 | common_host_obs to gdb_host_obs. | |
8462 | * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and | |
8463 | gdb/common/posix-strerror.c when warning about the use of | |
8464 | strerror. | |
8465 | * mingw-hdep.c (safe_strerror): Remove definition; move it to | |
8466 | common/mingw-strerror.c. | |
8467 | * posix-hdep.c (safe_strerror): Remove definition; move it to | |
8468 | common/posix-hdep.c. | |
8469 | * utils.h (safe_strerror): Remove prototype; move to | |
8470 | common/common-utils.h. | |
8471 | ||
3af8af43 JB |
8472 | 2015-01-15 Joel Brobecker <brobecker@adacore.com> |
8473 | ||
8474 | GDB 7.8.2 released. | |
8475 | ||
bafffb51 JB |
8476 | 2015-01-15 Joel Brobecker <brobecker@adacore.com> |
8477 | ||
8478 | * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel | |
8479 | ___XA type if the array has already been fixed. | |
8480 | ||
cdf43629 YQ |
8481 | 2015-01-14 Yao Qi <yao@codesourcery.com> |
8482 | ||
8483 | * Makefile.in (ppc-linux.o): New rule. | |
8484 | * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o. | |
8485 | * configure.ac: AC_CHECK_FUNCS(getauxval). | |
8486 | * config.in: Re-generated. | |
8487 | * configure: Re-generated. | |
8488 | * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p): | |
8489 | Declare. | |
8490 | * nat/ppc-linux.c: New file. | |
8491 | * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]: | |
8492 | Call ppc64_64bit_inferior_p. | |
8493 | ||
514c5338 YQ |
8494 | 2015-01-14 Yao Qi <yao@codesourcery.com> |
8495 | ||
8496 | * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to | |
8497 | nat/ppc-linux.h. | |
8498 | (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise. | |
8499 | (PPC_FEATURE_HAS_DFP): Likewise. | |
8500 | (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise. | |
8501 | (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise. | |
8502 | (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise. | |
8503 | Include "nat/ppc-linux.h". | |
8504 | * nat/ppc-linux.h: New file. | |
8505 | * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h. | |
8506 | ||
5589af0e PA |
8507 | 2015-01-14 Pedro Alves <palves@redhat.com> |
8508 | ||
8509 | PR gdb/17525 | |
8510 | * breakpoint.c: Include "interps.h". | |
8511 | (bpstat_do_actions_1): Also check whether the interpreter is | |
8512 | async. | |
8513 | ||
6c400b59 PA |
8514 | 2015-01-14 Pedro Alves <palves@redhat.com> |
8515 | ||
8516 | PR cli/17828 | |
8517 | * infrun.c (reinstall_readline_callback_handler_cleanup): Don't | |
8518 | reinstall if the interpreter is sync. | |
8519 | ||
e02c96a7 DE |
8520 | 2015-01-13 Doug Evans <dje@google.com> |
8521 | ||
8522 | * objfiles.c (objfile_filename): New function. | |
8523 | * objfiles.h (objfile_filename): Declare it. | |
8524 | (objfile_name): Add function comment. | |
8525 | * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the | |
8526 | bfd file name (which may be realpath'd), and the original name. | |
8527 | ||
3b2f13ff JB |
8528 | 2015-01-13 Joel Brobecker <brobecker@adacore.com> |
8529 | ||
8530 | * NEWS: Create a new section for the next release branch. | |
8531 | Rename the section of the current branch, now that it has | |
8532 | been cut. | |
8533 | ||
b4cfe7f8 JB |
8534 | 2015-01-13 Joel Brobecker <brobecker@adacore.com> |
8535 | ||
8536 | GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37): | |
8537 | * version.in: Bump version to 7.9.50.DATE-cvs. | |
8538 | ||
92fc2e69 JB |
8539 | 2015-01-13 Joel Brobecker <brobecker@adacore.com> |
8540 | ||
8541 | * nat/linux-procfs.c (linux_proc_attach_tgid_threads): | |
8542 | Remove trailing new-line in argument of call to warning. | |
8543 | ||
f71f0b0d JB |
8544 | 2015-01-13 Joel Brobecker <brobecker@adacore.com> |
8545 | ||
8546 | * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing | |
8547 | new-line in argument of call to "warning". | |
8548 | ||
04dccad0 JB |
8549 | 2015-01-13 Joel Brobecker <brobecker@adacore.com> |
8550 | ||
8551 | * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found | |
8552 | in static block, then try searching for primitive types. | |
8553 | ||
08b13bdd PP |
8554 | 2015-01-12 Patrick Palka <patrick@parcs.ath.cx> |
8555 | ||
8556 | * top.h (gdb_add_history): Declare. | |
8557 | * top.c (command_count): New variable. | |
8558 | (gdb_add_history): New function. | |
8559 | (gdb_safe_append_history): New static function. | |
8560 | (quit_force): Call it. | |
8561 | (command_line_input): Use gdb_add_history instead of | |
8562 | add_history. | |
8563 | * event-top.c (command_line_handler): Likewise. | |
8564 | ||
4ac15b59 JC |
8565 | 2015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch) |
8566 | ||
8567 | PR gdb/17046 | |
8568 | * darwin-nat.c: Replace <machine/setjmp.h> #include by | |
8569 | <setjmp.h> #include. | |
8570 | ||
005e54bb DE |
8571 | 2015-01-11 Doug Evans <xdje42@gmail.com> |
8572 | ||
8573 | * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME. | |
8574 | ||
439250fb DE |
8575 | 2015-01-11 Doug Evans <xdje42@gmail.com> |
8576 | ||
8577 | PR gdb/15830 | |
8578 | * NEWS: The "maint demangle" command is renamed as "demangle". | |
8579 | * demangle.c: #include cli/cli-utils.h, language.h. | |
8580 | (demangle_command): New function. | |
8581 | (_initialize_demangle): Add new command "demangle". | |
8582 | * maint.c (maintenance_demangle): Stub out. | |
8583 | (_initialize_maint_cmds): Update help text for "maint demangle", | |
8584 | and mark as deprecated. | |
8585 | ||
ebf3aa72 MK |
8586 | 2015-01-11 Mark Kettenis <kettenis@gnu.org> |
8587 | ||
8588 | * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that | |
8589 | inferior_thread is a function. | |
8590 | ||
6bf045cd PP |
8591 | 2015-01-09 Patrick Palka <patrick@parcs.ath.cx> |
8592 | ||
8593 | * Makefile.in (.y.c): Don't munge yacc's #line | |
8594 | directives. | |
8595 | ||
588dcc3e PP |
8596 | 2015-01-09 Patrick Palka <patrick@parcs.ath.cx> |
8597 | ||
8598 | * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper | |
8599 | to prompt for input. | |
8600 | * tui/tui-hooks.c (tui_query_hook): Remove. | |
8601 | (tui_install_hooks): Don't set deprecated_query_hook. | |
8602 | * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in | |
8603 | height calculation. Always update the command window's cur_line. | |
8604 | ||
9c02b525 PA |
8605 | 2015-01-09 Pedro Alves <palves@redhat.com> |
8606 | ||
8607 | * breakpoint.c (hardware_breakpoint_inserted_here_p): New | |
8608 | function. | |
8609 | * breakpoint.h (hardware_breakpoint_inserted_here_p): New | |
8610 | declaration. | |
8611 | * linux-nat.c (linux_nat_status_is_event): Move higher up in file. | |
8612 | (linux_resume_one_lwp): Store the thread's PC. Adjust to clear | |
8613 | stop_reason. | |
8614 | (check_stopped_by_watchpoint): New function. | |
8615 | (save_sigtrap): Reimplement. | |
8616 | (linux_nat_stopped_by_watchpoint): Adjust. | |
8617 | (linux_nat_lp_status_is_event): Delete. | |
8618 | (stop_wait_callback): Only call save_sigtrap after storing the | |
8619 | pending status. | |
8620 | (status_callback): If the thread had been stopped for a breakpoint | |
8621 | that has since been removed, discard the event and resume the LWP. | |
8622 | (count_events_callback, select_event_lwp_callback): Use | |
8623 | lwp_status_pending_p instead of linux_nat_lp_status_is_event. | |
8624 | (cancel_breakpoint): Rename to ... | |
8625 | (check_stopped_by_breakpoint): ... this. Record whether the LWP | |
8626 | stopped for a software breakpoint or hardware breakpoint. | |
8627 | (select_event_lwp): Only give preference to the stepping LWP in | |
8628 | all-stop mode. Adjust comments. | |
8629 | (stop_and_resume_callback): Remove references to new_pending_p. | |
8630 | (linux_nat_filter_event): Likewise. Leave exit events of the | |
8631 | leader thread pending here. Handle signal short circuiting here. | |
8632 | Only call save_sigtrap after storing the pending waitstatus. | |
8633 | (linux_nat_wait_1): Remove 'retry' label. Remove references to | |
8634 | new_pending. Don't handle leaving events the caller is not | |
8635 | interested in pending here, nor handle signal short-circuiting | |
8636 | here. Also give equal priority to all LWPs that have had events | |
8637 | in non-stop mode. If reporting a software breakpoint event, | |
8638 | unadjust the LWP's PC. | |
8639 | * linux-nat.h (enum lwp_stop_reason): New. | |
8640 | (struct lwp_info) <stop_pc>: New field. | |
8641 | (struct lwp_info) <stopped_by_watchpoint>: Delete field. | |
8642 | (struct lwp_info) <stop_reason>: New field. | |
8643 | * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust. | |
8644 | ||
8af756ef PA |
8645 | 2015-01-09 Pedro Alves <palves@redhat.com> |
8646 | ||
8647 | * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>: | |
8648 | Set the LWP's 'resumed' flag. | |
8649 | ||
8a99810d PA |
8650 | 2015-01-09 Pedro Alves <palves@redhat.com> |
8651 | ||
8652 | * linux-nat.c (linux_resume_one_lwp): New function. | |
8653 | (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp. | |
8654 | (linux_nat_resume): Use lwp_status_pending_p and | |
8655 | linux_resume_one_lwp. | |
8656 | (linux_handle_syscall_trap): Use linux_resume_one_lwp. | |
8657 | (linux_handle_extended_wait): Use linux_resume_one_lwp. | |
8658 | (status_callback, running_callback): Use lwp_status_pending_p. | |
8659 | (lwp_status_pending_p): New function. | |
8660 | (stop_and_resume_callback): Use lwp_status_pending_p. | |
8661 | (linux_nat_filter_event): Use linux_resume_one_lwp. | |
8662 | (linux_nat_wait_1): Always use status_callback to look for an LWP | |
8663 | with a pending status. Use linux_resume_one_lwp. | |
8664 | (resume_stopped_resumed_lwps): Use lwp_status_pending_p and | |
8665 | linux_resume_one_lwp. | |
8666 | ||
f7ce857f PA |
8667 | 2015-01-09 Pedro Alves <palves@redhat.com> |
8668 | ||
8669 | * breakpoint.c (bp_location_inserted_here_p): New function, | |
8670 | factored out from ... | |
8671 | (breakpoint_inserted_here_p): ... here. Use | |
8672 | ALL_BP_LOCATIONS_AT_ADDR. | |
8673 | (software_breakpoint_inserted_here_p): Use | |
8674 | bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR. | |
8675 | ||
c1a747c1 PA |
8676 | 2014-01-09 Pedro Alves <palves@redhat.com> |
8677 | ||
8678 | Skip enabling event reporting if the kernel supports | |
8679 | PTRACE_EVENT_CLONE. | |
8680 | * linux-thread-db.c: Include "nat/linux-ptrace.h". | |
8681 | (thread_db_use_events): New function. | |
8682 | (try_thread_db_load_1): Check thread_db_use_events before enabling | |
8683 | event reporting. | |
8684 | (update_thread_state): New function. | |
8685 | (attach_thread): Use it. Check thread_db_use_events before | |
8686 | enabling event reporting. | |
8687 | (thread_db_detach): Check thread_db_use_events before disabling | |
8688 | event reporting. | |
8689 | (find_new_threads_callback): Check thread_db_use_events before | |
8690 | enabling event reporting. Update the thread's state if not using | |
8691 | libthread_db events. | |
8692 | ||
a33e3959 PA |
8693 | 2015-01-09 Pedro Alves <palves@redhat.com> |
8694 | ||
8695 | * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're | |
8696 | about to wait for is > 0. | |
8697 | * linux-thread-db.c (find_new_threads_callback): Ignore thread if | |
8698 | the kernel thread ID is -1. | |
8699 | ||
8784d563 PA |
8700 | 2015-01-09 Pedro Alves <palves@redhat.com> |
8701 | ||
8702 | * linux-nat.c (attach_proc_task_lwp_callback): New function. | |
8703 | (linux_nat_attach): Use linux_proc_attach_tgid_threads. | |
8704 | (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's | |
8705 | ptrace option flags. | |
8706 | * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New | |
8707 | field. | |
8708 | * nat/linux-procfs.c: Include <dirent.h>. | |
8709 | (linux_proc_get_int): New parameter "warn". Handle it. | |
8710 | (linux_proc_get_tgid): Adjust. | |
8711 | (linux_proc_get_tracerpid): Rename to ... | |
8712 | (linux_proc_get_tracerpid_nowarn): ... this. | |
8713 | (linux_proc_pid_get_state): New function, factored out from | |
8714 | (linux_proc_pid_has_state): ... this. Add new parameter "warn" | |
8715 | and handle it. | |
8716 | (linux_proc_pid_is_gone): New function. | |
8717 | (linux_proc_pid_is_stopped): Adjust. | |
8718 | (linux_proc_pid_is_zombie_maybe_warn) | |
8719 | (linux_proc_pid_is_zombie_nowarn): New functions. | |
8720 | (linux_proc_pid_is_zombie): Use | |
8721 | linux_proc_pid_is_zombie_maybe_warn. | |
8722 | (linux_proc_attach_tgid_threads): New function. | |
8723 | * nat/linux-procfs.h (linux_proc_get_tgid): Update comment. | |
8724 | (linux_proc_get_tracerpid): Rename to ... | |
8725 | (linux_proc_get_tracerpid_nowarn): ... this, and update comment. | |
8726 | (linux_proc_pid_is_gone): New declaration. | |
8727 | (linux_proc_pid_is_zombie): Update comment. | |
8728 | (linux_proc_pid_is_zombie_nowarn): New declaration. | |
8729 | (linux_proc_attach_lwp_func): New typedef. | |
8730 | (linux_proc_attach_tgid_threads): New declaration. | |
8731 | * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to | |
8732 | use nowarn functions. | |
8733 | (linux_ptrace_attach_fail_reason_string): Move here from | |
8734 | gdbserver/linux-low.c and rename. | |
8735 | (ptrace_supports_feature): If the current ptrace options are not | |
8736 | known yet, check them now, instead of asserting. | |
8737 | * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string): | |
8738 | Declare. | |
8739 | ||
883ed13e PA |
8740 | 2015-01-09 Pedro Alves <palves@redhat.com> |
8741 | ||
8742 | * linux-thread-db.c (thread_db_find_new_threads_silently) | |
8743 | (try_thread_db_load_1, try_thread_db_load, thread_db_load_search) | |
8744 | (find_new_threads_once): Print debug output on gdb_stdlog. | |
8745 | ||
1710aab8 CG |
8746 | 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com> |
8747 | Pedro Alves <palves@redhat.com> | |
8748 | ||
8749 | * compile/compile.c: Include "gdb_wait.h". | |
8750 | (do_rmdir): Check return value, and free 'zap'. | |
8751 | ||
b597c318 YQ |
8752 | 2015-01-08 Pedro Alves <palves@redhat.com> |
8753 | Yao Qi <yao@codesourcery.com> | |
8754 | ||
8755 | * dwarf2loc.c (indirect_pieced_value): Don't call | |
8756 | gdb_sign_extend. Call extract_signed_integer instead. | |
8757 | * utils.c (gdb_sign_extend): Remove. | |
8758 | * utils.h (gdb_sign_extend): Remove declaration. | |
8759 | ||
025ac414 PM |
8760 | 2015-01-07 Pierre Muller <muller@sourceware.org> |
8761 | ||
8762 | PR symtab/17811 | |
8763 | * stabsread.c (define_symbol): Set language for C++ special symbols. | |
8764 | ||
fa5af12a PP |
8765 | 2015-01-07 Patrick Palka <patrick@parcs.ath.cx> |
8766 | ||
8767 | * inflow.c (initial_gdb_ttystate): Tweak comment. | |
8768 | ||
ea42d6f8 JB |
8769 | 2015-01-07 Joel Brobecker <brobecker@adacore.com> |
8770 | ||
8771 | * inflow.c (set_initial_gdb_ttystate): Add empty line after | |
8772 | comment documenting function. | |
8773 | ||
6a06d660 PP |
8774 | 2015-01-07 Patrick Palka <patrick@parcs.ath.cx> |
8775 | ||
8776 | * terminal.h (set_initial_gdb_ttystate): Declare. | |
8777 | * inflow.c (initial_gdb_ttystate): New static variable. | |
8778 | (set_initial_gdb_ttystate): New setter. | |
8779 | (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate | |
8780 | instead of our current terminal state. | |
8781 | * top.c (gdb_init): Call set_initial_gdb_ttystate. | |
8782 | ||
e810d75b JB |
8783 | 2015-01-07 Joel Brobecker <brobecker@adacore.com> |
8784 | ||
8785 | * guile/scm-type.c (tyscm_array_1): Add comment. | |
8786 | * python/py-type.c (typy_array_1): Add comment. | |
8787 | ||
fce10a84 JB |
8788 | 2015-01-06 Joel Brobecker <brobecker@adacore.com> |
8789 | ||
8790 | * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range | |
8791 | error if N2 is equal to N1 - 1. | |
8792 | ||
8503d6e1 JB |
8793 | 2015-01-06 Joel Brobecker <brobecker@adacore.com> |
8794 | ||
8795 | * python/py-type.c (typy_array_1): Do not raise negative-length | |
8796 | exception if N2 is equal to N1 - 1. | |
8797 | ||
4d29c0a8 DE |
8798 | 2015-01-03 Doug Evans <xdje42@gmail.com> |
8799 | ||
8800 | * c-exp.y: Whitespace cleanup. | |
8801 | (classify_inner_name): Remove extra ;. | |
8802 | ||
eaa6a9a4 MR |
8803 | 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com> |
8804 | ||
8805 | * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack | |
8806 | offset signed. | |
8807 | ||
02fe9972 DE |
8808 | 2015-01-02 Doug Evans <dje@google.com> |
8809 | ||
8810 | * dwarf2read.c (setup_type_unit_groups): Remove outdated comment. | |
8811 | ||
e2ada9cb DE |
8812 | 2015-01-02 Doug Evans <dje@google.com> |
8813 | ||
8814 | * symtab.h (struct symbol): Fix typo in comment. | |
8815 | ||
32d0add0 JB |
8816 | 2015-01-01 Joel Brobecker <brobecker@adacore.com> |
8817 | ||
8818 | Update year range in copyright notice of all files. | |
8819 | ||
76f2b779 JB |
8820 | 2015-01-01 Joel Brobecker <brobecker@adacore.com> |
8821 | ||
8822 | * top.c (print_gdb_version): Update copyright year to 2015. | |
8823 | ||
077309e2 | 8824 | 2015-01-01 Joel Brobecker <brobecker@adacore.com> |
6bf6fd09 | 8825 | |
077309e2 | 8826 | * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014. |
6bf6fd09 | 8827 | |
077309e2 | 8828 | For older changes see ChangeLog-2014. |
c906108c SS |
8829 | \f |
8830 | Local Variables: | |
8831 | mode: change-log | |
8832 | left-margin: 8 | |
8833 | fill-column: 74 | |
8834 | version-control: never | |
57da7796 | 8835 | coding: utf-8 |
c906108c | 8836 | End: |