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