]> Git Repo - binutils.git/blob - gdb/ChangeLog
* breakpoint.c (save_breakpoints): Verify whether
[binutils.git] / gdb / ChangeLog
1 2011-04-13  Thiago Jung Bauermann  <[email protected]>
2
3         * breakpoint.c (save_breakpoints): Verify whether
4         breakpoint_ops.print_recreate is defined before calling it.
5
6 2011-04-11  Gary Benson  <[email protected]>
7
8         Fix failure with --enable-maintainer-mode.
9         * Makefile.in (aclocal_m4_deps): Updated gnulib dependencies.
10
11 2011-04-09  Jan Kratochvil  <[email protected]>
12
13         Code cleanup.
14         * symtab.c (search_symbols): Reorder the KIND description in the
15         function comment.  Remove the unused 4th element of types, types2,
16         types3 and types4.  New gdb_assert on KIND.
17         (symtab_symbol_info): Remove the unused 4th element of classnames.
18         New gdb_assert on KIND.
19         * symtab.h (enum search_domain): New warning in the enum comment.
20         Assign numbers to the elements VARIABLES_DOMAIN, FUNCTIONS_DOMAIN and
21         TYPES_DOMAIN.
22
23 2011-04-09  Jan Kratochvil  <[email protected]>
24
25         Fix crash of gdb save-index on a STABS file.
26         * dwarf2read.c (write_psymtabs_to_index): Return also on no
27         PSYMTABS_ADDRMAP.
28
29 2011-04-09  Jan Kratochvil  <[email protected]>
30
31         Fix DW_AT_accessibility compatibility with gcc-4.6+.
32         * dwarf2read.c: Include ctype.h.
33         (producer_is_gxx_lt_4_6, dwarf2_default_access_attribute): New
34         functions.
35         (dwarf2_add_field): Fix new_field->accessibility by calling
36         dwarf2_default_access_attribute.  Restructure setting accessibility
37         vs. virtuality.
38         (dwarf2_add_member_fn): New variable accessibility.  Fix fnp
39         is_private and is_protected by calling
40         dwarf2_default_access_attribute.
41
42 2011-04-08  Kevin Buettner  <[email protected]>
43
44         * rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
45         to the initialization.
46
47 2011-04-08  Steve Ellcey  <[email protected]>
48
49         * Add default_frame_unwind_stop_reason value to libunwind_frame_unwind
50         initalization.
51
52 2011-04-07  Pierre Muller  <[email protected]>
53
54         Remove support for old Cygwin 1.5 versions.
55         * remote-fileio.c: Remove macros used to emulate new cygwin_conv_path
56         function on old Cygwin version.
57         * windows-nat.c: Remove cygwin version check and always define
58         __USEWIDE for Cygwin compilation.
59
60 2011-04-07  Yao Qi  <[email protected]>
61
62         * arm-linux-tdep.c (arm_linux_copy_svc): Remove parameters INSN
63         and TO.
64         * arm-tdep.c (cleanup_svc): Handle variable instruction size.
65         (arm_copy_svc): Remove parameters INSN and TO.
66         (decode_svc_copro): Update caller.
67         * arm-tdep.h (struct displaced_step_closure): Remove parameters
68         from function pointer `copy_svc_os'.
69
70 2011-04-07  Yao Qi  <[email protected]>
71
72         * arm-tdep.c (cleanup_branch): Set a correct return address in
73         LR for ARM and Thumb.
74
75 2011-04-06  Jan Kratochvil  <[email protected]>
76
77         Code cleanup.
78         * dictionary.c (dict_hash): Use SYMBOL_HASH_NEXT.
79         * dwarf2read.c (mapped_index_string_hash): Refer to SYMBOL_HASH_NEXT
80         in the function comment, a new note on values compatibility.
81         * minsyms.c (msymbol_hash_iw, msymbol_hash): Use SYMBOL_HASH_NEXT.
82         * symtab.h (SYMBOL_HASH_NEXT): New.
83
84 2011-04-06  Thiago Jung Bauermann  <[email protected]>
85
86         * ppc-linux-nat.c (check_condition): Add len output parameter.
87         Set it based on the memory region referenced in the condition
88         expression.  Update all callers.
89
90 2011-04-06  Jan Kratochvil  <[email protected]>
91
92         Fix crash regression on systems featuring .gdb_index.
93         * objfiles.c (free_objfile): Move the
94         forget_cached_source_info_for_objfile call earlier.  Comment it.
95         Extend the comment for objfile_free_data.
96
97 2011-04-06  Jan Kratochvil  <[email protected]>
98
99         Fix regression of displaying the debug format.
100         * buildsym.c (end_symtab): Set symtab's debugformat and producer from
101         subfile.
102
103 2011-04-04  Tom Tromey  <[email protected]>
104
105         * cli/cli-interp.c (struct captured_execute_command_args):
106         Remove.
107         (do_captured_execute_command): Remove.
108         (safe_execute_command): Use TRY_CATCH.
109         * cli/cli-script.c (struct wrapped_read_command_file_args):
110         Remove.
111         (wrapped_read_command_file): Remove.
112         (script_from_file): Use TRY_CATCH.
113         * exceptions.c (catch_exception): Remove.
114         * exceptions.h (catch_exception): Remove.
115         (deprecated_throw_reason): Update comment.
116         * mi/mi-main.c (captured_mi_execute_command): Change 'data'
117         argument to 'context'.
118         (mi_execute_command): Use TRY_CATCH.
119         * remote.c (struct start_remote_args): Remove.
120         (remote_start_remote): Update; change arguments.
121         (remote_open_1): Use TRY_CATCH.
122
123 2011-04-04  Tom Tromey  <[email protected]>
124
125         * tracepoint.c (scope_info): Update.
126         * symtab.c (decode_line_spec): Update.
127         * python/python.c (gdbpy_decode_line): Update.
128         * linespec.h (decode_line_1): Update.
129         * linespec.c (decode_line_1): Remove 'not_found_ptr' argument.
130         (decode_compound, find_method, symtab_from_filename)
131         (decode_variable): Likewise.
132         * cli/cli-cmds.c (edit_command): Update.
133         (list_command): Update.
134         * breakpoint.c (parse_breakpoint_sals): Remove 'not_found_ptr'
135         argument.
136         (create_breakpoint): Update.
137         (until_break_command): Update.
138         (addr_string_to_sals): Update.
139         (decode_line_spec_1): Update.
140
141 2011-04-04  Tom Tromey  <[email protected]>
142
143         * breakpoint.c (struct captured_parse_breakpoint_args): Remove.
144         (do_captured_parse_breakpoint): Remove.
145         (create_breakpoint): `e' is now volatile.  Remove `parse_args'.
146         Use TRY_CATCH directly.
147
148 2011-04-04  Tom Tromey  <[email protected]>
149
150         * symtab.h (free_symtab): Remove.
151         (forget_cached_source_info_for_objfile): Declare.
152         * symmisc.c (free_symtab): Remove.
153         * source.c (forget_cached_source_info_for_objfile): New function.
154         (forget_cached_source_info): Use it.
155         * objfiles.c (free_objfile): Simplify check before calling
156         clear_current_source_symtab_and_line.  Call
157         forget_cached_source_info_for_objfile.
158
159 2011-04-04  Tom Tromey  <[email protected]>
160
161         * mdebugread.c (psymtab_to_symtab_1): Copy linetable to obstack.
162         (new_symtab): Don't set `free_code' on symtab.
163         (new_linetable): Properly handle size==0.
164         * symtab.h (struct symtab) <free_code, free_func>: Remove.
165         * symmisc.c (free_symtab): Don't free the linetable.  Don't call
166         free_func.
167         * jv-lang.c (struct jv_per_objfile_data): New.
168         (jv_per_objfile_free): Free the data.
169         (get_dynamics_objfile): Allocate a jv_per_objfile_data.
170         (get_java_class_symtab): Set the `dict' field on the
171         jv_per_objfile_data.
172         (free_class_block): Remove.
173         * buildsym.c (end_symtab): Don't set `free_code' or `free_func' on
174         the symtab.
175
176 2011-04-04  Tom Tromey  <[email protected]>
177
178         * symfile.c (reread_symbols): Update.
179         * objfiles.h (struct objfile) <cp_namespace_symtab>: Remove
180         field.
181         * objfiles.c (allocate_objfile): Update.
182         * cp-support.h (cp_check_possible_namespace_symbols): Don't
183         declare.
184         * cp-namespace.c (lookup_symbol_file): Don't call
185         lookup_possible_namespace_symbol.
186         (initialize_namespace_symtab, get_possible_namespace_block)
187         (free_namespace_block, cp_check_possible_namespace_symbols)
188         (check_possible_namespace_symbols_loop)
189         (check_one_possible_namespace_symbol)
190         (lookup_possible_namespace_symbol): Remove.
191         (maintenance_cplus_namespace): Replace with notice.
192         (_initialize_cp_namespace): Deprecate `maint cplus namespace'.
193
194 2011-04-04  Tom Tromey  <[email protected]>
195
196         * xcoffread.c (read_xcoff_symtab): Make `debugfmt' const.
197         * symtab.h (struct symtab) <producer, debugformat>: Now const.
198         * symmisc.c (free_symtab): Don't free debugformat.
199         * buildsym.h (struct subfile) <producer, debugformat>: Now const.
200         (record_debugformat, record_producer): Document.
201         * buildsym.c (end_symtab): Don't save debugformat and producer
202         names on obstack.
203         (end_symtab): Don't free debugformat and producer fields.
204         (record_debugformat): Don't call xstrdup.
205         (record_producer): Likewise.
206
207 2011-04-04  Tom Tromey  <[email protected]>
208
209         * source.c (find_source_lines): Remove LSEEK_NOT_LINEAR code.
210         (source_line_charpos, source_charpos_line): Remove.
211
212 2011-04-04  Tom Tromey  <[email protected]>
213
214         * symtab.h (domain_enum): Split in two...
215         (enum search_domain): New.
216         (search_symbols): Update.
217         * symtab.c (print_symbol_info, symtab_symbol_info): Remove
218         redundant declarations.
219         (search_symbols): Change 'kind' argument to search_domain.
220         Update.
221         (print_symbol_info): Likewise.
222         (symtab_symbol_info): Likewise.
223         * symfile.h (struct quick_symbol_functions)
224         <pre_expand_symtabs_matching>: Change type of 'kind' argument.
225         <expand_symtabs_matching>: Likewise.
226         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Update.
227         (expand_symtabs_matching_via_partial): Update.
228         * dwarf2read.c (dw2_pre_expand_symtabs_matching): Update.
229         (dw2_expand_symtabs_for_function): Update.
230         * block.h: Moved anonymous enum...
231         * defs.h (enum block_enum): ... here.  Now named.
232
233 2011-04-03  Joel Brobecker  <[email protected]>
234
235         GDB 7.3 branch created (branch timestamp: 2011-04-01 01:00 UTC)
236         * version.in: Bump version to 7.3.50.20110403-cvs.
237
238 2011-04-03  Joel Brobecker  <[email protected]>
239
240         * NEWS: Create a new section for the next release branch.
241         Rename the section of the current branch, now that it has
242         been cut.
243
244 2011-04-01  Ulrich Weigand  <[email protected]>
245
246         * arm-tdep.c (arm_gdbarch_init): Enfore correct register number
247         for "fpscr" in target description.
248
249 2011-04-01  Jan Kratochvil  <[email protected]>
250
251         * dwarf2read.c (find_slot_in_mapped_hash): New variable back_to,
252         initialize it.  Delay HASH initialization.  Strip the part after open
253         parenthesis for languages with qualifiers.  Call do_cleanups.
254
255 2011-04-01  Tom Tromey  <[email protected]>
256
257         * utils.c (report_command_stats): Don't print `-' for negative
258         number.
259
260 2011-04-01  Eric Botcazou  <[email protected]>
261
262         * ada-lang.c (ada_is_simple_array_type, ada_value_slice_from_ptr)
263         (ada_value_slice, empty_array, to_fixed_array_type): Deal with
264         typedefs.
265
266 2011-04-01  Joel Brobecker  <[email protected]>
267
268         * breakpoint.h (bpdisp_text): Add declaration.
269         * breakpoint.c (bpdisp_text): Make non-static.
270         * ada-lang.c: #include "mi/mi-common.h".
271         (print_it_exception): Rewrite to improve GDB/MI output.
272
273 2011-04-01  Pedro Alves  <[email protected]>
274
275         * arm-tdep.h (struct address_space): Add forward declaration.
276
277 2011-04-01  Ulrich Weigand  <[email protected]>
278
279         * arm-tdep.h (arm_insert_single_step_breakpoint): Add prototype.
280         * arm-tdep.c (arm_override_mode): New global.
281         (arm_pc_is_thumb): Respect arm_override_mode.  Remove single-step
282         execution mode heuristics.
283         (thumb_get_next_pc_raw): Remove INSERT_BKTP argument; always insert
284         second single-step breakpoint if needed, using
285         arm_insert_single_step_breakpoint.
286         (arm_get_next_pc_raw): Remove INSERT_BKTP argument.  Only handle
287         ARM execution mode, do not call thumb_get_next_pc_raw.
288         (arm_get_next_pc): Encode execution mode in return value.  Call
289         either arm_get_next_pc_raw or thumb_get_next_pc_raw.
290         (arm_insert_single_step_breakpoint): New function.
291         (arm_software_single_step): Call it.
292         * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): Add IS_THUMB
293         argument to return execution mode of sigreturn target.
294         (arm_linux_syscall_next_pc): Use it.
295         (arm_linux_copy_svc): Update call.
296         (arm_linux_software_single_step): Call
297         arm_insert_single_step_breakpoint.
298
299 2011-03-31  Jan Kratochvil  <[email protected]>
300
301         * dwarf2read.c (dwarf2_read_index): Fix .gdb_index version number in
302         the comment.
303
304 2011-03-31  Tom Tromey  <[email protected]>
305
306         * varobj.c (update_dynamic_varobj_children): Properly handle
307         errors from iterator.
308
309 2011-03-31  Jan Kratochvil  <[email protected]>
310
311         * dwarf2read.c (dwarf2_name): Initialize DEMANGLED.  Avoid demangling
312         struct linkage name twice.
313
314 2011-03-31  Tom Tromey  <[email protected]>
315
316         * python/py-prettyprint.c (print_stack_unless_memory_error): Add
317         missing ">" to message.
318
319 2011-03-31  Tom Tromey  <[email protected]>
320
321         * varobj.c (instantiate_pretty_printer): Remove duplicate
322         'return'.
323
324 2011-03-31  Ulrich Weigand  <[email protected]>
325
326         * i386-tdep.c (i386_frame_prev_register): Unwind SP from memory
327         if neither saved value nor register available (e.g. signal frame).
328
329 2011-03-31  Thiago Jung Bauermann  <[email protected]>
330
331         * macroexp.c (expand): Avoid uninitialized variable
332         compiler warning.
333
334 2011-03-31  Thiago Jung Bauermann  <[email protected]>
335
336         * breakpoint.c (break_range_command): Fix typo in comment.
337
338 2011-03-31  Thiago Jung Bauermann  <[email protected]>
339             Sergio Durigan Junior  <[email protected]>
340
341         Implement support for PowerPC BookE ranged breakpoints.
342         * NEWS: Mention support for ranged breakpoints on embedded PowerPC.
343         * breakpoint.h (struct bp_target_info) <length>: New member
344         variable.
345         (struct breakpoint_ops) <breakpoint_hit>: Take struct bp_location
346         instead of struct breakpoint as argument, and also add ASPACE
347         and BP_ADDR arguments.  Update all callers.
348         (struct breakpoint_ops) <print_one_detail>: New method.
349         (struct breakpoint) <addr_string_range_end>: New member variable.
350         * breakpoint.c (breakpoint_location_address_match): Add function
351         prototype.
352         (insert_bp_location): Set bl->target_info.length.
353         (breakpoint_here_p): Call breakpoint_location_address_match.
354         (moribund_breakpoint_here_p): Likewise.
355         (regular_breakpoint_inserted_here_p): Likewise.
356         (breakpoint_thread_match): Likewise.
357         (bpstat_stop_status): Likewise.
358         (bpstat_check_location): Move call to
359         breakpoint_ops.breakpoint_hit to the top.
360         (print_one_breakpoint_location): Call
361         breakpoint_ops.print_one_detail if available.
362         (breakpoint_address_match_range): New function.
363         (breakpoint_location_address_match): Likewise.
364         (breakpoint_locations_match): Compare the length field of the
365         locations too.
366         (hw_breakpoint_used_count): Count resources used by all locations
367         in a breakpoint, and use breakpoint_ops.resources_needed if
368         available.
369         (breakpoint_hit_ranged_breakpoint): New function.
370         (resources_needed_ranged_breakpoint): Likewise.
371         (print_it_ranged_breakpoint): Likewise.
372         (print_one_ranged_breakpoint): Likewise.
373         (print_one_detail_ranged_breakpoint): Likewise.
374         (print_mention_ranged_breakpoint): Likewise.
375         (print_recreate_ranged_breakpoint): Likewise.
376         (ranged_breakpoint_ops): New structure.
377         (find_breakpoint_range_end): New function.
378         (break_range_command): Likewise.
379         (delete_breakpoint): Free addr_string_range_end.
380         (update_breakpoint_locations): Add SALS_END argument.  Update
381         all callers.  Calculate breakpoint length if a non-zero SALS_END
382         is given.  Call breakpoint_locations_match instead of
383         breakpoint_address_match.
384         (reset_breakpoint): Find SaL of the end of the range if B is a
385         ranged breakpoint.
386         (_initialize_breakpoint): Register break-range command.
387         * defs.h (print_core_address): Add function prototype.
388         * ppc-linux-nat.c (ppc_linux_ranged_break_num_registers): New
389         function.
390         (ppc_linux_insert_hw_breakpoint): Support ranged breakpoints.
391         (ppc_linux_remove_hw_breakpoint): Likewise.
392         (_initialize_ppc_linux_nat): Initialize
393         to_ranged_break_num_registers.
394         * target.c (update_current_target): Add comment about
395         to_ranged_break_num_registers.
396         (target_ranged_break_num_registers): New function.
397         * target.h (struct target_ops) <to_ranged_break_num_registers>:
398         New method.
399         (target_ranged_break_num_registers): Add function prototype.
400         * ui-out.c (ui_out_field_core_addr): Move address-printing logic to ...
401         * utils.c (print_core_address): ... here.
402
403 2011-03-31  Ulrich Weigand  <[email protected]>
404
405         * breakpoint.c (addr_string_to_sals): Avoid uninitialized
406         variable compiler warning.
407
408 2011-03-30  Thiago Jung Bauermann  <[email protected]>
409
410         * breakpoint.c (breakpoint_re_set_one): Factor out breakpoint-resetting
411         code from here ...
412         (re_set_breakpoint): ... to here ...
413         (addr_string_to_sals): ... and here.
414
415 2011-03-29  Pierre Muller  <[email protected]>
416
417         * Makefile.in (SFILES): Add missing C sources.
418         (HFILES_NO_SRCDIR): Remove gdbserver subdirectory headers.
419         Add missing headers.
420
421 2011-03-29  Mike Frysinger  <[email protected]>
422
423         * .gitignore: New file.
424
425 2011-03-29  Mike Frysinger  <[email protected]>
426
427         * NEWS: Mention new cfi device simulation.
428
429 2011-03-29  Tom Tromey  <[email protected]>
430
431         * dwarf2read.c (fixup_partial_die): Handle linkage name on
432         otherwise anonymous types.
433         (dwarf2_name): Likewise.
434         * valops.c (value_struct_elt_for_reference): Refine artificial
435         type logic.  Call error if j==-1.
436
437 2011-03-29  Andreas Tobler  <[email protected]>
438
439         Fix false GCC warning.
440         * infcall.c (find_function_addr): Initialize funaddr.
441
442 2011-03-29  Pierre Muller  <[email protected]>
443
444         Fix mingw compilation with --enable-targets=all.
445         * remote-mips.c (gdb_usleep.h): Include header.
446         (mips_enter_debug): Use gdb_usleep instead of sleep.
447
448 2011-03-28  Jan Kratochvil  <[email protected]>
449
450         Support resolution of STT_GNU_IFUNC via breakpoints.
451         * breakpoint.c (print_it_typical): Support bp_gnu_ifunc_resolver and
452         bp_gnu_ifunc_resolver_return.
453         (bpstat_what): Rename parameter to bs_head, new variable bs, adjust
454         the loop.  Support bp_gnu_ifunc_resolver and
455         bp_gnu_ifunc_resolver_return.  New comment after the loop.  New loop
456         for bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return
457         breakpoints.
458         (bptype_string, print_one_breakpoint_location): Support
459         bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return.
460         (user_settable_breakpoint): Return true also for
461         bp_gnu_ifunc_resolver.
462         (allocate_bp_location): Support bp_gnu_ifunc_resolver and
463         bp_gnu_ifunc_resolver_return.
464         (set_breakpoint_location_function): New parameter explicit_loc,
465         describe it.  Call find_pc_partial_function_gnu_ifunc with new
466         variable IS_GNU_IFUNC and adjust the address for STT_GNU_IFUNC if
467         EXPLICIT_LOC is not set.
468         (set_raw_breakpoint): Set EXPLICIT_LOC for
469         set_breakpoint_location_function.
470         (clone_momentary_breakpoint): Use true for EXPLICIT_LOC of
471         set_breakpoint_location_function.
472         (mention): Support bp_gnu_ifunc_resolver and
473         bp_gnu_ifunc_resolver_return.
474         (add_location_to_breakpoint): Set EXPLICIT_LOC for
475         set_breakpoint_location_function.
476         (update_breakpoint_locations): Remove static.
477         (breakpoint_re_set_one): Support bp_gnu_ifunc_resolver and
478         bp_gnu_ifunc_resolver_return.
479         * breakpoint.h (enum bptype): New fields bp_gnu_ifunc_resolver and
480         bp_gnu_ifunc_resolver_return.
481         (update_breakpoint_locations): New declaration.
482         * elfread.c: Include gdbthread.h and regcache.h.
483         (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop): New
484         functions.
485         (elf_gnu_ifunc_fns): Install them.
486         * minsyms.c (stub_gnu_ifunc_resolver_stop)
487         (stub_gnu_ifunc_resolver_return_stop): New functions.
488         (stub_gnu_ifunc_fns): Install them.
489         * symtab.h (struct gnu_ifunc_fns): New fields gnu_ifunc_resolver_stop
490         and gnu_ifunc_resolver_return_stop.
491         (gnu_ifunc_resolver_stop, gnu_ifunc_resolver_return_stop): New.
492
493 2011-03-28  Jan Kratochvil  <[email protected]>
494
495         STT_GNU_IFUNC reader implementation.
496         * elfread.c: Include gdbtypes.h, value.h and infcall.h.
497         (SYMBOL_GOT_PLT_SUFFIX, elf_rel_plt_read)
498         (elf_objfile_gnu_ifunc_cache_data, struct elf_gnu_ifunc_cache)
499         (elf_gnu_ifunc_cache_hash, elf_gnu_ifunc_cache_eq)
500         (elf_gnu_ifunc_record_cache, elf_gnu_ifunc_resolve_by_cache)
501         (elf_gnu_ifunc_resolve_by_got, elf_gnu_ifunc_resolve_name)
502         (elf_gnu_ifunc_resolve_addr): New.
503         (elf_symfile_read): Call elf_rel_plt_read.
504         (elf_gnu_ifunc_fns): New.
505         (_initialize_elfread): Initialize elf_objfile_gnu_ifunc_cache_data.
506         Install elf_gnu_ifunc_fns.
507         * infcall.c (find_function_return_type): New function.
508         (find_function_addr): Resolve TYPE_GNU_IFUNC functions, if possible.
509         * minsyms.c (stub_gnu_ifunc_resolve_addr)
510         (stub_gnu_ifunc_resolve_name): New functions.
511         (stub_gnu_ifunc_fns, gnu_ifunc_fns_p): New variables.
512         * symtab.h (struct gnu_ifunc_fns, gnu_ifunc_resolve_addr)
513         (gnu_ifunc_resolve_name, gnu_ifunc_fns_p): New.
514
515 2011-03-28  Jan Kratochvil  <[email protected]>
516
517         Code cleanup for later STT_GNU_IFUNC support.
518         * infcall.c (find_function_addr): Remove variable code, use explicit
519         dereferences for it.  Move VALUE_TYPE initialization later.
520
521 2011-03-28  Jan Kratochvil  <[email protected]>
522
523         GDB find_pc_partial_function support for STT_GNU_IFUNC.
524         * blockframe.c (cache_pc_function_is_gnu_ifunc): New variable.
525         (clear_pc_function_cache): Clear it.
526         (find_pc_partial_function): Rename to ...
527         (find_pc_partial_function_gnu_ifunc): ... this function.  New
528         parameter is_gnu_ifunc_p, describe it.  Set *IS_GNU_IFUNC_P.
529         (find_pc_partial_function): New wrapper for this function.
530         * symtab.h (find_pc_partial_function_gnu_ifunc): New declaration.
531
532 2011-03-28  Jan Kratochvil  <[email protected]>
533
534         GDB internal type support for STT_GNU_IFUNC.
535         * elfread.c (record_minimal_symbol): Support mst_text_gnu_ifunc.
536         (elf_symtab_read): Set mst_text_gnu_ifunc for
537         BSF_GNU_INDIRECT_FUNCTION.
538         * eval.c (evaluate_subexp_standard): Support TYPE_GNU_IFUNC.
539         * gdbtypes.c (init_type): Support TYPE_FLAG_GNU_IFUNC,
540         builtin_func_func, nodebug_text_gnu_ifunc_symbol and
541         nodebug_got_plt_symbol.
542         * gdbtypes.h (enum type_flag_value): New entry TYPE_FLAG_GNU_IFUNC.
543         (TYPE_GNU_IFUNC): New.
544         (struct main_type): New field flag_gnu_ifunc.
545         (struct builtin_type): New field builtin_func_func.
546         (struct objfile_type): New fields nodebug_text_gnu_ifunc_symbol and
547         nodebug_got_plt_symbol.
548         * minsyms.c (lookup_minimal_symbol_text): Support mst_text_gnu_ifunc.
549         (in_gnu_ifunc_stub): New.
550         (prim_record_minimal_symbol, find_solib_trampoline_target): Support
551         mst_text_gnu_ifunc.
552         * parse.c (write_exp_msymbol): New variable ifunc_msym.  Detect and
553         support mst_text_gnu_ifunc.  Support mst_slot_got_plt.
554         * solib-svr4.c (svr4_in_dynsym_resolve_code): Return true also for
555         in_gnu_ifunc_stub.
556         * symmisc.c (dump_msymbols): Support mst_text_gnu_ifunc.
557         * symtab.c (search_symbols): Likewise.
558         * symtab.h (enum minimal_symbol_type): New fields mst_text_gnu_ifunc
559         and mst_slot_got_plt.
560         (in_gnu_ifunc_stub): New declaration.
561
562 2011-03-28  Jan Kratochvil  <[email protected]>
563
564         Support a ring of related breakpoints.
565         * breakpoint.c (watchpoint_del_at_next_stop): New, move here code from
566         other functions, add gdb_assert.
567         (update_watchpoint, watchpoint_check): Add gdb_assert.  Use
568         watchpoint_del_at_next_stop.
569         (bpstat_check_watchpoint): Use watchpoint_del_at_next_stop.
570         (bpstat_stop_status): Handle ring in related_breakpoint.
571         (set_raw_breakpoint_without_location): Initialize ring in
572         related_breakpoint.
573         (delete_breakpoint): Handle ring in related_breakpoint, use
574         watchpoint_del_at_next_stop.
575         (map_breakpoint_numbers): Handle ring in related_breakpoint.
576
577 2011-03-28  Tom Tromey  <[email protected]>
578
579         PR symtab/12441:
580         * dwarf2read.c (prepare_one_comp_unit): Don't call set_cu_language
581         with `language_minimal'.
582
583 2011-03-25  Ulrich Weigand  <[email protected]>
584
585         * arm-tdep.c (arm_elf_make_msymbol_special): Use ARM_SYM_BRANCH_TYPE
586         instead of checking for STT_ARM_TFUNC symbol type.
587
588 2011-03-25  Tom Tromey  <[email protected]>
589
590         * linespec.c (symbol_found): Restore line-based result for
591         non-LOC_LABEL symbols.
592
593 2011-03-25  Kai Tietz  <[email protected]>
594
595         * tui/tui-source.c (tui_set_source_content): Use filename_cmp
596         instead of strcmp for comparison.
597         (tui_source_is_displayed): Likewise.
598         * tui/tui-winsource.c (tui_update_breakpoint_info): Likewise.
599
600 2011-03-24  Mark Wielaard  <[email protected]>
601
602         * dwarf2read.c (lookup_signatured_type): Use DW_FORM_ref_sig8 in
603         complaint.
604         (skip_one_die): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
605         (find_partial_die_in_comp_unit): Likewise in comment.
606         (read_attribute_value): Likewise.
607         (lookup_die_type): Likewise.
608         (dwarf_form_name): Likewise.
609         (dump_die_shallow): Likewise.
610         (follow_die_ref_or_sig): Likewise.
611
612 2011-03-24  Tom Tromey  <[email protected]>
613
614         PR breakpoints/11816:
615         * linespec.c (decode_line_1): Parse `function:label' linespecs.
616         (decode_compound): Update.
617         (find_function_symbol): New function.
618         (decode_dollar): Update.
619         (decode_label): Add 'function_symbol' parameter.  Handle
620         function-relative labels.
621         (decode_variable): Update.
622         (symbol_found): Add 'function_symbol' parameter.  Use label's PC,
623         not its line.  Set `special_display' and canonical name for
624         labels.
625
626 2011-03-24  Tom Tromey  <[email protected]>
627
628         * linespec.h (struct linespec_result) <special_display>: New
629         field.
630         * breakpoint.h (struct breakpoint) <display_canonical>: New
631         field.
632         * breakpoint.c (print_breakpoint_location): Respect
633         display_canonical.
634         (create_breakpoint_sal): Add 'display_canonical' parameter.
635         (create_breakpoints_sal): Update.
636         (create_breakpoint): Update.
637
638 2011-03-24  Tom Tromey  <[email protected]>
639
640         * symtab.c (decode_line_spec): Update.
641         * linespec.c (build_canonical_line_spec): Change type of
642         'canonical'.
643         (decode_line_2, decode_line_1, decode_objc, decode_compound)
644         (find_method, decode_all_digits, decode_dollar, decode_label)
645         (symbol_found): Likewise.
646         (init_linespec_result): New function.
647         * breakpoint.c (struct captured_parse_breakpoint_args)
648         <canonical_p>: New field, replaces addr_string_p.
649         (create_breakpoints_sal): Add 'canonical' parameter, replacing
650         'addr_string'.
651         (parse_breakpoint_sals): Likewise.
652         (do_captured_parse_breakpoint): Update.
653         (create_breakpoint): Use struct linespec_result.
654         (until_break_command): Update.
655         (breakpoint_re_set_one): Update.
656         (decode_line_spec_1): Update.
657         * linespec.h (struct linespec_result): New.
658         (init_linespec_result): Declare.
659
660 2011-03-23  Pedro Alves  <[email protected]>
661
662         * regcache.c (regcache_raw_read): If the target didn't supply a
663         given raw register, mark it as unavailable.
664
665 2011-03-23  Kai Tietz  <[email protected]>
666
667         * breakpoint.c (clear_command): Use filename_cmp
668         instead of strcmp for comparison.
669         * buildsym.c (watch_main_source_file_lossage): Likewise.
670         (patch_subfile_names): Use IS_DIR_SEPARATOR instead of
671         checking just for slash.
672         * dbxread.c (read_dbx_symtab): Use lbasename instead of
673         strrchr and filename_cmp instead of strcmp for filenames.
674         (add_old_header_file): Use filename_cmp
675         instead of strcmp for comparison.
676         * exec.c (exec_set_section_address): Likewise.
677         * macrotab.c (macro_lookup_inclusion): Likewise.
678         (macro_lookup_inclusion): Likewise.
679         * elfread.c (_initialize_elfread): Likewise.
680         (elfstab_offset_sections): Likewise.
681         (elfstab_offset_sections): Use lbasename instead of
682         strrchr.
683         * mdebugread.c (parse_partial_symbols): Likewise.
684         (arse_partial_symbols): Use filename_(n)cmp instead of
685         str(n)cmp for comparison.
686         * minsyms.c (lookup_minimal_symbol): Likewise.
687         * psymtab.c (read_psymtabs_with_filename): Likewise.
688         * solib.c (solib_read_symbols): Likewise.
689         (reload_shared_libraries_1): Likewise.
690         * symmisc.c (maintenance_print_symbols): Likewise.
691         * symfile.c (separate_debug_file_exists): Likewise.
692         (reread_symbols): Likewise.
693         (find_separate_debug_file_by_debuglink): Likewise.
694         * remote-fileio.c (remote_fileio_func_rename): Likewise.
695         * source.c (add_path): Likewise.
696         * symtab.c (filename_seen): Likewise.
697         (file_matches): Likewise.
698         (print_symbol_info): Likewise.
699         (maybe_add_partial_symtab_filename): Likewise.
700         (make_source_files_completion_list): Likewise.
701         * xml-syscall.c (init_sysinfo): Likewise.
702         * windows-nat.c (_initialize_check_for_gdb_ini): Use
703         IS_DIR_SEPARATOR for checking for trailing path separator.
704
705 2011-03-22  Jan Kratochvil  <[email protected]>
706
707         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_entry_value.  New
708         label abort_expression.
709         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle
710         DWARF_VALUE_OPTIMIZED_OUT.
711
712 2011-03-22  Jan Kratochvil  <[email protected]>
713
714         Code cleanup.
715         * c-typeprint.c (c_type_print_args): Change parameter show_artificial
716         to linkage_name.  Invert its value.  Update the function comment.
717         (c_type_print_varspec_suffix): Invert it at the caller.
718         * dwarf2read.c (dwarf2_compute_name): Invert it at the caller.
719
720 2011-03-22  Pedro Alves  <[email protected]>
721
722         * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR
723         errors when reading the `stop_pc'.
724         * printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of
725         get_frame_pc.
726
727 2011-03-22  Phil Muldoon  <[email protected]>
728
729         * NEWS: Document gdb.Write stream keyword.
730
731 2011-03-22  Jan Kratochvil  <[email protected]>
732
733         Revert:
734         2011-03-21  Jan Kratochvil  <[email protected]>
735         * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
736         (dwarf2_add_field): Fix new_field->accessibility for
737         cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
738
739 2011-03-22  Phil Muldoon  <[email protected]>
740
741         PR python/12183
742
743         * python/py-function.c (fnpy_call): Treat GdbErrors differently to
744         other error classes.  Do not print stack trace.
745
746 2011-03-21  Jan Kratochvil  <[email protected]>
747
748         * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
749         (dwarf2_add_field): Fix new_field->accessibility for
750         cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
751
752 2011-03-21  Ulrich Weigand  <[email protected]>
753
754         * arm-tdep.c (arm_analyze_prologue): Do not abort parsing when
755         encountering a load via a non-SP register.
756
757 2011-03-21  Ulrich Weigand  <[email protected]>
758
759         * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason
760         field in returned unwinder.
761
762 2012-03-21  Jan Kratochvil  <[email protected]>
763
764         * ada-lang.c (replace_operator_with_call): Copy also GDBARCH.
765
766 2012-03-21  Joel Brobecker  <[email protected]>
767
768         * ada-lang.c (replace_operator_with_call): Use xzalloc instead
769         of xmalloc.
770
771 2012-03-18  Pedro Alves  <[email protected]>
772
773         * frame.c (frame_unwind_register): Throw an error if unwinding the
774         register failed.
775         * get_prev_frame_1 (get_prev_frame_1): Ask the unwinder if there's
776         an unwind stop reason.
777         (frame_stop_reason_string): Handle UNWIND_UNAVAILABLE.
778         * frame.h (enum unwind_stop_reason) <UNWIND_OUTERMOST,
779         UNWIND_UNAVAILABLE>: New.
780         * inline-frame.c (inline_frame_unwind): Install
781         default_frame_unwind_stop_reason.
782         * frame-unwind.c: Include "exceptions.h".
783         (frame_unwind_find_by_frame): Swallow NOT_AVAILABLE_ERROR errors.
784         (default_frame_unwind_stop_reason): New.
785         * frame-unwind.h (frame_unwind_stop_reason_ftype): New typedef.
786         (default_frame_unwind_stop_reason): Declare.
787         (struct frame_unwind) <stop_reason>: New function pointer.
788
789         * dummy-frame.c: Install default_frame_unwind_stop_reason.
790         * dwarf2-frame.c: Include exceptions.h.
791         (struct dwarf2_frame_cache) <unavailable_retaddr>: New field.
792         (dwarf2_frame_cache): Swallow NOT_AVAILABLE_ERROR errors when
793         computing the CFA.  If such an error was thrown, set
794         unavailable_retaddr.
795         (dwarf2_frame_unwind_stop_reason): New.
796         (dwarf2_frame_this_id): Don't build a frame id if the CFA was
797         unavailable.
798         (dwarf2_frame_unwind): Install dwarf2_frame_unwind_stop_reason.
799         (dwarf2_signal_frame_unwind): Ditto.
800
801         * amd64-tdep.c: Include "exceptions.h".
802         (struct amd64_frame_cache): New field "base_p".
803         (amd64_init_frame_cache): Clear it.
804         (amd64_frame_cache_1): New, factored out from amd64_frame_cache.
805         Avoid reading registers with functions that throw if the register
806         is not necessary to compute the frame base.
807         (amd64_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
808         swallowing NOT_AVAILABLE_ERROR.
809         (amd64_frame_unwind_stop_reason): New.
810         (amd64_frame_this_id): Don't build a frame id if the frame base
811         was unavailable.
812         (amd64_frame_unwind): Install amd64_frame_unwind_stop_reason.
813         (amd64_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
814         base_p if the frame base was computable.
815         (amd64_sigtramp_frame_unwind_stop_reason): New.
816         (amd64_sigtramp_frame_this_id): Don't build a frame id if the
817         frame base was unavailable.
818         (amd64_sigtramp_frame_unwind): Install
819         amd64_sigtramp_frame_unwind_stop_reason.
820         (amd64_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
821         base_p if the frame base was computable.
822         (amd64_epilogue_frame_unwind_stop_reason): New.
823         (amd64_epilogue_frame_this_id): Don't build a frame id if the
824         frame base was unavailable.
825         (amd64_epilogue_frame_unwind): Install
826         amd64_epilogue_frame_unwind_stop_reason.
827         * i386-tdep.c: Include "exceptions.h".
828         (struct i386_frame_cache): New field "base_p".
829         (i386_init_frame_cache): Clear it.
830         (i386_frame_cache_1): New, factored out from amd64_frame_cache.
831         Avoid reading registers with functions that throw if the register
832         is not necessary to compute the frame base.
833         (i386_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
834         swallowing NOT_AVAILABLE_ERROR.
835         (i386_frame_unwind_stop_reason): New.
836         (i386_frame_this_id): Don't build a frame id if the frame base was
837         unavailable.
838         (i386_frame_prev_register): Handle unavailable SP.
839         (i386_frame_unwind): Install i386_frame_unwind_stop_reason.
840         (i386_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
841         base_p if the frame base was computable.
842         (i386_epilogue_frame_unwind_stop_reason): New.
843         (i386_epilogue_frame_this_id): Don't build a frame id if the frame
844         base was unavailable.
845         (i386_epilogue_frame_unwind): Install
846         i386_epilogue_frame_unwind_stop_reason.
847         (i386_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
848         base_p if the frame base was computable.
849         (i386_sigtramp_frame_unwind_stop_reason): New.
850         (i386_sigtramp_frame_this_id): Don't build a frame id if the frame
851         base was unavailable.
852         (i386_sigtramp_frame_unwind): Install
853         i386_sigtramp_frame_unwind_stop_reason.
854         * sentinel-frame.c (sentinel_frame_prev_register): Use the value
855         type's size, not the register's.
856         (sentinel_frame_unwind): Install default_frame_unwind_stop_reason.
857
858         * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind): Install
859         default_frame_unwind_stop_reason.
860         * alpha-tdep.c (alpha_sigtramp_frame_unwind)
861         (alpha_heuristic_frame_unwind): Ditto.
862         * amd64obsd-tdep.c (amd64obsd_trapframe_unwind): Ditto.
863         * arm-tdep.c (arm_prologue_unwind, arm_stub_unwind): Ditto.
864         * avr-tdep.c (avr_frame_unwind): Ditto.
865         * cris-tdep.c (cris_sigtramp_frame_unwind, cris_frame_unwind):
866         Ditto.
867         * frv-linux-tdep.c (frv_linux_sigtramp_frame_unwind): Ditto.
868         * frv-tdep.c (frv_frame_unwind): Ditto.
869         * h8300-tdep.c (h8300_frame_unwind): Ditto.
870         * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind): Ditto.
871         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind): Ditto.
872         * hppa-tdep.c (hppa_frame_unwind, hppa_fallback_frame_unwind)
873         (hppa_stub_frame_unwind): Ditto.
874         * i386obsd-tdep.c (i386obsd_trapframe_unwind): Ditto.
875         * ia64-tdep.c (ia64_frame_unwind, ia64_sigtramp_frame_unwind)
876         (ia64_libunwind_frame_unwind)
877         (ia64_libunwind_sigtramp_frame_unwind): Ditto.
878         * iq2000-tdep.c (iq2000_frame_unwind): Ditto.
879         * lm32-tdep.c (lm32_frame_unwind): Ditto.
880         * m32c-tdep.c (m32c_unwind): Ditto.
881         * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_unwind): Ditto.
882         * m32r-tdep.c (m32r_frame_unwind): Ditto.
883         * m68hc11-tdep.c (m68hc11_frame_unwind): Ditto.
884         * m68k-tdep.c (m68k_frame_unwind): Ditto.
885         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_unwind): Ditto.
886         * m88k-tdep.c (m88k_frame_unwind): Ditto.
887         * mep-tdep.c (mep_frame_unwind): Ditto.
888         * microblaze-tdep.c (microblaze_frame_unwind): Ditto.
889         * mips-tdep.c (mips_insn16_frame_unwind, mips_insn32_frame_unwind)
890         (mips_stub_frame_unwind): Ditto.
891         * mn10300-tdep.c (mn10300_frame_unwind): Ditto.
892         * moxie-tdep.c (moxie_frame_unwind): Ditto.
893         * mt-tdep.c (mt_frame_unwind): Ditto.
894         * ppc-linux-tdep.c (ppu2spu_unwind): Ditto.
895         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_unwind): Ditto.
896         * rs6000-tdep.c (rs6000_frame_unwind): Ditto.
897         * s390-tdep.c (s390_frame_unwind, s390_stub_frame_unwind)
898         (s390_sigtramp_frame_unwind): Ditto.
899         * score-tdep.c (score_prologue_unwind): Ditto.
900         * sh-tdep.c (sh_frame_unwind): Ditto.
901         * sh64-tdep.c (sh64_frame_unwind): Ditto.
902         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_unwind): Ditto.
903         * sparc-tdep.c (sparc32_frame_unwind): Ditto.
904         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind): Ditto.
905         * sparc64-tdep.c (sparc64_frame_unwind): Ditto.
906         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_unwind): Ditto.
907         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_unwind): Ditto.
908         * sparc64obsd-tdep.c (sparc64obsd_frame_unwind)
909         (sparc64obsd_trapframe_unwind): Ditto.
910         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_unwind): Ditto.
911         * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_unwind): Ditto.
912         * spu-tdep.c (spu_frame_unwind, spu2ppu_unwind): Ditto.
913         * v850-tdep.c (v850_frame_unwind): Ditto.
914         * vax-tdep.c (vax_frame_unwind): Ditto.
915         * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_unwind): Ditto.
916         * xstormy16-tdep.c (frame_unwind xstormy16_frame_unwind): Ditto.
917         * xtensa-tdep.c (xtensa_unwind): Ditto.
918
919 2011-03-18  Pedro Alves  <[email protected]>
920
921         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Assume
922         there's always a frame.  Use get_frame_pc_if_available instead of
923         get_frame_pc, and if there's no PC available, don't look up a
924         symtab.
925
926 2011-03-18  Pedro Alves  <[email protected]>
927
928         * stack.c (print_frame_local_vars, print_frame_arg_vars): Handle
929         unavailable PC.
930
931 2011-03-18  Pedro Alves  <[email protected]>
932
933         * tracepoint.c (set_traceframe_context): Handle unavailable PC
934         gracefully.
935
936 2011-03-18  Pedro Alves  <[email protected]>
937
938         * frame.h (frame_unwind_caller_pc_if_available): Declare.
939         * frame.c (frame_unwind_caller_pc_if_available): New.
940         * stack.c (frame_info): Handle unavailable PC.
941
942 2011-03-18  Pedro Alves  <[email protected]>
943
944         * frame.c (frame_unwind_pc): Rename to ...
945         (frame_unwind_pc_if_available): ... this.  New `pc' output
946         parameter.  Change return type to int.  Gracefully handle
947         gdbarch_unwind_pc throwing NOT_AVAILABLE_ERROR.  Return 0 if that
948         happened, or 1 otherwise.
949         (frame_unwind_pc): Reimplement on top of
950         frame_unwind_pc_if_available.
951         (get_frame_func): Rename to ...
952         (get_frame_func_if_available): New `pc' output parameter.  Change
953         return type to int.  Gracefully handle the PC not being available.
954         (get_frame_func): Reimplement on top of
955         get_frame_func_if_available.
956         (select_frame): Handle the PC being unavailable.
957         (get_prev_frame): Handle the PC being unavailable.
958         (get_frame_pc_if_available): New.
959         (get_frame_address_in_block_if_available): New.
960         (find_frame_sal): Handle the frame PC not being available.
961         * frame.h (get_frame_pc_if_available): Declare.
962         (get_frame_address_in_block_if_available): Declare.
963         (get_frame_func_if_available): Declare.
964         * stack.c (print_frame_info): Handle the PC being unavailable.
965         (find_frame_funname): Ditto.
966         (print_frame): Handle the PC being unavailable.
967         (get_frame_language): Ditto.
968         * blockframe.c (get_frame_block): Ditto.
969         * macroscope.c (default_macro_scope): Ditto.
970         * tui/tui-stack.c (tui_show_frame_info): Ditto.
971
972 2011-03-18  Pedro Alves  <[email protected]>
973
974         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch
975         NOT_AVAILABLE_ERROR when evaluating the location expression.
976
977 2011-03-18  Pedro Alves  <[email protected]>
978
979         * dwarf2loc.c (read_pieced_value): Handle get_frame_register_bytes
980         returning that the register piece is unavailable/optimized out.
981         (write_pieced_value): Handle get_frame_register_bytes returning
982         that the register piece is unavailable/optimized out when doing a
983         read-modify write of a bitfield.
984         * findvar.c (value_from_register): Handle get_frame_register_bytes
985         returning that the register piece is unavailable/optimized out.
986         * frame.c (get_frame_register_bytes): New parameters `optimizedp'
987         and `unavailablep'.  Throw error on bad debug info.  Use
988         frame_register instead of frame_register_read, to fill in the new
989         arguments.
990         * frame.h (get_frame_register_bytes): New parameters `optimizedp'
991         and `unavailablep'.
992         * valops.c: (value_assign): Adjust, and handle
993         get_frame_register_bytes failing.
994         * spu-tdep.c: Include exceptions.h.
995         (spu_software_single_step): Adjust, and handle
996         get_frame_register_bytes failing.
997         (spu_get_longjmp_target): Ditto.
998         * gdbarch.sh (register_to_value): Change to return int.  New
999         parameters `optimizedp' and `unavailablep'.
1000         * gdbarch.h, gdbarch.c: Regenerate.
1001         * i386-tdep.c (i386_register_to_value): Adjust to new
1002         gdbarch_register_to_value interface.
1003         * i387-tdep.c (i387_register_to_value): Ditto.
1004         * i387-tdep.h (i387_register_to_value): Ditto.
1005         * alpha-tdep.c (alpha_register_to_value): Ditto.
1006         * ia64-tdep.c (ia64_register_to_value): Ditto.
1007         * m68k-tdep.c (m68k_register_to_value): Ditto.
1008         * mips-tdep.c (mips_register_to_value): Ditto.
1009         * rs6000-tdep.c (rs6000_register_to_value): Ditto.
1010
1011 2011-03-18  Pedro Alves  <[email protected]>
1012
1013         * findvar.c (value_of_register): Mark the value as unavailable, if
1014         the register is unavailable.
1015         * frame.h (frame_register_unwind): New `unavailablep' parameter.
1016         (frame_register): New `unavailablep' parameter.
1017         (frame_register_read): Update comment.
1018         * frame.c (frame_register_unwind): New `unavailablep' parameter.
1019         Set it if the register is unavailable.  If the register is
1020         unavailable, clear the output buffer.
1021         (frame_register): New `unavailablep' parameter.  Pass it down.
1022         (frame_unwind_register): Adjust.
1023         (put_frame_register): Adjust.
1024         (frame_register_read): Adjust.  Also return false if the register
1025         is not available.
1026         (frame_register_unwind_location): Adjust.
1027         * sentinel-frame.c (sentinel_frame_prev_register): If the register
1028         is unavailable, mark the value accordingly.
1029         * stack.c (frame_info): Handle unavailable registers.
1030
1031 2011-03-18  Pedro Alves  <[email protected]>
1032
1033         * mi/mi-main.c (register_changed_p): Handle REG_UNAVAILABLE, and
1034         simplify, using regcache_cooked_read.
1035
1036 2011-03-18  Pedro Alves  <[email protected]>
1037
1038         * regcache.h (regcache_raw_read, regcache_raw_read_signed)
1039         (regcache_raw_read_unsigned, regcache_raw_read_signed)
1040         (regcache_raw_read_unsigned, regcache_raw_read_part)
1041         (regcache_cooked_read, regcache_cooked_read_signed)
1042         (regcache_cooked_read_unsigned, regcache_cooked_read_part)
1043         (regcache_cooked_read_ftype): Change return to enum
1044         register_status.
1045         * regcache.c: Include exceptions.h
1046         (regcache_save): Adjust to handle REG_UNAVAILABLE registers.
1047         (do_cooked_read): Change return to enum register_status.  Always
1048         forward to regcache_cooked_read.
1049         (regcache_raw_read): Change return to enum register_status.  If
1050         the register is not REG_VALID, memset the buffer.  Return the
1051         register's status.
1052         (regcache_raw_read_signed): Handle non-REG_VALID registers and
1053         return the register's status.
1054         (regcache_raw_read_unsigned): Ditto.
1055         (regcache_cooked_read): Change return to enum register_status.
1056         Assert that with read-only regcaches, the register's status must
1057         be known.  If the regcache is read-only, and the register is not
1058         REG_VALID, memset the buffer.  Return the register's status.
1059         (regcache_cooked_read_signed): Change return to enum
1060         register_status.  Handle non-REG_VALID registers and return the
1061         register's status.
1062         (regcache_cooked_read_unsigned): Change return to enum
1063         register_status.  Handle non-REG_VALID registers and return the
1064         register's status.
1065         (regcache_xfer_part, regcache_raw_read_part)
1066         (regcache_cooked_read_part): Change return to enum
1067         register_status.  Return the register's status.
1068         (regcache_read_pc): Throw NOT_AVAILABLE_ERROR if the register is
1069         unavailable.
1070         (regcache_dump): Handle unavailable cooked registers.
1071         * frame.c (do_frame_register_read): Adjust interface to match
1072         regcache_cooked_read_ftype.
1073         * gdbarch.sh (pseudo_register_read): Change return to enum
1074         register_status.
1075         * gdbarch.h, gdbarch.c: Regenerate.
1076
1077         * i386-tdep.h (i386_pseudo_register_read): Change return to enum
1078         register_status.
1079         * i386-tdep.c (i386_pseudo_register_read): Change return to enum
1080         register_status.  If reading a raw register indicates the raw
1081         register is not valid, return the raw register's status,
1082         otherwise, return REG_VALID.
1083         * amd64-tdep.c (amd64_pseudo_register_read): Change return to enum
1084         register_status.  Handle non-REG_VALID raw registers and return
1085         the register's status.
1086         * arm-tdep.c (arm_neon_quad_read)
1087         (arm_pseudo_read): Change return to enum register_status.  Handle
1088         non-REG_VALID raw registers and return the register's status.
1089         * avr-tdep.c (avr_pseudo_register_read): Ditto.
1090         * frv-tdep.c (frv_pseudo_register_read): Ditto.
1091         * h8300-tdep.c (h8300_pseudo_register_read): Ditto.
1092         * hppa-tdep.c (hppa_pseudo_register_read): Ditto.
1093         * m32c-tdep.c (m32c_move_reg_t): Change return to enum
1094         register_status.
1095         (m32c_raw_read, m32c_raw_write, m32c_banked_read)
1096         (m32c_banked_write, m32c_sb_read, m32c_sb_write, m32c_part_read)
1097         (m32c_part_write, m32c_cat_read, m32c_cat_write)
1098         (m32c_r3r2r1r0_read, m32c_r3r2r1r0_write)
1099         (m32c_pseudo_register_read): Change return to enum
1100         register_status.  Adjust.
1101         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Change return to
1102         enum register_status.  Return the register's status.
1103         * mep-tdep.c (mep_pseudo_cr32_read): Change return to enum
1104         register_status.  Return the register's status.
1105         (mep_pseudo_cr64_read, mep_pseudo_register_read): Ditto.
1106         * mips-tdep.c (mips_pseudo_register_read): Ditto.
1107         * mt-tdep.c (mt_pseudo_register_read): Ditto.
1108         * rs6000-tdep.c (move_ev_register_func): New typedef.
1109         (e500_move_ev_register): Use it.  Change return to enum
1110         register_status.  Return the register's status.
1111         (do_regcache_raw_read): New function.
1112         (do_regcache_raw_write): New function.
1113         (e500_pseudo_register_read): Change return to enum
1114         register_status.  Return the register's status.  Use
1115         do_regcache_raw_read.
1116         (e500_pseudo_register_write): Adjust.  Use do_regcache_raw_write.
1117         (dfp_pseudo_register_read): Change return to enum register_status.
1118         Return the register's status.
1119         (vsx_pseudo_register_read): Ditto.
1120         (efpr_pseudo_register_read): Ditto.
1121         (rs6000_pseudo_register_read): Ditto.
1122         * s390-tdep.c (s390_pseudo_register_read): Change return to enum
1123         register_status.  Return the register's status.
1124         * sh64-tdep.c (pseudo_register_read_portions): New function.
1125         (sh64_pseudo_register_read): Change return to enum
1126         register_status.  Use pseudo_register_read_portions.  Return the
1127         register's status.
1128         * ia64-tdep.c (ia64_pseudo_register_read): Change return to enum
1129         register_status.  Return the register's status.
1130         * sh-tdep.c (pseudo_register_read_portions): New function.
1131         (sh_pseudo_register_read): Change return to enum register_status.
1132         Use pseudo_register_read_portions.  Return the register's status.
1133         * sparc-tdep.c (sparc32_pseudo_register_read): Change return to
1134         enum register_status.  Return the register's status.
1135         * sparc64-tdep.c (sparc64_pseudo_register_read): Ditto.
1136         * spu-tdep.c (spu_pseudo_register_read_spu)
1137         (spu_pseudo_register_read): Ditto.
1138         * xtensa-tdep.c (xtensa_register_read_masked)
1139         (xtensa_pseudo_register_read): Ditto.
1140         * bfin-tdep.c (bfin_pseudo_register_read): Ditto.
1141
1142 2011-03-18  Pierre Muller  <[email protected]>
1143
1144         * python/py-value.c (valpy_getitem): Fix formatting of error function
1145         call.
1146
1147 2011-03-18  Pierre Muller  <[email protected]>
1148
1149         ARI fixes: Add missing internationalization markups throughout
1150         C source files.
1151         * darwin-nat-info.c: Ditto.
1152         * record.c: Ditto.
1153         * remote.c: Ditto.
1154         * mi/mi-main.c: Ditto.
1155
1156 2011-03-18  Pierre Muller  <[email protected]>
1157
1158         ARI fixes: Add missing internationalization markups throughout
1159         yacc files.
1160         * c-exp.y: Ditto.
1161         * cp-name-parser.y: Ditto.
1162         * f-exp.y: Ditto.
1163         * m2-exp.y: Ditto.
1164         * objc-exp.y: Ditto.
1165         * p-exp.y: Ditto.
1166
1167 2011-03-18  Pierre Muller  <[email protected]>
1168
1169         ARI fixes: Messages should have no trailing new lines.
1170         * darwin-nat.c (mach_check_error): Remove trailing new line from
1171         warning function call message.
1172         * record.c (bfdcore_read): Idem for error call.
1173
1174 2011-03-18  Pierre Muller  <[email protected]>
1175
1176         * common/signals.c (target_signal_from_host): Add _ markup to error
1177         function call message.
1178         (target_signal_to_host): Add _ markup and remove trailing new line
1179         from warning call message.
1180         (target_signal_from_command): Add _ markup to error function call
1181         message.
1182
1183 2011-03-18  Phil Muldoon  <[email protected]>
1184
1185         PR python/12149
1186
1187         * python/python.c (gdbpy_write): Accept a stream argument and
1188         operate to the appropriate stream.
1189         (gdbpy_flush): Likewise.
1190         (_initialize_python): Add stream constants.
1191         (finish_python_initialization): Add GdbOutputErrorFile class.
1192
1193 2011-03-18  Kwok Cheung Yeung  <[email protected]>
1194
1195         * MAINTAINERS: Add myself as a write-after-approval maintainer.
1196
1197 2011-03-18  Kwok Cheung Yeung  <[email protected]>
1198
1199         * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
1200         to store_signed_integer.  Add debug message when relocating CALL
1201         instructions.  Fix formatting of debug message.
1202         * i386-tdep.c (i386_relocate_instruction): Ditto.
1203
1204 2011-03-17  Joel Brobecker  <[email protected]>
1205
1206         * target.h (struct target_ops): Remove to_lookup_symbol field.
1207         (target_lookup_symbol): Delete macro.
1208         * target.c (nosymbol, debug_to_lookup_symbol): Delete.
1209         (update_current_target, setup_target_debug): Remove handling
1210         of to_lookup_symbol target_ops field.
1211         * ada-tasks.c (get_known_tasks_addr): Remove use of
1212         target_lookup_symbol.
1213         * coffread.c (coff_symtab_read): Likewise.
1214         * dbxread.c (read_dbx_symtab): Ditto.
1215
1216 2011-03-17  Joel Brobecker  <[email protected]>
1217
1218         PR gdb/12116:
1219         * configure.ac: Add getthrds declaration check.
1220         * configure, config.in: Regenerate.
1221         * aix-thread.c (getthrds): Declare only if not already declared
1222         in procinfo.h.  More declaration out of get_signaled_thread to
1223         global scope.
1224
1225 2011-03-17  Phil Muldoon  <[email protected]>
1226
1227         * python/py-symtab.c: Populate symtab_object_methods,
1228         sal_object_methods.
1229         (stpy_is_valid): New function.
1230         (salpy_is_valid): Ditto.
1231         * python/py-symbol.c: Declare symbol_object_methods.  Populate.
1232         (sympy_is_valid): New function.
1233         * python/py-objfile.c: Declare objfile_object_methods.  Populate.
1234         (objfpy_is_valid): New function.
1235         * python/py-inferior.c: Populate inferior_object_methods.
1236         (infpy_is_valid): New function.
1237         * python/py-infthread.c: Populate thread_object_methods.
1238         (thpy_is_valid): New function.
1239         * python/py-block.c: Declare block_object_methods.  Populate.  Declare
1240         block_iterator_object_methods.  Populate.
1241         (blpy_is_valid): New function.
1242         (blpy_iter_is_valid): Ditto.
1243
1244 2011-03-16  Keith Seitz  <[email protected]>
1245
1246         * linespec.c (find_methods): Canonicalize NAME before looking
1247         up the symbol.
1248         (name_end): New function.
1249         (keep_name_info): New function.
1250         (decode_line_1): Use keep_name_info.
1251         (decode_compound): Likewise.
1252         * cli/cli-utils.h (remove_trailing_whitespace): New function.
1253         * cli/cli-utils.c (remove_trailing_whitespace): Likewise.
1254
1255         PR c++/12273
1256         * linespec.c (locate_first_half): Keep overload information, too.
1257         (decode_compound): Use a string to represent break characters
1258         to escape the loop.
1259         If P points to a break character, do not increment it.
1260         For C++ and Java, keep overload information and relevant keywords.
1261         If we cannot find a symbol, search the minimal symbols.
1262
1263         PR c++/11734
1264         * linespec.c (decode_compound): Rename SAVED_ARG to
1265         THE_REAL_SAVED_ARG.
1266         Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip
1267         single-quotes.
1268         Pass a valid block to lookup_symbol.
1269         (lookup_prefix_sym): Likewise.
1270         (find_method): Construct search name based on SYM_CLASS instead
1271         of SAVED_ARG.
1272         * psymtab.c (lookup_partial_symbol): Add language parameter.
1273         (lookup_symbol_aux_psymtabs): Likewise.
1274         Don't assume that the psymtab we found was the right one. Search
1275         for the desired symbol in the symtab to be certain.
1276         (psymtab_search_name): New function.
1277         (lookup_partial_symbol): Use psymtab_search_name.
1278         Add language parameter.
1279         (read_symtabs_for_function): Add language parameter and pass to
1280         lookup_partial_symbol.
1281         (find_symbol_file_from_partial): Likewise.
1282
1283 2011-03-16  Paul Pluzhnikov  <[email protected]>
1284
1285         PR gdb/12528
1286         * dwarf2read.c (noop_record_line): New function.
1287         (dwarf_decode_lines): Ignore line tables for GCd functions.
1288
1289 2011-03-16  Pierre Muller  <[email protected]>
1290
1291         Fix ARI warnings about new lines at the end of messages, which
1292         are unneeded as there is a new line added at the end of the message
1293         automatically.
1294         * darwin-nat.c (darwin_stop_inferior): Ditto.
1295         * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
1296         * dfp.c (decimal_to_number): Ditto.
1297         * exec.c (print_section_info): Ditto.
1298         * i386-darwin-nat.c (darwin_set_sstep): Ditto.
1299         * osdata.c (get_osdata): Ditto.
1300         * record.c (bfdcore_write): Ditto.
1301         * remote-mips.c (mips_readchar): Ditto.
1302         * remote.c (read_ptid): Ditto.
1303         * ser-mingw.c (ser_windows_raw): Ditto.
1304         * tracepoint.c (add_local_symbols): Ditto.
1305         * windows-nat.c (fake_create_process): Ditto.
1306
1307 2011-03-16  Tom Tromey  <[email protected]>
1308
1309         * tracepoint.c (stop_tracing): Don't declare.
1310         * event-top.c (after_char_processing_hook): Add `(void)'.
1311
1312 2011-03-16  Phil Muldoon  <[email protected]>
1313
1314         * NEWS: Add Parameter sub-classing description.
1315
1316 2011-03-16  Kai Tietz  <[email protected]>
1317
1318         * MAINTAINERS: Update my e-mail address.
1319
1320 2011-03-15  Andreas Tobler  <[email protected]>
1321
1322         * MAINTAINERS: Add myself for write after approval privileges.
1323
1324 2011-03-15  Michael Snyder  <[email protected]>
1325
1326         * frame.c (find_frame_sal): Assert sym is not null.
1327
1328         * dbxread.c (process_one_symbol): Assert 'name' is not null.
1329
1330         * objc-lang.c (selectors_info): Check strchr for null result.
1331
1332         * stabsread.c (define_symbol): Guard against bad stabstring input.
1333
1334 2011-03-15  Pierre Muller  <[email protected]>
1335
1336         Remove trailing spaces and tabulations from pascal language
1337         support sources.
1338         p-exp.y: Ditto.
1339         p-lang.c: Ditto.
1340         p-lang.h: Ditto.
1341         p-valprint.c: Ditto.
1342
1343 2011-03-15  Jan Kratochvil  <[email protected]>
1344
1345         * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
1346         than LOW.  Comment it.
1347         (read_partial_die): Call complaint for inappropriate zero LOWPC or
1348         HIGHPC not strictly higher than LOWPC.
1349
1350 2011-03-15  Pierre Muller  <[email protected]>
1351
1352         Fix formatting of function declarations returning a pointer in
1353         previous commit.
1354         * varobj.c (varobj_add_child): Ditto.
1355         * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
1356         * inferior.h (get_displaced_step_closure_by_addr): Ditto.
1357
1358 2011-03-15  Ulrich Weigand  <[email protected]>
1359
1360         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support
1361         for the "generic" vector ABI used with GCC 4.3 and later.
1362         (ppc64_sysv_abi_return_value): Likewise.
1363
1364 2011-03-15  Ulrich Weigand  <[email protected]>
1365
1366         * infcall.c (call_function_by_hand): Function return value is
1367         always a non_lval, even when using struct_return.
1368
1369 2011-03-15  Pedro Alves  <[email protected]>
1370
1371         * printcmd.c (ALL_DISPLAYS_SAFE): New.
1372         (map_display_numbers): New.
1373         (do_delete_display): New.
1374         (undisplay_command): Use map_display_numbers.
1375         (do_enable_disable_display): New.
1376         (enable_disable_display_command): New function.
1377         (enable_display): Delete.
1378         (enable_display_command): New.
1379         (disable_display_command): Reimplement.
1380         (_initialize_printcmd): Adjust "enable display" command to use
1381         `enable_display_command' as callback.
1382
1383 2011-03-14  Phil Muldoon  <[email protected]>
1384
1385         * NEWS: Add Python breakpoint 'stop' operation.
1386
1387 2011-03-14  Phil Muldoon  <[email protected]>
1388
1389         * NEWS: Delete duplicate entry. Fix typo.
1390
1391 2011-03-14  Pierre Muller  <[email protected]>
1392
1393         Fix ARI warning about function names in first column.
1394         Put prototype declaration on same line as return type.
1395         * objc-exp.y: Ditto.
1396         * p-exp.y: Ditto.
1397         * python/py-stopevent.h: Ditto.
1398         For long function names, split parameters to
1399         allow function name on same line as return type.
1400         * solib-pa64.c: Ditto.
1401         * varobj.c: Ditto.
1402         * varobj.h: Ditto.
1403         For long function declaration, use single line.
1404         * hppa-tdep.h: Ditto.
1405         * inferior.h: Ditto.
1406
1407 2011-03-14  Phil Muldoon  <[email protected]>
1408
1409         * python/python.h: Declare gdbpy_should_stop and
1410         gdbpy_breakpoint_has_py_cond.
1411         * python/python.c: Add python.h to includes.  Remove python.h from
1412         HAVE_PYTHON definition
1413         (gdbpy_should_stop): New dummy function.
1414         (gdbpy_breakpoint_has_py_cond): New dummy function.
1415         * python/py-breakpoint.c (bppy_init): Rewrite to allow
1416         sub-classing capabilities.
1417         (gdbpy_should_stop): New function.
1418         (gdbpy_breakpoint_has_py_cond): New function.
1419         (local_setattro): New function.
1420         * breakpoint.c (condition_command): Add check for Python 'stop'
1421         operation.
1422         (bpstat_check_breakpoint_conditions): Execute Python 'stop'
1423         operation function as part of stop/continue tests.
1424
1425 2011-03-14  Tom Tromey  <[email protected]>
1426
1427         PR gdb/12576:
1428         * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
1429         (needs_frame_dwarf_call): Likewise.
1430
1431 2011-03-14  Pierre Muller  <[email protected]>
1432
1433         Fix ARI warning about functions without parameters that do not
1434         use (void).
1435         * breakpoint.c (all_tracepoints): Replace () by (void).
1436         * f-exp.y (match_string_literal): Ditto.
1437         (yylex): Ditto.
1438         * m2-exp.y (yylex): Ditto.
1439         * mep-tdep.c (current_me_module): Ditto.
1440         (current_options): Ditto.
1441         (current_cop_data_bus_width): Ditto.
1442         (current_cr_names): Ditto.
1443         (current_cr_is_float): Ditto.
1444         (current_ccr_names): Ditto.
1445         * objc-exp.y (yylex): Ditto.
1446         * p-exp.y (yylex): Ditto.
1447         * remote.c (send_interrupt_sequence): Ditto.
1448         * tracepoint.c (current_trace_status): Ditto.
1449         * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
1450         * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
1451
1452 2011-03-11  Michael Snyder  <[email protected]>
1453
1454         * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
1455         * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
1456         (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
1457         * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
1458         * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
1459
1460         * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
1461         (delete_async_event_handler): Ditto.
1462
1463         * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
1464
1465         * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
1466
1467         * top.c (set_verbose): Assert showcmd was found.
1468
1469 2011-03-11  Maxim Grigoriev  <[email protected]>
1470
1471         * xtensa-tdep.c (warning_once): Correct style issues.
1472
1473 2011-03-11  Yao Qi  <[email protected]>
1474
1475         * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
1476
1477 2011-03-11  Andreas Schwab  <[email protected]>
1478
1479         * common/aclocal.m4: Remove.
1480
1481 2011-03-10  Maxim Grigoriev  <[email protected]>
1482
1483         * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
1484         (xtensa_write_register, xtensa_read_register): Likewise.
1485         (xtensa_hextochar): Removed.
1486         (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
1487
1488 2011-03-10  Maxim Grigoriev  <[email protected]>
1489
1490         * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
1491         (xtensa_call0_frame_cache_t): Update comments.  New fields added.
1492         (xtensa_alloc_frame_cache): Add initialization for new fields.
1493         (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
1494         (warning_once): New function.
1495         (xtensa_insn_kind): New item c0opc_and.
1496         (call0_classify_opcode): Add the case for AND instruction.
1497         (call0_track_op): Change arguments.  New local variable litbase.
1498         Add the case to handle c0opc_and.  Update algorithms for c0opc_mov,
1499         c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
1500         in the prologue.
1501         Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
1502         (call0_analyze_prologue): Update the comments.  Change arguments.
1503         Add the variety of updates to handle extended prologues, which now can
1504         conduct dynamic stack adjustments.
1505         (call0_frame_cache): Likewise.
1506         (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
1507         (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
1508
1509 2011-03-10  Michael Snyder  <[email protected]>
1510
1511         * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
1512         (cmd_qtframe): Ditto.
1513         (cmd_qtbuffer): Ditto.
1514         (cmd_bigqtbuffer): Ditto.
1515
1516 2011-03-10  Tom Tromey  <[email protected]>
1517
1518         * tracepoint.c (trace_actions_command): Update.
1519         * thread.c (thread_apply_command): Update.
1520         * reverse.c (delete_bookmark_command): Update.
1521         (bookmarks_info): Update.
1522         * printcmd.c (undisplay_command): Update.
1523         * memattr.c (mem_enable_command): Update.
1524         (mem_disable_command): Update.
1525         (mem_delete_command): Update.
1526         * inferior.c (detach_inferior_command): Update.
1527         (kill_inferior_command): Update.
1528         (remove_inferior_command): Update.
1529         * cli/cli-utils.h (struct get_number_or_range_state): New.
1530         (init_number_or_range): Declare.
1531         (get_number_or_range): Update.
1532         * cli/cli-utils.c (init_number_or_range): New function.
1533         (get_number_or_range): Change 'pp' parameter to 'state'.  Remove
1534         static variables.
1535         (number_is_in_list): Update.
1536         * breakpoint.h (get_tracepoint_by_number): Update.
1537         * breakpoint.c (map_breakpoint_numbers): Update for change to
1538         get_number_or_range.
1539         (find_location_by_number): Use get_number, not
1540         get_number_or_range.
1541         (trace_pass_set_count): New function.
1542         (trace_pass_command): Update for change to get_number_or_range.
1543         Rework loop logic.
1544         (get_tracepoint_by_number): Remove 'multi_p' parameter; add
1545         'state' parameter.
1546
1547 2011-03-10  Phil Muldoon  <[email protected]>
1548
1549         * python/py-param.c (add_setshow_generic): Add set/show callback
1550         parameters.  Register Python object context.
1551         (get_show_value): New function.
1552         (get_set_value): New function.
1553         (call_doc_function): New function.
1554         (get_doc_string): Move behind get_show_value/get_set_value.
1555
1556 2011-03-10  Andreas Tobler  <[email protected]>
1557
1558         * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
1559
1560 2011-03-09  Maxim Grigoriev  <[email protected]>
1561
1562         * xtensa-tdep.c (xtensa_read_register): Add comment.
1563         (xtensa_write_register): Likewise.
1564         (xtensa_hextochar): Add comment and update to match coding conventions.
1565         (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
1566         (execute_l32e, execute_s32e, execute_code): Update comments.
1567         (xtensa_exception_handler_t): Update to match coding conventions.
1568         (xtensa_insn_kind): Likewise.
1569
1570 2011-03-09  Michael Snyder  <[email protected]>
1571
1572         * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
1573
1574 2011-03-09  Pedro Alves  <[email protected]>
1575
1576         * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
1577
1578 2011-03-09  Tom Tromey  <[email protected]>
1579
1580         * thread.c (restore_selected_frame): Handle frame_level == -1.
1581         (make_cleanup_restore_current_thread): Use
1582         get_selected_frame_if_set.
1583         * frame.h (get_selected_frame_if_set): Declare.
1584         * frame.c (get_selected_frame_if_set): New function.
1585
1586 2011-03-09  Pedro Alves  <[email protected]>
1587
1588         * cli/cli-cmds.c (shell_escape): Use lbasename.
1589         * coffread.c (coff_start_symtab): Constify parameter.
1590         (complete_symtab): Constify `name' parameter.
1591         (coff_symtab_read): Constify `filestring' local.
1592         (coff_getfilename): Constify return and `result' local.
1593         Use lbasename.
1594         * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
1595         * linux-fork.c (info_checkpoints_command): Use lbasename.
1596         * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
1597         * minsyms.c (lookup_minimal_symbol): Use lbasename.
1598         * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
1599         * procfs.c (procfs_make_note_section): Use lbasename.
1600         * tui/tui-io.c (printable_part): Constity return and parameter.
1601         Use lbasename.
1602         (print_filename): Constify parameters, and local `s'.
1603         (tui_rl_display_match_list): Constify local `temp'.
1604
1605 2011-03-09  Jan Kratochvil  <[email protected]>
1606
1607         Revert:
1608         2011-03-08  Jan Kratochvil  <[email protected]>
1609         Fix DWARF-3+ DW_AT_accessibility default assumption.
1610         * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
1611         cu->header.version >= 3.
1612
1613 2011-03-09  Yao Qi  <[email protected]>
1614
1615         * common/Makefile.in: Remove.
1616         * common/configure: Remove.
1617         * common/configure.ac: Remove.
1618
1619 2011-03-09  Yao Qi  <[email protected]>
1620
1621         Revert:
1622         2011-02-11  Yao Qi  <[email protected]>
1623
1624         * common/Makefile.in: Add copyright header.
1625
1626         2011-02-11  Yao Qi  <[email protected]>
1627
1628         * Makefile.in: Remove signals.o from COMMON_OBS.  Link
1629         libcommon.a.
1630         * configure.ac: Add common to sub dir.
1631         * configure: Regenerate.
1632
1633 2011-03-08  Maxim Grigoriev  <[email protected]>
1634
1635         * xtensa-tdep.c (call0_ret): New function.
1636         (xtensa_skip_prologue): Speed up analysis.
1637
1638 2011-03-08  Maxim Grigoriev  <[email protected]>
1639
1640         * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
1641         while executing MI command -data-list-changed-registers.
1642
1643 2011-03-08  Maxim Grigoriev  <[email protected]>
1644
1645         * xtensa-tdep.c (xtensa_read_register): New function.
1646         (xtensa_write_register): New function.
1647         (xtensa_find_register_by_name): New function.
1648         (xtensa_windowed_frame_cache): Update comments in type description.
1649         (xtensa_frame_cache): Likewise.
1650         (xtensa_window_interrupt_insn): New function.
1651         (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
1652         (xtensa_insn_kind): Add new instructions.
1653         (rwx_special_register): New function.
1654         (call0_classify_opcode): Add new instructions to the analysis.
1655         (a0_saved, a7_saved, a11_saved): New variables.
1656         (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
1657         (execute_l32e): New function.
1658         (execute_s32e): New function.
1659         (xtensa_exception_handler_t): New type.
1660         (execute_code): New function.
1661         (xtensa_window_interrupt_frame_cache): New function to conduct frame
1662         analysis for Xtensa Window Exception handlers.
1663
1664 2011-03-08  Maxim Grigoriev  <[email protected]>
1665
1666         * xtensa-tdep.c (TX_PS): New.
1667         (windowing_enabled): Update to count for Call0 ABI.
1668         (xtensa_hextochar): New.
1669         (xtensa_init_reggroups): Make algorithm generic.
1670         (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
1671
1672 2011-03-08  Maxim Grigoriev  <[email protected]>
1673
1674         * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
1675
1676 2011-03-08  Michael Snyder  <[email protected]>
1677
1678         * i386-tdep.c (i386_follow_jump): Check return value of
1679         target_read_memory.
1680         (i386_analyze_struct_return): Ditto.
1681         (i386_skip_probe): Ditto.
1682         (i386_match_insn): Ditto.
1683         (i386_skip_noop): Ditto.
1684         (i386_analyze_frame_setup): Ditto.
1685         (i386_analyze_register_saves): Ditto.
1686         (i386_skip_prologue): Ditto.
1687         (i386_skip_main_prologue): Ditto.
1688
1689         * target.c (read_whatever_is_readable): Fix memory leak.
1690
1691         * i386-tdep.c (i386_process_record): Document fall through.
1692
1693 2011-03-08  Jan Kratochvil  <[email protected]>
1694
1695         Fix DWARF-3+ DW_AT_accessibility default assumption.
1696         * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
1697         cu->header.version >= 3.
1698
1699 2011-03-08  Pedro Alves  <[email protected]>
1700
1701         * remote.c (remote_check_symbols): Skip if the target has no
1702         execution.
1703
1704 2011-03-08  Joel Brobecker  <[email protected]>
1705
1706         * target.c (read_whatever_is_readable): Reformat comment,
1707         with a minor typo fix. Minor reformatting of the code.
1708
1709 2011-03-08  Yao Qi  <[email protected]>
1710
1711         * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
1712         (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
1713         Use cached result instead of calling displaced_in_arm_mode again.
1714         (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
1715         (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
1716         (cleanup_copro_load_store, copy_copro_load_store): Likewise.
1717         (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
1718         (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
1719         (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
1720         (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
1721         (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
1722         (cleanup_block_load_pc, copy_block_xfer): Likewise.
1723         * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
1724         (arm_catch_kernel_helper_return): Likewise.
1725         * gdb/arm-tdep.h : Update function declarations.
1726
1727 2011-03-07  Michael Snyder  <[email protected]>
1728
1729         * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
1730
1731         * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
1732
1733         * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
1734
1735         * elfread.c (elf_symtab_read): Stop memory leak.
1736
1737         * main.c (captured_main): Fix memory leak.
1738
1739 2011-03-07  Andreas Schwab  <[email protected]>
1740
1741         * ada-lang.c (compare_names): Call is_name_suffix with string1
1742         instead of string2.
1743
1744 2011-03-07  Tom Tromey  <[email protected]>
1745
1746         * xcoffread.c (xcoff_sym_fns): Update.
1747         * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
1748         (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
1749         * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
1750         (symbol_file_add_with_addrs_or_offsets): Likewise.
1751         (reread_symbols): Handle OBJF_PSYMTABS_READ.
1752         * somread.c (som_sym_fns): Update.
1753         * psymtab.h (require_partial_symbols): Declare.
1754         * psymtab.c (require_partial_symbols): New function.
1755         (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
1756         (ALL_OBJFILE_PSYMTABS): Undef.
1757         (ALL_PSYMTABS): Move from psympriv.h.
1758         (lookup_partial_symtab, find_pc_sect_psymtab)
1759         (lookup_symbol_aux_psymtabs, relocate_psymtabs)
1760         (find_last_source_symtab_from_partial)
1761         (forget_cached_source_info_partial)
1762         (print_psymtab_stats_for_objfile, read_symtabs_for_function)
1763         (expand_partial_symbol_tables, read_psymtabs_with_filename)
1764         (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
1765         (find_symbol_file_from_partial, map_matching_symbols_psymtab)
1766         (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
1767         Use ALL_OBJFILE_PSYMTABS_REQUIRED.
1768         * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
1769         * objfiles.h (OBJF_PSYMTABS_READ): New macro.
1770         * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
1771         psymtabs.
1772         * mipsread.c (ecoff_sym_fns): Update.
1773         * machoread.c (macho_sym_fns): Update.
1774         * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
1775         (read_psyms): New function.
1776         (elf_sym_fns, elf_sym_fns_gdb_index): Update.
1777         (elf_sym_fns_lazy_psyms): New global.
1778         * dwarf2read.c (dwarf2_initialize_objfile): Don't call
1779         dwarf2_build_psymtabs.
1780         * dbxread.c (aout_sym_fns): Update.
1781         * coffread.c (coff_sym_fns): Update.
1782
1783 2011-03-07  Tom Tromey  <[email protected]>
1784
1785         * infrun.c (print_exited_reason): Include inferior id and pid in
1786         message.
1787
1788 2011-03-07  Tom Tromey  <[email protected]>
1789
1790         * target.h (struct target_ops) <to_has_execution>: Add ptid_t
1791         parameter.
1792         (target_has_execution_1): Update.
1793         (target_has_execution_current): Declare.
1794         (target_has_execution): Call target_has_execution_current.
1795         (default_child_has_execution): Update.
1796         * target.c (default_child_has_execution): Add 'the_ptid'
1797         parameter.
1798         (target_has_execution_1): Likewise.
1799         (target_has_execution_current): New function.
1800         (add_target): Update.
1801         (init_dummy_target): Update.
1802         * remote-m32r-sdi.c (m32r_has_execution): New function.
1803         (init_m32r_ops): Use it.
1804         * record.c (record_core_has_execution): Now static.  Add
1805         'the_ptid' parameter.
1806         * inferior.c (have_live_inferiors): Don't save current thread.
1807         Use target_has_execution_1.
1808
1809 2011-03-07  Yao Qi  <[email protected]>
1810
1811         * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
1812
1813 2011-03-07  Joel Brobecker  <[email protected]>
1814
1815         * elfread.c (elf_symtab_read): Minor reformatting.
1816
1817 2011-03-07  Joel Brobecker  <[email protected]>
1818
1819         * objc-lang.c (selectors_info): Minor reformatting.
1820
1821 2011-03-07  Joel Brobecker  <[email protected]>
1822
1823         * ada-lang.c (compare_names): Add FALLTHROUGH comment.
1824
1825 2011-03-07  Joel Brobecker  <[email protected]>
1826             Michael Snyder  <[email protected]>
1827
1828         * ada-valprint.c (ada_val_print_array): Move the declaration of
1829         "byte_order" and "elttype" inside the block where these variables
1830         are actually used.  Remove some special handling for the case
1831         where "elttype" and "eltlen" are null.  Replace by a comment
1832         and a couple of assertion checks.
1833
1834 2011-03-05  Michael Snyder  <[email protected]>
1835
1836         * source.c (add_path): Replace semicolon at end of block.
1837         * dwarf2expr.c (execute_stack_op): Ditto.
1838
1839 2011-03-05  Mike Frysinger  <[email protected]>
1840
1841         * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
1842         * configure.tgt (bfin-*-*linux*): Define gdb_sim.
1843         (bfin-*-*): Likewise.
1844
1845 2011-03-05  Michael Snyder  <[email protected]>
1846
1847         * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
1848         * mdebugread.c (parse_symbol): Ditto.
1849         * parse.c (parse_exp_in_context): Ditto.
1850         * source.c (add_path): Ditto.
1851         * utils.c (gnu_debuglink_crc32): Ditto.
1852         * varobj.c (variable_language): Ditto.
1853
1854         * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
1855
1856 2011-03-04  Michael Snyder  <[email protected]>
1857
1858         * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
1859
1860         * symfile.c (simple_overlay_update): Check for null return value
1861         from lookup_minimal_symbol.
1862
1863         * xml-syscall.c (syscall_start_syscall): Assert name is non null.
1864
1865 2011-03-04  Thiago Jung Bauermann  <[email protected]>
1866
1867         * eval.c (parse_and_eval_address_1): Remove function.
1868         * linespec.c (decode_indirect): Call parse_to_comma_and_eval
1869         instead of parse_and_eval_address_1.
1870         * value.h (parse_and_eval_address_1): Remove prototype.
1871
1872 2011-03-04  Michael Snyder  <[email protected]>
1873
1874         * remote.c (putpkt_binary): Document that case stmt falls through.
1875
1876 2011-03-04  Thiago Jung Bauermann  <[email protected]>
1877
1878         * breakpointc (print_it_typical): Move NULL check from here...
1879         (print_bp_stop_message): ... to here.
1880
1881 2011-03-04  Michael Snyder  <[email protected]>
1882
1883         * breakpoint.c (enable_command): Use break instead of continue,
1884         and fill in a missing break.
1885         (disable_command): Ditto.
1886
1887 2011-03-04  Ulrich Weigand  <[email protected]>
1888
1889         * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
1890         (terminal_save_ours): Remove misleading comment.
1891         (inflow_inferior_data_cleanup): Free ttystate.
1892         (inflow_inferior_exit): Likewise.
1893         (copy_terminal_info): Copy ttystate.
1894
1895         * serial.c (serial_copy_tty_state): New function.
1896         * serial.h (serial_copy_tty_state): Add prototype.
1897         (struct serial_ops): Add copy_tty_state callback.
1898         * ser-base.c (ser_base_copy_tty_state): New function.
1899         * ser-base.h (ser_base_copy_tty_state): Add prototype.
1900         * ser-go32.c (dos_copy_tty_state): New function.
1901         (dos_ops): Install copy_tty_state callback.
1902         * ser-mingw.c (_initialize_ser_windows): Likewise.
1903         * ser-pipe.c (_initialize_ser_pipe): Likewise.
1904         * ser-unix.c (hardwire_copy_tty_state): New function.
1905         (_initialize_ser_hardwire): Install it.
1906
1907 2011-03-04  Michael Snyder  <[email protected]>
1908
1909         * breakpoint.c (create_breakpoint): Add missing break statement.
1910
1911         Reverting this patch:
1912         * infcall.c (call_function_by_hand): Add break statements for lint.
1913
1914         Reverting this patch:
1915         * cli/cli-script.c (script_from_file): Add break for lint.
1916
1917 2011-03-04  Michael Snyder  <[email protected]>
1918
1919         * solib.c (reload_shared_libraries_1): Close memory leak.
1920
1921 2011-03-03  Tom Tromey  <[email protected]>
1922
1923         PR gdb/12538:
1924         * dwarf2read.c (process_psymtab_comp_unit): Handle case where
1925         DW_STRING is NULL.
1926
1927 2011-03-03  Michael Snyder  <[email protected]>
1928
1929         * remote-fileio.c (remote_fileio_func_fstat): Initialize all
1930         fields of struct 'st' to zero.
1931
1932         * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
1933         sal.pspace before calling set_current_source_symtab_and_line.
1934
1935 2011-03-03  Yao Qi  <[email protected]>
1936
1937         * Makefile.in (configure-common): Remove.  Let Makefile
1938         in dir common to rebuild itself.
1939         (common/Makefile): Likewise.
1940
1941 2011-03-03  Joel Brobecker  <[email protected]>
1942
1943         * utils.c (parse_escape): Add i18n markup in error message.
1944
1945 2011-03-03  Yao Qi  <[email protected]>
1946
1947         * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
1948         ARM_PC_REGNUM.
1949         (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
1950         (displaced_write_reg, displaced_read_reg): Likewise.
1951         (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
1952         (cleanup_block_load_pc, copy_block_xfer): Likewise.
1953         (cleanup_branch): Replace magic number 14 and 15 with
1954         ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
1955
1956 2011-03-02  Michael Snyder  <[email protected]>
1957
1958         * maint.c (maintenance_do_deprecate): No need to check for NULL.
1959
1960         * cli/cli-script.c (script_from_file): Add break for lint.
1961
1962         * mdebugread.c (parse_partial_symbols): Fix indent.
1963
1964         * target-descriptions.c (tdesc_gdb_type): No need to call
1965         xstrdup, callee saves a copy.
1966
1967         * printcmd.c (print_scalar_formatted): Use strncpy for safety.
1968
1969         * infcall.c (call_function_by_hand): Add break statements for lint.
1970
1971         * utils.c (parse_escape): Escape the escape char.
1972
1973         * python/py-inferior.c (build_inferior_list): Error out if
1974         PyList_Append fails.
1975         (gdbpy_inferiors): Error out if build_inferior_list fails.
1976
1977         * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
1978         a function call.
1979
1980         * record.c (record_restore): Move printf to before error return.
1981
1982 2011-03-02  Yao Qi  <[email protected]>
1983
1984         * arm-tdep.h (struct displaced_step_closure): Add two new fields
1985         is_thumb and insn_size.
1986         * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
1987         on both ARM and Thumb mode.
1988         (arm_process_displaced_insn): Set is_thumb and insn_size.
1989         (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
1990         (arm_displaced_step_fixup): Likewise.
1991
1992 2011-03-01  Michael Snyder  <[email protected]>
1993
1994         * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
1995
1996         * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
1997
1998         * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
1999
2000         * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
2001
2002         * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
2003         with xmalloc.
2004
2005         * ada-lang.c (aggregate_assign_others): Rename inner scope variable
2006         which shadows function parameter.
2007
2008         * tracepoint.c (create_tsv_from_upload): Superfluous call
2009         to xstrdup.  Callee already calls xstrdup.
2010
2011         * linespec.c (decode_line_1): Remove unnecessary null check.
2012
2013         * tracepoint.c (scope_info): Fix mem leak, remove underused
2014         variable.
2015
2016         * python/py-prettyprint.c (apply_val_pretty_printer): Remove
2017         superfluous null check.
2018
2019         * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
2020         (value_of_builtin_frame_fp_reg): Ditto.
2021
2022         * event-top.c (display_gdb_prompt): Remove superfluous null check.
2023
2024         * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
2025         be null.
2026
2027         * linespec.c (decode_line_1): Check for null before dereference.
2028
2029         * reverse.c (record_restore): Move null-check to before pointer
2030         dereference.
2031
2032         * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
2033
2034         * objc-lang.c (selectors_info): Add explanitory comment.
2035         (classes_info): Ditto.
2036
2037 2011-03-01  Ulrich Weigand  <[email protected]>
2038
2039         * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
2040         (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
2041         versions of the trampoline.  Handle Thumb vs. ARM addresses.
2042         (arm_kernel_linux_restart_syscall_tramp_frame): New global.
2043         (arm_linux_init_abi): Install it.
2044         * arm-tdep.c (arm_psr_thumb_bit): Make global.
2045         * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
2046
2047 2011-02-28  Michael Snyder  <[email protected]>
2048
2049         * ui-out.c (ui_out_field_core_addr): Make local char buffer
2050         a little bigger, to avoid possibility of an overflow.
2051
2052         * breakpoint.c (breakpoint_adjustment_warning): Make local char
2053         buffers a little bigger, to avoid possibility of an overflow.
2054
2055         * coffread.c (coff_getfilename): Add check to avoid overflow.
2056
2057         * objc-lang.c (selectors_info): Add a small safety margin to
2058         avoid overflow.
2059         (classes_info): Error out on too long REGEXP.
2060
2061         * infrun.c (handle_inferior_event): Remove unused function call.
2062
2063         * fork-child.c (fork_inferior): Remove ifdef'd code and
2064         unused variable.
2065
2066         * linux-thread-db.c (attach_thread): Discard unused value.
2067
2068         * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
2069
2070         * remote.c (remote_get_noisy_reply): Discard unused value.
2071         (remote_vcont_resume): Ditto.
2072         (remote_stop_ns): Ditto.
2073
2074         * linespec.c (decode_objc): Delete unused variable.
2075
2076         * tui/tui-regs.c (tui_register_format): Delete unused variable.
2077
2078         * dwarf2read.c (add_partial_symbol): Discard unused values.
2079         (read_base_type): Delete unused variable.
2080
2081         * dbxread.c (read_dbx_symtab): Discard unused value.
2082
2083         * eval.c (evaluate_subexp_standard): Delete unused variable,
2084         and discard unused values.
2085
2086         * infcmd.c (_initialize_infcmd): Discard unused values.
2087
2088         * stabsread.c (rs6000_builtin_type): Missing break statement.
2089
2090         * dbxread.c (process_one_symbol): Discard unused value.
2091
2092         * coffread.c (coff_end_symtab): Delete unused variable.
2093
2094         * dwarf2read.c (dw2_get_file_names): Discard unused value.
2095         (dwarf2_add_typedef): Delete unused variable.
2096         (read_namespace): Ditto.
2097         (dwarf_decode_macros): Ditto.
2098
2099         * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
2100
2101         * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
2102
2103         * p-valprint.c (pascal_val_print): Discard unused value.
2104
2105         * utils.c (nquery): Call va_end before return;
2106         (yquery): Ditto.
2107         (query): Ditto.
2108
2109         * proc-service.c (ps_plog): Call va_end before return.
2110
2111 2011-02-28  Tom Tromey  <[email protected]>
2112
2113         * python/python.c (gdbpy_value_cst): New global.
2114         (_initialize_python): Initialize it.
2115         * python/python-internal.h (gdbpy_value_cst): Declare.
2116         * python/py-value.c (convert_value_from_python): Use
2117         gdbpy_value_cst.
2118
2119 2011-02-28  Michael Snyder  <[email protected]>
2120
2121         * python/py-cmd.c (cmdpy_init): Fix memory leak.
2122
2123         * breakpoint.c (catch_syscall_completer): Free malloced list.
2124
2125         * jv-lang.c (java_primitive_type_from_name): Add missing break.
2126
2127         * opencl-lang.c (lval_func_check_validity): Rename inner variables.
2128         (lval_func_check_synthetic_pointer): Ditto.
2129         (lval_func_free_closure): Fix use-after-free.
2130
2131 2011-02-28  Tom Tromey  <[email protected]>
2132
2133         * psymtab.c (expand_partial_symbol_tables): Use
2134         ALL_OBJFILE_PSYMTABS.
2135
2136 2011-02-28  Jan Kratochvil  <[email protected]>
2137
2138         * objc-lang.c (selectors_info): Error on too long REGEXP.
2139
2140 2011-02-28  Michael Snyder  <[email protected]>
2141
2142         * python/py-param.c (set_parameter_value): Add missing
2143         break statement.
2144
2145         * linux-record.c (record_linux_system_call): Add missing
2146         break statement.
2147
2148 2011-02-28  Ulrich Weigand  <[email protected]>
2149
2150         * breakpoint.c (print_one_breakpoint_location): Remove unused
2151         argument PRINT_ADDRESS_BITS.  Update callers.
2152         (print_one_breakpoint): Likewise.
2153
2154 2011-02-28  Ulrich Weigand  <[email protected]>
2155
2156         * breakpoint.c (wrap_indent_at_field): New function.
2157         (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
2158         Allocate ui_stream locally instead of using STB argument.
2159         (print_one_breakpoint_location): Update call.
2160         * ui-out.c (ui_out_query_field): New function.
2161         * ui-out.h (ui_out_query_field): Add prototype.
2162
2163 2011-02-28  Joel Brobecker  <[email protected]>
2164
2165         From Michael Snyder  <[email protected]>
2166         * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
2167
2168 2011-02-27  Michael Snyder  <[email protected]>
2169
2170         * objc-lang.c (selectors_info): Prevent string overrun.
2171
2172         * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
2173         error in strncpy.
2174
2175         * symtab.c (rbreak_command): Move variable 'file_name' to
2176         outer scope.
2177
2178         * d-valprint.c (dynamic_array_type): Avoid shadowing a function
2179         param with a local variable of the same name.
2180
2181 2011-02-27  Michael Snyder  <[email protected]>
2182
2183         * value.c (value_from_history_ref): New function.
2184         * value.h (value_from_history_ref): Export.
2185         * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
2186         to parse value history references.
2187         * cli/cli-utils.h (get_number_trailer): Update comment.
2188
2189 2011-02-27  Michael Snyder  <[email protected]>
2190
2191         * inferior.c (detach_inferior_command): Use get_number_or_range.
2192         (kill_inferior_command): Ditto.
2193         (remove_inferior_command): Ditto.
2194         (initialize_inferiors): Make command names plural.
2195         Update help strings.
2196
2197 2011-02-27  Michael Snyder  <[email protected]>
2198
2199         * darwin-nat-info.c: Fix comment typo.
2200         * dwarf2expr.h: Ditto.
2201         * fbsd-nat.c: Ditto.
2202         * fbsd-nat.h: Ditto.
2203         * frame-unwind.h: Ditto.
2204         * frame.h: Ditto.
2205         * hppa-hpux-tdep.c: Ditto.
2206         * i386-linux-nat.c: Ditto.
2207         * linux-nat.c: Ditto.
2208         * nbsd-nat.c: Ditto.
2209         * nbsd-nat.h: Ditto.
2210         * ppc-linux-tdep.c: Ditto.
2211         * serial.c: Ditto.
2212         * ui-file.h: Ditto.
2213         * tui/tui-winsource.c: Ditto.
2214
2215 2011-02-26  Michael Snyder  <[email protected]>
2216
2217         * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
2218
2219         * maint.c (maintenance_do_deprecate): Plug a memory leak.
2220
2221         * dwarf2loc.c (insert_bits): Avoid shadowing a function param
2222         with a local variable of the same name.
2223
2224         * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
2225         param with a local variable of the same name.
2226         (i387_supply_xsave): Ditto.
2227
2228         * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
2229         that it does not shadow a function parameter.
2230
2231         * i386-nat.c (i386_length_and_rw_bits): Document that case
2232         statement is meant to fall through.
2233
2234         * expprint.c (dump_subexp_body_standard): Document that case
2235         statement is meant to fall through.
2236
2237         * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
2238         dead if statement.  Condition can't be false.
2239
2240 2011-02-25  Michael Snyder  <[email protected]>
2241
2242         * arm-tdep.c: Fix typos in comments.
2243         * bsd-uthread.c: Ditto.
2244         * completer.c: Ditto.
2245         * corelow.c: Ditto.
2246         * cp-namespace.c: Ditto.
2247         * cp-support.c: Ditto.
2248         * cris-tdep.c: Ditto.
2249         * dbxread.c: Ditto.
2250         * dwarf2read.c: Ditto.
2251         * frame.h: Ditto.
2252         * gdbtypes.h: Ditto.
2253         * inferior.h: Ditto.
2254         * mdebugread.c: Ditto.
2255         * mips-tdep.c: Ditto.
2256         * ppc-linux-nat.c: Ditto.
2257         * ppc-linux-tdep.c: Ditto.
2258         * printcmd.c: Ditto.
2259         * sol-thread.c: Ditto.
2260         * solib-frv.c: Ditto.
2261         * solist.h: Ditto.
2262         * sparc64-tdep.c: Ditto.
2263         * spu-tdep.c: Ditto.
2264         * stabsread.c: Ditto.
2265         * symfile.c: Ditto.
2266         * valops.c: Ditto.
2267         * varobj.c: Ditto.
2268         * vax-nat.c: Ditto.
2269         * python/py-block.c: Ditto.
2270         * python/py-symbol.c: Ditto.
2271         * python/py-symtab.c: Ditto.
2272         * python/py-value.c: Ditto.
2273         * tui/tui-win.c: Ditto.
2274
2275 2011-02-25  Michael Snyder  <[email protected]>
2276
2277         * inferior.c (print_inferior): Accept a string instead of an int
2278         for requested_inferiors, and use get_number_or_range to parse it.
2279         (info_inferiors_command): Pass args string to print_inferior.
2280         (initialize_inferiors): Change help string for info inferiors.
2281         * inferior.h (print_inferior): Export prototype change.
2282
2283 2011-02-25  Tom Tromey  <[email protected]>
2284
2285         * common/ax.def (invalid2): Set to 0x31.
2286
2287 2011-02-25  Jan Kratochvil  <[email protected]>
2288
2289         * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
2290         L and plongest.
2291         (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
2292         use L and plongest.
2293         (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
2294
2295 2011-02-24  Michael Snyder  <[email protected]>
2296
2297         * Makefile.in (clean): Make clean should remove generated files
2298         observer.h and observer.inc.
2299
2300 2011-02-24  Joel Brobecker  <[email protected]>
2301
2302         Revert the following patch (not approved yet):
2303         2011-02-21  Hui Zhu  <[email protected]>
2304         * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
2305         * ax-gdb.c (gen_printf_expr_callback): New function.
2306         * ax-gdb.h (gen_printf_expr_callback): Forward declare.
2307         * ax-general.c (ax_memcpy): New function.
2308         (ax_print): Handle "printf".
2309         (ax_reqs): Ditto.
2310         * ax.h (ax_memcpy): Forward declare.
2311         * common/ax.def (invalid2): Removed.
2312         (printf): New entry.
2313         * printcmd.c (printcmd.h): New include.
2314         (string_printf): New function.
2315         (ui_printf): Removed.
2316         (printf_command): Remove static.  Call string_printf.
2317         (eval_command): Call string_printf.
2318         * printcmd.h: New file.
2319         * tracepoint.c (validate_actionline,
2320         encode_actions_1): handle printf_command.
2321
2322 2011-02-23  Tom Tromey  <[email protected]>
2323
2324         * ax-general.c (ax_pick): Add missing newline.
2325
2326 2011-02-23  Michael Snyder  <[email protected]>
2327
2328         * breakpoint.c (breakpoint_1): Change first argument from an int
2329         to a char pointer, so that the function now accepts a list of
2330         breakpoints rather than just one.  Use new function
2331         'number_is_in_list' to implement.
2332         (breakpoints_info): Pass char * instead of int to breakpoint_1.
2333         (watchpoints_info): Ditto.
2334         (tracepoints_info): Ditto.
2335         (maintenance_info_breakpoints): Ditto.
2336         (_initialize_breakpoint): Update help strings to reflect the fact
2337         that these functions can now take more than one argument.
2338         * cli/cli-utils.c (number_is_in_list): New function.
2339         * cli/cli-utils.h (number_is_in_list): Export.
2340
2341 2011-02-23  Michael Snyder  <[email protected]>
2342
2343         * memattr.c (mem_enable_command): Use get_number_or_range.
2344         (mem_disable_command): Ditto.
2345         (mem_delete_command): Ditto.
2346         (_initialize_mem): Tweak usage message to reflect multiple
2347         arguments.
2348
2349 2011-02-22  Doug Evans  <[email protected]>
2350
2351         Add gdb.lookup_global_symbol python function.
2352         * NEWS: Add entry.
2353         * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
2354         * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
2355         * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
2356
2357 2011-02-22  Tom Tromey  <[email protected]>
2358
2359         * language.c (language_class_name_from_physname): Rename
2360         'curr_language' argument to 'lang'; use in body.
2361
2362 2011-02-22  Michael Snyder  <[email protected]>
2363
2364         * cli/cli-utils.c (number_is_in_list): Check for zero return.
2365
2366 2011-02-22  Pedro Alves  <[email protected]>
2367
2368         * frame-unwind.h: Fix comment to mention the this frame, not the
2369         next.
2370
2371 2011-02-22  Tom Tromey  <[email protected]>
2372
2373         * symfile.c (auto_solib_limit): Remove.
2374         * symfile.h (auto_solib_limit): Remove.
2375
2376 2011-02-22  Joel Brobecker  <[email protected]>
2377
2378         * Makefile.in (INSTALLED_LIBS): Delete.  Update comment.
2379
2380 2011-02-21  Michael Snyder  <[email protected]>
2381
2382         * gdbthread.h (print_thread_info): Change prototype.
2383         * thread.c (print_thread_info): Accept char* instead of int for
2384         requested_threads argument.  Use new function number_is_in_list
2385         to determine which threads to list.
2386         (info_threads_command): Pass char* to print_thread_info.
2387         * cli/cli-utils.c (number_is_in_list): New function.
2388         * cli/cli-utils.h (number_is_in_list): Export.
2389         * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
2390         print_thread_info.
2391         (print_one_inferior): Ditto.
2392         (mi_cmd_list_thread_groups): Ditto.
2393
2394 2011-02-21  Jan Kratochvil  <[email protected]>
2395
2396         * common/Makefile.in (CFLAGS): New.
2397         (COMPILE): Add $(CFLAGS).
2398
2399 2011-02-21  Tom Tromey  <[email protected]>
2400
2401         * breakpoint.c (catch_syscall_command_1): Fix typo.
2402
2403 2011-02-21  Tom Tromey  <[email protected]>
2404
2405         * reverse.c: Include cli-utils.h.
2406         * printcmd.c: Include cli-utils.h.
2407         (string_printf): Use skip_spaces.
2408         * cli/cli-utils.h: New file.
2409         * cli/cli-utils.c: New file.
2410         * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
2411         * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
2412         * breakpoint.h (get_number, get_number_or_range): Move to
2413         cli-utils.h.
2414         * breakpoint.c: Include cli-utils.h.
2415         (get_number_trailer, get_number, get_number_or_range)
2416         (ep_skip_leading_whitespace): Move to cli-utils.c.
2417         (create_breakpoint_sal, find_condition_and_thread)
2418         (decode_static_tracepoint_spec, watch_command_1)
2419         (watch_maybe_just_location, ep_parse_optional_if_clause)
2420         (catch_fork_command_1, catch_exec_command_1)
2421         (catch_syscall_command_1): Use skip_spaces, skip_to_space.
2422         * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
2423         (SUBDIR_CLI_SRCS): Add cli-utils.c.
2424         (HFILES_NO_SRCDIR): Add cli-utils.h.
2425         (cli-utils.o): New target.
2426
2427 2011-02-18  Pierre Muller  <[email protected]>
2428
2429         * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
2430         before calling discard_all_inferiors.
2431
2432 2011-02-21  Ulrich Weigand  <[email protected]>
2433
2434         * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
2435         (struct builtin_opencl_type): Remove.
2436         (builtin_opencl_type): Change return type to "struct type **".
2437         (lookup_opencl_vector_type): Update caller.
2438         (opencl_language_arch_info): Copy primitive type vector from gdbarch.
2439         (build_opencl_types): Install plain array of "struct type *"
2440         instead of "struct builtin_opencl_type".
2441
2442 2011-02-21  Matthew Gretton-Dann <[email protected]>
2443             Ulrich Weigand  <[email protected]>
2444
2445         * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
2446         (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
2447         (struct arm_linux_hwbp_cap): New type.
2448         (arm_linux_get_hwbp_cap): New function.
2449         (arm_linux_get_hw_breakpoint_count): Likewise.
2450         (arm_linux_get_hw_watchpoint_count): Likewise.
2451         (arm_linux_can_use_hw_breakpoint): Likewise.
2452         (arm_hwbp_type): New type.
2453         (arm_hwbp_control_t): Likewise.
2454         (struct arm_linux_hw_breakpoint): Likewise.
2455         (struct arm_linux_thread_points): Likewise.
2456         (arm_threads): New global variable.
2457         (arm_linux_find_breakpoints_by_tid): New function.
2458         (arm_hwbp_control_initialize): Likewise.
2459         (arm_hwbp_control_is_enabled): Likewise.
2460         (arm_hwbp_control_disable): Likewise.
2461         (arm_linux_hw_breakpoint_initialize): Likewise.
2462         (arm_linux_get_hwbp_type): Likewise.
2463         (arm_linux_hw_watchpoint_initialize): Likewise.
2464         (arm_linux_hw_breakpoint_equal): Likewise.
2465         (arm_linux_insert_hw_breakpoint1): Likewise.
2466         (arm_linux_remove_hw_breakpoint1): Likewise.
2467         (arm_linux_insert_hw_breakpoint): Likewise.
2468         (arm_linux_remove_hw_breakpoint): Likewise.
2469         (arm_linux_region_ok_for_hw_watchpoint): Likewise.
2470         (arm_linux_insert_watchpoint): Likewise.
2471         (arm_linux_remove_watchpoint): Likewise.
2472         (arm_linux_stopped_data_address): Likewise.
2473         (arm_linux_stopped_by_watchpoint): Likewise.
2474         (arm_linux_watchpoint_addr_within_range): Likewise.
2475         (arm_linux_new_thread): Likewise.
2476         (arm_linux_thread_exit): Likewise.
2477         (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
2478         related target callbacks.  Register arm_linux_new_thread and
2479         arm_linux_thread_exit.
2480         * arm-tdep.h (arm_pc_is_thumb): Add prototype.
2481         * arm-tdep.c (arm_pc_is_thumb): Make global.
2482         (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
2483
2484 2011-02-21  Ulrich Weigand  <[email protected]>
2485
2486         * breakpoint.c (update_watchpoint): Do not attempt to recreate
2487         per-frame locations while within a function epilogue.
2488
2489 2011-02-21  Pierre Muller  <[email protected]>
2490
2491         * ser-mingw.c (ser_windows_close): Reformat comment to better conform
2492         to GNU coding standards.
2493
2494 2011-02-21  Pierre Muller  <[email protected]>
2495
2496         Allow use of mingw native on Windows 95 OS.
2497         * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
2498         (ser_windows_close): Only call CancelIo if function exists.
2499         (_initialize_ser_windows): Use LoadLirary/GetProcAddress
2500         to check for existence of CancelIo function in kernel32 DLL.
2501
2502 2011-02-21  Hui Zhu  <[email protected]>
2503
2504         * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
2505         * ax-gdb.c (gen_printf_expr_callback): New function.
2506         * ax-gdb.h (gen_printf_expr_callback): Forward declare.
2507         * ax-general.c (ax_memcpy): New function.
2508         (ax_print): Handle "printf".
2509         (ax_reqs): Ditto.
2510         * ax.h (ax_memcpy): Forward declare.
2511         * common/ax.def (invalid2): Removed.
2512         (printf): New entry.
2513         * printcmd.c (printcmd.h): New include.
2514         (string_printf): New function.
2515         (ui_printf): Removed.
2516         (printf_command): Remove static.  Call string_printf.
2517         (eval_command): Call string_printf.
2518         * printcmd.h: New file.
2519         * tracepoint.c (validate_actionline,
2520         encode_actions_1): handle printf_command.
2521
2522 2011-02-19  Michael Snyder  <[email protected]>
2523
2524         * reverse.c (delete_one_bookmark): Argument is now bookmark
2525         id rather than pointer to bookmark struct.
2526         (delete_bookmark_command): Use get_number_or_range.
2527         (goto_bookmark_command): Parse with get_number instead of strtoul.
2528         (bookmark_1): New function.  Print info for one bookmark.
2529         (bookmarks_info): Use get_number_or_range and bookmark_1.
2530
2531 2011-02-18  Michael Snyder  <[email protected]>
2532
2533         * thread.c (info_threads_command): Re-implement using
2534         get_number_or_range.
2535         (thread_apply_command): Ditto.
2536
2537 2011-02-18  Tom Tromey  <[email protected]>
2538
2539         * common/ax.def: New file.
2540         * ax.h (enum agent_op): Use ax.def.
2541         * ax-general.c (aop_map): Use ax.def.
2542
2543 2011-02-18  Tom Tromey  <[email protected]>
2544
2545         * ax-general.c (aop_map): Add pick and rot.
2546         * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
2547         <DW_OP_rot>: Implement.
2548         * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
2549         (ax_pick): Declare.
2550         * ax-general.c (ax_pick): New function.
2551
2552 2011-02-18  Tom Tromey  <[email protected]>
2553
2554         * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
2555
2556 2011-02-18  Jan Kratochvil  <[email protected]>
2557             Tom Tromey  <[email protected]>
2558
2559         * cp-support.c (make_symbol_overload_list_namespace): Do not call
2560         make_symbol_overload_list_block with NULL BLOCK.
2561         * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
2562
2563 2011-02-18  Pedro Alves  <[email protected]>
2564
2565         * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
2566         * breakpoint.h (get_number_or_range): Declare.
2567         * printcmd.c (ALL_DISPLAYS): Declare.
2568         (delete_display): Reimplement taking a display pointer.
2569         (undisplay_command): Accept a range of displays to delete, using
2570         get_number_or_range.
2571
2572 2011-02-18  Pierre Muller  <[email protected]>
2573
2574         * c-valprint.c (c_val_print): Add embedded_offset to address
2575         for arrays of unspecified length.
2576         * p-valprint.c (pascal_val_print): Likewise.
2577
2578 2011-02-18  Yao Qi  <[email protected]>
2579
2580         * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
2581         (arm_process_displaced_insn): .. here. Remove parameter INSN.
2582         (thumb_process_displaced_insn): New.
2583         * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
2584         call to arm_process_displaced_insn.
2585         * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
2586
2587 2011-02-17  Tom Tromey  <[email protected]>
2588
2589         * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
2590         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
2591         compile_dwarf_to_ax.  No longer static.  Call
2592         dwarf2_compile_cfa_to_ax.
2593         (locexpr_tracepoint_var_ref): Update.
2594         (loclist_tracepoint_var_ref): Update.
2595         * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
2596         * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
2597         argument; add 'gdbarch' and 'pc'.
2598         (dwarf2_compile_cfa_to_ax): New function.
2599         (dwarf2_frame_cache): Update.
2600
2601 2011-02-17  Joel Brobecker  <[email protected]>
2602
2603         * ada-lang.c (ada_type_of_array): Fix the size of the array
2604         in the case of an unconstrained packed array.
2605
2606 2011-02-17  Yao Qi  <[email protected]>
2607
2608         * common/Makefile.in: Add more targets for make.
2609
2610 2011-02-16  Tom Tromey  <[email protected]>
2611
2612         * dwarf2loc.c (unimplemented): Fix typo.
2613
2614 2011-02-16  Tom Tromey  <[email protected]>
2615
2616         * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
2617         (compile_dwarf_to_ax) <default>: Use unimplemented.
2618         <DW_OP_deref>: Update.
2619         (disassemble_dwarf_expression): Update.
2620         * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
2621         (decode_locdesc): Update.
2622         * dwarf2expr.h (dwarf_stack_op_name): Update.
2623
2624 2011-02-16  Tom Tromey  <[email protected]>
2625
2626         * ax.h (struct aop_map) <name>: Now const.
2627
2628 2011-02-16  Tom Tromey  <[email protected]>
2629
2630         * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
2631         than axs_rvalue.
2632
2633 2011-02-16  Yao Qi  <[email protected]>
2634
2635         * infrun.c (get_displaced_step_closure_by_addr): New.
2636         * inferior.h: Declare it.
2637         * arm-tdep.c: (arm_pc_is_thumb): Call
2638         get_displaced_step_closure_by_addr.  Adjust MEMADDR if it
2639         returns non-NULL.
2640
2641 2011-02-16  Pedro Alves  <[email protected]>
2642             Jan Kratochvil  <[email protected]>
2643
2644         gdb/
2645         * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
2646
2647 2011-02-16  Pedro Alves  <[email protected]>
2648             Jan Kratochvil  <[email protected]>
2649
2650         * value.c (value_contents_copy_raw): Extend describing comment.
2651         Assert that the destination contents we're overwriting are wholly
2652         available.
2653         (value_contents_copy): Extend describing comment.
2654
2655 2011-02-16  Pedro Alves  <[email protected]>
2656             Jan Kratochvil  <[email protected]>
2657
2658         * value.c (value_available_contents_eq): Remove redundant local
2659         variables.  Fix available contents comparision.
2660         * value.h (value_available_contents_eq): Extend describing
2661         comment.
2662
2663 2011-02-16  Yao Qi  <[email protected]>
2664
2665         * thread.c (info_threads_command): Add missing i18n markup and remove
2666         trailing newline.
2667
2668 2011-02-15  Paul Pluzhnikov  <[email protected]>
2669
2670         * breakpoint.c (longjmp_names): New variable.
2671         (struct breakpoint_objfile_data): New type.
2672         (breakpoint_objfile_key): New variable.
2673         (msym_not_found): New variable.
2674         (msym_not_found_p): New predicate.
2675         (get_breakpoint_objfile_data): New function.
2676         (create_overlay_event_breakpoint): Check per-objfile cache for
2677         symbols first.
2678         (create_longjmp_master_breakpoint): Likewise.
2679         (create_std_terminate_master_breakpoint): Likewise.
2680         (create_exception_master_breakpoint): Likewise.
2681         (_initialize_breakpoint): Register per-objfile data key.
2682
2683 2011-02-15  Paul Pluzhnikov  <[email protected]>
2684
2685         * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
2686         parameter value.
2687         (create_longjmp_master_breakpoint): Loop over longjmp names.
2688         (create_std_terminate_master_breakpoint): Const-propagate parameter
2689         value.
2690         (update_breakpoints_after_exec): Adjust.
2691         (breakpoint_re_set): Adjust.
2692
2693 2011-02-15  Michael Snyder  <[email protected]>
2694
2695         * thread.c (info_threads_command): Process arg as thread id,
2696         or list of thread ids.
2697         (thread_find_command): New command.
2698         (_initialize_thread): Document argument for info threads.
2699         Document 'thread find' command.
2700         * NEWS: Document new command "thread find".
2701
2702 2011-02-15  Jan Kratochvil  <[email protected]>
2703
2704         * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
2705         * aclocal.m4: Regenerated with aclocal-1.11.1.
2706         * common/configure: Regenerate with autoconf-2.64.
2707
2708 2011-02-15  Ken Werner  <[email protected]>
2709
2710         * opencl-lang.c (build_opencl_types): Set the size of the built-in
2711         bool data type to a size of one byte.
2712
2713 2011-02-15  Pedro Alves  <[email protected]>
2714             Jan Kratochvil  <[email protected]>
2715
2716         * target.c (memory_xfer_live_readonly_partial): Document where to
2717         look for interface description.
2718
2719 2011-02-15  Yao Qi  <[email protected]>
2720
2721         PR tdep/12352
2722         * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
2723         order to store PC value on stack instead of text section.
2724
2725 2011-02-15  Thiago Jung Bauermann  <[email protected]>
2726
2727         * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
2728         the EFP register set size.
2729         (efpr_pseudo_register_read): Use regcache_raw_read_part to read
2730         data from the VMX register.
2731         (efpr_pseudo_register_write): Use regcache_raw_write_part to read
2732         and write data from/to the VMX register.
2733
2734 2011-02-14  Michael Snyder  <[email protected]>
2735
2736         * command.h (enum command_class): New class 'no_set_class', for
2737         "show" commands without a corresponding "set" command.
2738         * value.c (_initialize_values): Use 'no_set_class' for "show values".
2739         * copying.c (_initialize_copying): Ditto for "show copying" and
2740         "show warranty".
2741         * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
2742         "show version".
2743         * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
2744         which there is no corresponding "set" command (eg. "show copying").
2745
2746 2011-02-14  Pedro Alves  <[email protected]>
2747             Jan Kratochvil  <[email protected]>
2748
2749         * exec.c (section_table_available_memory): Change `len' parameter
2750         type to ULONGEST.
2751         * exec.h (section_table_available_memory): Ditto.
2752         * value.h (read_value_memory): Rename the `offset' parameter to
2753         `embedded_offset'.
2754
2755 2011-02-14  Pedro Alves  <[email protected]>
2756             Jan Kratochvil  <[email protected]>
2757
2758         * memrange.c (compare_mem_ranges): Mention sort order in
2759         describing comment.
2760         (normalize_mem_ranges): Add comment.  Fix ra->length calculation.
2761         * tracepoint.c (traceframe_available_memory): Extend comment to
2762         mention what happens to RESULT when the target does not support
2763         the query.
2764
2765 2011-02-14  Pedro Alves  <[email protected]>
2766             Jan Kratochvil  <[email protected]>
2767
2768         * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
2769         range.
2770
2771 2011-02-14  Pedro Alves  <[email protected]>
2772
2773         * value.c (value_bits_valid, value_bits_synthetic_pointer):
2774         No longer handle NULL values.
2775
2776 2011-02-14  Pedro Alves  <[email protected]>
2777
2778         * exceptions.h (NOT_AVAILABLE_ERROR): New error.
2779         * value.c: Include "exceptions.h".
2780         (require_available): Throw NOT_AVAILABLE_ERROR instead of a
2781         generic error.
2782         * cp-abi.c: Include gdb_assert.h.
2783         (baseclass_offset): Add `embedded_offset' and `val' parameters.
2784         Assert the method is implemented.  Wrap NOT_AVAILABLE_ERROR
2785         errors.
2786         * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
2787         parameters.  No longer returns -1 on error.
2788         (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
2789         `val' parameters.
2790         * cp-valprint.c: Include exceptions.h.
2791         (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
2792         the baseclass_offset.  Handle unavailable base classes.  Use
2793         val_print_invalid_address.
2794         * p-valprint.c: Include exceptions.h.
2795         (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
2796         when fetching the baseclass_offset.  No longer expect
2797         baseclass_offset returning -1.  Handle unavailable base classes.
2798         Use val_print_invalid_address.
2799         * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
2800         `valaddr' parameter, and change its type to gdb_byte pointer.  Add
2801         `embedded_offset' and `val' parameters.  Adjust.
2802         (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
2803         parameter, and change its type to gdb_byte pointer.  Add
2804         `embedded_offset' and `val' parameters.  Adjust.  No longer expect
2805         baseclass_offset returning -1.
2806         (value_dynamic_cast): Use value_contents_for_printing rather than
2807         value_contents.  Adjust.
2808         (search_struct_field): No longer expect baseclass_offset returning
2809         -1.
2810         (search_struct_method): If reading memory from the target is
2811         necessary, wrap it in a new value to pass to baseclass_offset.  No
2812         longer expect baseclass_offset returning -1.
2813         (find_method_list): No longer expect baseclass_offset returning
2814         -1.  Use value_contents_for_printing rather than value_contents.
2815         * valprint.c (val_print_invalid_address): New function.
2816         * valprint.h (val_print_invalid_address): Declare.
2817         * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
2818         and `val' parameters.  No longer expect baseclass_offset returning
2819         -1.  Adjust.
2820         * gnu-v2-abi.c: Include "exceptions.h".
2821         (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
2822         parameters.  Handle unavailable memory.  Recurse through
2823         gnuv2_baseclass_offset directly, rather than through
2824         baseclass_offset.  No longer returns -1 on not found, instead
2825         throw an error.
2826         * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
2827         `val' parameters.  Adjust.
2828
2829 2011-02-14  Pedro Alves  <[email protected]>
2830
2831         * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
2832         almost but not quite adjacent.
2833
2834 2011-02-14  Pedro Alves  <[email protected]>
2835
2836         * value.h (value_entirely_available): Declare.
2837         * value.c (value_entirely_available): New function.
2838         * c-valprint.c (c_value_print): Don't try fetching the pointer's
2839         real type if the pointer is unavailable.
2840
2841 2011-02-14  Pedro Alves  <[email protected]>
2842
2843         * valops.c (value_repeat): Use read_value_memory instead of
2844         read_memory.
2845
2846 2011-02-14  Pedro Alves  <[email protected]>
2847
2848         * value.h (value_contents_copy, value_contents_copy_raw): Declare.
2849         * value.c (value_contents_copy_raw, value_contents_copy): New
2850         functions.
2851         (value_primitive_field): Use value_contents_copy_raw instead of
2852         memcpy.
2853         * valops.c (value_fetch_lazy): Use value_contents_copy instead of
2854         memcpy.
2855         (value_array, value_slice): Ditto.
2856         * valarith.c (value_subscripted_rvalue): Use
2857         value_contents_copy_raw instead of memcpy.
2858
2859 2011-02-14  Pedro Alves  <[email protected]>
2860
2861         <unavailable> references.
2862
2863         * valops.c (get_value_at): Use value_from_contents_and_address,
2864         avoiding read_memory.
2865
2866 2011-02-14  Pedro Alves  <[email protected]>
2867
2868         * c-valprint.c (c_val_print): Print a string with unavailable
2869         contents as an array.
2870
2871 2011-02-14  Pedro Alves  <[email protected]>
2872
2873         * value.h (unpack_bits_as_long): Delete declaration.
2874         (unpack_value_bits_as_long): Declare.
2875         (unpack_value_field_as_long): Declare.
2876         (value_field_bitfield): Declare.
2877         * value.c (unpack_bits_as_long): Rename to...
2878         (unpack_value_bits_as_long_1): ... this.  Add embedded_offset and
2879         value parameters.  Return the extracted result in a new output
2880         parameter.  If the value contents are unavailable, return false,
2881         otherwise return true.
2882         (unpack_value_bits_as_long): New.
2883         (unpack_field_as_long): Rename to...
2884         (unpack_value_field_as_long_1): ... this.  Add embedded_offset and
2885         Add embedded_offset and value parameters.  Return the extracted
2886         result in a new output parameter. If the value contents are
2887         unavailable, return false, otherwise return true.
2888         (unpack_value_field_as_long): New.
2889         (unpack_field_as_long_1): New.
2890         (unpack_field_as_long): Reimplement as wrapper around
2891         unpack_value_field_as_long_1.
2892         (value_field_bitfield): New function.
2893         * valops.c (value_fetch_lazy): When fetching a bitfield, use
2894         unpack_value_bits_as_long.  Mark the value as unavailable, if it
2895         is unavailable.
2896         * jv-valprint.c (java_print_value_fields): Use
2897         value_field_bitfield.
2898         * p-valprint.c (pascal_object_print_value_fields): Use
2899         value_field_bitfield.
2900         * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
2901
2902 2011-02-14  Pedro Alves  <[email protected]>
2903
2904         * value.c (get_internalvar_integer): Also return the int value of
2905         TYPE_CODE_INT INTERNALVAR_VALUE values.
2906         (set_internalvar): Don't special case TYPE_CODE_INT.
2907
2908 2011-02-14  Pedro Alves  <[email protected]>
2909
2910         * value.c (struct internalvar) <enum internalvar_kind>: Remove
2911         INTERNALVAR_POINTER.
2912         <pointer>: Delete.
2913         (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
2914         (set_internalvar): Remove special TYPE_CODE_PTR handling.
2915         (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
2916
2917 2011-02-14  Pedro Alves  <[email protected]>
2918
2919         * value.h (value_available_contents_eq): Declare.
2920         * value.c (find_first_range_overlap): New function.
2921         (value_available_contents_eq): New function.
2922         * valprint.c (val_print_array_elements): Use
2923         value_available_contents_eq.
2924         * ada-valprint.c (val_print_packed_array_elements): Use
2925         value_available_contents_eq.
2926         * jv-valprint.c (java_value_print): Use
2927         value_available_contents_eq.
2928
2929 2011-02-14  Pedro Alves  <[email protected]>
2930
2931         * target.c (target_read_live_memory): New function.
2932         (memory_xfer_live_readonly_partial): New.
2933         (memory_xfer_partial): If reading from a traceframe, fallback to
2934         reading unavailable read-only memory from read-only regions of
2935         live target memory.
2936         * tracepoint.c (disconnect_tracing): Adjust.
2937         (set_current_traceframe): New, factored out from
2938         set_traceframe_number.
2939         (set_traceframe_number): Reimplement to only change the traceframe
2940         number on the GDB side.
2941         (do_restore_current_traceframe_cleanup): Adjust.
2942         (make_cleanup_restore_traceframe_number): New.
2943         (cur_traceframe_number): New global.
2944         (tfile_open): Set cur_traceframe_number to no traceframe.
2945         (set_tfile_traceframe): New function.
2946         (tfile_trace_find): If looking up a traceframe using any method
2947         other than by number, make sure the current tfile traceframe
2948         matches gdb's current traceframe.  Update the current tfile
2949         traceframe if the lookup succeeded.
2950         (tfile_fetch_registers, tfile_xfer_partial)
2951         (tfile_get_trace_state_variable_value): Make sure the remote
2952         traceframe matches gdb's current traceframe.
2953         * remote.c (remote_traceframe_number): New global.
2954         (remote_open_1): Set it to -1.
2955         (set_remote_traceframe): New function.
2956         (remote_fetch_registers, remote_store_registers)
2957         (remote_xfer_memory, remote_xfer_partial)
2958         (remote_get_trace_state_variable_value): Make sure the remote
2959         traceframe matches gdb's current traceframe.
2960         (remote_trace_find): If looking up a traceframe using any method
2961         other than by number, make sure the current remote traceframe
2962         matches gdb's current traceframe.  Update the current remote
2963         traceframe if the lookup succeeded.
2964         * infrun.c (fetch_inferior_event): Adjust.
2965         * tracepoint.h (set_current_traceframe): Declare.
2966         (get_traceframe_number, set_traceframe_number): Add describing
2967         comments.
2968
2969 2011-02-14  Pedro Alves  <[email protected]>
2970
2971         Mark pieces of values as unavailable if the corresponding memory
2972         is unavailable.
2973
2974         * valops.c: Include tracepoint.h.
2975         (value_fetch_lazy): Use read_value_memory.
2976         (read_value_memory): New.
2977         * value.h (read_value_memory): Declare.
2978         * dwarf2loc.c (read_pieced_value): Use read_value_memory.
2979         * exec.c (section_table_available_memory): New function.
2980         * exec.h (section_table_available_memory): Declare.
2981
2982 2011-02-14  Pedro Alves  <[email protected]>
2983
2984         * Makefile.in (SFILES): Add memrange.c.
2985         (HFILES_NO_SRCDIR): Add memrange.h.
2986         (COMMON_OBS): Add memrange.o.
2987         * memrange.c: New file.
2988         * memrange.h: New file.
2989         * tracepoint.c: Include memrange.h.
2990         (struct mem_range): Delete.
2991         (mem_range_s): Delete.
2992         (traceframe_available_memory): New function.
2993         * tracepoint.h (traceframe_available_memory): Declare.
2994
2995 2011-02-14  Pedro Alves  <[email protected]>
2996
2997         * target.h (struct traceframe_info): Forward declare.
2998         (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
2999         (struct target_ops) <to_traceframe_info>: New field.
3000         (target_traceframe_info): New.
3001         * target.c (update_current_target): Inherit and default
3002         to_traceframe_info.
3003         * remote.c (PACKET_qXfer_traceframe_info): New.
3004         (remote_protocol_features): Register qXfer:traceframe-info:read.
3005         (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
3006         (remote_traceframe_info): New.
3007         (init_remote_ops): Install it.
3008         (_initialize_remote): Install "set/show remote traceframe-info"
3009         commands.
3010         * tracepoint.h (parse_traceframe_info): Declare.
3011         * tracepoint.c (struct mem_range): New.
3012         (mem_range_s): New typedef.
3013         (struct traceframe_info): New.
3014         (traceframe_info): New global.
3015         (free_traceframe_info): New function.
3016         (clear_traceframe_info): New function.
3017         (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
3018         info.
3019         (build_traceframe_info): New function.
3020         (tfile_traceframe_info): New function.
3021         (init_tfile_ops): Install tfile_traceframe_info.
3022         (traceframe_info_start_memory, free_result): New functions.
3023         (memory_attributes, traceframe_info_elements): New globals.
3024         (parse_traceframe_info, get_traceframe_info): New functions.
3025         * features/traceframe-info.dtd: New file.
3026         * Makefile.in (XMLFILES): Add traceframe-info.dtd.
3027
3028 2011-02-14  Pedro Alves  <[email protected]>
3029
3030         Base support for <unavailable> value contents.
3031
3032         * value.h (value_bytes_available): Declare.
3033         (mark_value_bytes_unavailable): Declare.
3034         * value.c (struct range): New struct.
3035         (range_s): New typedef.
3036         (ranges_overlap): New function.
3037         (range_lessthan): New function.
3038         (ranges_contain_p): New function.
3039         (struct value) <unavailable>: New field.
3040         (value_bytes_available): New function.
3041         (mark_value_bytes_unavailable): New function.
3042         (require_not_optimized_out): Constify parameter.
3043         (require_available): New function.
3044         (value_contents_all, value_contents): Require all bytes be
3045         available.
3046         (value_free): Free `unavailable'.
3047         (value_copy): Copy `unavailable'.
3048         * valprint.h (val_print_unavailable): Declare.
3049         * valprint.c (valprint_check_validity): Rename `offset' parameter
3050         to `embedded_offset'.  If printing a scalar, check whether the
3051         value chunk is available.
3052         (val_print_unavailable): New.
3053         (val_print_scalar_formatted): Check whether the value is
3054         available.
3055         * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
3056         pretty-printing unavailable values.
3057
3058 2011-02-13  Jan Kratochvil  <[email protected]>
3059
3060         Fix const/volatile qualifiers of C++ types, PR c++/12328.
3061         * c-typeprint.c (c_type_print_args): Update the function comment.  New
3062         variable param_type, initialize it.  Remove const/volatile qualifiers
3063         for language_cplus and !show_artificial.  Use param_type.
3064
3065 2011-02-13  Jan Kratochvil  <[email protected]>
3066
3067         * symtab.c (find_pc_sect_line): New variable objfile, initialize it
3068         from S.  Iterate S using ALL_OBJFILE_SYMTABS.  Verify BV for each S.
3069         * symtab.h (struct symtab) <next>: Comment extension.
3070
3071 2011-02-12  Yao Qi  <[email protected]>
3072
3073         * Makefile.in (CLEANDIRS): Remove duplicated common dir.
3074
3075 2011-02-11  Yao Qi  <[email protected]>
3076
3077         * common/Makefile.in: Add copyright header.
3078
3079 2011-02-11  Pedro Alves  <[email protected]>
3080
3081         * infrun.c (proceed): Move switching out and in of tfind mode from
3082         here ...
3083         (fetch_inferior_event): ... to here.
3084
3085 2011-02-11  Yao Qi  <[email protected]>
3086
3087         * Makefile.in: Remove signals.o from COMMON_OBS.  Link
3088         libcommon.a.
3089         * configure.ac: Add common to sub dir.
3090         * configure: Regenerate.
3091
3092 2011-02-11  Yao Qi  <[email protected]>
3093
3094         Build libcommon.a.
3095
3096         * common/Makefile.in: New.
3097         * common/configure.ac: New.
3098         * common/aclocal.m4: New.
3099         * common/configure: Generate.
3100
3101 2011-02-10  Pedro Alves  <[email protected]>
3102
3103         * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
3104         side of the parenthesis.
3105
3106         Merge from GCC:
3107         2010-07-13  Jakub Jelinek  <[email protected]>
3108         * vec.h (VEC_block_remove): Fix comment.
3109
3110 2011-02-08  Michael Snyder  <[email protected]>
3111
3112         * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
3113
3114 2011-02-08  Jan Kratochvil  <[email protected]>
3115
3116         * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
3117         in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
3118         psubd and paddd.
3119
3120 2011-02-08  Jan Kratochvil  <[email protected]>
3121
3122         PR 12361.
3123         * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
3124         phsubsw.
3125         (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
3126         (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
3127
3128 2011-02-08  Ulrich Weigand  <[email protected]>
3129
3130         * dwarf2read.c (read_subroutine_type): Set special calling
3131         convention flag for functions compiled by IBM XL C for OpenCL.
3132         * ppc-sysv-tdep.c: Include "dwarf2.h"
3133         (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
3134         calling convention.
3135         (do_ppc_sysv_return_value): Add FUNC_TYPE argument.  Implement
3136         IBM OpenCL vector types calling convention.
3137         (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
3138         (ppc_sysv_abi_broken_return_value): Likewise.
3139         (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
3140         types calling convention.
3141         (ppc64_sysv_abi_return_value): Likewise.
3142         * spu-tdep.c: Include "dwarf2.h"
3143         (spu_return_value): Implement IBM OpenCL vector types calling
3144         convention.
3145
3146 2011-02-08  Ulrich Weigand  <[email protected]>
3147
3148         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
3149         correct ABI for AltiVec vector arguments.
3150
3151 2011-02-07  Pedro Alves  <[email protected]>
3152
3153         * valprint.c (val_print): Extend comment.
3154         * ada-valprint.c (ada_valprint): Rewrite comment deferring
3155         interface explanation to val_print.
3156         (ada_val_print_array): Adjust comment to current interface.
3157         (print_field_values): Adjust comment to current interface.
3158         * c-valprint.c (c_val_print): Rewrite comment deferring interface
3159         explanation to val_print.
3160         * f-valprint.c (f_val_print): Ditto.
3161         * jv-valprint.c (java_val_print): Ditto.
3162         * m2-valprint.c (m2_val_print): Ditto.
3163         * p-valprint.c (pascal_val_print): Ditto.
3164
3165 2011-02-07  Thiago Jung Bauermann  <[email protected]>
3166
3167         * breakpoint.c (parse_breakpoint_sals): Fix description.
3168
3169 2011-02-04  Sami Wagiaalla  <[email protected]>
3170             Oguz Kayral <[email protected]>
3171
3172         * python/py-inferior.c (python_on_normal_stop): New function.
3173         (python_on_resume): New function.
3174         (python_inferior_exit): New function.
3175         (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
3176         inferior_exit observers.
3177         * python/py-evtregistry.c: New file.
3178         * python/py-threadevent.c : New file.
3179         * python/py-event.c: New file.
3180         * python/py-evts.c: New file.
3181         * python/py-continueevent.c: New file.
3182         * python/py-bpevent.c: New file.
3183         * python/py-signalevent.c: New file.
3184         * python/py-exetiedevent.c: New file.
3185         * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
3186         Move struct breakpoint_object from here...
3187         * python/python-internal.h: ... to here.
3188         * python/py-event.h: New file.
3189         * python/py-events.h: New file.
3190         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
3191         py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
3192         py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
3193         (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
3194         py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
3195         py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
3196         Add build rules for all the above.
3197
3198 2011-02-04  Tom Tromey  <[email protected]>
3199
3200         * dwarf2read.c (dwarf2_section_empty_p): New function.
3201         (dwarf2_read_section): Use dwarf2_section_empty_p.
3202         (dwarf2_section_size): New function.
3203         (dwarf2_get_section_info): Unconditionally read section.
3204         (dwarf2_read_index): Use dwarf2_section_empty_p.
3205         (partial_read_comp_unit_head): Use dwarf2_section_size.
3206         (dwarf2_symbol_mark_computed): Likewise.
3207
3208 2011-02-04 David Daney <[email protected]>
3209
3210         * NEWS: Add item for "catch syscall" on mips*-linux* targets.
3211
3212 2011-02-04 David Daney <[email protected]>
3213
3214         * mips-linux-tdep.c: Include xml-syscall.h.
3215         (mips_linux_get_syscall_number): New function.
3216         (mips_linux_init_abi): Add calls to
3217         mips_linux_get_syscall_number() and set_xml_syscall_file_name().
3218         * data-directory/Makefile.in (SYSCALLS_FILES): Add
3219         mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
3220         * syscalls/mips-n32-linux.xml: New file.
3221         * syscalls/mips-n64-linux.xml: New file.
3222         * syscalls/mips-o32-linux.xml: New file.
3223
3224 2011-02-04  Ulrich Weigand  <[email protected]>
3225
3226         * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
3227         Complain about inverted range entries.
3228         (dwarf2_record_block_ranges): Likewise.
3229
3230 2011-02-04  Thiago Jung Bauermann  <[email protected]>
3231
3232         Fix some typos.
3233         * breakpoint.c (update_watchpoint): Fix name of the
3234         update_global_location_list function.
3235         (print_one_breakpoint): Fix typo.
3236         (_initialize_breakpoint): Remove extra space in hbreak help
3237         string.
3238         * breakpoint.h (struct bp_location) <length>: Fix field
3239         description.
3240
3241 2011-02-04  Pedro Alves  <[email protected]>
3242
3243         * regcache.c (registers_changed_ptid): Don't explictly always
3244         clear `current_regcache'.  Only clear current_thread_ptid and
3245         current_thread_arch when PTID matches.  Only reinit the frame
3246         cache if PTID matches the current inferior_ptid.  Move alloca(0)
3247         call to ...
3248         (registers_changed): ... here.
3249
3250 2011-02-03  Ulrich Weigand  <[email protected]>
3251
3252         * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
3253         starts with __stack_chk_guard as stack guard symbol.
3254
3255 2011-02-03  Andrew Burgess  <[email protected]>
3256
3257         * disasm.c (compare_lines): Handle the end of sequence markers
3258         within the line table to better support disassembling over
3259         compilation unit boundaries.
3260
3261 2011-02-02  Ulrich Weigand  <[email protected]>
3262
3263         * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
3264         arguments.  Skip in-prologue calls to glibc __aeabi_read_tp
3265         implementation even if no symbols are available.
3266         (thumb_analyze_prologue): Update call to skip_prologue_function.
3267         (arm_analyze_prologue): Likewise.
3268
3269 2011-02-02  Ulrich Weigand  <[email protected]>
3270
3271         * arm-tdep.c: Include "observer.h".
3272         (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
3273         (arm_exidx_data_key): New static variable.
3274         (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
3275         (struct arm_exidx_data): Likewise.
3276         (arm_exidx_data_free): New function.
3277         (arm_compare_exidx_entries): Likewise.
3278         (arm_obj_section_from_vma): Likewise.
3279         (arm_exidx_new_objfile): Likewise.
3280         (arm_find_exidx_entry): Likewise.
3281         (arm_exidx_fill_cache): Likewise.
3282         (arm_exidx_unwind_sniffer): Likewise.
3283         (arm_exidx_unwind): New global variable.
3284         (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
3285         (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
3286         observer.  Register arm_exidx_data_key as objfile data.
3287
3288 2011-02-02  Ulrich Weigand  <[email protected]>
3289
3290         * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
3291         due to accessing uninitialized variable.  Fix indentation.
3292
3293 2011-02-02  Pedro Alves  <[email protected]>
3294
3295         * c-valprint.c (c_value_print): When doing virtual base pointer
3296         adjustment, create a new value with adjusted contents rather than
3297         changing the contents of the value being printed (and getting it
3298         wrong).
3299
3300 2011-02-02  Pedro Alves  <[email protected]>
3301
3302         * xml-support.c (xml_find_attribute): New.
3303         (xinclude_start_include): Use it.
3304         * xml-support.h (xml_find_attribute): Declare.
3305         * memory-map.c (memory_map_start_memory)
3306         (memory_map_start_property): Use xml_find_attribute.
3307         * osdata.c (osdata_start_osdata, osdata_start_column): Use
3308         xml_find_attribute.
3309         * remote.c (start_thread): Use xml_find_attribute.
3310         * solib-target.c (library_list_start_segment)
3311         (library_list_start_section, library_list_start_library)
3312         (library_list_start_list): Use xml_find_attribute.
3313         * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
3314         (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
3315         (tdesc_start_field): Use xml_find_attribute.
3316
3317 2011-02-02  Ulrich Weigand  <[email protected]>
3318
3319         * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
3320         (BUILD_OCL_VTYPES): Update.
3321
3322 2011-02-02  Joel Brobecker  <[email protected]>
3323
3324         * configure.ac: Work around non-GNU sed limitation when computing
3325         python version number.
3326         * configure: Regenerate.
3327
3328 2011-02-01  Jan Kratochvil  <[email protected]>
3329
3330         Fix debug printing of TYPE_INSTANCE.
3331         * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
3332         (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
3333
3334 2011-02-01  Jan Kratochvil  <[email protected]>
3335
3336         Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
3337         OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
3338         OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
3339         * ada-operator.inc: Rename the file to ...
3340         * ada-operator.def: ... here, wrap all the entries by macro OP.
3341         * expprint.c (op_name_standard): Remove all the entries.  Include
3342         "std-operator.def" instead.
3343         * expression.h (enum exp_opcode): Include "std-operator.def" and
3344         "ada-operator.def".  Move all the entries ...
3345         * std-operator.def: ... here, wrap all the entries by macro OP.
3346
3347 2011-01-31  Paul Pluzhnikov  <[email protected]>
3348
3349         * breakpoint.h (remove_jit_event_breakpoints): New prototype.
3350         * breakpoint.c (remove_jit_event_breakpoints): New function.
3351         * jit.c (jit_descriptor_addr): Delete.
3352         (registering_code): Delete.
3353         (clear_int): Delete.
3354         (jit_inferior_data): New variable.
3355         (struct jit_inferior_data): New type.
3356         (get_jit_inferior_data): New function.
3357         (jit_inferior_data_cleanup): New function.
3358         (jit_read_descriptor): Adjust.
3359         (jit_register_code): Adjust.
3360         (jit_breakpoint_re_set_internal): New function; move code here ...
3361         (jit_inferior_init): ... from here.
3362         (jit_breakpoint_re_set): Adjust.
3363         (jit_reset_inferior_data_and_breakpoints): New function.
3364         (jit_inferior_created_observer): Adjust.
3365         (jit_inferior_exit_hook): Adjust.
3366         (jit_executable_changed_observer): New function.
3367         (jit_event_handler): Adjust.
3368         (_initialize_jit): Adjust.
3369
3370 2011-01-31  Michael Snyder  <[email protected]>
3371
3372         * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
3373         line.
3374
3375 2011-01-31  Tom Tromey  <[email protected]>
3376
3377         PR python/12216:
3378         * python/python.c (execute_gdb_command): Call
3379         prevent_dont_repeat.
3380         * top.c (suppress_dont_repeat): New global.
3381         (dont_repeat): Use it.
3382         (prevent_dont_repeat): New function.
3383         * command.h (prevent_dont_repeat): Declare.
3384
3385 2011-01-31  Tom Tromey  <[email protected]>
3386
3387         * infcmd.c (finish_backward): Use breakpoint_set_silent.
3388         * python/py-breakpoint.c (bppy_set_silent): Use
3389         breakpoint_set_silent.
3390         (bppy_set_thread): Use breakpoint_set_thread.
3391         (bppy_set_task): Use breakpoint_set_task.
3392         * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
3393         (breakpoint_set_task): Declare.
3394         (make_breakpoint_silent): Remove.
3395         * breakpoint.c (breakpoint_set_silent): New function.
3396         (breakpoint_set_thread): Likewise.
3397         (breakpoint_set_task): Likewise.
3398         (make_breakpoint_silent): Remove.
3399
3400 2011-01-31  Tom Tromey  <[email protected]>
3401
3402         * breakpoint.h (user_breakpoint_p): Declare.
3403         * breakpoint.c (user_breakpoint_p): New function.
3404         (breakpoint_1): Use it.
3405         (save_breakpoints): Likewise.
3406
3407 2011-01-31  Joel Brobecker  <[email protected]>
3408
3409         * configure.ac: Add handling of Python distribution on Windows.
3410         * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
3411         sysconfig variables are not defined, then do not use them.
3412         On Windows, if LIBPL is not defined, then use prefix + '/libs'
3413         instead.  On Windows, return all paths using forward-slashes
3414         rather than backslashes.
3415
3416 2011-01-31  Joel Brobecker  <[email protected]>
3417
3418         * configure.ac: Remove fallback behavior for building
3419         against Python.  Remove tweaking of Python include path.
3420         Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
3421         (AC_TRY_LIBPYTHON):  Adjust program used in linking test.
3422         If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
3423         Always restore CPPFLAGS and LIBS after linking test.
3424         * configure: Regenerated.
3425         * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
3426         (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
3427         * python/python-internal.h: Adjust includes of Python .h files.
3428
3429 2011-01-31  Joel Brobecker  <[email protected]>
3430
3431         * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
3432         in error message.
3433
3434 2011-01-31  Joel Brobecker  <[email protected]>
3435
3436         * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
3437         value test.
3438
3439 2011-01-31  Yao Qi  <[email protected]>
3440
3441         * arm-linux-nat.c: Update calls to regcache_register_status
3442         instead of regcache_valid_p.
3443         * aix-thread.c: Likewise.
3444         * i386gnu-nat.c: Likewise.
3445
3446 2011-01-29  Jan Kratochvil  <[email protected]>
3447
3448         Fix crash.
3449         * valops.c (compare_parameters): Verify TYPE_NFIELDS before
3450         touching TYPE_FIELD_ARTIFICIAL.
3451
3452 2011-01-28  Richard Earnshaw  <[email protected]>
3453
3454         * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
3455         Committers.
3456
3457 2011-01-28  Pedro Alves  <[email protected]>
3458
3459         * tracepoint.c (tfile_xfer_partial): If there's no traceframe
3460         selected, don't try iterating over the traceframe's blocks.
3461         (tfile_has_stack): If there's no traceframe selected, then there's
3462         no stack.
3463         (tfile_has_registers): If there's no traceframe selected, then
3464         there's no registers.
3465
3466 2011-01-28  Pedro Alves  <[email protected]>
3467
3468         * target.c (memory_xfer_partial): No need to restore shadows if we
3469         haven't read anything.
3470
3471 2011-01-28  Pedro Alves  <[email protected]>
3472
3473         * mips-tdep.c (mips_print_register): Use get_frame_register_value
3474         and val_print_scalar_formatted.
3475
3476 2011-01-27  Pedro Alves  <[email protected]>
3477
3478         * tracepoint.c (tfile_read): New.
3479         (tfile_open): Use it.
3480         (tfile_get_traceframe_address): Use it.
3481         (tfile_trace_find): Use it.
3482         (walk_blocks_callback_func): New typedef.
3483         (match_blocktype): New function.
3484         (traceframe_walk_blocks): New function.
3485         (traceframe_find_block_type): New function.
3486         (tfile_fetch_registers, tfile_xfer_partial)
3487         (tfile_get_trace_state_variable_value): Use
3488         traceframe_find_block_type and tfile_read.
3489
3490 2011-01-26  Kevin Buettner  <[email protected]>
3491
3492         * remote-mips.c: Add internationalization mark ups.  Remove
3493         trailing \n from already marked up strings.
3494
3495 2011-01-26  Tom Tromey  <[email protected]>
3496
3497         * python/py-prettyprint.c (print_string_repr): Clear
3498         'addressprint' option when calling val_print_string.
3499         (print_children): Handle Val_pretty_default.  Clear 'addressprint'
3500         option when calling val_print_string.
3501
3502 2011-01-26  Tom Tromey  <[email protected]>
3503
3504         * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
3505         GDB_PY_LL_ARG.
3506         * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
3507         macros.
3508         (gdb_py_longest, gdb_py_ulongest): New typedefs.
3509         (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
3510         (gdb_py_long_as_ulongest): New defines.
3511         (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
3512         (gdb_py_int_as_long): Declare.
3513         * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
3514         GDB_PY_LL_ARG, gdb_py_object_from_longest.
3515         (valpy_long): Add comment.
3516         * python/py-utils.c (get_addr_from_python): Use
3517         gdb_py_long_as_ulongest.  Handle overflow properly.
3518         (gdb_py_object_from_longest): New function.
3519         (gdb_py_object_from_ulongest): Likewise.
3520         (gdb_py_int_as_long): Likewise.
3521         * python/py-type.c (typy_array): Use gdb_py_int_as_long.
3522         * python/py-symtab.c (salpy_get_pc): Use
3523         gdb_py_long_from_ulongest.
3524         (salpy_get_line): Use PyInt_FromLong.
3525         * python/py-param.c (set_parameter_value): Use
3526         gdb_py_int_as_long.
3527         * python/py-lazy-string.c (stpy_get_address): Use
3528         gdb_py_long_from_ulongest.
3529         * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
3530         * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
3531         * python/py-breakpoint.c (bppy_set_thread): Use
3532         gdb_py_int_as_long.
3533         (bppy_set_task): Likewise.
3534         (bppy_set_ignore_count): Likewise.
3535         (bppy_set_hit_count): Likewise.
3536         * python/py-block.c (blpy_get_start): Use
3537         gdb_py_object_from_ulongest.
3538         (blpy_get_end): Likewise.
3539         (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
3540
3541 2011-01-25  Mathieu Lacage  <[email protected]>
3542
3543         PR/symtab 11766:
3544         * gdb/objfiles.h (struct objfile) <addr_low>: New field.
3545         * gdb/solib.c (solib_read_symbols): Check for addr_low in
3546         equality test for objfile, initialize addr_low if needed.
3547
3548 2011-01-25  Pedro Alves  <[email protected]>
3549
3550         * tui/tui-regs.c (tui_register_format): Remove dead code.
3551
3552 2011-01-25  Pedro Alves  <[email protected]>
3553
3554         * printcmd.c (print_formatted): Use val_print_scalar_formatted
3555         instead of print_scalar_formatted.
3556         (print_scalar_formatted): Don't handle 's' format strings here,
3557         and add an assertion that we never see such format here.
3558         * valprint.h (val_print_scalar_formatted): Declare.
3559         * valprint.c (val_print_scalar_formatted): New.
3560         * c-valprint.c (c_val_print): Use val_print_scalar_formatted
3561         instead of print_scalar_formatted.
3562         * jv-valprint.c (java_val_print): Ditto.
3563         * p-valprint.c (pascal_val_print): Ditto.
3564         * ada-valprint.c (ada_val_print_1): Ditto.
3565         * f-valprint.c (f_val_print): Ditto.
3566         * infcmd.c (registers_info): Ditto.
3567         * m2-valprint.c (m2_val_print): Ditto.
3568
3569 2011-01-25  Pedro Alves  <[email protected]>
3570
3571         * m2-valprint.c (print_unbounded_array): Pass
3572         value_contents_for_printing rather than value_contents, to
3573         m2_print_array_contents.  Also pass in the value.
3574
3575 2011-01-25  Jan Kratochvil  <[email protected]>
3576
3577         * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
3578         (save_gdb_index_command): Switch to .gdb_index version 4.
3579
3580 2011-01-25  Pedro Alves  <[email protected]>
3581
3582         * mi/mi-main.c (get_register): Use get_frame_register_value rather
3583         than frame_register, and always pass a valid value to val_print.
3584
3585 2011-01-25  Pedro Alves  <[email protected]>
3586
3587         Centralize printing "<optimized out>".
3588
3589         * valprint.h (val_print_optimized_out): Declare.
3590         * cp-valprint.c (cp_print_value_fields): Use
3591         val_print_optimized_out.
3592         * jv-valprint.c (java_print_value_fields): Ditto.
3593         * p-valprint.c (pascal_object_print_value_fields): Ditto.
3594         * printcmd.c (print_formatted): Ditto.
3595         * valprint.c (valprint_check_validity): Ditto.
3596         (value_check_printable): Ditto.
3597         (val_print_optimized_out): New.
3598
3599 2011-01-25  Pedro Alves  <[email protected]>
3600
3601         * infcmd.c (default_print_registers_info): Allocate values so to
3602         never pass a NULL value to val_print.
3603
3604 2011-01-25  Pedro Alves  <[email protected]>
3605
3606         * cp-valprint.c (cp_print_value): Treat the 'skip' local as
3607         boolean.  Make sure to always pass a value that matches the
3608         contents buffer to callees.  Preserve `address' for following
3609         iterations.
3610         * value.c (value_contents_for_printing_const): New.
3611         (value_address): Constify value argument.
3612         * value.h (value_contents_for_printing_const): Declare.
3613         (value_address): Constify value argument.
3614
3615 2011-01-25  Pedro Alves  <[email protected]>
3616
3617         * regcache.c (struct regcache_descr): Rename
3618         sizeof_raw_register_valid_p field to sizeof_raw_register_status,
3619         and sizeof_cooked_register_valid_p to
3620         sizeof_cooked_register_status.
3621         (init_regcache_descr): Adjust.
3622         (struct regcache): Rename register_valid_p field to
3623         register_status.
3624         (regcache_xmalloc_1, regcache_xfree, regcache_save)
3625         (do_cooked_read): Adjust.
3626         (regcache_valid_p): Rename to ...
3627         (regcache_register_status): ... this.  Adjust.
3628         (regcache_invalidate): Adjust.
3629         (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
3630         Adjust.
3631         (regcache_raw_supply): Adjust.  If buf i NULL, mark the register
3632         as unavailable, not valid.
3633         (regcache_dump): Adjust.
3634         * regcache.h (enum register_status): New.
3635         (regcache_register_status): Declare.
3636         (regcache_invalidate): Delete declaration.
3637         * corelow.c (get_core_registers): Adjust.
3638         * tracepoint.c (tfile_fetch_registers): Adjust.
3639         * trad-frame.c (REG_VALUE): Rename to ...
3640         (TF_REG_VALUE): ... this.
3641         (REG_UNKNOWN): Rename to ...
3642         (TF_REG_UNKNOWN): ... this.
3643         (trad_frame_set_value, trad_frame_set_unknown): Adjust.
3644         * mi/mi-main.c (register_changed_p): Adjust.
3645
3646 2011-01-25  Pedro Alves  <[email protected]>
3647
3648         * regcache.c (struct regcache_descr): Remove outdated comment.
3649         (init_regcache_descr): Remove sizeof_raw_register_valid_p
3650         overallocate hack.
3651         (regcache_xmalloc): Rename to ...
3652         (regcache_xmalloc_1): ... this.  Add `readonly_p' parameter.
3653         Allocate the regcache type accordingly.
3654         (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
3655         (regcache_xfree): Asser the source is also readonly.  Copy sizeof
3656         cooked registers, not raw.
3657         (regcache_dup_no_passthrough): Delete.
3658         (get_thread_arch_regcache): Use regcache_xmalloc_1.
3659         * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
3660         mention obsolete write_register_bytes.
3661         * regcache.h (regcache_dup_no_passthrough): Delete declaration.
3662
3663 2011-01-25  Pedro Alves  <[email protected]>
3664
3665         Stop remote_read_bytes from handling partial reads itself.
3666
3667         * remote-fileio.c: Include target.h.
3668         (remote_fileio_write_bytes): Delete.
3669         (remote_fileio_func_open, remote_fileio_func_write)
3670         (remote_fileio_func_rename, remote_fileio_func_unlink): Use
3671         target_read_memory.
3672         (remote_fileio_func_stat): Use target_read_memory and
3673         target_write_memory.
3674         (remote_fileio_func_gettimeofday): Use target_write_memory.
3675         (remote_fileio_func_system): Use target_read_memory.
3676         * remote.c (remote_write_bytes): Make it static.
3677         (remote_read_bytes): Don't handle partial reads here.
3678         * remote.h (remote_read_bytes): Delete declaration.
3679
3680 2011-01-25  Pedro Alves  <[email protected]>
3681
3682         Simplify XML parsing a bit.
3683
3684         * xml-support.h (gdb_xml_parse_quick): Declare.
3685         * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
3686         from gdb_xml_create_parser_and_cleanup, and added `old_chain'
3687         parameter.
3688         (gdb_xml_create_parser_and_cleanup): Reimplement on top of
3689         gdb_xml_create_parser_and_cleanup_1.
3690         (gdb_xml_parse_quick): New.
3691         * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
3692         * osdata.c (osdata_parse): Ditto.
3693         * remote.c (remote_threads_info): Ditto.
3694         * solib-target.c (solib_target_parse_libraries): Ditto.
3695         * xml-syscall.c (syscall_parse_xml): Ditto.
3696         * xml-tdesc.c (tdesc_parse_xml): Ditto.
3697
3698 2011-01-24  Kevin Buettner  <[email protected]>
3699
3700         * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
3701         with remote-mips.o added to gdb_target_obs.
3702         * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
3703
3704 2011-01-24  Pedro Alves  <[email protected]>
3705
3706         * ada-valprint.c (val_print_packed_array_elements): Pass the
3707         correct struct value to val_print.
3708         (ada_val_print_1): Ditto.
3709
3710 2011-01-24  Pedro Alves  <[email protected]>
3711
3712         Don't lose embedded_offset in printing routines throughout.
3713
3714         * valprint.h (val_print_array_elements): Change prototype.
3715         * valprint.c (val_print_array_elements): Add `embedded_offset'
3716         parameter, and adjust to pass it down to val_print, while passing
3717         `valaddr' or `address' unmodified.  Take embedded_offset into
3718         account when checking repetitions.
3719         * c-valprint.c (c_val_print): Pass embedded_offset to
3720         val_print_array_elements instead of adjusting `valaddr' and
3721         `address'.
3722         * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
3723         embedded_offset to val_print_array_elements instead of adjusting
3724         `valaddr'.
3725         * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
3726         * p-valprint.c (pascal_val_print): Pass embedded_offset to
3727         val_print_array_elements and pascal_object_print_value_fields
3728         instead of adjusting `valaddr'.
3729         (pascal_object_print_value_fields): Add `offset' parameter, and
3730         adjust to use it.
3731         (pascal_object_print_value): Add `offset' parameter, and adjust to
3732         use it.
3733         (pascal_object_print_static_field): Use
3734         value_contents_for_printing/value_embedded_offset, rather than
3735         value_contents.
3736         * ada-valprint.c (val_print_packed_array_elements): Add `offset'
3737         parameter, and adjust to use it.  Use
3738         value_contents_for_printing/value_embedded_offset, rather than
3739         value_contents.
3740         (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
3741         (ada_val_print_array): Add `offset' parameter, and adjust to use
3742         it.
3743         (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
3744         `embedded_offset' to `offset'.  Don't re-adjust `valaddr'.
3745         Instead work with offsets.  Use
3746         value_contents_for_printing/value_embedded_offset, rather than
3747         value_contents.  Change `defer_val_int' local type to CORE_ADDR,
3748         and use value_from_pointer to extract a target pointer, rather
3749         than value_from_longest.
3750         (print_variant_part): Add `offset' parameter.  Replace
3751         `outer_valaddr' parameter by a new `outer_offset' parameter.
3752         Don't re-adjust `valaddr'.  Instead pass down adjusted offsets.
3753         (ada_value_print): Use
3754         value_contents_for_printing/value_embedded_offset, rather than
3755         value_contents.
3756         (print_record): Add `offset' parameter, and adjust to pass it
3757         down.
3758         (print_field_values): Add `offset' parameter.  Replace
3759         `outer_valaddr' parameter by a new `outer_offset' parameter.
3760         Don't re-adjust `valaddr'.  Instead pass down adjusted offsets.
3761         Use value_contents_for_printing/value_embedded_offset, rather than
3762         value_contents.
3763         * d-valprint.c (dynamic_array_type): Use
3764         value_contents_for_printing/value_embedded_offset, rather than
3765         value_contents.
3766         * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
3767         Don't re-adjust `valaddr'.  Instead pass down adjusted offsets.
3768         (java_print_value_fields): Take `offset' into account.  Don't
3769         re-adjust `valaddr'.  Instead pass down adjusted offsets.
3770         (java_val_print): Take `embedded_offset' into account.  Pass it to
3771         java_print_value_fields.
3772         * f-valprint.c (f77_print_array_1): Add `embedded_offset'
3773         parameter.  Don't re-adjust `valaddr' or `address'.  Instead pass
3774         down adjusted offsets.
3775         (f77_print_array): Add `embedded_offset' parameter.  Pass it down.
3776         (f_val_print): Take `embedded_offset' into account.
3777
3778 2011-01-21  Joel Brobecker  <[email protected]>
3779
3780         * inflow.c: Include "gdbcmd.h".
3781         (interactive_mode): New static global, moved here from top.c.
3782         (show_interactive_mode): New function, moved here from top.c.
3783         use gdb_has_a_terminal instead of input_from_terminal_p to
3784         determine the current mode.
3785         (gdb_has_a_terminal): Add handling of the "iteractive-mode"
3786         setting.
3787         (_initialize_inflow): Add the "set/show interactive-mode"
3788         commands.  Moved here from top.c, after having adjusted slightly
3789         the help text.
3790         * top.c (interactive_mode, show_interactive_mode): Delete, moved
3791         to inflow.c.
3792         (input_from_terminal_p): Remove handling of "interactive-mode"
3793         setting, moved to infow.c.
3794         (init_main): Remove creation of the "set/show interactive-mode"
3795         commands, moved to inflow.c.
3796
3797 2011-01-19  Joel Brobecker  <[email protected]>
3798
3799         * NEWS: Add entry for native ia64-hpux support.
3800
3801 2011-01-19  Tom Tromey  <[email protected]>
3802
3803         PR mi/8618:
3804         * thread.c (free_thread): Free 'name'.
3805         (print_thread_info): Emit thread name.  Change CLI output.
3806         (thread_name_command): New function.
3807         (do_captured_thread_select): Emit newline.
3808         (_initialize_thread): Register 'thread name' command.
3809         * target.h (struct target_ops) <to_thread_name>: New field.
3810         (target_thread_name): New macro.
3811         * target.c (update_current_target): Handle to_thread_name.
3812         * python/py-infthread.c (thpy_get_name): New function.
3813         (thpy_set_name): Likewise.
3814         (thread_object_getset): Add "name".
3815         * linux-nat.c (linux_nat_thread_name): New function.
3816         (linux_nat_add_target): Set to_thread_name.
3817         * gdbthread.h (struct thread_info) <name>: New field.
3818
3819 2011-01-18  Joel Brobecker  <[email protected]>
3820
3821         * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
3822         (ada_val_print_1): Likewise.
3823
3824 2011-01-18  Joel Brobecker  <[email protected]>
3825
3826         * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
3827         upper limit address is not greater than the function end address
3828         when the upper limit could not be computed using the debugging
3829         info.
3830
3831 2011-01-17  Tom Tromey  <[email protected]>
3832
3833         * cli/cli-cmds.c (apropos_command): Free the compiled regex.  Use
3834         get_regcomp_error.
3835         * utils.c: Include gdb_regex.h.
3836         (do_regfree_cleanup): New function.
3837         (make_regfree_cleanup): Likewise.
3838         (get_regcomp_error): Likewise.
3839         * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
3840
3841 2011-01-17  Tom Tromey  <[email protected]>
3842
3843         * cli/cli-cmds.c (apropos_command): Fix formatting.  Don't call
3844         re_compile_fastmap.
3845
3846 2011-01-17  Pierre Muller  <[email protected]>
3847
3848         * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
3849         for internal variables.
3850         (last_was_structop): New static variable.
3851         (COMPLETE): New token.
3852         (field_exp): New rule to group all '.' suffix handling.
3853         Add mark_struct_expression calls when approriate to be able
3854         to correctly find fields for completion.
3855         (yylex): Adapt to handle field completion and set INTVAR when
3856         required.
3857
3858 2011-01-14  Yao Qi  <[email protected]>
3859
3860         * arm-tdep.c (arm_register_reggroup_p): FPS register is in
3861         save_reggroup, restore_reggroup and all_reggroup.
3862
3863 2011-01-14  Joel Brobecker  <[email protected]>
3864
3865         * ada-valprint. (ada_printchar): Use the correct type length
3866         in call to ada_emit_char.
3867         * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
3868
3869 2011-01-14  Pierre Muller  <[email protected]>
3870
3871         * solib-som.h (hpux_major_release): Declare variable here.
3872         * solib-som.c:  Remove <sys/utsname.h> header.
3873         (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
3874         (hpux_major_release): Make global, change default value to
3875         DEFAULT_HPUX_MAJOR_RELEASE.
3876         (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
3877         * hppa-hpux-nat.c: Add <sys/utsname.h> include.
3878         Add "solib-som.h" header.
3879         (set_hpux_major_release): New function.
3880         (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
3881
3882 2011-01-14  Mike Frysinger  <[email protected]>
3883
3884         * configure.tgt (*-*-uclinux*): Match more Linux os targets
3885
3886 2011-01-14  Joel Brobecker  <[email protected]>
3887
3888         * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
3889         new-line at end of warning message.
3890         (ia64_hpux_store_register): Remove trailing new-line at end of
3891         error message.
3892         * ia64-hpux-tdep.c: Rephrase comment.
3893         * solib-ia64-hpux.c (struct dld_info): Change type of field
3894         dld_flags from "long long" to ULONGEST.
3895
3896 2011-01-14  Pedro Alves  <[email protected]>
3897
3898         * target.h (deprecated_child_ops): Delete declaration.
3899         * target.c (deprecated_child_ops): Delete definition.
3900
3901 2011-01-14  Pedro Alves  <[email protected]>
3902
3903         * Makefile.in (hpux-thread.o): Delete rule.
3904         * configure.ac: Don't check for HPUX DCE threads support.
3905         * configure, config.in: Regenerate.
3906         * hppa-hpux-nat.c (child_suppress_run): Delete.
3907         (hppa_hpux_child_can_run): Delete.
3908         (_initialize_hppa_hpux_nat): Don't override to_can_run.
3909         * hpux-thread.c: Delete.
3910
3911 2011-01-13  Joel Brobecker  <[email protected]>
3912
3913         * hpux-thread.c (hpux_pid_to_str): Delete.
3914
3915 2011-01-13  Joel Brobecker  <[email protected]>
3916
3917         * ada-valprint.c (ada_emit_char): Remove strange code.
3918         Check that c is <= UCHAR_MAX before passing it to isascii.
3919         (char_at): Do not assume that TYPE_LEN is either 1 or 2.
3920
3921 2011-01-13  Joel Brobecker  <[email protected]>
3922
3923         * top.c (input_from_terminal_p): Restrict the use of interactive_mode
3924         to the case where instream is stdin.
3925
3926 2011-01-13  Joel Brobecker  <[email protected]>
3927
3928         * ia64-tdep.h (struct regcache): Forward declare.
3929         (struct ia64_infcall_ops): New struct type.
3930         (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
3931         and "infcall_ops".
3932         * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
3933         Renames ia64_find_global_pointer.
3934         (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
3935         (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
3936         (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
3937         methods.
3938         (ia64_infcall_ops): New static global constant.
3939         (ia64_gdbarch_init): Set tdep->infcall_ops.
3940         * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
3941         (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
3942         * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
3943         (ia64_hpux_dummy_code): New static global constant.
3944         (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
3945         (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
3946         (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
3947         New function.
3948         (ia64_hpux_infcall_ops): New static global constant.
3949         (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
3950         for inferior function calls to work properly on ia64-hpux.
3951
3952 2011-01-13  Joel Brobecker  <[email protected]>
3953
3954         * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
3955         * ia64-tdep.h (struct frame_info): forward declaration.
3956         (struct gdbarch_tdep): Add field size_of_register_frame.
3957         * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
3958         to determine the size of the register frame.
3959         (ia64_size_of_register_frame): New function.
3960         (ia64_gdbarch_init): Set tdep->size_of_register_frame.
3961         * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
3962         (IA64_HPUX_UREG_REASON): New macro.
3963         (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
3964         New functions.
3965         (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
3966         * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
3967         (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
3968         objects.
3969
3970 2011-01-13  Joel Brobecker  <[email protected]>
3971
3972         Add support for ia64-hpux.
3973         * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
3974         ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
3975
3976         * configure.host: Add handling for ia64-hpux hosts.  Add associated
3977         floatformats.
3978         * configure.tgt: Add handling for ia64-hpux targets.
3979         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
3980         (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
3981         (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
3982
3983 2011-01-13  Joel Brobecker  <[email protected]>
3984
3985         [ttrace] Compute thread list immediately after attach.
3986         * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
3987         New subprogram.
3988         (inf_ttrace_attach): Use it.
3989
3990 2011-01-13  Joel Brobecker  <[email protected]>
3991
3992         * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
3993         if we could not determine the frame's function address.  Instead,
3994         use the frame's PC, and then continue.
3995
3996 2011-01-13  Joel Brobecker  <[email protected]>
3997
3998         * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
3999         not already defined.
4000
4001 2011-01-13  Joel Brobecker  <[email protected]>
4002
4003         * ia64-tdep.c (ia64_struct_type_p): New function.
4004         (ia64_extract_return_value): Handle integral values that are
4005         less than 8 bytes long.
4006         (ia64_push_dummy_call): Likewise.
4007
4008 2011-01-13  Joel Brobecker  <[email protected]>
4009
4010         * ia64-tdep.c (floatformat_ia64_ext_little): Renames
4011         floatformat_ia64_ext.
4012         (floatformat_ia64_ext_big): New static const.
4013         (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
4014
4015 2011-01-12  Tom Tromey  <[email protected]>
4016
4017         * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
4018         messages.
4019         * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
4020         (mi_cmd_thread_list_ids): Likewise.
4021         (mi_cmd_data_list_changed_registers): Likewise.
4022         (mi_cmd_data_list_register_values): Likewise.
4023         (mi_cmd_data_write_register_values): Likewise.
4024         (mi_cmd_data_evaluate_expression): Likewise.
4025         (mi_cmd_data_read_memory): Likewise.
4026         (mi_cmd_data_read_memory_bytes): Likewise.
4027         (mi_cmd_data_write_memory): Likewise.
4028         (mi_cmd_enable_timings): Likewise.
4029         * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
4030         * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
4031         (mi_cmd_var_delete): Likewise.
4032         (mi_cmd_var_set_format): Likewise.
4033         (mi_cmd_var_show_format): Likewise.
4034         (mi_cmd_var_info_num_children): Likewise.
4035         (mi_cmd_var_list_children): Likewise.
4036         (mi_cmd_var_info_type): Likewise.
4037         (mi_cmd_var_info_expression): Likewise.
4038         (mi_cmd_var_show_attributes): Likewise.
4039         (mi_cmd_var_assign): Likewise.
4040         (mi_cmd_var_update): Likewise.
4041         (mi_cmd_enable_pretty_printing): Likewise.
4042         (mi_cmd_var_set_update_range): Likewise.
4043         * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
4044         messages.
4045         (mi_cmd_target_file_put): Likewise.
4046         (mi_cmd_target_file_delete): Likewise.
4047         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
4048         messages.
4049         (mi_cmd_stack_info_depth): Likewise.
4050         (mi_cmd_stack_list_locals): Likewise.
4051         (mi_cmd_stack_list_args): Likewise.
4052         (mi_cmd_stack_select_frame): Likewise.
4053         (mi_cmd_stack_select_frame): Likewise.
4054         (mi_cmd_stack_info_frame): Likewise.
4055         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
4056         messages.
4057         (mi_cmd_file_list_exec_source_files): Likewise.
4058         * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
4059         (mi_cmd_env_cd): Likewise.
4060         (mi_cmd_env_path): Likewise.
4061         (mi_cmd_env_dir): Likewise.
4062         (mi_cmd_inferior_tty_show): Likewise.
4063         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
4064         * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
4065         (mi_cmd_break_watch): Likewise.
4066
4067 2011-01-12  Thiago Jung Bauermann  <[email protected]>
4068
4069         * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
4070         (ppc_linux_insert_hw_breakpoint): Likewise.
4071         (ppc_linux_remove_hw_breakpoint): Likewise.
4072         (ppc_linux_insert_watchpoint): Likewise.
4073
4074 2011-01-12  Andrew Burgess  <[email protected]>
4075             Jan Kratochvil  <[email protected]>
4076
4077         PR fortran/11104 and DWARF unbound arrays detection.
4078         * dwarf2read.c (read_subrange_type): Set zero length on unspecified
4079         upper bound.  Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
4080         unspecified upper bound.
4081         * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
4082         variables array_size_array, tmp_type and offset_item.  New variable
4083         array.  Remove call to f77_get_upperbound.  New variables array_type
4084         and index.  Call value_subscripted_rvalue for each dimenasion.  Remove
4085         the final call to deprecated_set_value_type.
4086
4087 2011-01-12  Jan Kratochvil  <[email protected]>
4088
4089         Make value allocations more lazy.
4090         * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
4091         instead of allocate_value and set_value_lazy when possible.
4092         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
4093         instead of allocate_value and set_value_lazy.
4094         * findvar.c (value_of_register_lazy): Likewise.
4095         (read_var_value): Remove V preallocation, call just check_typedef in
4096         advance.  Move allocate_value to LOC_CONST, LOC_LABEL,
4097         LOC_CONST_BYTES.  Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
4098         LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK.  Set ADDR instead of
4099         set_value_address and break in LOC_BLOCK.  Use allocate_value_lazy and
4100         remove lval_memory set in LOC_REGPARM_ADDR.  Use allocate_value_lazy
4101         in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT.  Add setting lval_memory at
4102         the end, remove set_value_lazy there.
4103         * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
4104         instead of allocate_value and set_value_lazy when possible.
4105         * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
4106         * value.c (allocate_computed_value): Use allocate_value_lazy instead
4107         of allocate_value and set_value_lazy.
4108         (value_from_contents_and_address): Use allocate_value_lazy instead of
4109         allocate_value and set_value_lazy when possible.
4110
4111 2011-01-12  Andrew Burgess  <[email protected]>
4112
4113         * disasm.c (dump_insns): Support dumping opcodes for MI.
4114         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
4115         dumping of instruction opcodes.
4116
4117 2011-01-09  Robert Millan  <[email protected]>  (tiny patch)
4118
4119         * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
4120         appropiately.
4121
4122 2011-01-11  Tom Tromey  <[email protected]>
4123
4124         * thread.c (do_captured_thread_select): Emit newline before
4125         printing frame.
4126
4127 2011-01-11  Michael Snyder  <[email protected]>
4128
4129         * s390-tdep.c: Comment cleanup, mostly periods and spaces.
4130         * score-tdep.c: Ditto.
4131         * score-tdep.h: Ditto.
4132         * ser-base.c: Ditto.
4133         * ser-go32.c: Ditto.
4134         * serial.c: Ditto.
4135         * serial.h: Ditto.
4136         * ser-mingw.c: Ditto.
4137         * ser-pipe.c: Ditto.
4138         * ser-tcp.c: Ditto.
4139         * ser-unix.c: Ditto.
4140         * sh64-tdep.c: Ditto.
4141         * shnbsd-nat.c: Ditto.
4142         * sh-tdep.c: Ditto.
4143         * sh-tdep.h: Ditto.
4144         * solib.c: Ditto.
4145         * solib-darwin.c: Ditto.
4146         * solib-frv.c: Ditto.
4147         * solib.h: Ditto.
4148         * solib-irix.c: Ditto.
4149         * solib-osf.c: Ditto.
4150         * solib-pa64.c: Ditto.
4151         * solib-som.c: Ditto.
4152         * solib-spu.c: Ditto.
4153         * solib-sunos.c: Ditto.
4154         * solib-svr4.c: Ditto.
4155         * solist.h: Ditto.
4156         * sol-thread.c: Ditto.
4157         * somread.c: Ditto.
4158         * source.c: Ditto.
4159         * source.h: Ditto.
4160         * sparc64-linux-tdep.c: Ditto.
4161         * sparc64-tdep.c: Ditto.
4162         * sparc-linux-nat.c: Ditto.
4163         * sparc-linux-tdep.c: Ditto.
4164         * sparc-sol2-nat.c: Ditto.
4165         * sparc-sol2-tdep.c: Ditto.
4166         * sparc-tdep.c: Ditto.
4167         * sparc-tdep.h: Ditto.
4168         * spu-tdep.c: Ditto.
4169         * stabsread.c: Ditto.
4170         * stabsread.h: Ditto.
4171         * stack.c: Ditto.
4172         * symfile.c: Ditto.
4173         * symfile.h: Ditto.
4174         * symmisc.c: Ditto.
4175         * symtab.c: Ditto.
4176         * symtab.h: Ditto.
4177         * target.c: Ditto.
4178         * target-descriptions.c: Ditto.
4179         * target-descriptions.h: Ditto.
4180         * target.h: Ditto.
4181         * target-memory.c: Ditto.
4182         * terminal.h: Ditto.
4183         * thread.c: Ditto.
4184         * top.c: Ditto.
4185         * tracepoint.c: Ditto.
4186         * tracepoint.h: Ditto.
4187         * trad-frame.h: Ditto.
4188         * typeprint.c: Ditto.
4189
4190 2011-01-11  Michael Snyder  <[email protected]>
4191
4192         * ui-file.c: Comment cleanup, mostly periods and spaces.
4193         * ui-file.h: Ditto.
4194         * ui-out.c: Ditto.
4195         * ui-out.h: Ditto.
4196         * utils.c: Ditto.
4197         * v850-tdep.c: Ditto.
4198         * valarith.c: Ditto.
4199         * valops.c: Ditto.
4200         * valprint.c: Ditto.
4201         * valprint.h: Ditto.
4202         * value.c: Ditto.
4203         * value.h: Ditto.
4204         * varobj.c: Ditto.
4205         * varobj.h: Ditto.
4206         * vax-tdep.c: Ditto.
4207         * vec.c: Ditto.
4208         * vec.h: Ditto.
4209         * version.h: Ditto.
4210         * windows-nat.c: Ditto.
4211         * windows-tdep.c: Ditto.
4212         * xcoffread.c: Ditto.
4213         * xcoffsolib.c: Ditto.
4214         * xml-support.c: Ditto.
4215         * xstormy16-tdep.c: Ditto.
4216         * xtensa-tdep.c: Ditto.
4217         * xtensa-tdep.h: Ditto.
4218
4219 2011-01-11  Thiago Jung Bauermann  <[email protected]>
4220
4221         * breakpoint.c (resources_needed_watchpoint): Fix indentation.
4222         * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
4223
4224 2011-01-11  Sergio Durigan Junior  <[email protected]>
4225             Thiago Jung Bauermann  <[email protected]>
4226
4227         Implement support for PowerPC BookE ranged watchpoints.
4228         * breakpoint.h
4229         (struct breakpoint_ops) <resources_needed>: New method.
4230         Initialize to NULL in all existing breakpoint_ops instances.
4231         (struct breakpoint) <exact>: New field.
4232         (target_exact_watchpoints): Declare external global.
4233         * breakpoint.c (target_exact_watchpoints): New global flag.
4234         (update_watchpoint): Set b->type to bp_hardware_watchpoint and
4235         b->enable_state to bp_enabled before calling
4236         hw_watchpoint_used_count.
4237         (hw_watchpoint_used_count): Iterate over all bp_locations in a
4238         watchpoint.  Call breakpoint's breakpoint_ops.resources_needed
4239         if available.
4240         (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
4241         if the watchpoint is exact.
4242         (resources_needed_watchpoint): New function.
4243         (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
4244         (watch_command_1): Set b->exact if the user asked for an exact
4245         watchpoint and one can be set.
4246         (can_use_hardware_watchpoint): Add exact_watchpoints argument.
4247         Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
4248         the user asks for an exact watchpoint and one can be set.  Return
4249         number of needed debug registers to watch the expression.
4250         * gdbtypes.c (is_scalar_type): New function, based on
4251         valprint.c:scalar_type_p.
4252         (is_scalar_type_recursive): New function.
4253         * gdbtypes.h (is_scalar_type_recursive): Declare.
4254         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
4255         handle regions when ranged watchpoints are available.
4256         (create_watchpoint_request): New function.
4257         (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
4258         create_watchpoint_request.
4259         * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
4260         (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
4261         `set powerpc' and `show powerpc' commands.
4262         * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
4263         Mention documentation comment in the target macro.
4264         (target_region_ok_for_hw_watchpoint): Document return value.
4265
4266 2011-01-11  Thiago Jung Bauermann  <[email protected]>
4267
4268         * breakpoint.c (update_watchpoint): Decide on using a software or
4269         hardware watchpoint after the bp_locations are created.
4270
4271 2010-01-11  Thiago Jung Bauermann  <[email protected]>
4272
4273         Convert hardware watchpoints to use breakpoint_ops.
4274         * breakpoint.h (breakpoint_ops) <insert>: Rename to...
4275         <insert_location>: ... this.  Return int instead of void.
4276         Accept pointer to struct bp_location instead of pointer to
4277         struct breakpoint.  Adapt all implementations.
4278         (breakpoint_ops) <remove>: Rename to...
4279         <remove_location>: ... this.  Accept pointer to struct bp_location
4280         instead of pointer to struct breakpoint.  Adapt all implementations.
4281         * breakpoint.c (insert_catchpoint): Delete function.
4282         (insert_bp_location): Call the watchpoint or catchpoint's
4283         breakpoint_ops.insert method.
4284         (remove_breakpoint_1): Call the watchpoint or catchpoint's
4285         breakpoint_ops.remove method.
4286         (insert_watchpoint, remove_watchpoint): New functions.
4287         (watchpoint_breakpoint_ops): New structure.
4288         (watch_command_1): Initialize the OPS field.
4289         * inf-child.c (inf_child_insert_fork_catchpoint)
4290         (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
4291         (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
4292         (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
4293         Delete functions.
4294         (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
4295         to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
4296         to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
4297         to_remove_exec_catchpoint and to_set_syscall_catchpoint.
4298         * target.c (update_current_target): Change default implementation of
4299         to_insert_fork_catchpoint, to_remove_fork_catchpoint,
4300         to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
4301         to_insert_exec_catchpoint, to_remove_exec_catchpoint and
4302         to_set_syscall_catchpoint to return_one.
4303         (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
4304         (debug_to_insert_exec_catchpoint): Report return value.
4305         * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
4306         (to_insert_exec_catchpoint): Change declaration to return int instead
4307         of void.
4308
4309 2011-01-11  Michael Snyder  <[email protected]>
4310
4311         * arm-tdep.c: Internationalization.
4312         * c-lang.c: Ditto.
4313         * charset.c: Ditto.
4314         * fork-child.c: Ditto.
4315         * nto-procfs.c: Ditto.
4316         * ppc-sysv-tdep.c: Ditto.
4317         * procfs.c: Ditto.
4318         * remote-mips.c: Ditto.
4319         * remote.c: Ditto.
4320         * rs6000-nat.c: Ditto.
4321         * rs6000-tdep.c: Ditto.
4322         * target.c: Ditto.
4323         * valops.c: Ditto.
4324         * value.c: Ditto.
4325         * xml-support.c: Ditto.
4326         * mi/mi-cmd-break.c: Ditto.
4327         * mi/mi-cmd-var.c: Ditto.
4328         * mi/mi-interp.c: Ditto.
4329         * mi/mi-main.c: Ditto.
4330
4331 2011-01-11  Andrew Burgess  <[email protected]>
4332
4333         * remote-sim.c (gdbsim_store_register): Update API to
4334         sim_store_register to check more error conditions.
4335
4336 2011-01-10  Michael Snyder  <[email protected]>
4337
4338         * nto-procfs.c: Comment cleanup, mostly periods and spaces.
4339         * nto-tdep.c: Ditto.
4340         * nto-tdep.h: Ditto.
4341         * objc-exp.y: Ditto.
4342         * objc-lang.c: Ditto.
4343         * objfiles.c: Ditto.
4344         * objfiles.h: Ditto.
4345         * observer.c: Ditto.
4346         * opencl-lang.c: Ditto.
4347         * osabi.c: Ditto.
4348         * parse.c: Ditto.
4349         * parser-defs.h: Ditto.
4350         * p-exp.y: Ditto.
4351         * p-lang.c: Ditto.
4352         * posix-hdep.c: Ditto.
4353         * ppcbug-rom.c: Ditto.
4354         * ppc-linux-nat.c: Ditto.
4355         * ppc-linux-tdep.c: Ditto.
4356         * ppc-linux-tdep.h: Ditto.
4357         * ppcnbsd-tdep.c: Ditto.
4358         * ppcobsd-tdep.c: Ditto.
4359         * ppcobsd-tdep.h: Ditto.
4360         * ppc-sysv-tdep.c: Ditto.
4361         * ppc-tdep.h: Ditto.
4362         * printcmd.c: Ditto.
4363         * proc-abi.c: Ditto.
4364         * proc-flags.c: Ditto.
4365         * procfs.c: Ditto.
4366         * proc-utils.h: Ditto.
4367         * progspace.h: Ditto.
4368         * prologue-value.c: Ditto.
4369         * prologue-value.h: Ditto.
4370         * psympriv.h: Ditto.
4371         * psymtab.c: Ditto.
4372         * p-typeprint.c: Ditto.
4373         * p-valprint.c: Ditto.
4374         * ravenscar-sparc-thread.c: Ditto.
4375         * ravenscar-thread.c: Ditto.
4376         * ravenscar-thread.h: Ditto.
4377         * record.c: Ditto.
4378         * regcache.c: Ditto.
4379         * regcache.h: Ditto.
4380         * remote.c: Ditto.
4381         * remote-fileio.c: Ditto.
4382         * remote-fileio.h: Ditto.
4383         * remote.h: Ditto.
4384         * remote-m32r-sdi.c: Ditto.
4385         * remote-mips.c: Ditto.
4386         * remote-sim.c: Ditto.
4387         * rs6000-aix-tdep.c: Ditto.
4388         * rs6000-nat.c: Ditto.
4389         * rs6000-tdep.c: Ditto.
4390
4391 2011-01-10  Michael Snyder  <[email protected]>
4392
4393         * charset.c (validate): Internationalization.
4394         * coffread.c (read_one_sym): Ditto.
4395         * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
4396         * h8300-tdep.c (H8300_extract_return_value): Ditto.
4397         * inflow.c (new_tty): Ditto.
4398         * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
4399         * m32c-tdep.c (m32c_return_value): Ditto.
4400         * mep-tdep.c (mep_store_return_value): Ditto.
4401         * score-tdep.c (score7_fetch_insn): Ditto.
4402         * ser-mingw.c (pipe_windows_open): Ditto.
4403         * sh64-tdep.c (sh64_extract_return_value): Ditto.
4404         * spu-tdep.c (spu_register_type): Ditto.
4405         * tracepoint.c (trace_find_command): Ditto.
4406         * valarith.c (value_pos): Ditto.
4407
4408 2011-01-10  Joel Brobecker  <[email protected]>
4409
4410         * ada-valprint.c (printstr): Minor comment reformatting.
4411
4412 2011-01-08  Michael Snyder  <[email protected]>
4413
4414         * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
4415         markup.
4416
4417 2011-01-08  Michael Snyder  <[email protected]>
4418
4419         * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
4420         * hppa-hpux-tdep.c: Ditto.
4421         * hppa-linux-nat.c: Ditto.
4422         * hppa-linux-tdep.c: Ditto.
4423         * hppanbsd-tdep.c: Ditto.
4424         * hppa-tdep.c: Ditto.
4425         * hppa-tdep.h: Ditto.
4426         * hpux-thread.c: Ditto.
4427         * i386-cygwin-tdep.c: Ditto.
4428         * i386-darwin-nat.c: Ditto.
4429         * i386gnu-nat.c: Ditto.
4430         * i386-linux-nat.c: Ditto.
4431         * i386-linux-tdep.c: Ditto.
4432         * i386-nat.c: Ditto.
4433         * i386-nat.h: Ditto.
4434         * i386nbsd-tdep.c: Ditto.
4435         * i386-sol2-nat.c: Ditto.
4436         * i386-stub.c: Ditto.
4437         * i386-tdep.c: Ditto.
4438         * i386-tdep.h: Ditto.
4439         * i387-tdep.c: Ditto.
4440         * ia64-linux-nat.c: Ditto.
4441         * ia64-linux-tdep.c: Ditto.
4442         * ia64-tdep.c: Ditto.
4443         * infcall.c: Ditto.
4444         * infcall.h: Ditto.
4445         * infcmd.c: Ditto.
4446         * inferior.c: Ditto.
4447         * inferior.h: Ditto.
4448         * infloop.c: Ditto.
4449         * inflow.c: Ditto.
4450         * infrun.c: Ditto.
4451         * interps.c: Ditto.
4452         * interps.h: Ditto.
4453         * iq2000-tdep.c: Ditto.
4454         * irix5-nat.c: Ditto.
4455         * jit.c: Ditto.
4456         * jit.h: Ditto.
4457         * jv-exp.y: Ditto.
4458         * jv-lang.c: Ditto.
4459         * jv-lang.h: Ditto.
4460         * jv-typeprint.c: Ditto.
4461         * jv-valprint.c: Ditto.
4462         * language.c: Ditto.
4463         * language.h: Ditto.
4464         * linespec.c: Ditto.
4465         * linux-fork.c: Ditto.
4466         * linux-nat.c: Ditto.
4467         * linux-thread-db.c: Ditto.
4468         * lm32-tdep.c: Ditto.
4469
4470 2011-01-08  Michael Snyder  <[email protected]>
4471
4472         * m2-exp.y: Comment cleanup, mostly periods and spaces.
4473         * m2-lang.c: Ditto.
4474         * m2-typeprint.c: Ditto.
4475         * m2-valprint.c: Ditto.
4476         * m32c-tdep.c: Ditto.
4477         * m32r-linux-nat.c: Ditto.
4478         * m32r-rom.c: Ditto.
4479         * m32r-tdep.c: Ditto.
4480         * m32r-tdep.h: Ditto.
4481         * m68hc11-tdep.c: Ditto.
4482         * m58klinux-nat.c: Ditto.
4483         * m68k-tdep.c: Ditto.
4484         * m88k-tdep.c: Ditto.
4485         * m88k-tdep.h: Ditto.
4486         * machoread.c: Ditto.
4487         * macrocmd.c: Ditto.
4488         * macroexp.c: Ditto.
4489         * macrotab.c: Ditto.
4490         * main.c: Ditto.
4491         * maint.c: Ditto.
4492         * mdebugread.c: Ditto.
4493         * mdebugread.h: Ditto.
4494         * memattr.c: Ditto.
4495         * memattr.h: Ditto.
4496         * memory-map.h: Ditto.
4497         * mep-tdep.c: Ditto.
4498         * microblaze-rom.c: Ditto.
4499         * microblaze-tdep.c: Ditto.
4500         * minsyms.c: Ditto.
4501         * mips-irix-tdep.c: Ditto.
4502         * mips-linux-nat.c: Ditto.
4503         * mips-linux-tdep.c: Ditto.
4504         * mips-linux-tdep.h: Ditto.
4505         * mipsnbsd-nat.c: Ditto.
4506         * mipsnbsd-tdep.c: Ditto.
4507         * mipsread.c: Ditto.
4508         * mips-tdep.c: Ditto.
4509         * mips-tdep.h: Ditto.
4510         * mn10300-linux-tdep.c: Ditto.
4511         * mn10300-tdep.c: Ditto.
4512         * mn10300-tdep.h: Ditto.
4513         * monitor.c: Ditto.
4514         * monitor.h: Ditto.
4515         * moxie-tdep.c: Ditto.
4516         * moxie-tdep.h: Ditto.
4517         * mt-tdep.c: Ditto.
4518
4519 2011-01-08  Mike Frysinger  <[email protected]>
4520
4521         * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
4522
4523 2011-01-08  Robert Millan  <[email protected]>
4524
4525         * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
4526
4527 2011-01-07  Michael Snyder  <[email protected]>
4528
4529         * charset.c (_initialize_charset): Fix typo in string.
4530
4531 2011-01-07  Michael Snyder  <[email protected]>
4532
4533         * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
4534         for i18n.
4535         * tui/tui-layout.c (tui_set_layout_for_display_command):
4536         Split line so that operator goes to beginning of line.
4537         * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
4538         assignment out of if statement.
4539
4540 2011-01-07  Michael Snyder  <[email protected]>
4541
4542         * ada-lang.c: Comment cleanup, mostly periods and spaces.
4543         * ada-lang.h: Ditto.
4544         * ada-tasks.c: Ditto.
4545         * ada-valprint.c: Ditto.
4546         * aix-threads.c: Ditto.
4547         * alpha-linux-nat.c: Ditto.
4548         * alpha-linux-tdep.c: Ditto.
4549         * alpha-mdebug-tdep.c: Ditto.
4550         * alpha-nat.c: Ditto.
4551         * alpha-osf1-tdep.c: Ditto.
4552         * alpha-tdep.c: Ditto.
4553         * alphabsd-nat.c: Ditto.
4554         * alphabsd-tdep.c: Ditto.
4555         * amd64-darwin-tdep.c: Ditto.
4556         * amd64-linux-nat.c: Ditto.
4557         * amd64-linux-tdep.c: Ditto.
4558         * amd64-sol2-tdep.c: Ditto.
4559         * amd64-tdep.c: Ditto.
4560         * amd64-fbsd-tdep.c: Ditto.
4561         * amd64-nbsd-tdep.c: Ditto.
4562         * amd64-obsd-tdep.c: Ditto.
4563         * amd64-linux-nat.c: Ditto.
4564         * amd64-linux-tdep.c: Ditto.
4565         * arm-tdep.c: Ditto.
4566         * arm-tdep.h: Ditto.
4567         * armnbsd-nat.c: Ditto.
4568         * avr-tdep.c: Ditto.
4569         * bfin-tdep.c: Ditto.
4570         * bsd-kvm.c: Ditto.
4571         * c-typeprintc: Ditto.
4572         * c-valprint.c: Ditto.
4573         * coff-pe-read.h: Ditto.
4574         * coffreead.c: Ditto.
4575         * cris-tdep.c: Ditto.
4576         * d-lang.c: Ditto.
4577         * darwin-nat-info.c: Ditto.
4578         * darwin-nat.c: Ditto.
4579         * dbug-rom.c: Ditto.
4580         * dbxread.c: Ditto.
4581         * dcache.c: Ditto.
4582         * dcache.h: Ditto.
4583         * dec-thread.c: Ditto.
4584         * defs.h: Ditto.
4585         * demangle.c: Ditto.
4586         * dicos-tdep.c: Ditto.
4587         * dictionary.c: Ditto.
4588         * dictionary.h: Ditto.
4589         * dink32-rom.c: Ditto.
4590         * disasm.c: Ditto.
4591         * doublest.c: Ditto.
4592         * dsrec.c: Ditto.
4593         * dummy-frame.c: Ditto.
4594         * dwarf2-frame.c: Ditto.
4595         * dwarf2expr.c: Ditto.
4596         * dwarf2loc.c: Ditto.
4597         * dwarf2read.c: Ditto.
4598         * elfread.c: Ditto.
4599         * environ.c: Ditto.
4600         * eval.c: Ditto.
4601         * event-top.h: Ditto.
4602         * exceptions.c: Ditto.
4603         * exceptions.h: Ditto.
4604         * exec.c: Ditto.
4605         * expprint.c: Ditto.
4606         * expression.h: Ditto.
4607         * f-exp.y: Ditto.
4608         * f-lang.c: Ditto.
4609         * f-lang.h: Ditto.
4610         * f-typeprint.c: Ditto.
4611         * f-valprint.c: Ditto.
4612         * fbsd-nat.c: Ditto.
4613         * findvar.c: Ditto.
4614         * fork-child.c: Ditto.
4615         * frame.c: Ditto.
4616         * frame.h: Ditto.
4617         * frv-linux-tdep.c: Ditto.
4618         * frv-tdep.c: Ditto.
4619         * gcore.c: Ditto.
4620         * gdb-stabs.h: Ditto.
4621         * gdb_assert.h: Ditto.
4622         * gdb_string.h: Ditto.
4623         * gdb_thread_db.h: Ditto.
4624         * gdb_wait.h: Ditto.
4625         * gdbarch.sh: Ditto.
4626         * gdbcore.h: Ditto.
4627         * gdbthread.h: Ditto.
4628         * gdbtypes.c: Ditto.
4629         * gdbtypes.h: Ditto.
4630         * gnu-nat.c: Ditto.
4631         * gnu-nat.h: Ditto.
4632         * gnu-v2-abi.c: Ditto.
4633         * gnu-v3-abi.c: Ditto.
4634         * go32-nat.c: Ditto.
4635         * gdbarch.c: Regenerate.
4636         * gdbarch.h: Regenerate.
4637
4638 2011-01-07  Michael Snyder  <[email protected]>
4639
4640         * ax-gdb.c: Adjust some long output strings.
4641         * breakpoint.c: Ditto.
4642         * charset.c: Ditto.
4643         * cp-abi.c: Ditto.
4644         * infcall.c: Ditto.
4645         * infrun.c: Ditto.
4646         * linux-nat.c: Ditto.
4647         * solib-pa64.c: Ditto.
4648         * solib-som.c: Ditto.
4649
4650 2011-01-06  Tom Tromey  <[email protected]>
4651
4652         PR python/12367:
4653         * NEWS: Add item.
4654         * python/python.c (GdbMethods): Add "newest_frame" method.
4655         * python/python-internal.h (gdbpy_newest_frame): Declare.
4656         * python/py-frame.c (gdbpy_newest_frame): New function.
4657
4658 2010-01-06  Paul Pluzhnikov  <[email protected]>
4659
4660         * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
4661         * jit.c (jit_debug): New variable.
4662         (show_jit_debug): New function.
4663         (struct target_buffer): Use ULONGEST.
4664         (bfd_open_from_target_memory): Likewise.
4665         (jit_register_code, jit_inferior_init): Add debug output.
4666         (_initialize_jit): Register "debug jit" command.
4667
4668 2011-01-06  Tom Tromey  <[email protected]>
4669
4670         * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
4671         * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
4672         and ARCH_FRAME.
4673
4674 2011-01-06  Tom Tromey  <[email protected]>
4675
4676         * python/py-frame.c (frapy_block): Use get_frame_block.
4677
4678 2011-01-06  Joel Brobecker  <[email protected]>
4679
4680         Do not stop on SIGPRIO signals by default
4681         * infrun.c (_initialize_infrun): Unset signal_stop and
4682         signal_print for TARGET_SIGNAL_PRIO.
4683
4684 2011-01-06  Joel Brobecker  <[email protected]>
4685
4686         * ada-tasks.c: Fix style violation in comment.
4687
4688 2011-01-06  Joel Brobecker  <[email protected]>
4689
4690         * linespec.c (decode_compound, find_method): Remove trailing \n
4691         at end of error string.
4692         * solib-irix.c (irix_current_sos): Likewise.
4693         * varobj.c (uninstall_variable): Likewise.
4694
4695 2011-01-06  Joel Brobecker  <[email protected]>
4696
4697         * copyright.py: New script.
4698         * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
4699         Launch emacs without exec'ing. Call copyright.py afterwards.
4700
4701 2011-01-05  Michael Snyder  <[email protected]>
4702
4703         * addrmap.c: Shorten lines of >= 80 columns.
4704         * arch-utils.c: Ditto.
4705         * arch-utils.h: Ditto.
4706         * ax-gdb.c: Ditto.
4707         * ax-general.c: Ditto.
4708         * bcache.c: Ditto.
4709         * blockframe.c: Ditto.
4710         * breakpoint.c: Ditto.
4711         * buildsym.c: Ditto.
4712         * c-lang.c: Ditto.
4713         * c-typeprint.c: Ditto.
4714         * charset.c: Ditto.
4715         * coffread.c: Ditto.
4716         * command.h: Ditto.
4717         * corelow.c: Ditto.
4718         * cp-abi.c: Ditto.
4719         * cp-namespace.c: Ditto.
4720         * cp-support.c: Ditto.
4721         * dbug-rom.c: Ditto.
4722         * dbxread.c: Ditto.
4723         * defs.h: Ditto.
4724         * dfp.c: Ditto.
4725         * dfp.h: Ditto.
4726         * dictionary.c: Ditto.
4727         * disasm.c: Ditto.
4728         * doublest.c: Ditto.
4729         * dwarf2-frame.c: Ditto.
4730         * dwarf2expr.c: Ditto.
4731         * dwarf2loc.c: Ditto.
4732         * dwarf2read.c: Ditto.
4733         * elfread.c: Ditto.
4734         * eval.c: Ditto.
4735         * event-loop.c: Ditto.
4736         * event-loop.h: Ditto.
4737         * exceptions.h: Ditto.
4738         * exec.c: Ditto.
4739         * expprint.c: Ditto.
4740         * expression.h: Ditto.
4741         * f-lang.c: Ditto.
4742         * f-valprint.c: Ditto.
4743         * findcmd.c: Ditto.
4744         * frame-base.c: Ditto.
4745         * frame-unwind.c: Ditto.
4746         * frame-unwind.h: Ditto.
4747         * frame.c: Ditto.
4748         * frame.h: Ditto.
4749         * gcore.c: Ditto.
4750         * gdb-stabs.h: Ditto.
4751         * gdb_assert.h: Ditto.
4752         * gdb_dirent.h: Ditto.
4753         * gdb_obstack.h: Ditto.
4754         * gdbcore.h: Ditto.
4755         * gdbtypes.c: Ditto.
4756         * gdbtypes.h: Ditto.
4757         * inf-ttrace.c: Ditto.
4758         * infcall.c: Ditto.
4759         * infcmd.c: Ditto.
4760         * inflow.c: Ditto.
4761         * infrun.c: Ditto.
4762         * inline-frame.h: Ditto.
4763         * language.c: Ditto.
4764         * language.h: Ditto.
4765         * libunwind-frame.c: Ditto.
4766         * libunwind-frame.h: Ditto.
4767         * linespec.c: Ditto.
4768         * linux-nat.c: Ditto.
4769         * linux-nat.h: Ditto.
4770         * linux-thread-db.c: Ditto.
4771         * machoread.c: Ditto.
4772         * macroexp.c: Ditto.
4773         * macrotab.c: Ditto.
4774         * main.c: Ditto.
4775         * maint.c: Ditto.
4776         * mdebugread.c: Ditto.
4777         * memattr.c: Ditto.
4778         * minsyms.c: Ditto.
4779         * monitor.c: Ditto.
4780         * monitor.h: Ditto.
4781         * objfiles.c: Ditto.
4782         * objfiles.h: Ditto.
4783         * osabi.c: Ditto.
4784         * p-typeprint.c: Ditto.
4785         * p-valprint.c: Ditto.
4786         * parse.c: Ditto.
4787         * printcmd.c: Ditto.
4788         * proc-events.c: Ditto.
4789         * procfs.c: Ditto.
4790         * progspace.c: Ditto.
4791         * progspace.h: Ditto.
4792         * psympriv.h: Ditto.
4793         * psymtab.c: Ditto.
4794         * record.c: Ditto.
4795         * regcache.c: Ditto.
4796         * regcache.h: Ditto.
4797         * remote-fileio.c: Ditto.
4798         * remote.c: Ditto.
4799         * ser-mingw.c: Ditto.
4800         * ser-tcp.c: Ditto.
4801         * ser-unix.c: Ditto.
4802         * serial.c: Ditto.
4803         * serial.h: Ditto.
4804         * solib-frv.c: Ditto.
4805         * solib-irix.c: Ditto.
4806         * solib-osf.c: Ditto.
4807         * solib-pa64.c: Ditto.
4808         * solib-som.c: Ditto.
4809         * solib-sunos.c: Ditto.
4810         * solib-svr4.c: Ditto.
4811         * solib-target.c: Ditto.
4812         * solib.c: Ditto.
4813         * somread.c: Ditto.
4814         * source.c: Ditto.
4815         * stabsread.c: Ditto.
4816         * stabsread.c: Ditto.
4817         * stack.c: Ditto.
4818         * stack.h: Ditto.
4819         * symfile-mem.c: Ditto.
4820         * symfile.c: Ditto.
4821         * symfile.h: Ditto.
4822         * symmisc.c: Ditto.
4823         * symtab.c: Ditto.
4824         * symtab.h: Ditto.
4825         * target-descriptions.c: Ditto.
4826         * target-memory.c: Ditto.
4827         * target.c: Ditto.
4828         * target.h: Ditto.
4829         * terminal.h: Ditto.
4830         * thread.c: Ditto.
4831         * top.c: Ditto.
4832         * tracepoint.c: Ditto.
4833         * tracepoint.h: Ditto.
4834         * ui-file.c: Ditto.
4835         * ui-file.h: Ditto.
4836         * ui-out.h: Ditto.
4837         * user-regs.c: Ditto.
4838         * user-regs.h: Ditto.
4839         * utils.c: Ditto.
4840         * valarith.c: Ditto.
4841         * valops.c: Ditto.
4842         * valprint.c: Ditto.
4843         * valprint.h: Ditto.
4844         * value.c: Ditto.
4845         * varobj.c: Ditto.
4846         * varobj.h: Ditto.
4847         * vec.h: Ditto.
4848         * xcoffread.c: Ditto.
4849         * xcoffsolib.c: Ditto.
4850         * xcoffsolib.h: Ditto.
4851         * xml-syscall.c: Ditto.
4852         * xml-tdesc.c: Ditto.
4853
4854 2011-01-05  Michael Snyder  <[email protected]>
4855
4856         * cli/cli-cmds.c: Shorten lines of >= 80 columns.
4857         * cli/cli-decode.c: Ditto.
4858         * cli/cli-dump.c: Ditto.
4859         * cli/cli-logging.c: Ditto.
4860         * cli/cli-script.c: Ditto.
4861         * cli/cli-setshow.c: Ditto.
4862         * common/signals.c: Ditto.
4863         * mi/mi-cmd-break.c: Ditto.
4864         * mi/mi-cmd-disas.c: Ditto.
4865         * mi/mi-cmd-stack.c: Ditto.
4866         * mi/mi-cmd-var.c: Ditto.
4867         * mi/mi-cmds.c: Ditto.
4868         * mi/mi-common.h: Ditto.
4869         * mi/mi-console.c: Ditto.
4870         * mi/mi-interp.c: Ditto.
4871         * mi/mi-main.c: Ditto.
4872         * osf-share/cma_attr.c: Ditto.
4873         * osf-share/cma_deb_core.h: Ditto.
4874         * osf-share/cma_debug_client.h: Ditto.
4875         * osf-share/cma_handle.h: Ditto.
4876         * osf-share/cma_mutex.h: Ditto.
4877         * osf-share/cma_stack_int.h: Ditto.
4878         * osf-share/cma_tcb_defs.h: Ditto.
4879         * python/py-auto-load.c: Ditto.
4880         * python/py-breakpoint.c: Ditto.
4881         * python/py-cmd.c: Ditto.
4882         * python/py-frame.c: Ditto.
4883         * python/py-objfile.c: Ditto.
4884         * python/py-param.c: Ditto.
4885         * python/py-progspace.c: Ditto.
4886         * python/py-symbol.c: Ditto.
4887         * python/py-value.c: Ditto.
4888         * python/python-internal.h: Ditto.
4889         * python/python.c: Ditto.
4890         * tui/tui-data.c: Ditto.
4891         * tui/tui-disasm.c: Ditto.
4892         * tui/tui-hooks.c: Ditto.
4893         * tui/tui-io.c: Ditto.
4894         * tui/tui-layout.c: Ditto.
4895         * tui/tui-regs.c: Ditto.
4896         * tui/tui-source.c: Ditto.
4897         * tui/tui-stack.c: Ditto.
4898         * tui/tui-win.c: Ditto.
4899         * tui/tui-windata.c: Ditto.
4900         * tui/tui-winsource.c: Ditto.
4901
4902 2011-01-05  Joel Brobecker  <[email protected]>
4903
4904         * configure.ac, gdb.1: Copyright year update.
4905
4906 2011-01-03  Jan Kratochvil  <[email protected]>
4907
4908         * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
4909         this_pc_in_block, morestack_msym and morestack_name.  Check for
4910         "__morestack" minimal symbol there.
4911
4912 2011-01-03  Joel Brobecker  <[email protected]>
4913
4914         * symfile.c (find_sym_fns): Add call to dont_repeat.
4915
4916 2011-01-01  Joel Brobecker  <[email protected]>
4917
4918         Copyright year update in most files (performed by copyright.sh).
4919
4920 2011-01-01  Joel Brobecker  <[email protected]>
4921
4922         * top.c (print_gdb_version): Update copyright year in version output.
4923
4924 For older changes see ChangeLog-2010.
4925 \f
4926 Local Variables:
4927 mode: change-log
4928 left-margin: 8
4929 fill-column: 74
4930 version-control: never
4931 coding: utf-8
4932 End:
This page took 0.295533 seconds and 4 git commands to generate.