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