]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
Fix formatting of function declarations returning a pointer in
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
9a1edae6
PM
12011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
2
3 Fix formatting of function declarations returning a pointer in
4 previous commit.
5 * varobj.c (varobj_add_child): Ditto.
6 * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
7 * inferior.h (get_displaced_step_closure_by_addr): Ditto.
8
24e9cda0
UW
92011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
10
11 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support
12 for the "generic" vector ABI used with GCC 4.3 and later.
13 (ppc64_sysv_abi_return_value): Likewise.
14
152011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
81b4675a
UW
16
17 * infcall.c (call_function_by_hand): Function return value is
18 always a non_lval, even when using struct_return.
19
c9174737
PA
202011-03-15 Pedro Alves <pedro@codesourcery.com>
21
22 * printcmd.c (ALL_DISPLAYS_SAFE): New.
23 (map_display_numbers): New.
24 (do_delete_display): New.
25 (undisplay_command): Use map_display_numbers.
26 (do_enable_disable_display): New.
27 (enable_disable_display_command): New function.
28 (enable_display): Delete.
29 (enable_display_command): New.
30 (disable_display_command): Reimplement.
31 (_initialize_printcmd): Adjust "enable display" command to use
32 `enable_display_command' as callback.
33
350c6c65
PM
342011-03-14 Phil Muldoon <pmuldoon@redhat.com>
35
36 * NEWS: Add Python breakpoint 'stop' operation.
37
824446ad
PM
382011-03-14 Phil Muldoon <pmuldoon@redhat.com>
39
40 * NEWS: Delete duplicate entry. Fix typo.
41
2021ad3a
PM
422011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
43
44 Fix ARI warning about function names in first column.
45 Put prototype declaration on same line as return type.
46 * objc-exp.y: Ditto.
47 * p-exp.y: Ditto.
48 * python/py-stopevent.h: Ditto.
49 For long function names, split parameters to
50 allow function name on same line as return type.
51 * solib-pa64.c: Ditto.
52 * varobj.c: Ditto.
53 * varobj.h: Ditto.
54 For long function declaration, use single line.
55 * hppa-tdep.h: Ditto.
56 * inferior.h: Ditto.
57
7371cf6d
PM
582011-03-14 Phil Muldoon <pmuldoon@redhat.com>
59
60 * python/python.h: Declare gdbpy_should_stop and
61 gdbpy_breakpoint_has_py_cond.
62 * python/python.c: Add python.h to includes. Remove python.h from
63 HAVE_PYTHON definition
64 (gdbpy_should_stop): New dummy function.
65 (gdbpy_breakpoint_has_py_cond): New dummy function.
66 * python/py-breakpoint.c (bppy_init): Rewrite to allow
67 sub-classing capabilities.
68 (gdbpy_should_stop): New function.
69 (gdbpy_breakpoint_has_py_cond): New function.
70 (local_setattro): New function.
71 * breakpoint.c (condition_command): Add check for Python 'stop'
72 operation.
73 (bpstat_check_breakpoint_conditions): Execute Python 'stop'
74 operation function as part of stop/continue tests.
75
37b50a69
TT
762011-03-14 Tom Tromey <tromey@redhat.com>
77
78 PR gdb/12576:
79 * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
80 (needs_frame_dwarf_call): Likewise.
81
eeae04df
PM
822011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
83
84 Fix ARI warning about functions without parameters that do not
85 use (void).
86 * breakpoint.c (all_tracepoints): Replace () by (void).
87 * f-exp.y (match_string_literal): Ditto.
88 (yylex): Ditto.
89 * m2-exp.y (yylex): Ditto.
90 * mep-tdep.c (current_me_module): Ditto.
91 (current_options): Ditto.
92 (current_cop_data_bus_width): Ditto.
93 (current_cr_names): Ditto.
94 (current_cr_is_float): Ditto.
95 (current_ccr_names): Ditto.
96 * objc-exp.y (yylex): Ditto.
97 * p-exp.y (yylex): Ditto.
98 * remote.c (send_interrupt_sequence): Ditto.
99 * tracepoint.c (current_trace_status): Ditto.
100 * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
101 * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
102
6dc3565d
MS
1032011-03-11 Michael Snyder <msnyder@vmware.com>
104
1427fe5e
MS
105 * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
106 * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
107 (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
108 * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
109 * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
110
60bc018f
MS
111 * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
112 (delete_async_event_handler): Ditto.
113
f3be5b64
MS
114 * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
115
4c2d5724
MS
116 * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
117
6dc3565d
MS
118 * top.c (set_verbose): Assert showcmd was found.
119
4e6ca6d5
MG
1202011-03-11 Maxim Grigoriev <maxim2405@gmail.com>
121
122 * xtensa-tdep.c (warning_once): Correct style issues.
123
815a83e4
YQ
1242011-03-11 Yao Qi <yao@codesourcery.com>
125
126 * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
127
f2eb0bc8
AS
1282011-03-11 Andreas Schwab <schwab@redhat.com>
129
130 * common/aclocal.m4: Remove.
131
b801de47
MG
1322011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
133
134 * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
135 (xtensa_write_register, xtensa_read_register): Likewise.
136 (xtensa_hextochar): Removed.
137 (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
138
dbab50de
MG
1392011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
140
141 * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
c2a6b390 142 (xtensa_call0_frame_cache_t): Update comments. New fields added.
dbab50de
MG
143 (xtensa_alloc_frame_cache): Add initialization for new fields.
144 (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
145 (warning_once): New function.
146 (xtensa_insn_kind): New item c0opc_and.
147 (call0_classify_opcode): Add the case for AND instruction.
c2a6b390
MG
148 (call0_track_op): Change arguments. New local variable litbase.
149 Add the case to handle c0opc_and. Update algorithms for c0opc_mov,
150 c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
151 in the prologue.
dbab50de 152 Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
c2a6b390 153 (call0_analyze_prologue): Update the comments. Change arguments.
dbab50de
MG
154 Add the variety of updates to handle extended prologues, which now can
155 conduct dynamic stack adjustments.
156 (call0_frame_cache): Likewise.
157 (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
158 (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
159
b2c04452
MS
1602011-03-10 Michael Snyder <msnyder@vmware.com>
161
f8f67713
MS
162 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
163 (cmd_qtframe): Ditto.
164 (cmd_qtbuffer): Ditto.
165 (cmd_bigqtbuffer): Ditto.
166
197f0a60
TT
1672011-03-10 Tom Tromey <tromey@redhat.com>
168
169 * tracepoint.c (trace_actions_command): Update.
170 * thread.c (thread_apply_command): Update.
171 * reverse.c (delete_bookmark_command): Update.
172 (bookmarks_info): Update.
173 * printcmd.c (undisplay_command): Update.
174 * memattr.c (mem_enable_command): Update.
175 (mem_disable_command): Update.
176 (mem_delete_command): Update.
177 * inferior.c (detach_inferior_command): Update.
178 (kill_inferior_command): Update.
179 (remove_inferior_command): Update.
180 * cli/cli-utils.h (struct get_number_or_range_state): New.
181 (init_number_or_range): Declare.
182 (get_number_or_range): Update.
183 * cli/cli-utils.c (init_number_or_range): New function.
184 (get_number_or_range): Change 'pp' parameter to 'state'. Remove
185 static variables.
186 (number_is_in_list): Update.
187 * breakpoint.h (get_tracepoint_by_number): Update.
188 * breakpoint.c (map_breakpoint_numbers): Update for change to
189 get_number_or_range.
190 (find_location_by_number): Use get_number, not
191 get_number_or_range.
192 (trace_pass_set_count): New function.
193 (trace_pass_command): Update for change to get_number_or_range.
194 Rework loop logic.
195 (get_tracepoint_by_number): Remove 'multi_p' parameter; add
196 'state' parameter.
197
ecec24e6
PM
1982011-03-10 Phil Muldoon <pmuldoon@redhat.com>
199
200 * python/py-param.c (add_setshow_generic): Add set/show callback
201 parameters. Register Python object context.
202 (get_show_value): New function.
203 (get_set_value): New function.
204 (call_doc_function): New function.
205 (get_doc_string): Move behind get_show_value/get_set_value.
206
6d6c6b1f
JK
2072011-03-10 Andreas Tobler <andreast-list@fgznet.ch>
208
209 * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
210
68d6df83
MG
2112011-03-09 Maxim Grigoriev <maxim2405@gmail.com>
212
dbab50de 213 * xtensa-tdep.c (xtensa_read_register): Add comment.
68d6df83
MG
214 (xtensa_write_register): Likewise.
215 (xtensa_hextochar): Add comment and update to match coding conventions.
216 (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
217 (execute_l32e, execute_s32e, execute_code): Update comments.
218 (xtensa_exception_handler_t): Update to match coding conventions.
219 (xtensa_insn_kind): Likewise.
220
85c9d6a6
MS
2212011-03-09 Michael Snyder <msnyder@vmware.com>
222
223 * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
224
91495617
PA
2252011-03-09 Pedro Alves <pedro@codesourcery.com>
226
227 * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
228
eb8c0621
TT
2292011-03-09 Tom Tromey <tromey@redhat.com>
230
231 * thread.c (restore_selected_frame): Handle frame_level == -1.
232 (make_cleanup_restore_current_thread): Use
233 get_selected_frame_if_set.
234 * frame.h (get_selected_frame_if_set): Declare.
235 * frame.c (get_selected_frame_if_set): New function.
236
9f37bbcc
PA
2372011-03-09 Pedro Alves <pedro@codesourcery.com>
238
239 * cli/cli-cmds.c (shell_escape): Use lbasename.
240 * coffread.c (coff_start_symtab): Constify parameter.
241 (complete_symtab): Constify `name' parameter.
242 (coff_symtab_read): Constify `filestring' local.
243 (coff_getfilename): Constify return and `result' local.
244 Use lbasename.
245 * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
246 * linux-fork.c (info_checkpoints_command): Use lbasename.
247 * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
248 * minsyms.c (lookup_minimal_symbol): Use lbasename.
249 * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
250 * procfs.c (procfs_make_note_section): Use lbasename.
251 * tui/tui-io.c (printable_part): Constity return and parameter.
252 Use lbasename.
253 (print_filename): Constify parameters, and local `s'.
254 (tui_rl_display_match_list): Constify local `temp'.
255
f8de3c55
JK
2562011-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
257
258 Revert:
259 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
260 Fix DWARF-3+ DW_AT_accessibility default assumption.
261 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
262 cu->header.version >= 3.
263
d9837b00
YQ
2642011-03-09 Yao Qi <yao@codesourcery.com>
265
266 * common/Makefile.in: Remove.
267 * common/configure: Remove.
268 * common/configure.ac: Remove.
269
e637a4f5
YQ
2702011-03-09 Yao Qi <yao@codesourcery.com>
271
272 Revert:
273 2011-02-11 Yao Qi <yao@codesourcery.com>
274
275 * common/Makefile.in: Add copyright header.
276
277 2011-02-11 Yao Qi <yao@codesourcery.com>
278
279 * Makefile.in: Remove signals.o from COMMON_OBS. Link
280 libcommon.a.
281 * configure.ac: Add common to sub dir.
282 * configure: Regenerate.
283
f976a05d
MG
2842011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
285
286 * xtensa-tdep.c (call0_ret): New function.
287 (xtensa_skip_prologue): Speed up analysis.
288
57041825
MG
2892011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
290
291 * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
292 while executing MI command -data-list-changed-registers.
293
08b9c608
MG
2942011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
295
296 * xtensa-tdep.c (xtensa_read_register): New function.
297 (xtensa_write_register): New function.
298 (xtensa_find_register_by_name): New function.
299 (xtensa_windowed_frame_cache): Update comments in type description.
300 (xtensa_frame_cache): Likewise.
301 (xtensa_window_interrupt_insn): New function.
302 (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
303 (xtensa_insn_kind): Add new instructions.
304 (rwx_special_register): New function.
305 (call0_classify_opcode): Add new instructions to the analysis.
306 (a0_saved, a7_saved, a11_saved): New variables.
307 (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
308 (execute_l32e): New function.
309 (execute_s32e): New function.
310 (xtensa_exception_handler_t): New type.
311 (execute_code): New function.
312 (xtensa_window_interrupt_frame_cache): New function to conduct frame
313 analysis for Xtensa Window Exception handlers.
314
4d1acb11
MG
3152011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
316
98689b25
MG
317 * xtensa-tdep.c (TX_PS): New.
318 (windowing_enabled): Update to count for Call0 ABI.
319 (xtensa_hextochar): New.
320 (xtensa_init_reggroups): Make algorithm generic.
321 (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
322
3232011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
324
325 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
4d1acb11 326
d3f323f3
MS
3272011-03-08 Michael Snyder <msnyder@vmware.com>
328
3dcabaa8
MS
329 * i386-tdep.c (i386_follow_jump): Check return value of
330 target_read_memory.
331 (i386_analyze_struct_return): Ditto.
332 (i386_skip_probe): Ditto.
333 (i386_match_insn): Ditto.
334 (i386_skip_noop): Ditto.
335 (i386_analyze_frame_setup): Ditto.
336 (i386_analyze_register_saves): Ditto.
337 (i386_skip_prologue): Ditto.
338 (i386_skip_main_prologue): Ditto.
339
13b3fd9b
MS
340 * target.c (read_whatever_is_readable): Fix memory leak.
341
d3f323f3
MS
342 * i386-tdep.c (i386_process_record): Document fall through.
343
421d5c74
JK
3442011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
345
346 Fix DWARF-3+ DW_AT_accessibility default assumption.
347 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
348 cu->header.version >= 3.
349
63154eca
PA
3502011-03-08 Pedro Alves <pedro@codesourcery.com>
351
352 * remote.c (remote_check_symbols): Skip if the target has no
353 execution.
354
f1a507a1
JB
3552011-03-08 Joel Brobecker <brobecker@adacore.com>
356
357 * target.c (read_whatever_is_readable): Reformat comment,
358 with a minor typo fix. Minor reformatting of the code.
359
36073a92
YQ
3602011-03-08 Yao Qi <yao@codesourcery.com>
361
362 * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
363 (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
364 Use cached result instead of calling displaced_in_arm_mode again.
365 (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
366 (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
367 (cleanup_copro_load_store, copy_copro_load_store): Likewise.
368 (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
369 (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
370 (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
371 (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
372 (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
373 (cleanup_block_load_pc, copy_block_xfer): Likewise.
374 * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
375 (arm_catch_kernel_helper_return): Likewise.
376 * gdb/arm-tdep.h : Update function declarations.
377
d3f323f3 3782011-03-07 Michael Snyder <msnyder@vmware.com>
e6040cbd 379
e0e40094
MS
380 * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
381
0b2381f5
MS
382 * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
383
0350914a
MS
384 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
385
69feea6f
MS
386 * elfread.c (elf_symtab_read): Stop memory leak.
387
e6040cbd
MS
388 * main.c (captured_main): Fix memory leak.
389
052874e8
AS
3902011-03-07 Andreas Schwab <schwab@linux-m68k.org>
391
392 * ada-lang.c (compare_names): Call is_name_suffix with string1
393 instead of string2.
394
b11896a5
TT
3952011-03-07 Tom Tromey <tromey@redhat.com>
396
397 * xcoffread.c (xcoff_sym_fns): Update.
398 * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
399 (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
400 * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
401 (symbol_file_add_with_addrs_or_offsets): Likewise.
402 (reread_symbols): Handle OBJF_PSYMTABS_READ.
403 * somread.c (som_sym_fns): Update.
404 * psymtab.h (require_partial_symbols): Declare.
405 * psymtab.c (require_partial_symbols): New function.
406 (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
407 (ALL_OBJFILE_PSYMTABS): Undef.
408 (ALL_PSYMTABS): Move from psympriv.h.
409 (lookup_partial_symtab, find_pc_sect_psymtab)
410 (lookup_symbol_aux_psymtabs, relocate_psymtabs)
411 (find_last_source_symtab_from_partial)
412 (forget_cached_source_info_partial)
413 (print_psymtab_stats_for_objfile, read_symtabs_for_function)
414 (expand_partial_symbol_tables, read_psymtabs_with_filename)
415 (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
416 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
417 (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
418 Use ALL_OBJFILE_PSYMTABS_REQUIRED.
419 * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
420 * objfiles.h (OBJF_PSYMTABS_READ): New macro.
421 * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
422 psymtabs.
423 * mipsread.c (ecoff_sym_fns): Update.
424 * machoread.c (macho_sym_fns): Update.
425 * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
426 (read_psyms): New function.
427 (elf_sym_fns, elf_sym_fns_gdb_index): Update.
428 (elf_sym_fns_lazy_psyms): New global.
429 * dwarf2read.c (dwarf2_initialize_objfile): Don't call
430 dwarf2_build_psymtabs.
431 * dbxread.c (aout_sym_fns): Update.
432 * coffread.c (coff_sym_fns): Update.
433
fda326dd
TT
4342011-03-07 Tom Tromey <tromey@redhat.com>
435
436 * infrun.c (print_exited_reason): Include inferior id and pid in
437 message.
438
aeaec162
TT
4392011-03-07 Tom Tromey <tromey@redhat.com>
440
441 * target.h (struct target_ops) <to_has_execution>: Add ptid_t
442 parameter.
443 (target_has_execution_1): Update.
444 (target_has_execution_current): Declare.
445 (target_has_execution): Call target_has_execution_current.
446 (default_child_has_execution): Update.
447 * target.c (default_child_has_execution): Add 'the_ptid'
448 parameter.
449 (target_has_execution_1): Likewise.
450 (target_has_execution_current): New function.
451 (add_target): Update.
452 (init_dummy_target): Update.
453 * remote-m32r-sdi.c (m32r_has_execution): New function.
454 (init_m32r_ops): Use it.
455 * record.c (record_core_has_execution): Now static. Add
456 'the_ptid' parameter.
457 * inferior.c (have_live_inferiors): Don't save current thread.
458 Use target_has_execution_1.
459
08e14083
YQ
4602011-03-07 Yao Qi <yao@codesourcery.com>
461
462 * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
463
c05d19c5
JB
4642011-03-07 Joel Brobecker <brobecker@adacore.com>
465
466 * elfread.c (elf_symtab_read): Minor reformatting.
467
3e6ef9e4
JB
4682011-03-07 Joel Brobecker <brobecker@adacore.com>
469
470 * objc-lang.c (selectors_info): Minor reformatting.
471
dbb8534f
JB
4722011-03-07 Joel Brobecker <brobecker@adacore.com>
473
474 * ada-lang.c (compare_names): Add FALLTHROUGH comment.
475
dd70cc93
JB
4762011-03-07 Joel Brobecker <brobecker@adacore.com>
477 Michael Snyder <msnyder@vmware.com>
478
479 * ada-valprint.c (ada_val_print_array): Move the declaration of
480 "byte_order" and "elttype" inside the block where these variables
481 are actually used. Remove some special handling for the case
482 where "elttype" and "eltlen" are null. Replace by a comment
483 and a couple of assertion checks.
484
b27cf2b3
MS
4852011-03-05 Michael Snyder <msnyder@vmware.com>
486
487 * source.c (add_path): Replace semicolon at end of block.
488 * dwarf2expr.c (execute_stack_op): Ditto.
489
5387a0c6
MF
4902011-03-05 Mike Frysinger <vapier@gentoo.org>
491
492 * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
493 * configure.tgt (bfin-*-*linux*): Define gdb_sim.
494 (bfin-*-*): Likewise.
495
e3aa49af
MS
4962011-03-05 Michael Snyder <msnyder@vmware.com>
497
82ae4854
MS
498 * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
499 * mdebugread.c (parse_symbol): Ditto.
500 * parse.c (parse_exp_in_context): Ditto.
501 * source.c (add_path): Ditto.
502 * utils.c (gnu_debuglink_crc32): Ditto.
503 * varobj.c (variable_language): Ditto.
504
e3aa49af
MS
505 * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
506
154f592e
MS
5072011-03-04 Michael Snyder <msnyder@vmware.com>
508
da3ecdc6
MS
509 * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
510
9cc89665
MS
511 * symfile.c (simple_overlay_update): Check for null return value
512 from lookup_minimal_symbol.
513
154f592e
MS
514 * xml-syscall.c (syscall_start_syscall): Assert name is non null.
515
63ffa6ee
TJB
5162011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
517
518 * eval.c (parse_and_eval_address_1): Remove function.
519 * linespec.c (decode_indirect): Call parse_to_comma_and_eval
520 instead of parse_and_eval_address_1.
521 * value.h (parse_and_eval_address_1): Remove prototype.
522
a17d146e
MS
5232011-03-04 Michael Snyder <msnyder@vmware.com>
524
525 * remote.c (putpkt_binary): Document that case stmt falls through.
526
1a6a67de
TJB
5272011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
528
529 * breakpointc (print_it_typical): Move NULL check from here...
530 (print_bp_stop_message): ... to here.
531
488919c4
MS
5322011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
533
534 * breakpoint.c (enable_command): Use break instead of continue,
535 and fill in a missing break.
536 (disable_command): Ditto.
537
1e182ce8
UW
5382011-03-04 Ulrich Weigand <ulrich.weigand@linaro.org>
539
540 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
541 (terminal_save_ours): Remove misleading comment.
542 (inflow_inferior_data_cleanup): Free ttystate.
543 (inflow_inferior_exit): Likewise.
544 (copy_terminal_info): Copy ttystate.
545
546 * serial.c (serial_copy_tty_state): New function.
547 * serial.h (serial_copy_tty_state): Add prototype.
548 (struct serial_ops): Add copy_tty_state callback.
549 * ser-base.c (ser_base_copy_tty_state): New function.
550 * ser-base.h (ser_base_copy_tty_state): Add prototype.
551 * ser-go32.c (dos_copy_tty_state): New function.
552 (dos_ops): Install copy_tty_state callback.
553 * ser-mingw.c (_initialize_ser_windows): Likewise.
554 * ser-pipe.c (_initialize_ser_pipe): Likewise.
555 * ser-unix.c (hardwire_copy_tty_state): New function.
556 (_initialize_ser_hardwire): Install it.
557
b2c5f112
MS
5582011-03-04 Michael Snyder <msnyder@vmware.com>
559
2abae994
MS
560 * breakpoint.c (create_breakpoint): Add missing break statement.
561
7f5936f9
MS
562 Reverting this patch:
563 * infcall.c (call_function_by_hand): Add break statements for lint.
564
b2c5f112
MS
565 Reverting this patch:
566 * cli/cli-script.c (script_from_file): Add break for lint.
567
42b1321c
MS
5682011-03-04 Michael Snyder <msnyder@vmware.com>
569
570 * solib.c (reload_shared_libraries_1): Close memory leak.
571
3e2a0cee
TT
5722011-03-03 Tom Tromey <tromey@redhat.com>
573
574 PR gdb/12538:
575 * dwarf2read.c (process_psymtab_comp_unit): Handle case where
576 DW_STRING is NULL.
577
58397cb7
MS
5782011-03-03 Michael Snyder <msnyder@vmware.com>
579
2e3fd767
MS
580 * remote-fileio.c (remote_fileio_func_fstat): Initialize all
581 fields of struct 'st' to zero.
582
58397cb7
MS
583 * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
584 sal.pspace before calling set_current_source_symtab_and_line.
585
ced54c8f
YQ
5862011-03-03 Yao Qi <yao@codesourcery.com>
587
588 * Makefile.in (configure-common): Remove. Let Makefile
589 in dir common to rebuild itself.
590 (common/Makefile): Likewise.
591
3351ea09
JB
5922011-03-03 Joel Brobecker <brobecker@adacore.com>
593
594 * utils.c (parse_escape): Add i18n markup in error message.
595
bf9f652a
YQ
5962011-03-03 Yao Qi <yao@codesourcery.com>
597
598 * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
599 ARM_PC_REGNUM.
600 (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
601 (displaced_write_reg, displaced_read_reg): Likewise.
602 (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
603 (cleanup_block_load_pc, copy_block_xfer): Likewise.
604 (cleanup_branch): Replace magic number 14 and 15 with
605 ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
606
d42de051
MS
6072011-03-02 Michael Snyder <msnyder@vmware.com>
608
240f9570
MS
609 * maint.c (maintenance_do_deprecate): No need to check for NULL.
610
10dd8b54
MS
611 * cli/cli-script.c (script_from_file): Add break for lint.
612
b98bd911
MS
613 * mdebugread.c (parse_partial_symbols): Fix indent.
614
3494b66d
MS
615 * target-descriptions.c (tdesc_gdb_type): No need to call
616 xstrdup, callee saves a copy.
617
daac021a
MS
618 * printcmd.c (print_scalar_formatted): Use strncpy for safety.
619
c38d16a7
MS
620 * infcall.c (call_function_by_hand): Add break statements for lint.
621
905b671b
MS
622 * utils.c (parse_escape): Escape the escape char.
623
f2eb0bc8 624 * python/py-inferior.c (build_inferior_list): Error out if
2d565757
MS
625 PyList_Append fails.
626 (gdbpy_inferiors): Error out if build_inferior_list fails.
627
8c6a60d1
MS
628 * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
629 a function call.
630
d42de051
MS
631 * record.c (record_restore): Move printf to before error return.
632
4db71c0b
YQ
6332011-03-02 Yao Qi <yao@codesourcery.com>
634
635 * arm-tdep.h (struct displaced_step_closure): Add two new fields
636 is_thumb and insn_size.
637 * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
638 on both ARM and Thumb mode.
639 (arm_process_displaced_insn): Set is_thumb and insn_size.
640 (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
641 (arm_displaced_step_fixup): Likewise.
642
a9dc8dcc
MS
6432011-03-01 Michael Snyder <msnyder@vmware.com>
644
53624a93
MS
645 * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
646
77766669
MS
647 * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
648
62d5b8da
MS
649 * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
650
5e9e105f
MS
651 * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
652
dc19db01
MS
653 * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
654 with xmalloc.
655
5ce64950
MS
656 * ada-lang.c (aggregate_assign_others): Rename inner scope variable
657 which shadows function parameter.
658
a0aa2878
MS
659 * tracepoint.c (create_tsv_from_upload): Superfluous call
660 to xstrdup. Callee already calls xstrdup.
661
e325fb69
MS
662 * linespec.c (decode_line_1): Remove unnecessary null check.
663
21cbba77
MS
664 * tracepoint.c (scope_info): Fix mem leak, remove underused
665 variable.
666
63360adc
MS
667 * python/py-prettyprint.c (apply_val_pretty_printer): Remove
668 superfluous null check.
669
18ea20ac 670 * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
23ce9890 671 (value_of_builtin_frame_fp_reg): Ditto.
18ea20ac 672
d014929c
MS
673 * event-top.c (display_gdb_prompt): Remove superfluous null check.
674
6e9130cf
MS
675 * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
676 be null.
677
5f01dbc0
MS
678 * linespec.c (decode_line_1): Check for null before dereference.
679
d684ab85
MS
680 * reverse.c (record_restore): Move null-check to before pointer
681 dereference.
682
bfffb7e3
MS
683 * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
684
a9dc8dcc
MS
685 * objc-lang.c (selectors_info): Add explanitory comment.
686 (classes_info): Ditto.
687
478fd957
UW
6882011-03-01 Ulrich Weigand <ulrich.weigand@linaro.org>
689
690 * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
691 (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
692 versions of the trampoline. Handle Thumb vs. ARM addresses.
693 (arm_kernel_linux_restart_syscall_tramp_frame): New global.
694 (arm_linux_init_abi): Install it.
695 * arm-tdep.c (arm_psr_thumb_bit): Make global.
696 * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
697
0480cefa
MS
6982011-02-28 Michael Snyder <msnyder@vmware.com>
699
ac50ab3b
MS
700 * ui-out.c (ui_out_field_core_addr): Make local char buffer
701 a little bigger, to avoid possibility of an overflow.
702
f63fbe86
MS
703 * breakpoint.c (breakpoint_adjustment_warning): Make local char
704 buffers a little bigger, to avoid possibility of an overflow.
705
9e91a352
MS
706 * coffread.c (coff_getfilename): Add check to avoid overflow.
707
f2eb0bc8 708 * objc-lang.c (selectors_info): Add a small safety margin to
28288541
MS
709 avoid overflow.
710 (classes_info): Error out on too long REGEXP.
711
098ab512
MS
712 * infrun.c (handle_inferior_event): Remove unused function call.
713
bcbd1de9
MS
714 * fork-child.c (fork_inferior): Remove ifdef'd code and
715 unused variable.
716
2e456570
MS
717 * linux-thread-db.c (attach_thread): Discard unused value.
718
14571dad
MS
719 * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
720
a9cbf802
MS
721 * remote.c (remote_get_noisy_reply): Discard unused value.
722 (remote_vcont_resume): Ditto.
723 (remote_stop_ns): Ditto.
724
5715d26e
MS
725 * linespec.c (decode_objc): Delete unused variable.
726
4a9bca80
MS
727 * tui/tui-regs.c (tui_register_format): Delete unused variable.
728
f47fb265
MS
729 * dwarf2read.c (add_partial_symbol): Discard unused values.
730 (read_base_type): Delete unused variable.
731
e81cff30
MS
732 * dbxread.c (read_dbx_symtab): Discard unused value.
733
262acaeb
MS
734 * eval.c (evaluate_subexp_standard): Delete unused variable,
735 and discard unused values.
736
df983543
MS
737 * infcmd.c (_initialize_infcmd): Discard unused values.
738
89acf84d
MS
739 * stabsread.c (rs6000_builtin_type): Missing break statement.
740
ab8b8aca
MS
741 * dbxread.c (process_one_symbol): Discard unused value.
742
6b4511ab
MS
743 * coffread.c (coff_end_symtab): Delete unused variable.
744
e8e80198
MS
745 * dwarf2read.c (dw2_get_file_names): Discard unused value.
746 (dwarf2_add_typedef): Delete unused variable.
747 (read_namespace): Ditto.
748 (dwarf_decode_macros): Ditto.
749
976aa66e
MS
750 * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
751
5b92b49f
MS
752 * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
753
91e8df85
MS
754 * p-valprint.c (pascal_val_print): Discard unused value.
755
899500d6
MS
756 * utils.c (nquery): Call va_end before return;
757 (yquery): Ditto.
758 (query): Ditto.
759
0480cefa
MS
760 * proc-service.c (ps_plog): Call va_end before return.
761
fb6a3ed3
TT
7622011-02-28 Tom Tromey <tromey@redhat.com>
763
764 * python/python.c (gdbpy_value_cst): New global.
765 (_initialize_python): Initialize it.
766 * python/python-internal.h (gdbpy_value_cst): Declare.
767 * python/py-value.c (convert_value_from_python): Use
768 gdbpy_value_cst.
769
c05202a1
MS
7702011-02-28 Michael Snyder <msnyder@vmware.com>
771
e463f587
MS
772 * python/py-cmd.c (cmdpy_init): Fix memory leak.
773
c38eea1a
MS
774 * breakpoint.c (catch_syscall_completer): Free malloced list.
775
3ef09ab5
MS
776 * jv-lang.c (java_primitive_type_from_name): Add missing break.
777
8f9a01ee
MS
778 * opencl-lang.c (lval_func_check_validity): Rename inner variables.
779 (lval_func_check_synthetic_pointer): Ditto.
780 (lval_func_free_closure): Fix use-after-free.
c05202a1 781
477d0d57
TT
7822011-02-28 Tom Tromey <tromey@redhat.com>
783
784 * psymtab.c (expand_partial_symbol_tables): Use
785 ALL_OBJFILE_PSYMTABS.
786
20937029
JK
7872011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
788
789 * objc-lang.c (selectors_info): Error on too long REGEXP.
790
907b7f4f
MS
7912011-02-28 Michael Snyder <msnyder@vmware.com>
792
92e96192
MS
793 * python/py-param.c (set_parameter_value): Add missing
794 break statement.
795
907b7f4f
MS
796 * linux-record.c (record_linux_system_call): Add missing
797 break statement.
798
12c5a436
UW
7992011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
800
801 * breakpoint.c (print_one_breakpoint_location): Remove unused
802 argument PRINT_ADDRESS_BITS. Update callers.
803 (print_one_breakpoint): Likewise.
804
170b53b2
UW
8052011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
806
807 * breakpoint.c (wrap_indent_at_field): New function.
808 (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
809 Allocate ui_stream locally instead of using STB argument.
810 (print_one_breakpoint_location): Update call.
811 * ui-out.c (ui_out_query_field): New function.
812 * ui-out.h (ui_out_query_field): Add prototype.
813
8ab1f94d
JB
8142011-02-28 Joel Brobecker <brobecker@adacore.com>
815
816 From Michael Snyder <msnyder@vmware.com>
817 * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
818
7d488639
MS
8192011-02-27 Michael Snyder <msnyder@vmware.com>
820
ae179fba
MS
821 * objc-lang.c (selectors_info): Prevent string overrun.
822
086dbf66
MS
823 * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
824 error in strncpy.
825
f2eb0bc8 826 * symtab.c (rbreak_command): Move variable 'file_name' to
9c1e305a
MS
827 outer scope.
828
7d488639
MS
829 * d-valprint.c (dynamic_array_type): Avoid shadowing a function
830 param with a local variable of the same name.
831
3bd0f5ef
MS
8322011-02-27 Michael Snyder <msnyder@vmware.com>
833
834 * value.c (value_from_history_ref): New function.
835 * value.h (value_from_history_ref): Export.
836 * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
837 to parse value history references.
838 * cli/cli-utils.h (get_number_trailer): Update comment.
839
8402011-02-27 Michael Snyder <msnyder@vmware.com>
841
842 * inferior.c (detach_inferior_command): Use get_number_or_range.
843 (kill_inferior_command): Ditto.
844 (remove_inferior_command): Ditto.
845 (initialize_inferiors): Make command names plural.
846 Update help strings.
847
766062f6
MS
8482011-02-27 Michael Snyder <msnyder@vmware.com>
849
850 * darwin-nat-info.c: Fix comment typo.
851 * dwarf2expr.h: Ditto.
852 * fbsd-nat.c: Ditto.
853 * fbsd-nat.h: Ditto.
854 * frame-unwind.h: Ditto.
855 * frame.h: Ditto.
856 * hppa-hpux-tdep.c: Ditto.
857 * i386-linux-nat.c: Ditto.
858 * linux-nat.c: Ditto.
859 * nbsd-nat.c: Ditto.
860 * nbsd-nat.h: Ditto.
861 * ppc-linux-tdep.c: Ditto.
862 * serial.c: Ditto.
863 * ui-file.h: Ditto.
864 * tui/tui-winsource.c: Ditto.
865
f2c4ead5
MS
8662011-02-26 Michael Snyder <msnyder@vmware.com>
867
86b887df
MS
868 * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
869
66fd3b1e
MS
870 * maint.c (maintenance_do_deprecate): Plug a memory leak.
871
8c814cdd
MS
872 * dwarf2loc.c (insert_bits): Avoid shadowing a function param
873 with a local variable of the same name.
874
6d5e094a 875 * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
e5b3d7d6 876 param with a local variable of the same name.
6d5e094a 877 (i387_supply_xsave): Ditto.
e5b3d7d6 878
5eee517d
MS
879 * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
880 that it does not shadow a function parameter.
881
8fbf6b93
MS
882 * i386-nat.c (i386_length_and_rw_bits): Document that case
883 statement is meant to fall through.
884
cb969d61
MS
885 * expprint.c (dump_subexp_body_standard): Document that case
886 statement is meant to fall through.
887
f2c4ead5
MS
888 * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
889 dead if statement. Condition can't be false.
890
b021a221
MS
8912011-02-25 Michael Snyder <msnyder@vmware.com>
892
893 * arm-tdep.c: Fix typos in comments.
894 * bsd-uthread.c: Ditto.
895 * completer.c: Ditto.
896 * corelow.c: Ditto.
897 * cp-namespace.c: Ditto.
898 * cp-support.c: Ditto.
899 * cris-tdep.c: Ditto.
900 * dbxread.c: Ditto.
901 * dwarf2read.c: Ditto.
902 * frame.h: Ditto.
903 * gdbtypes.h: Ditto.
904 * inferior.h: Ditto.
905 * mdebugread.c: Ditto.
906 * mips-tdep.c: Ditto.
907 * ppc-linux-nat.c: Ditto.
908 * ppc-linux-tdep.c: Ditto.
909 * printcmd.c: Ditto.
910 * sol-thread.c: Ditto.
911 * solib-frv.c: Ditto.
912 * solist.h: Ditto.
913 * sparc64-tdep.c: Ditto.
914 * spu-tdep.c: Ditto.
915 * stabsread.c: Ditto.
916 * symfile.c: Ditto.
917 * valops.c: Ditto.
918 * varobj.c: Ditto.
919 * vax-nat.c: Ditto.
920 * python/py-block.c: Ditto.
921 * python/py-symbol.c: Ditto.
922 * python/py-symtab.c: Ditto.
923 * python/py-value.c: Ditto.
924 * tui/tui-win.c: Ditto.
925
c82c0b55
MS
9262011-02-25 Michael Snyder <msnyder@vmware.com>
927
928 * inferior.c (print_inferior): Accept a string instead of an int
929 for requested_inferiors, and use get_number_or_range to parse it.
930 (info_inferiors_command): Pass args string to print_inferior.
931 (initialize_inferiors): Change help string for info inferiors.
932 * inferior.h (print_inferior): Export prototype change.
933
ee00cd23
TT
9342011-02-25 Tom Tromey <tromey@redhat.com>
935
936 * common/ax.def (invalid2): Set to 0x31.
937
0502ed8c
JK
9382011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
939
940 * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
941 L and plongest.
942 (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
943 use L and plongest.
944 (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
945
2c9de912
MS
9462011-02-24 Michael Snyder <msnyder@vmware.com>
947
948 * Makefile.in (clean): Make clean should remove generated files
949 observer.h and observer.inc.
950
a04b0428
JB
9512011-02-24 Joel Brobecker <brobecker@adacore.com>
952
953 Revert the following patch (not approved yet):
954 2011-02-21 Hui Zhu <teawater@gmail.com>
955 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
956 * ax-gdb.c (gen_printf_expr_callback): New function.
957 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
958 * ax-general.c (ax_memcpy): New function.
959 (ax_print): Handle "printf".
960 (ax_reqs): Ditto.
961 * ax.h (ax_memcpy): Forward declare.
962 * common/ax.def (invalid2): Removed.
963 (printf): New entry.
964 * printcmd.c (printcmd.h): New include.
965 (string_printf): New function.
966 (ui_printf): Removed.
967 (printf_command): Remove static. Call string_printf.
968 (eval_command): Call string_printf.
969 * printcmd.h: New file.
970 * tracepoint.c (validate_actionline,
971 encode_actions_1): handle printf_command.
972
2b52013f
TT
9732011-02-23 Tom Tromey <tromey@redhat.com>
974
975 * ax-general.c (ax_pick): Add missing newline.
976
e5a67952
MS
9772011-02-23 Michael Snyder <msnyder@vmware.com>
978
979 * breakpoint.c (breakpoint_1): Change first argument from an int
980 to a char pointer, so that the function now accepts a list of
f2eb0bc8 981 breakpoints rather than just one. Use new function
e5a67952
MS
982 'number_is_in_list' to implement.
983 (breakpoints_info): Pass char * instead of int to breakpoint_1.
984 (watchpoints_info): Ditto.
985 (tracepoints_info): Ditto.
986 (maintenance_info_breakpoints): Ditto.
987 (_initialize_breakpoint): Update help strings to reflect the fact
988 that these functions can now take more than one argument.
989 * cli/cli-utils.c (number_is_in_list): New function.
990 * cli/cli-utils.h (number_is_in_list): Export.
991
9922011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
993
994 * memattr.c (mem_enable_command): Use get_number_or_range.
995 (mem_disable_command): Ditto.
996 (mem_delete_command): Ditto.
997 (_initialize_mem): Tweak usage message to reflect multiple
998 arguments.
999
6e6fbe60
DE
10002011-02-22 Doug Evans <dje@google.com>
1001
1002 Add gdb.lookup_global_symbol python function.
1003 * NEWS: Add entry.
1004 * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
1005 * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
1006 * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
1007
79b97fa8
TT
10082011-02-22 Tom Tromey <tromey@redhat.com>
1009
1010 * language.c (language_class_name_from_physname): Rename
1011 'curr_language' argument to 'lang'; use in body.
1012
298f437a
MS
10132011-02-22 Michael Snyder <msnyder@vmware.com>
1014
1015 * cli/cli-utils.c (number_is_in_list): Check for zero return.
1016
b7ea3126
PA
10172011-02-22 Pedro Alves <pedro@codesourcery.com>
1018
1019 * frame-unwind.h: Fix comment to mention the this frame, not the
1020 next.
1021
58ee6d60
TT
10222011-02-22 Tom Tromey <tromey@redhat.com>
1023
1024 * symfile.c (auto_solib_limit): Remove.
1025 * symfile.h (auto_solib_limit): Remove.
1026
36238dbc
JB
10272011-02-22 Joel Brobecker <brobecker@adacore.com>
1028
1029 * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
1030
aea5b279
MS
10312011-02-21 Michael Snyder <msnyder@vmware.com>
1032
1033 * gdbthread.h (print_thread_info): Change prototype.
1034 * thread.c (print_thread_info): Accept char* instead of int for
1035 requested_threads argument. Use new function number_is_in_list
1036 to determine which threads to list.
1037 (info_threads_command): Pass char* to print_thread_info.
1038 * cli/cli-utils.c (number_is_in_list): New function.
1039 * cli/cli-utils.h (number_is_in_list): Export.
f2eb0bc8 1040 * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
aea5b279
MS
1041 print_thread_info.
1042 (print_one_inferior): Ditto.
1043 (mi_cmd_list_thread_groups): Ditto.
1044
8caa75ee
JK
10452011-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1046
1047 * common/Makefile.in (CFLAGS): New.
1048 (COMPILE): Add $(CFLAGS).
1049
ea666128
TT
10502011-02-21 Tom Tromey <tromey@redhat.com>
1051
1052 * breakpoint.c (catch_syscall_command_1): Fix typo.
1053
e9cafbcc
TT
10542011-02-21 Tom Tromey <tromey@redhat.com>
1055
1056 * reverse.c: Include cli-utils.h.
1057 * printcmd.c: Include cli-utils.h.
1058 (string_printf): Use skip_spaces.
1059 * cli/cli-utils.h: New file.
1060 * cli/cli-utils.c: New file.
1061 * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
1062 * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
1063 * breakpoint.h (get_number, get_number_or_range): Move to
1064 cli-utils.h.
1065 * breakpoint.c: Include cli-utils.h.
1066 (get_number_trailer, get_number, get_number_or_range)
1067 (ep_skip_leading_whitespace): Move to cli-utils.c.
1068 (create_breakpoint_sal, find_condition_and_thread)
1069 (decode_static_tracepoint_spec, watch_command_1)
1070 (watch_maybe_just_location, ep_parse_optional_if_clause)
1071 (catch_fork_command_1, catch_exec_command_1)
1072 (catch_syscall_command_1): Use skip_spaces, skip_to_space.
1073 * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
1074 (SUBDIR_CLI_SRCS): Add cli-utils.c.
1075 (HFILES_NO_SRCDIR): Add cli-utils.h.
1076 (cli-utils.o): New target.
1077
f67fd822
PM
10782011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
1079
1080 * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
1081 before calling discard_all_inferiors.
1082
c9def01d
UW
10832011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
1084
1085 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
1086 (struct builtin_opencl_type): Remove.
1087 (builtin_opencl_type): Change return type to "struct type **".
1088 (lookup_opencl_vector_type): Update caller.
1089 (opencl_language_arch_info): Copy primitive type vector from gdbarch.
1090 (build_opencl_types): Install plain array of "struct type *"
1091 instead of "struct builtin_opencl_type".
1092
e3039479
UW
10932011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1094 Ulrich Weigand <uweigand@de.ibm.com>
1095
1096 * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
1097 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
1098 (struct arm_linux_hwbp_cap): New type.
1099 (arm_linux_get_hwbp_cap): New function.
1100 (arm_linux_get_hw_breakpoint_count): Likewise.
1101 (arm_linux_get_hw_watchpoint_count): Likewise.
1102 (arm_linux_can_use_hw_breakpoint): Likewise.
1103 (arm_hwbp_type): New type.
1104 (arm_hwbp_control_t): Likewise.
1105 (struct arm_linux_hw_breakpoint): Likewise.
1106 (struct arm_linux_thread_points): Likewise.
1107 (arm_threads): New global variable.
1108 (arm_linux_find_breakpoints_by_tid): New function.
1109 (arm_hwbp_control_initialize): Likewise.
1110 (arm_hwbp_control_is_enabled): Likewise.
1111 (arm_hwbp_control_disable): Likewise.
1112 (arm_linux_hw_breakpoint_initialize): Likewise.
1113 (arm_linux_get_hwbp_type): Likewise.
1114 (arm_linux_hw_watchpoint_initialize): Likewise.
1115 (arm_linux_hw_breakpoint_equal): Likewise.
1116 (arm_linux_insert_hw_breakpoint1): Likewise.
1117 (arm_linux_remove_hw_breakpoint1): Likewise.
1118 (arm_linux_insert_hw_breakpoint): Likewise.
1119 (arm_linux_remove_hw_breakpoint): Likewise.
1120 (arm_linux_region_ok_for_hw_watchpoint): Likewise.
1121 (arm_linux_insert_watchpoint): Likewise.
1122 (arm_linux_remove_watchpoint): Likewise.
1123 (arm_linux_stopped_data_address): Likewise.
1124 (arm_linux_stopped_by_watchpoint): Likewise.
1125 (arm_linux_watchpoint_addr_within_range): Likewise.
1126 (arm_linux_new_thread): Likewise.
1127 (arm_linux_thread_exit): Likewise.
1128 (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
1129 related target callbacks. Register arm_linux_new_thread and
1130 arm_linux_thread_exit.
1131 * arm-tdep.h (arm_pc_is_thumb): Add prototype.
1132 * arm-tdep.c (arm_pc_is_thumb): Make global.
1133 (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
1134
b5db5dfc
UW
11352011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
1136
1137 * breakpoint.c (update_watchpoint): Do not attempt to recreate
1138 per-frame locations while within a function epilogue.
1139
e25b2cfa
PM
11402011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
1141
1142 * ser-mingw.c (ser_windows_close): Reformat comment to better conform
1143 to GNU coding standards.
1144
4af53f97
PM
11452011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
1146
1147 Allow use of mingw native on Windows 95 OS.
e25b2cfa 1148 * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
4af53f97
PM
1149 (ser_windows_close): Only call CancelIo if function exists.
1150 (_initialize_ser_windows): Use LoadLirary/GetProcAddress
1151 to check for existence of CancelIo function in kernel32 DLL.
1152
d0e92d82
HZ
11532011-02-21 Hui Zhu <teawater@gmail.com>
1154
1155 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
1156 * ax-gdb.c (gen_printf_expr_callback): New function.
1157 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
1158 * ax-general.c (ax_memcpy): New function.
1159 (ax_print): Handle "printf".
1160 (ax_reqs): Ditto.
1161 * ax.h (ax_memcpy): Forward declare.
1162 * common/ax.def (invalid2): Removed.
1163 (printf): New entry.
1164 * printcmd.c (printcmd.h): New include.
1165 (string_printf): New function.
1166 (ui_printf): Removed.
1167 (printf_command): Remove static. Call string_printf.
1168 (eval_command): Call string_printf.
1169 * printcmd.h: New file.
1170 * tracepoint.c (validate_actionline,
1171 encode_actions_1): handle printf_command.
1172
7d357efd
MS
11732011-02-19 Michael Snyder <msnyder@vmware.com>
1174
1175 * reverse.c (delete_one_bookmark): Argument is now bookmark
1176 id rather than pointer to bookmark struct.
1177 (delete_bookmark_command): Use get_number_or_range.
1178 (goto_bookmark_command): Parse with get_number instead of strtoul.
1179 (bookmark_1): New function. Print info for one bookmark.
1180 (bookmarks_info): Use get_number_or_range and bookmark_1.
1181
7a45ebd7
MS
11822011-02-18 Michael Snyder <msnyder@vmware.com>
1183
f2eb0bc8 1184 * thread.c (info_threads_command): Re-implement using
7a45ebd7 1185 get_number_or_range.
65ebfb52 1186 (thread_apply_command): Ditto.
7a45ebd7 1187
94d5e490
TT
11882011-02-18 Tom Tromey <tromey@redhat.com>
1189
1190 * common/ax.def: New file.
1191 * ax.h (enum agent_op): Use ax.def.
1192 * ax-general.c (aop_map): Use ax.def.
1193
c7f96d2b
TT
11942011-02-18 Tom Tromey <tromey@redhat.com>
1195
1196 * ax-general.c (aop_map): Add pick and rot.
1197 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
1198 <DW_OP_rot>: Implement.
1199 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
1200 (ax_pick): Declare.
1201 * ax-general.c (ax_pick): New function.
1202
66694b75
TT
12032011-02-18 Tom Tromey <tromey@redhat.com>
1204
1205 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
1206
eeaafae2
JK
12072011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1208 Tom Tromey <tromey@redhat.com>
1209
1210 * cp-support.c (make_symbol_overload_list_namespace): Do not call
1211 make_symbol_overload_list_block with NULL BLOCK.
1212 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
1213
3c3fe74c
PA
12142011-02-18 Pedro Alves <pedro@codesourcery.com>
1215
1216 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
1217 * breakpoint.h (get_number_or_range): Declare.
1218 * printcmd.c (ALL_DISPLAYS): Declare.
1219 (delete_display): Reimplement taking a display pointer.
1220 (undisplay_command): Accept a range of displays to delete, using
1221 get_number_or_range.
1222
13163d80
PM
12232011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
1224
1225 * c-valprint.c (c_val_print): Add embedded_offset to address
1226 for arrays of unspecified length.
1227 * p-valprint.c (pascal_val_print): Likewise.
1228
b434a28f
YQ
12292011-02-18 Yao Qi <yao@codesourcery.com>
1230
1231 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
1232 (arm_process_displaced_insn): .. here. Remove parameter INSN.
1233 (thumb_process_displaced_insn): New.
1234 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
1235 call to arm_process_displaced_insn.
1236 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
1237
9f6f94ff
TT
12382011-02-17 Tom Tromey <tromey@redhat.com>
1239
1240 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
1241 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
1242 compile_dwarf_to_ax. No longer static. Call
1243 dwarf2_compile_cfa_to_ax.
1244 (locexpr_tracepoint_var_ref): Update.
1245 (loclist_tracepoint_var_ref): Update.
1246 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
1247 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
1248 argument; add 'gdbarch' and 'pc'.
1249 (dwarf2_compile_cfa_to_ax): New function.
1250 (dwarf2_frame_cache): Update.
1251
e67ad678
JB
12522011-02-17 Joel Brobecker <brobecker@adacore.com>
1253
1254 * ada-lang.c (ada_type_of_array): Fix the size of the array
1255 in the case of an unconstrained packed array.
1256
946ebb0d
YQ
12572011-02-17 Yao Qi <yao@codesourcery.com>
1258
1259 * common/Makefile.in: Add more targets for make.
1260
1ba1b353
TT
12612011-02-16 Tom Tromey <tromey@redhat.com>
1262
1263 * dwarf2loc.c (unimplemented): Fix typo.
1264
b1bfef65
TT
12652011-02-16 Tom Tromey <tromey@redhat.com>
1266
1267 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
1268 (compile_dwarf_to_ax) <default>: Use unimplemented.
1269 <DW_OP_deref>: Update.
1270 (disassemble_dwarf_expression): Update.
1271 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
1272 (decode_locdesc): Update.
1273 * dwarf2expr.h (dwarf_stack_op_name): Update.
1274
5f1e6f19
TT
12752011-02-16 Tom Tromey <tromey@redhat.com>
1276
1277 * ax.h (struct aop_map) <name>: Now const.
1278
a0c78a73
PA
12792011-02-16 Tom Tromey <tromey@redhat.com>
1280
1281 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
1282 than axs_rvalue.
1283
946ebb0d 12842011-02-16 Yao Qi <yao@codesourcery.com>
a42244db
YQ
1285
1286 * infrun.c (get_displaced_step_closure_by_addr): New.
1287 * inferior.h: Declare it.
1288 * arm-tdep.c: (arm_pc_is_thumb): Call
1289 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
1290 returns non-NULL.
1291
08807d5a
PA
12922011-02-16 Pedro Alves <pedro@codesourcery.com>
1293 Jan Kratochvil <jan.kratochvil@redhat.com>
1294
1295 gdb/
1296 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
1297
29976f3f
PA
12982011-02-16 Pedro Alves <pedro@codesourcery.com>
1299 Jan Kratochvil <jan.kratochvil@redhat.com>
1300
1301 * value.c (value_contents_copy_raw): Extend describing comment.
1302 Assert that the destination contents we're overwriting are wholly
1303 available.
fb68ae73 1304 (value_contents_copy): Extend describing comment.
29976f3f 1305
cd24cfaa
PA
13062011-02-16 Pedro Alves <pedro@codesourcery.com>
1307 Jan Kratochvil <jan.kratochvil@redhat.com>
1308
1309 * value.c (value_available_contents_eq): Remove redundant local
1310 variables. Fix available contents comparision.
1311 * value.h (value_available_contents_eq): Extend describing
1312 comment.
1313
60bbf338
YQ
13142011-02-16 Yao Qi <yao@codesourcery.com>
1315
1316 * thread.c (info_threads_command): Add missing i18n markup and remove
1317 trailing newline.
1318
17450429
PP
13192011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1320
1321 * breakpoint.c (longjmp_names): New variable.
1322 (struct breakpoint_objfile_data): New type.
1323 (breakpoint_objfile_key): New variable.
1324 (msym_not_found): New variable.
1325 (msym_not_found_p): New predicate.
1326 (get_breakpoint_objfile_data): New function.
1327 (create_overlay_event_breakpoint): Check per-objfile cache for
1328 symbols first.
1329 (create_longjmp_master_breakpoint): Likewise.
1330 (create_std_terminate_master_breakpoint): Likewise.
1331 (create_exception_master_breakpoint): Likewise.
1332 (_initialize_breakpoint): Register per-objfile data key.
1333
af02033e
PP
13342011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1335
1336 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
1337 parameter value.
1338 (create_longjmp_master_breakpoint): Loop over longjmp names.
1339 (create_std_terminate_master_breakpoint): Const-propagate parameter
1340 value.
1341 (update_breakpoints_after_exec): Adjust.
1342 (breakpoint_re_set): Adjust.
1343
60f98dde
MS
13442011-02-15 Michael Snyder <msnyder@vmware.com>
1345
cdf99611
MS
1346 * thread.c (info_threads_command): Process arg as thread id,
1347 or list of thread ids.
1348 (thread_find_command): New command.
1349 (_initialize_thread): Document argument for info threads.
1350 Document 'thread find' command.
1351 * NEWS: Document new command "thread find".
60f98dde 1352
0feedb2c
JK
13532011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1354
1355 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
1356 * aclocal.m4: Regenerated with aclocal-1.11.1.
1357 * common/configure: Regenerate with autoconf-2.64.
1358
648cd113
KW
13592011-02-15 Ken Werner <ken.werner@de.ibm.com>
1360
1361 * opencl-lang.c (build_opencl_types): Set the size of the built-in
1362 bool data type to a size of one byte.
1363
5657161f
PA
13642011-02-15 Pedro Alves <pedro@codesourcery.com>
1365 Jan Kratochvil <jan.kratochvil@redhat.com>
1366
1367 * target.c (memory_xfer_live_readonly_partial): Document where to
1368 look for interface description.
1369
494e194e
YQ
13702011-02-15 Yao Qi <yao@codesourcery.com>
1371
1372 PR tdep/12352
1373 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
1374 order to store PC value on stack instead of text section.
1375
d9492458
TJB
13762011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
1377
1378 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
1379 the EFP register set size.
1380 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
1381 data from the VMX register.
1382 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
1383 and write data from/to the VMX register.
1384
cdf99611
MS
13852011-02-14 Michael Snyder <msnyder@vmware.com>
1386
1387 * command.h (enum command_class): New class 'no_set_class', for
1388 "show" commands without a corresponding "set" command.
1389 * value.c (_initialize_values): Use 'no_set_class' for "show values".
1390 * copying.c (_initialize_copying): Ditto for "show copying" and
1391 "show warranty".
1392 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
1393 "show version".
1394 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
1395 which there is no corresponding "set" command (eg. "show copying").
1396
424447ee
PA
13972011-02-14 Pedro Alves <pedro@codesourcery.com>
1398 Jan Kratochvil <jan.kratochvil@redhat.com>
1399
1400 * exec.c (section_table_available_memory): Change `len' parameter
1401 type to ULONGEST.
1402 * exec.h (section_table_available_memory): Ditto.
1403 * value.h (read_value_memory): Rename the `offset' parameter to
1404 `embedded_offset'.
1405
c0f61f9c 14062011-02-14 Pedro Alves <pedro@codesourcery.com>
e0ccc0c7 1407 Jan Kratochvil <jan.kratochvil@redhat.com>
c0f61f9c
PA
1408
1409 * memrange.c (compare_mem_ranges): Mention sort order in
1410 describing comment.
1411 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
1412 * tracepoint.c (traceframe_available_memory): Extend comment to
1413 mention what happens to RESULT when the target does not support
1414 the query.
1415
6bfc80c7
PA
14162011-02-14 Pedro Alves <pedro@codesourcery.com>
1417 Jan Kratochvil <jan.kratochvil@redhat.com>
1418
1419 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
1420 range.
1421
e7303042
PA
14222011-02-14 Pedro Alves <pedro@codesourcery.com>
1423
1424 * value.c (value_bits_valid, value_bits_synthetic_pointer):
1425 No longer handle NULL values.
1426
8af8e3bc
PA
14272011-02-14 Pedro Alves <pedro@codesourcery.com>
1428
1429 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
1430 * value.c: Include "exceptions.h".
1431 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
1432 generic error.
1433 * cp-abi.c: Include gdb_assert.h.
1434 (baseclass_offset): Add `embedded_offset' and `val' parameters.
1435 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
1436 errors.
1437 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
1438 parameters. No longer returns -1 on error.
1439 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
1440 `val' parameters.
1441 * cp-valprint.c: Include exceptions.h.
1442 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
1443 the baseclass_offset. Handle unavailable base classes. Use
1444 val_print_invalid_address.
1445 * p-valprint.c: Include exceptions.h.
1446 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
1447 when fetching the baseclass_offset. No longer expect
1448 baseclass_offset returning -1. Handle unavailable base classes.
1449 Use val_print_invalid_address.
1450 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
1451 `valaddr' parameter, and change its type to gdb_byte pointer. Add
1452 `embedded_offset' and `val' parameters. Adjust.
1453 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
1454 parameter, and change its type to gdb_byte pointer. Add
1455 `embedded_offset' and `val' parameters. Adjust. No longer expect
1456 baseclass_offset returning -1.
1457 (value_dynamic_cast): Use value_contents_for_printing rather than
1458 value_contents. Adjust.
1459 (search_struct_field): No longer expect baseclass_offset returning
1460 -1.
1461 (search_struct_method): If reading memory from the target is
1462 necessary, wrap it in a new value to pass to baseclass_offset. No
1463 longer expect baseclass_offset returning -1.
1464 (find_method_list): No longer expect baseclass_offset returning
1465 -1. Use value_contents_for_printing rather than value_contents.
1466 * valprint.c (val_print_invalid_address): New function.
1467 * valprint.h (val_print_invalid_address): Declare.
1468 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
1469 and `val' parameters. No longer expect baseclass_offset returning
1470 -1. Adjust.
1471 * gnu-v2-abi.c: Include "exceptions.h".
1472 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
1473 parameters. Handle unavailable memory. Recurse through
1474 gnuv2_baseclass_offset directly, rather than through
1475 baseclass_offset. No longer returns -1 on not found, instead
1476 throw an error.
1477 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
1478 `val' parameters. Adjust.
1479
1b28d0b3
PA
14802011-02-14 Pedro Alves <pedro@codesourcery.com>
1481
1482 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
1483 almost but not quite adjacent.
1484
ec0a52e1
PA
14852011-02-14 Pedro Alves <pedro@codesourcery.com>
1486
1487 * value.h (value_entirely_available): Declare.
1488 * value.c (value_entirely_available): New function.
1489 * c-valprint.c (c_value_print): Don't try fetching the pointer's
1490 real type if the pointer is unavailable.
1491
24e6bcee
PA
14922011-02-14 Pedro Alves <pedro@codesourcery.com>
1493
1494 * valops.c (value_repeat): Use read_value_memory instead of
1495 read_memory.
1496
39d37385
PA
14972011-02-14 Pedro Alves <pedro@codesourcery.com>
1498
1499 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
1500 * value.c (value_contents_copy_raw, value_contents_copy): New
1501 functions.
1502 (value_primitive_field): Use value_contents_copy_raw instead of
1503 memcpy.
1504 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
1505 memcpy.
1506 (value_array, value_slice): Ditto.
1507 * valarith.c (value_subscripted_rvalue): Use
1508 value_contents_copy_raw instead of memcpy.
1509
a3d34bf4
PA
15102011-02-14 Pedro Alves <pedro@codesourcery.com>
1511
1512 <unavailable> references.
1513
1514 * valops.c (get_value_at): Use value_from_contents_and_address,
1515 avoiding read_memory.
1516
9fc6d940
PA
15172011-02-14 Pedro Alves <pedro@codesourcery.com>
1518
1519 * c-valprint.c (c_val_print): Print a string with unavailable
1520 contents as an array.
1521
5467c6c8
PA
15222011-02-14 Pedro Alves <pedro@codesourcery.com>
1523
1524 * value.h (unpack_bits_as_long): Delete declaration.
1525 (unpack_value_bits_as_long): Declare.
1526 (unpack_value_field_as_long): Declare.
1527 (value_field_bitfield): Declare.
1528 * value.c (unpack_bits_as_long): Rename to...
1529 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
1530 value parameters. Return the extracted result in a new output
1531 parameter. If the value contents are unavailable, return false,
1532 otherwise return true.
1533 (unpack_value_bits_as_long): New.
1534 (unpack_field_as_long): Rename to...
1535 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
1536 Add embedded_offset and value parameters. Return the extracted
1537 result in a new output parameter. If the value contents are
1538 unavailable, return false, otherwise return true.
1539 (unpack_value_field_as_long): New.
1540 (unpack_field_as_long_1): New.
1541 (unpack_field_as_long): Reimplement as wrapper around
1542 unpack_value_field_as_long_1.
1543 (value_field_bitfield): New function.
1544 * valops.c (value_fetch_lazy): When fetching a bitfield, use
1545 unpack_value_bits_as_long. Mark the value as unavailable, if it
1546 is unavailable.
1547 * jv-valprint.c (java_print_value_fields): Use
1548 value_field_bitfield.
1549 * p-valprint.c (pascal_object_print_value_fields): Use
1550 value_field_bitfield.
1551 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
1552
3158c6ed
PA
15532011-02-14 Pedro Alves <pedro@codesourcery.com>
1554
1555 * value.c (get_internalvar_integer): Also return the int value of
1556 TYPE_CODE_INT INTERNALVAR_VALUE values.
1557 (set_internalvar): Don't special case TYPE_CODE_INT.
1558
9fbdca0d
PA
15592011-02-14 Pedro Alves <pedro@codesourcery.com>
1560
1561 * value.c (struct internalvar) <enum internalvar_kind>: Remove
1562 INTERNALVAR_POINTER.
1563 <pointer>: Delete.
1564 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
1565 (set_internalvar): Remove special TYPE_CODE_PTR handling.
1566 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
1567
c8c1c22f
PA
15682011-02-14 Pedro Alves <pedro@codesourcery.com>
1569
1570 * value.h (value_available_contents_eq): Declare.
1571 * value.c (find_first_range_overlap): New function.
1572 (value_available_contents_eq): New function.
1573 * valprint.c (val_print_array_elements): Use
1574 value_available_contents_eq.
1575 * ada-valprint.c (val_print_packed_array_elements): Use
1576 value_available_contents_eq.
1577 * jv-valprint.c (java_value_print): Use
1578 value_available_contents_eq.
1579
e6e4e701
PA
15802011-02-14 Pedro Alves <pedro@codesourcery.com>
1581
1582 * target.c (target_read_live_memory): New function.
1583 (memory_xfer_live_readonly_partial): New.
1584 (memory_xfer_partial): If reading from a traceframe, fallback to
1585 reading unavailable read-only memory from read-only regions of
1586 live target memory.
1587 * tracepoint.c (disconnect_tracing): Adjust.
1588 (set_current_traceframe): New, factored out from
1589 set_traceframe_number.
1590 (set_traceframe_number): Reimplement to only change the traceframe
1591 number on the GDB side.
1592 (do_restore_current_traceframe_cleanup): Adjust.
1593 (make_cleanup_restore_traceframe_number): New.
1594 (cur_traceframe_number): New global.
1595 (tfile_open): Set cur_traceframe_number to no traceframe.
1596 (set_tfile_traceframe): New function.
1597 (tfile_trace_find): If looking up a traceframe using any method
1598 other than by number, make sure the current tfile traceframe
1599 matches gdb's current traceframe. Update the current tfile
1600 traceframe if the lookup succeeded.
1601 (tfile_fetch_registers, tfile_xfer_partial)
1602 (tfile_get_trace_state_variable_value): Make sure the remote
1603 traceframe matches gdb's current traceframe.
1604 * remote.c (remote_traceframe_number): New global.
1605 (remote_open_1): Set it to -1.
1606 (set_remote_traceframe): New function.
1607 (remote_fetch_registers, remote_store_registers)
1608 (remote_xfer_memory, remote_xfer_partial)
1609 (remote_get_trace_state_variable_value): Make sure the remote
1610 traceframe matches gdb's current traceframe.
1611 (remote_trace_find): If looking up a traceframe using any method
1612 other than by number, make sure the current remote traceframe
1613 matches gdb's current traceframe. Update the current remote
1614 traceframe if the lookup succeeded.
1615 * infrun.c (fetch_inferior_event): Adjust.
1616 * tracepoint.h (set_current_traceframe): Declare.
1617 (get_traceframe_number, set_traceframe_number): Add describing
1618 comments.
1619
e6ca34fc
PA
16202011-02-14 Pedro Alves <pedro@codesourcery.com>
1621
1622 Mark pieces of values as unavailable if the corresponding memory
1623 is unavailable.
1624
1625 * valops.c: Include tracepoint.h.
1626 (value_fetch_lazy): Use read_value_memory.
1627 (read_value_memory): New.
1628 * value.h (read_value_memory): Declare.
1629 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
1630 * exec.c (section_table_available_memory): New function.
1631 * exec.h (section_table_available_memory): Declare.
1632
2a7498d8
PA
16332011-02-14 Pedro Alves <pedro@codesourcery.com>
1634
1635 * Makefile.in (SFILES): Add memrange.c.
1636 (HFILES_NO_SRCDIR): Add memrange.h.
1637 (COMMON_OBS): Add memrange.o.
1638 * memrange.c: New file.
1639 * memrange.h: New file.
1640 * tracepoint.c: Include memrange.h.
1641 (struct mem_range): Delete.
1642 (mem_range_s): Delete.
1643 (traceframe_available_memory): New function.
1644 * tracepoint.h (traceframe_available_memory): Declare.
1645
b3b9301e
PA
16462011-02-14 Pedro Alves <pedro@codesourcery.com>
1647
1648 * target.h (struct traceframe_info): Forward declare.
1649 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
1650 (struct target_ops) <to_traceframe_info>: New field.
1651 (target_traceframe_info): New.
1652 * target.c (update_current_target): Inherit and default
1653 to_traceframe_info.
1654 * remote.c (PACKET_qXfer_traceframe_info): New.
1655 (remote_protocol_features): Register qXfer:traceframe-info:read.
1656 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
1657 (remote_traceframe_info): New.
1658 (init_remote_ops): Install it.
1659 (_initialize_remote): Install "set/show remote traceframe-info"
1660 commands.
1661 * tracepoint.h (parse_traceframe_info): Declare.
1662 * tracepoint.c (struct mem_range): New.
1663 (mem_range_s): New typedef.
1664 (struct traceframe_info): New.
1665 (traceframe_info): New global.
1666 (free_traceframe_info): New function.
1667 (clear_traceframe_info): New function.
1668 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
1669 info.
1670 (build_traceframe_info): New function.
1671 (tfile_traceframe_info): New function.
1672 (init_tfile_ops): Install tfile_traceframe_info.
1673 (traceframe_info_start_memory, free_result): New functions.
1674 (memory_attributes, traceframe_info_elements): New globals.
1675 (parse_traceframe_info, get_traceframe_info): New functions.
1676 * features/traceframe-info.dtd: New file.
1677 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
1678
4e07d55f
PA
16792011-02-14 Pedro Alves <pedro@codesourcery.com>
1680
1681 Base support for <unavailable> value contents.
1682
4e07d55f
PA
1683 * value.h (value_bytes_available): Declare.
1684 (mark_value_bytes_unavailable): Declare.
1685 * value.c (struct range): New struct.
1686 (range_s): New typedef.
1687 (ranges_overlap): New function.
1688 (range_lessthan): New function.
1689 (ranges_contain_p): New function.
1690 (struct value) <unavailable>: New field.
1691 (value_bytes_available): New function.
1692 (mark_value_bytes_unavailable): New function.
1693 (require_not_optimized_out): Constify parameter.
1694 (require_available): New function.
1695 (value_contents_all, value_contents): Require all bytes be
1696 available.
1697 (value_free): Free `unavailable'.
1698 (value_copy): Copy `unavailable'.
1699 * valprint.h (val_print_unavailable): Declare.
1700 * valprint.c (valprint_check_validity): Rename `offset' parameter
1701 to `embedded_offset'. If printing a scalar, check whether the
1702 value chunk is available.
1703 (val_print_unavailable): New.
1704 (val_print_scalar_formatted): Check whether the value is
1705 available.
1706 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
1707 pretty-printing unavailable values.
1708
bc9a5551
JK
17092011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1710
1711 Fix const/volatile qualifiers of C++ types, PR c++/12328.
1712 * c-typeprint.c (c_type_print_args): Update the function comment. New
1713 variable param_type, initialize it. Remove const/volatile qualifiers
1714 for language_cplus and !show_artificial. Use param_type.
1715
93b55aa1
JK
17162011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1717
1718 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
1719 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
1720 * symtab.h (struct symtab) <next>: Comment extension.
1721
181d9476
YQ
17222011-02-12 Yao Qi <yao@codesourcery.com>
1723
1724 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
1725
b708a5c7
JK
17262011-02-11 Yao Qi <yao@codesourcery.com>
1727
1728 * common/Makefile.in: Add copyright header.
1729
c5187ac6
PA
17302011-02-11 Pedro Alves <pedro@codesourcery.com>
1731
1732 * infrun.c (proceed): Move switching out and in of tfind mode from
1733 here ...
1734 (fetch_inferior_event): ... to here.
1735
4f3e6fb7
YQ
17362011-02-11 Yao Qi <yao@codesourcery.com>
1737
1738 * Makefile.in: Remove signals.o from COMMON_OBS. Link
1739 libcommon.a.
1740 * configure.ac: Add common to sub dir.
1741 * configure: Regenerate.
1742
b708a5c7
JK
17432011-02-11 Yao Qi <yao@codesourcery.com>
1744
1745 Build libcommon.a.
1746
1747 * common/Makefile.in: New.
1748 * common/configure.ac: New.
1749 * common/aclocal.m4: New.
1750 * common/configure: Generate.
1751
2287cc7e
PA
17522011-02-10 Pedro Alves <pedro@codesourcery.com>
1753
1754 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
1755 side of the parenthesis.
1756
1757 Merge from GCC:
1758 2010-07-13 Jakub Jelinek <jakub@redhat.com>
fc013618 1759 * vec.h (VEC_block_remove): Fix comment.
2287cc7e 1760
fd62cb89
MS
17612011-02-08 Michael Snyder <msnyder@vmware.com>
1762
1763 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
1764
56d2815c
JK
17652011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1766
1767 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
1768 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
1769 psubd and paddd.
1770
4f7d61a8
JK
17712011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1772
1773 PR 12361.
1774 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
1775 phsubsw.
1776 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
1777 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
1778
54fcddd0
UW
17792011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1780
1781 * dwarf2read.c (read_subroutine_type): Set special calling
1782 convention flag for functions compiled by IBM XL C for OpenCL.
1783 * ppc-sysv-tdep.c: Include "dwarf2.h"
1784 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
1785 calling convention.
1786 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
1787 IBM OpenCL vector types calling convention.
1788 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
1789 (ppc_sysv_abi_broken_return_value): Likewise.
1790 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
1791 types calling convention.
1792 (ppc64_sysv_abi_return_value): Likewise.
1793 * spu-tdep.c: Include "dwarf2.h"
1794 (spu_return_value): Implement IBM OpenCL vector types calling
1795 convention.
1796
d6dafb7c
UW
17972011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1798
1799 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
1800 correct ABI for AltiVec vector arguments.
1801
32b72a42
PA
18022011-02-07 Pedro Alves <pedro@codesourcery.com>
1803
1804 * valprint.c (val_print): Extend comment.
1805 * ada-valprint.c (ada_valprint): Rewrite comment deferring
1806 interface explanation to val_print.
1807 (ada_val_print_array): Adjust comment to current interface.
1808 (print_field_values): Adjust comment to current interface.
1809 * c-valprint.c (c_val_print): Rewrite comment deferring interface
1810 explanation to val_print.
1811 * f-valprint.c (f_val_print): Ditto.
1812 * jv-valprint.c (java_val_print): Ditto.
1813 * m2-valprint.c (m2_val_print): Ditto.
1814 * p-valprint.c (pascal_val_print): Ditto.
1815
9998af43
TJB
18162011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
1817
1818 * breakpoint.c (parse_breakpoint_sals): Fix description.
1819
505500db 18202011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9998af43 1821 Oguz Kayral <oguzkayral@gmail.com>
505500db
SW
1822
1823 * python/py-inferior.c (python_on_normal_stop): New function.
1824 (python_on_resume): New function.
1825 (python_inferior_exit): New function.
1826 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
1827 inferior_exit observers.
1828 * python/py-evtregistry.c: New file.
1829 * python/py-threadevent.c : New file.
1830 * python/py-event.c: New file.
1831 * python/py-evts.c: New file.
1832 * python/py-continueevent.c: New file.
1833 * python/py-bpevent.c: New file.
1834 * python/py-signalevent.c: New file.
1835 * python/py-exetiedevent.c: New file.
1836 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
1837 Move struct breakpoint_object from here...
1838 * python/python-internal.h: ... to here.
1839 * python/py-event.h: New file.
1840 * python/py-events.h: New file.
1841 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
1842 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
1843 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
1844 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
1845 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
1846 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
1847 Add build rules for all the above.
1848
9e0ac564
TT
18492011-02-04 Tom Tromey <tromey@redhat.com>
1850
1851 * dwarf2read.c (dwarf2_section_empty_p): New function.
1852 (dwarf2_read_section): Use dwarf2_section_empty_p.
1853 (dwarf2_section_size): New function.
1854 (dwarf2_get_section_info): Unconditionally read section.
1855 (dwarf2_read_index): Use dwarf2_section_empty_p.
1856 (partial_read_comp_unit_head): Use dwarf2_section_size.
1857 (dwarf2_symbol_mark_computed): Likewise.
1858
eee5b35e
DD
18592011-02-04 David Daney <ddaney@caviumnetworks.com>
1860
1861 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
1862
385203ed
DD
18632011-02-04 David Daney <ddaney@caviumnetworks.com>
1864
1865 * mips-linux-tdep.c: Include xml-syscall.h.
1866 (mips_linux_get_syscall_number): New function.
1867 (mips_linux_init_abi): Add calls to
1868 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
1869 * data-directory/Makefile.in (SYSCALLS_FILES): Add
1870 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
1871 * syscalls/mips-n32-linux.xml: New file.
1872 * syscalls/mips-n64-linux.xml: New file.
1873 * syscalls/mips-o32-linux.xml: New file.
1874
9277c30c
UW
18752011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
1876
1877 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
1878 Complain about inverted range entries.
1879 (dwarf2_record_block_ranges): Likewise.
1880
a3be7890
TJB
18812011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
1882
1883 Fix some typos.
1884 * breakpoint.c (update_watchpoint): Fix name of the
1885 update_global_location_list function.
1886 (print_one_breakpoint): Fix typo.
1887 (_initialize_breakpoint): Remove extra space in hbreak help
1888 string.
1889 * breakpoint.h (struct bp_location) <length>: Fix field
1890 description.
1891
041274d8
PA
18922011-02-04 Pedro Alves <pedro@codesourcery.com>
1893
1894 * regcache.c (registers_changed_ptid): Don't explictly always
1895 clear `current_regcache'. Only clear current_thread_ptid and
1896 current_thread_arch when PTID matches. Only reinit the frame
1897 cache if PTID matches the current inferior_ptid. Move alloca(0)
1898 call to ...
1899 (registers_changed): ... here.
1900
c1c2ab58
UW
19012011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
1902
1903 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
1904 starts with __stack_chk_guard as stack guard symbol.
1905
9011945e
AB
19062011-02-03 Andrew Burgess <aburgess@broadcom.com>
1907
1908 * disasm.c (compare_lines): Handle the end of sequence markers
1909 within the line table to better support disassembling over
1910 compilation unit boundaries.
1911
e0634ccf
UW
19122011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1913
1914 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
1915 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
1916 implementation even if no symbols are available.
1917 (thumb_analyze_prologue): Update call to skip_prologue_function.
1918 (arm_analyze_prologue): Likewise.
1919
0e9e9abd
UW
19202011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1921
1922 * arm-tdep.c: Include "observer.h".
1923 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
1924 (arm_exidx_data_key): New static variable.
1925 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
1926 (struct arm_exidx_data): Likewise.
1927 (arm_exidx_data_free): New function.
1928 (arm_compare_exidx_entries): Likewise.
1929 (arm_obj_section_from_vma): Likewise.
1930 (arm_exidx_new_objfile): Likewise.
1931 (arm_find_exidx_entry): Likewise.
1932 (arm_exidx_fill_cache): Likewise.
1933 (arm_exidx_unwind_sniffer): Likewise.
1934 (arm_exidx_unwind): New global variable.
1935 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
1936 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
1937 observer. Register arm_exidx_data_key as objfile data.
1938
2e9e421f
UW
19392011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1940
1941 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
1942 due to accessing uninitialized variable. Fix indentation.
1943
580688f3
PA
19442011-02-02 Pedro Alves <pedro@codesourcery.com>
1945
1946 * c-valprint.c (c_value_print): When doing virtual base pointer
1947 adjustment, create a new value with adjusted contents rather than
1948 changing the contents of the value being printed (and getting it
1949 wrong).
1950
3d2c1d41
PA
19512011-02-02 Pedro Alves <pedro@codesourcery.com>
1952
1953 * xml-support.c (xml_find_attribute): New.
1954 (xinclude_start_include): Use it.
1955 * xml-support.h (xml_find_attribute): Declare.
1956 * memory-map.c (memory_map_start_memory)
1957 (memory_map_start_property): Use xml_find_attribute.
1958 * osdata.c (osdata_start_osdata, osdata_start_column): Use
1959 xml_find_attribute.
1960 * remote.c (start_thread): Use xml_find_attribute.
1961 * solib-target.c (library_list_start_segment)
1962 (library_list_start_section, library_list_start_library)
1963 (library_list_start_list): Use xml_find_attribute.
1964 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
1965 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
1966 (tdesc_start_field): Use xml_find_attribute.
1967
0af3e2db
UW
19682011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
1969
1970 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
1971 (BUILD_OCL_VTYPES): Update.
1972
c1039e3c
JB
19732011-02-02 Joel Brobecker <brobecker@adacore.com>
1974
1975 * configure.ac: Work around non-GNU sed limitation when computing
1976 python version number.
1977 * configure: Regenerate.
1978
600ea1be
JK
19792011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1980
1981 Fix debug printing of TYPE_INSTANCE.
1982 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
1983 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
1984
56c12414
JK
19852011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1986
1987 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
1988 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
1989 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
1990 * ada-operator.inc: Rename the file to ...
1991 * ada-operator.def: ... here, wrap all the entries by macro OP.
1992 * expprint.c (op_name_standard): Remove all the entries. Include
1993 "std-operator.def" instead.
1994 * expression.h (enum exp_opcode): Include "std-operator.def" and
1995 "ada-operator.def". Move all the entries ...
1996 * std-operator.def: ... here, wrap all the entries by macro OP.
1997
c52b559d
PP
19982011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1999
2000 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
2001 * breakpoint.c (remove_jit_event_breakpoints): New function.
2002 * jit.c (jit_descriptor_addr): Delete.
2003 (registering_code): Delete.
2004 (clear_int): Delete.
2005 (jit_inferior_data): New variable.
2006 (struct jit_inferior_data): New type.
2007 (get_jit_inferior_data): New function.
2008 (jit_inferior_data_cleanup): New function.
2009 (jit_read_descriptor): Adjust.
2010 (jit_register_code): Adjust.
2011 (jit_breakpoint_re_set_internal): New function; move code here ...
2012 (jit_inferior_init): ... from here.
2013 (jit_breakpoint_re_set): Adjust.
2014 (jit_reset_inferior_data_and_breakpoints): New function.
2015 (jit_inferior_created_observer): Adjust.
2016 (jit_inferior_exit_hook): Adjust.
2017 (jit_executable_changed_observer): New function.
2018 (jit_event_handler): Adjust.
2019 (_initialize_jit): Adjust.
2020
e839132d
MS
20212011-01-31 Michael Snyder <msnyder@vmware.com>
2022
2023 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
2024 line.
2025
47a80e90
TT
20262011-01-31 Tom Tromey <tromey@redhat.com>
2027
2028 PR python/12216:
2029 * python/python.c (execute_gdb_command): Call
2030 prevent_dont_repeat.
2031 * top.c (suppress_dont_repeat): New global.
2032 (dont_repeat): Use it.
2033 (prevent_dont_repeat): New function.
2034 * command.h (prevent_dont_repeat): Declare.
2035
45a43567
TT
20362011-01-31 Tom Tromey <tromey@redhat.com>
2037
2038 * infcmd.c (finish_backward): Use breakpoint_set_silent.
2039 * python/py-breakpoint.c (bppy_set_silent): Use
2040 breakpoint_set_silent.
2041 (bppy_set_thread): Use breakpoint_set_thread.
2042 (bppy_set_task): Use breakpoint_set_task.
2043 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
2044 (breakpoint_set_task): Declare.
2045 (make_breakpoint_silent): Remove.
2046 * breakpoint.c (breakpoint_set_silent): New function.
2047 (breakpoint_set_thread): Likewise.
2048 (breakpoint_set_task): Likewise.
2049 (make_breakpoint_silent): Remove.
2050
09d682a4
TT
20512011-01-31 Tom Tromey <tromey@redhat.com>
2052
2053 * breakpoint.h (user_breakpoint_p): Declare.
2054 * breakpoint.c (user_breakpoint_p): New function.
2055 (breakpoint_1): Use it.
2056 (save_breakpoints): Likewise.
2057
9c4ea6c5
JB
20582011-01-31 Joel Brobecker <brobecker@adacore.com>
2059
2060 * configure.ac: Add handling of Python distribution on Windows.
2061 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
2062 sysconfig variables are not defined, then do not use them.
2063 On Windows, if LIBPL is not defined, then use prefix + '/libs'
2064 instead. On Windows, return all paths using forward-slashes
2065 rather than backslashes.
2066
ac534cba
JB
20672011-01-31 Joel Brobecker <brobecker@adacore.com>
2068
2069 * configure.ac: Remove fallback behavior for building
2070 against Python. Remove tweaking of Python include path.
2071 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
2072 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
2073 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
2074 Always restore CPPFLAGS and LIBS after linking test.
2075 * configure: Regenerated.
2076 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
2077 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
2078 * python/python-internal.h: Adjust includes of Python .h files.
2079
c2f0d045
JB
20802011-01-31 Joel Brobecker <brobecker@adacore.com>
2081
2082 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
2083 in error message.
2084
6b0c4c1f
JB
20852011-01-31 Joel Brobecker <brobecker@adacore.com>
2086
2087 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
2088 value test.
2089
672c9795
YQ
20902011-01-31 Yao Qi <yao@codesourcery.com>
2091
2092 * arm-linux-nat.c: Update calls to regcache_register_status
2093 instead of regcache_valid_p.
2094 * aix-thread.c: Likewise.
2095 * i386gnu-nat.c: Likewise.
2096
80b23b6a
JK
20972011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2098
2099 Fix crash.
2100 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
2101 touching TYPE_FIELD_ARTIFICIAL.
2102
4cd712bd
RE
21032011-01-28 Richard Earnshaw <rearnsha@arm.com>
2104
2105 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
2106 Committers.
2107
ffd5ec24
PA
21082011-01-28 Pedro Alves <pedro@codesourcery.com>
2109
2110 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
2111 selected, don't try iterating over the traceframe's blocks.
2112 (tfile_has_stack): If there's no traceframe selected, then there's
2113 no stack.
2114 (tfile_has_registers): If there's no traceframe selected, then
2115 there's no registers.
2116
e8c9e0a1
PA
21172011-01-28 Pedro Alves <pedro@codesourcery.com>
2118
2119 * target.c (memory_xfer_partial): No need to restore shadows if we
2120 haven't read anything.
2121
de15c4ab
PA
21222011-01-28 Pedro Alves <pedro@codesourcery.com>
2123
2124 * mips-tdep.c (mips_print_register): Use get_frame_register_value
2125 and val_print_scalar_formatted.
2126
9f41c731
PA
21272011-01-27 Pedro Alves <pedro@codesourcery.com>
2128
2129 * tracepoint.c (tfile_read): New.
2130 (tfile_open): Use it.
2131 (tfile_get_traceframe_address): Use it.
2132 (tfile_trace_find): Use it.
2133 (walk_blocks_callback_func): New typedef.
2134 (match_blocktype): New function.
2135 (traceframe_walk_blocks): New function.
2136 (traceframe_find_block_type): New function.
2137 (tfile_fetch_registers, tfile_xfer_partial)
2138 (tfile_get_trace_state_variable_value): Use
2139 traceframe_find_block_type and tfile_read.
2140
cdefc55d
KB
21412011-01-26 Kevin Buettner <kevinb@redhat.com>
2142
2143 * remote-mips.c: Add internationalization mark ups. Remove
2144 trailing \n from already marked up strings.
2145
a81766d8
TT
21462011-01-26 Tom Tromey <tromey@redhat.com>
2147
2148 * python/py-prettyprint.c (print_string_repr): Clear
2149 'addressprint' option when calling val_print_string.
2150 (print_children): Handle Val_pretty_default. Clear 'addressprint'
2151 option when calling val_print_string.
2152
74aedc46
TT
21532011-01-26 Tom Tromey <tromey@redhat.com>
2154
2155 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
2156 GDB_PY_LL_ARG.
2157 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
2158 macros.
2159 (gdb_py_longest, gdb_py_ulongest): New typedefs.
2160 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
2161 (gdb_py_long_as_ulongest): New defines.
2162 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
2163 (gdb_py_int_as_long): Declare.
2164 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
2165 GDB_PY_LL_ARG, gdb_py_object_from_longest.
2166 (valpy_long): Add comment.
2167 * python/py-utils.c (get_addr_from_python): Use
2168 gdb_py_long_as_ulongest. Handle overflow properly.
2169 (gdb_py_object_from_longest): New function.
2170 (gdb_py_object_from_ulongest): Likewise.
2171 (gdb_py_int_as_long): Likewise.
2172 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
2173 * python/py-symtab.c (salpy_get_pc): Use
2174 gdb_py_long_from_ulongest.
2175 (salpy_get_line): Use PyInt_FromLong.
2176 * python/py-param.c (set_parameter_value): Use
2177 gdb_py_int_as_long.
2178 * python/py-lazy-string.c (stpy_get_address): Use
2179 gdb_py_long_from_ulongest.
2180 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
2181 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
2182 * python/py-breakpoint.c (bppy_set_thread): Use
2183 gdb_py_int_as_long.
2184 (bppy_set_task): Likewise.
2185 (bppy_set_ignore_count): Likewise.
2186 (bppy_set_hit_count): Likewise.
2187 * python/py-block.c (blpy_get_start): Use
2188 gdb_py_object_from_ulongest.
2189 (blpy_get_end): Likewise.
2190 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
2191
e4f6d2ec
TJB
21922011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
2193
2194 PR/symtab 11766:
2195 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
2196 * gdb/solib.c (solib_read_symbols): Check for addr_low in
2197 equality test for objfile, initialize addr_low if needed.
2198
b30aa278
PA
21992011-01-25 Pedro Alves <pedro@codesourcery.com>
2200
2201 * tui/tui-regs.c (tui_register_format): Remove dead code.
2202
ab2188aa
PA
22032011-01-25 Pedro Alves <pedro@codesourcery.com>
2204
2205 * printcmd.c (print_formatted): Use val_print_scalar_formatted
2206 instead of print_scalar_formatted.
2207 (print_scalar_formatted): Don't handle 's' format strings here,
2208 and add an assertion that we never see such format here.
2209 * valprint.h (val_print_scalar_formatted): Declare.
2210 * valprint.c (val_print_scalar_formatted): New.
2211 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
2212 instead of print_scalar_formatted.
2213 * jv-valprint.c (java_val_print): Ditto.
2214 * p-valprint.c (pascal_val_print): Ditto.
2215 * ada-valprint.c (ada_val_print_1): Ditto.
2216 * f-valprint.c (f_val_print): Ditto.
2217 * infcmd.c (registers_info): Ditto.
2218 * m2-valprint.c (m2_val_print): Ditto.
2219
66d61a4c
PA
22202011-01-25 Pedro Alves <pedro@codesourcery.com>
2221
2222 * m2-valprint.c (print_unbounded_array): Pass
2223 value_contents_for_printing rather than value_contents, to
2224 m2_print_array_contents. Also pass in the value.
2225
831adc1f
JK
22262011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2227
2228 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
2229 (save_gdb_index_command): Switch to .gdb_index version 4.
2230
20622269
PA
22312011-01-25 Pedro Alves <pedro@codesourcery.com>
2232
2233 * mi/mi-main.c (get_register): Use get_frame_register_value rather
2234 than frame_register, and always pass a valid value to val_print.
2235
585fdaa1
PA
22362011-01-25 Pedro Alves <pedro@codesourcery.com>
2237
2238 Centralize printing "<optimized out>".
2239
2240 * valprint.h (val_print_optimized_out): Declare.
2241 * cp-valprint.c (cp_print_value_fields): Use
2242 val_print_optimized_out.
2243 * jv-valprint.c (java_print_value_fields): Ditto.
2244 * p-valprint.c (pascal_object_print_value_fields): Ditto.
2245 * printcmd.c (print_formatted): Ditto.
2246 * valprint.c (valprint_check_validity): Ditto.
2247 (value_check_printable): Ditto.
2248 (val_print_optimized_out): New.
2249
29ec5263
PA
22502011-01-25 Pedro Alves <pedro@codesourcery.com>
2251
2252 * infcmd.c (default_print_registers_info): Allocate values so to
2253 never pass a NULL value to val_print.
2254
de4127a3
PA
22552011-01-25 Pedro Alves <pedro@codesourcery.com>
2256
2257 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
2258 boolean. Make sure to always pass a value that matches the
2259 contents buffer to callees. Preserve `address' for following
2260 iterations.
2261 * value.c (value_contents_for_printing_const): New.
2262 (value_address): Constify value argument.
2263 * value.h (value_contents_for_printing_const): Declare.
2264 (value_address): Constify value argument.
2265
ee99023e
PA
22662011-01-25 Pedro Alves <pedro@codesourcery.com>
2267
2268 * regcache.c (struct regcache_descr): Rename
2269 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
2270 and sizeof_cooked_register_valid_p to
2271 sizeof_cooked_register_status.
2272 (init_regcache_descr): Adjust.
2273 (struct regcache): Rename register_valid_p field to
2274 register_status.
2275 (regcache_xmalloc_1, regcache_xfree, regcache_save)
2276 (do_cooked_read): Adjust.
2277 (regcache_valid_p): Rename to ...
2278 (regcache_register_status): ... this. Adjust.
2279 (regcache_invalidate): Adjust.
2280 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
2281 Adjust.
2282 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
2283 as unavailable, not valid.
2284 (regcache_dump): Adjust.
2285 * regcache.h (enum register_status): New.
2286 (regcache_register_status): Declare.
2287 (regcache_invalidate): Delete declaration.
2288 * corelow.c (get_core_registers): Adjust.
2289 * tracepoint.c (tfile_fetch_registers): Adjust.
2290 * trad-frame.c (REG_VALUE): Rename to ...
2291 (TF_REG_VALUE): ... this.
2292 (REG_UNKNOWN): Rename to ...
2293 (TF_REG_UNKNOWN): ... this.
2294 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
2295 * mi/mi-main.c (register_changed_p): Adjust.
2296
99e42fd8
PA
22972011-01-25 Pedro Alves <pedro@codesourcery.com>
2298
2299 * regcache.c (struct regcache_descr): Remove outdated comment.
2300 (init_regcache_descr): Remove sizeof_raw_register_valid_p
2301 overallocate hack.
2302 (regcache_xmalloc): Rename to ...
2303 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
2304 Allocate the regcache type accordingly.
2305 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
2306 (regcache_xfree): Asser the source is also readonly. Copy sizeof
2307 cooked registers, not raw.
2308 (regcache_dup_no_passthrough): Delete.
2309 (get_thread_arch_regcache): Use regcache_xmalloc_1.
2310 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
2311 mention obsolete write_register_bytes.
2312 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
2313
f7605bc2
PA
23142011-01-25 Pedro Alves <pedro@codesourcery.com>
2315
2316 Stop remote_read_bytes from handling partial reads itself.
2317
2318 * remote-fileio.c: Include target.h.
2319 (remote_fileio_write_bytes): Delete.
2320 (remote_fileio_func_open, remote_fileio_func_write)
2321 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
2322 target_read_memory.
2323 (remote_fileio_func_stat): Use target_read_memory and
2324 target_write_memory.
2325 (remote_fileio_func_gettimeofday): Use target_write_memory.
2326 (remote_fileio_func_system): Use target_read_memory.
2327 * remote.c (remote_write_bytes): Make it static.
2328 (remote_read_bytes): Don't handle partial reads here.
2329 * remote.h (remote_read_bytes): Delete declaration.
2330
efc0eabd
PA
23312011-01-25 Pedro Alves <pedro@codesourcery.com>
2332
2333 Simplify XML parsing a bit.
2334
2335 * xml-support.h (gdb_xml_parse_quick): Declare.
2336 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
2337 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
2338 parameter.
2339 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
2340 gdb_xml_create_parser_and_cleanup_1.
2341 (gdb_xml_parse_quick): New.
2342 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
2343 * osdata.c (osdata_parse): Ditto.
2344 * remote.c (remote_threads_info): Ditto.
2345 * solib-target.c (solib_target_parse_libraries): Ditto.
2346 * xml-syscall.c (syscall_parse_xml): Ditto.
2347 * xml-tdesc.c (tdesc_parse_xml): Ditto.
2348
314d366a
KB
23492011-01-24 Kevin Buettner <kevinb@redhat.com>
2350
2351 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
2352 with remote-mips.o added to gdb_target_obs.
2353 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
2354
a491d753
PA
23552011-01-24 Pedro Alves <pedro@codesourcery.com>
2356
2357 * ada-valprint.c (val_print_packed_array_elements): Pass the
2358 correct struct value to val_print.
2359 (ada_val_print_1): Ditto.
2360
490f124f
PA
23612011-01-24 Pedro Alves <pedro@codesourcery.com>
2362
2363 Don't lose embedded_offset in printing routines throughout.
2364
2365 * valprint.h (val_print_array_elements): Change prototype.
2366 * valprint.c (val_print_array_elements): Add `embedded_offset'
2367 parameter, and adjust to pass it down to val_print, while passing
2368 `valaddr' or `address' unmodified. Take embedded_offset into
2369 account when checking repetitions.
2370 * c-valprint.c (c_val_print): Pass embedded_offset to
2371 val_print_array_elements instead of adjusting `valaddr' and
2372 `address'.
2373 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
2374 embedded_offset to val_print_array_elements instead of adjusting
2375 `valaddr'.
2376 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
2377 * p-valprint.c (pascal_val_print): Pass embedded_offset to
2378 val_print_array_elements and pascal_object_print_value_fields
2379 instead of adjusting `valaddr'.
2380 (pascal_object_print_value_fields): Add `offset' parameter, and
2381 adjust to use it.
2382 (pascal_object_print_value): Add `offset' parameter, and adjust to
2383 use it.
2384 (pascal_object_print_static_field): Use
2385 value_contents_for_printing/value_embedded_offset, rather than
2386 value_contents.
2387 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
2388 parameter, and adjust to use it. Use
2389 value_contents_for_printing/value_embedded_offset, rather than
2390 value_contents.
2391 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
2392 (ada_val_print_array): Add `offset' parameter, and adjust to use
2393 it.
2394 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
2395 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
2396 Instead work with offsets. Use
2397 value_contents_for_printing/value_embedded_offset, rather than
2398 value_contents. Change `defer_val_int' local type to CORE_ADDR,
2399 and use value_from_pointer to extract a target pointer, rather
2400 than value_from_longest.
2401 (print_variant_part): Add `offset' parameter. Replace
2402 `outer_valaddr' parameter by a new `outer_offset' parameter.
2403 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
2404 (ada_value_print): Use
2405 value_contents_for_printing/value_embedded_offset, rather than
2406 value_contents.
2407 (print_record): Add `offset' parameter, and adjust to pass it
2408 down.
2409 (print_field_values): Add `offset' parameter. Replace
2410 `outer_valaddr' parameter by a new `outer_offset' parameter.
2411 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
2412 Use value_contents_for_printing/value_embedded_offset, rather than
2413 value_contents.
2414 * d-valprint.c (dynamic_array_type): Use
2415 value_contents_for_printing/value_embedded_offset, rather than
2416 value_contents.
2417 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
2418 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
2419 (java_print_value_fields): Take `offset' into account. Don't
2420 re-adjust `valaddr'. Instead pass down adjusted offsets.
2421 (java_val_print): Take `embedded_offset' into account. Pass it to
2422 java_print_value_fields.
2423 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
2424 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
2425 down adjusted offsets.
2426 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
2427 (f_val_print): Take `embedded_offset' into account.
2428
7bfc9434
JB
24292011-01-21 Joel Brobecker <brobecker@adacore.com>
2430
2431 * inflow.c: Include "gdbcmd.h".
2432 (interactive_mode): New static global, moved here from top.c.
2433 (show_interactive_mode): New function, moved here from top.c.
2434 use gdb_has_a_terminal instead of input_from_terminal_p to
2435 determine the current mode.
2436 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
2437 setting.
2438 (_initialize_inflow): Add the "set/show interactive-mode"
2439 commands. Moved here from top.c, after having adjusted slightly
2440 the help text.
2441 * top.c (interactive_mode, show_interactive_mode): Delete, moved
2442 to inflow.c.
2443 (input_from_terminal_p): Remove handling of "interactive-mode"
2444 setting, moved to infow.c.
2445 (init_main): Remove creation of the "set/show interactive-mode"
2446 commands, moved to inflow.c.
2447
44603653
JB
24482011-01-19 Joel Brobecker <brobecker@adacore.com>
2449
2450 * NEWS: Add entry for native ia64-hpux support.
2451
4694da01
TT
24522011-01-19 Tom Tromey <tromey@redhat.com>
2453
2454 PR mi/8618:
2455 * thread.c (free_thread): Free 'name'.
2456 (print_thread_info): Emit thread name. Change CLI output.
2457 (thread_name_command): New function.
2458 (do_captured_thread_select): Emit newline.
2459 (_initialize_thread): Register 'thread name' command.
2460 * target.h (struct target_ops) <to_thread_name>: New field.
2461 (target_thread_name): New macro.
2462 * target.c (update_current_target): Handle to_thread_name.
2463 * python/py-infthread.c (thpy_get_name): New function.
2464 (thpy_set_name): Likewise.
2465 (thread_object_getset): Add "name".
2466 * linux-nat.c (linux_nat_thread_name): New function.
2467 (linux_nat_add_target): Set to_thread_name.
2468 * gdbthread.h (struct thread_info) <name>: New field.
2469
10d44370
JB
24702011-01-18 Joel Brobecker <brobecker@adacore.com>
2471
2472 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
2473 (ada_val_print_1): Likewise.
2474
e3acb115
JB
24752011-01-18 Joel Brobecker <brobecker@adacore.com>
2476
2477 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
2478 upper limit address is not greater than the function end address
2479 when the upper limit could not be computed using the debugging
2480 info.
2481
dc92e161
TT
24822011-01-17 Tom Tromey <tromey@redhat.com>
2483
2484 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
2485 get_regcomp_error.
2486 * utils.c: Include gdb_regex.h.
2487 (do_regfree_cleanup): New function.
2488 (make_regfree_cleanup): Likewise.
2489 (get_regcomp_error): Likewise.
2490 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
2491
f55af66d
TT
24922011-01-17 Tom Tromey <tromey@redhat.com>
2493
2494 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
2495 re_compile_fastmap.
2496
a5a44b53
PM
24972011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
2498
2499 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
2500 for internal variables.
2501 (last_was_structop): New static variable.
2502 (COMPLETE): New token.
2503 (field_exp): New rule to group all '.' suffix handling.
2504 Add mark_struct_expression calls when approriate to be able
2505 to correctly find fields for completion.
2506 (yylex): Adapt to handle field completion and set INTVAR when
2507 required.
2508
2c291032
YQ
25092011-01-14 Yao Qi <yao@codesourcery.com>
2510
2511 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
2512 save_reggroup, restore_reggroup and all_reggroup.
2513
447b483c
JB
25142011-01-14 Joel Brobecker <brobecker@adacore.com>
2515
2516 * ada-valprint. (ada_printchar): Use the correct type length
2517 in call to ada_emit_char.
2518 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
2519
7b64a93b
PM
25202011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
2521
2522 * solib-som.h (hpux_major_release): Declare variable here.
2523 * solib-som.c: Remove <sys/utsname.h> header.
2524 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
2525 (hpux_major_release): Make global, change default value to
2526 DEFAULT_HPUX_MAJOR_RELEASE.
f2eb0bc8 2527 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
7b64a93b
PM
2528 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
2529 Add "solib-som.h" header.
2530 (set_hpux_major_release): New function.
2531 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
2532
4e18c053
MF
25332011-01-14 Mike Frysinger <vapier@gentoo.org>
2534
2535 * configure.tgt (*-*-uclinux*): Match more Linux os targets
2536
a9df6b22
JB
25372011-01-14 Joel Brobecker <brobecker@adacore.com>
2538
2539 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
2540 new-line at end of warning message.
2541 (ia64_hpux_store_register): Remove trailing new-line at end of
2542 error message.
2543 * ia64-hpux-tdep.c: Rephrase comment.
2544 * solib-ia64-hpux.c (struct dld_info): Change type of field
2545 dld_flags from "long long" to ULONGEST.
2546
ecb956dd
PA
25472011-01-14 Pedro Alves <pedro@codesourcery.com>
2548
2549 * target.h (deprecated_child_ops): Delete declaration.
2550 * target.c (deprecated_child_ops): Delete definition.
2551
76adfcae
PA
25522011-01-14 Pedro Alves <pedro@codesourcery.com>
2553
2554 * Makefile.in (hpux-thread.o): Delete rule.
2555 * configure.ac: Don't check for HPUX DCE threads support.
2556 * configure, config.in: Regenerate.
2557 * hppa-hpux-nat.c (child_suppress_run): Delete.
2558 (hppa_hpux_child_can_run): Delete.
2559 (_initialize_hppa_hpux_nat): Don't override to_can_run.
2560 * hpux-thread.c: Delete.
2561
042e866e
JB
25622011-01-13 Joel Brobecker <brobecker@adacore.com>
2563
2564 * hpux-thread.c (hpux_pid_to_str): Delete.
2565
4ffa5a33
JB
25662011-01-13 Joel Brobecker <brobecker@adacore.com>
2567
2568 * ada-valprint.c (ada_emit_char): Remove strange code.
2569 Check that c is <= UCHAR_MAX before passing it to isascii.
2570 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
2571
de8fa76c
JB
25722011-01-13 Joel Brobecker <brobecker@adacore.com>
2573
2574 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
2575 to the case where instream is stdin.
2576
c4de7027
JB
25772011-01-13 Joel Brobecker <brobecker@adacore.com>
2578
2579 * ia64-tdep.h (struct regcache): Forward declare.
2580 (struct ia64_infcall_ops): New struct type.
2581 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
2582 and "infcall_ops".
2583 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
2584 Renames ia64_find_global_pointer.
2585 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
2586 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
2587 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
2588 methods.
2589 (ia64_infcall_ops): New static global constant.
2590 (ia64_gdbarch_init): Set tdep->infcall_ops.
2591 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
2592 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
2593 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
2594 (ia64_hpux_dummy_code): New static global constant.
2595 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
2596 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
2597 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
2598 New function.
2599 (ia64_hpux_infcall_ops): New static global constant.
2600 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
2601 for inferior function calls to work properly on ia64-hpux.
2602
77ca787b
JB
26032011-01-13 Joel Brobecker <brobecker@adacore.com>
2604
2605 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
2606 * ia64-tdep.h (struct frame_info): forward declaration.
2607 (struct gdbarch_tdep): Add field size_of_register_frame.
2608 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
2609 to determine the size of the register frame.
2610 (ia64_size_of_register_frame): New function.
2611 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
2612 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
2613 (IA64_HPUX_UREG_REASON): New macro.
2614 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
2615 New functions.
2616 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
2617 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
2618 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
2619 objects.
2620
92c9a463
JB
26212011-01-13 Joel Brobecker <brobecker@adacore.com>
2622
2623 Add support for ia64-hpux.
2624 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
2625 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
2626
2627 * configure.host: Add handling for ia64-hpux hosts. Add associated
2628 floatformats.
2629 * configure.tgt: Add handling for ia64-hpux targets.
2630 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
2631 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
2632 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
2633
f688d93f
JB
26342011-01-13 Joel Brobecker <brobecker@adacore.com>
2635
2636 [ttrace] Compute thread list immediately after attach.
2637 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
2638 New subprogram.
2639 (inf_ttrace_attach): Use it.
2640
1b89e62f
JB
26412011-01-13 Joel Brobecker <brobecker@adacore.com>
2642
2643 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
2644 if we could not determine the frame's function address. Instead,
2645 use the frame's PC, and then continue.
2646
3e5e6e2a
JB
26472011-01-13 Joel Brobecker <brobecker@adacore.com>
2648
2649 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
2650 not already defined.
2651
825d6d8a
JB
26522011-01-13 Joel Brobecker <brobecker@adacore.com>
2653
2654 * ia64-tdep.c (ia64_struct_type_p): New function.
2655 (ia64_extract_return_value): Handle integral values that are
2656 less than 8 bytes long.
2657 (ia64_push_dummy_call): Likewise.
2658
7458e667
JB
26592011-01-13 Joel Brobecker <brobecker@adacore.com>
2660
2661 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
2662 floatformat_ia64_ext.
2663 (floatformat_ia64_ext_big): New static const.
2664 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
2665
1b05df00
TT
26662011-01-12 Tom Tromey <tromey@redhat.com>
2667
2668 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
2669 messages.
2670 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
2671 (mi_cmd_thread_list_ids): Likewise.
2672 (mi_cmd_data_list_changed_registers): Likewise.
2673 (mi_cmd_data_list_register_values): Likewise.
2674 (mi_cmd_data_write_register_values): Likewise.
2675 (mi_cmd_data_evaluate_expression): Likewise.
2676 (mi_cmd_data_read_memory): Likewise.
2677 (mi_cmd_data_read_memory_bytes): Likewise.
2678 (mi_cmd_data_write_memory): Likewise.
2679 (mi_cmd_enable_timings): Likewise.
2680 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
2681 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
2682 (mi_cmd_var_delete): Likewise.
2683 (mi_cmd_var_set_format): Likewise.
2684 (mi_cmd_var_show_format): Likewise.
2685 (mi_cmd_var_info_num_children): Likewise.
2686 (mi_cmd_var_list_children): Likewise.
2687 (mi_cmd_var_info_type): Likewise.
2688 (mi_cmd_var_info_expression): Likewise.
2689 (mi_cmd_var_show_attributes): Likewise.
2690 (mi_cmd_var_assign): Likewise.
2691 (mi_cmd_var_update): Likewise.
2692 (mi_cmd_enable_pretty_printing): Likewise.
2693 (mi_cmd_var_set_update_range): Likewise.
2694 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
2695 messages.
2696 (mi_cmd_target_file_put): Likewise.
2697 (mi_cmd_target_file_delete): Likewise.
2698 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
2699 messages.
2700 (mi_cmd_stack_info_depth): Likewise.
2701 (mi_cmd_stack_list_locals): Likewise.
2702 (mi_cmd_stack_list_args): Likewise.
2703 (mi_cmd_stack_select_frame): Likewise.
2704 (mi_cmd_stack_select_frame): Likewise.
2705 (mi_cmd_stack_info_frame): Likewise.
2706 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
2707 messages.
2708 (mi_cmd_file_list_exec_source_files): Likewise.
2709 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
2710 (mi_cmd_env_cd): Likewise.
2711 (mi_cmd_env_path): Likewise.
2712 (mi_cmd_env_dir): Likewise.
2713 (mi_cmd_inferior_tty_show): Likewise.
2714 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
2715 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
2716 (mi_cmd_break_watch): Likewise.
2717
ad422571
TJB
27182011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
2719
2720 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
2721 (ppc_linux_insert_hw_breakpoint): Likewise.
2722 (ppc_linux_remove_hw_breakpoint): Likewise.
2723 (ppc_linux_insert_watchpoint): Likewise.
2724
c2ff108b
JK
27252011-01-12 Andrew Burgess <aburgess@broadcom.com>
2726 Jan Kratochvil <jan.kratochvil@redhat.com>
2727
2728 PR fortran/11104 and DWARF unbound arrays detection.
2729 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
2730 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
2731 unspecified upper bound.
2732 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
2733 variables array_size_array, tmp_type and offset_item. New variable
2734 array. Remove call to f77_get_upperbound. New variables array_type
2735 and index. Call value_subscripted_rvalue for each dimenasion. Remove
2736 the final call to deprecated_set_value_type.
2737
41e8491f
JK
27382011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2739
2740 Make value allocations more lazy.
2741 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
2742 instead of allocate_value and set_value_lazy when possible.
f2eb0bc8 2743 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
41e8491f
JK
2744 instead of allocate_value and set_value_lazy.
2745 * findvar.c (value_of_register_lazy): Likewise.
2746 (read_var_value): Remove V preallocation, call just check_typedef in
f2eb0bc8 2747 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
41e8491f
JK
2748 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
2749 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
2750 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
2751 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
2752 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
2753 the end, remove set_value_lazy there.
2754 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
2755 instead of allocate_value and set_value_lazy when possible.
2756 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
2757 * value.c (allocate_computed_value): Use allocate_value_lazy instead
2758 of allocate_value and set_value_lazy.
2759 (value_from_contents_and_address): Use allocate_value_lazy instead of
2760 allocate_value and set_value_lazy when possible.
2761
b716877b
AB
27622011-01-12 Andrew Burgess <aburgess@broadcom.com>
2763
2764 * disasm.c (dump_insns): Support dumping opcodes for MI.
2765 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
2766 dumping of instruction opcodes.
2767
d5ae309f
JB
27682011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
2769
2770 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
2771 appropiately.
2772
98871305
TT
27732011-01-11 Tom Tromey <tromey@redhat.com>
2774
2775 * thread.c (do_captured_thread_select): Emit newline before
2776 printing frame.
2777
c378eb4e
MS
27782011-01-11 Michael Snyder <msnyder@vmware.com>
2779
2780 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
2781 * score-tdep.c: Ditto.
2782 * score-tdep.h: Ditto.
2783 * ser-base.c: Ditto.
2784 * ser-go32.c: Ditto.
2785 * serial.c: Ditto.
2786 * serial.h: Ditto.
2787 * ser-mingw.c: Ditto.
2788 * ser-pipe.c: Ditto.
2789 * ser-tcp.c: Ditto.
2790 * ser-unix.c: Ditto.
2791 * sh64-tdep.c: Ditto.
2792 * shnbsd-nat.c: Ditto.
2793 * sh-tdep.c: Ditto.
2794 * sh-tdep.h: Ditto.
2795 * solib.c: Ditto.
2796 * solib-darwin.c: Ditto.
2797 * solib-frv.c: Ditto.
2798 * solib.h: Ditto.
2799 * solib-irix.c: Ditto.
2800 * solib-osf.c: Ditto.
2801 * solib-pa64.c: Ditto.
2802 * solib-som.c: Ditto.
2803 * solib-spu.c: Ditto.
2804 * solib-sunos.c: Ditto.
2805 * solib-svr4.c: Ditto.
2806 * solist.h: Ditto.
2807 * sol-thread.c: Ditto.
2808 * somread.c: Ditto.
2809 * source.c: Ditto.
2810 * source.h: Ditto.
2811 * sparc64-linux-tdep.c: Ditto.
2812 * sparc64-tdep.c: Ditto.
2813 * sparc-linux-nat.c: Ditto.
2814 * sparc-linux-tdep.c: Ditto.
2815 * sparc-sol2-nat.c: Ditto.
2816 * sparc-sol2-tdep.c: Ditto.
2817 * sparc-tdep.c: Ditto.
2818 * sparc-tdep.h: Ditto.
2819 * spu-tdep.c: Ditto.
2820 * stabsread.c: Ditto.
2821 * stabsread.h: Ditto.
2822 * stack.c: Ditto.
2823 * symfile.c: Ditto.
2824 * symfile.h: Ditto.
2825 * symmisc.c: Ditto.
2826 * symtab.c: Ditto.
2827 * symtab.h: Ditto.
2828 * target.c: Ditto.
2829 * target-descriptions.c: Ditto.
2830 * target-descriptions.h: Ditto.
2831 * target.h: Ditto.
2832 * target-memory.c: Ditto.
2833 * terminal.h: Ditto.
2834 * thread.c: Ditto.
2835 * top.c: Ditto.
2836 * tracepoint.c: Ditto.
2837 * tracepoint.h: Ditto.
2838 * trad-frame.h: Ditto.
2839 * typeprint.c: Ditto.
2840
581e13c1
MS
28412011-01-11 Michael Snyder <msnyder@vmware.com>
2842
2843 * ui-file.c: Comment cleanup, mostly periods and spaces.
2844 * ui-file.h: Ditto.
2845 * ui-out.c: Ditto.
2846 * ui-out.h: Ditto.
2847 * utils.c: Ditto.
2848 * v850-tdep.c: Ditto.
2849 * valarith.c: Ditto.
2850 * valops.c: Ditto.
2851 * valprint.c: Ditto.
2852 * valprint.h: Ditto.
2853 * value.c: Ditto.
2854 * value.h: Ditto.
2855 * varobj.c: Ditto.
2856 * varobj.h: Ditto.
2857 * vax-tdep.c: Ditto.
2858 * vec.c: Ditto.
2859 * vec.h: Ditto.
2860 * version.h: Ditto.
2861 * windows-nat.c: Ditto.
2862 * windows-tdep.c: Ditto.
2863 * xcoffread.c: Ditto.
2864 * xcoffsolib.c: Ditto.
2865 * xml-support.c: Ditto.
2866 * xstormy16-tdep.c: Ditto.
2867 * xtensa-tdep.c: Ditto.
2868 * xtensa-tdep.h: Ditto.
2869
90e4670f
TJB
28702011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
2871
2872 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
2873 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
2874
e09342b5
TJB
28752011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2876 Thiago Jung Bauermann <bauerman@br.ibm.com>
2877
2878 Implement support for PowerPC BookE ranged watchpoints.
f2eb0bc8 2879 * breakpoint.h
e09342b5
TJB
2880 (struct breakpoint_ops) <resources_needed>: New method.
2881 Initialize to NULL in all existing breakpoint_ops instances.
2882 (struct breakpoint) <exact>: New field.
2883 (target_exact_watchpoints): Declare external global.
2884 * breakpoint.c (target_exact_watchpoints): New global flag.
2885 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
2886 b->enable_state to bp_enabled before calling
2887 hw_watchpoint_used_count.
2888 (hw_watchpoint_used_count): Iterate over all bp_locations in a
2889 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
2890 if available.
2891 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
2892 if the watchpoint is exact.
2893 (resources_needed_watchpoint): New function.
2894 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
2895 (watch_command_1): Set b->exact if the user asked for an exact
2896 watchpoint and one can be set.
2897 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
2898 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
2899 the user asks for an exact watchpoint and one can be set. Return
2900 number of needed debug registers to watch the expression.
2901 * gdbtypes.c (is_scalar_type): New function, based on
2902 valprint.c:scalar_type_p.
2903 (is_scalar_type_recursive): New function.
2904 * gdbtypes.h (is_scalar_type_recursive): Declare.
2905 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
2906 handle regions when ranged watchpoints are available.
2907 (create_watchpoint_request): New function.
2908 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
2909 create_watchpoint_request.
2910 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
2911 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
2912 `set powerpc' and `show powerpc' commands.
2913 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
2914 Mention documentation comment in the target macro.
2915 (target_region_ok_for_hw_watchpoint): Document return value.
2916
9fa40276
TJB
29172011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
2918
2919 * breakpoint.c (update_watchpoint): Decide on using a software or
2920 hardware watchpoint after the bp_locations are created.
2921
77b06cd7
TJB
29222010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
2923
2924 Convert hardware watchpoints to use breakpoint_ops.
2925 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
2926 <insert_location>: ... this. Return int instead of void.
2927 Accept pointer to struct bp_location instead of pointer to
2928 struct breakpoint. Adapt all implementations.
f2eb0bc8 2929 (breakpoint_ops) <remove>: Rename to...
77b06cd7
TJB
2930 <remove_location>: ... this. Accept pointer to struct bp_location
2931 instead of pointer to struct breakpoint. Adapt all implementations.
2932 * breakpoint.c (insert_catchpoint): Delete function.
2933 (insert_bp_location): Call the watchpoint or catchpoint's
2934 breakpoint_ops.insert method.
2935 (remove_breakpoint_1): Call the watchpoint or catchpoint's
2936 breakpoint_ops.remove method.
2937 (insert_watchpoint, remove_watchpoint): New functions.
2938 (watchpoint_breakpoint_ops): New structure.
2939 (watch_command_1): Initialize the OPS field.
2940 * inf-child.c (inf_child_insert_fork_catchpoint)
2941 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
2942 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
2943 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
2944 Delete functions.
2945 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
2946 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
2947 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
2948 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
2949 * target.c (update_current_target): Change default implementation of
2950 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
2951 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
2952 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
2953 to_set_syscall_catchpoint to return_one.
2954 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
2955 (debug_to_insert_exec_catchpoint): Report return value.
2956 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
2957 (to_insert_exec_catchpoint): Change declaration to return int instead
2958 of void.
2959
9b20d036
MS
29602011-01-11 Michael Snyder <msnyder@vmware.com>
2961
2962 * arm-tdep.c: Internationalization.
2963 * c-lang.c: Ditto.
2964 * charset.c: Ditto.
2965 * fork-child.c: Ditto.
2966 * nto-procfs.c: Ditto.
2967 * ppc-sysv-tdep.c: Ditto.
2968 * procfs.c: Ditto.
2969 * remote-mips.c: Ditto.
2970 * remote.c: Ditto.
2971 * rs6000-nat.c: Ditto.
2972 * rs6000-tdep.c: Ditto.
2973 * target.c: Ditto.
2974 * valops.c: Ditto.
2975 * value.c: Ditto.
2976 * xml-support.c: Ditto.
2977 * mi/mi-cmd-break.c: Ditto.
2978 * mi/mi-cmd-var.c: Ditto.
2979 * mi/mi-interp.c: Ditto.
2980 * mi/mi-main.c: Ditto.
2981
dae477fe
AB
29822011-01-11 Andrew Burgess <aburgess@broadcom.com>
2983
2984 * remote-sim.c (gdbsim_store_register): Update API to
2985 sim_store_register to check more error conditions.
2986
0df8b418
MS
29872011-01-10 Michael Snyder <msnyder@vmware.com>
2988
2989 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
2990 * nto-tdep.c: Ditto.
2991 * nto-tdep.h: Ditto.
2992 * objc-exp.y: Ditto.
2993 * objc-lang.c: Ditto.
2994 * objfiles.c: Ditto.
2995 * objfiles.h: Ditto.
2996 * observer.c: Ditto.
2997 * opencl-lang.c: Ditto.
2998 * osabi.c: Ditto.
2999 * parse.c: Ditto.
3000 * parser-defs.h: Ditto.
3001 * p-exp.y: Ditto.
3002 * p-lang.c: Ditto.
3003 * posix-hdep.c: Ditto.
3004 * ppcbug-rom.c: Ditto.
3005 * ppc-linux-nat.c: Ditto.
3006 * ppc-linux-tdep.c: Ditto.
3007 * ppc-linux-tdep.h: Ditto.
3008 * ppcnbsd-tdep.c: Ditto.
3009 * ppcobsd-tdep.c: Ditto.
3010 * ppcobsd-tdep.h: Ditto.
3011 * ppc-sysv-tdep.c: Ditto.
3012 * ppc-tdep.h: Ditto.
3013 * printcmd.c: Ditto.
3014 * proc-abi.c: Ditto.
3015 * proc-flags.c: Ditto.
3016 * procfs.c: Ditto.
3017 * proc-utils.h: Ditto.
3018 * progspace.h: Ditto.
3019 * prologue-value.c: Ditto.
3020 * prologue-value.h: Ditto.
3021 * psympriv.h: Ditto.
3022 * psymtab.c: Ditto.
3023 * p-typeprint.c: Ditto.
3024 * p-valprint.c: Ditto.
3025 * ravenscar-sparc-thread.c: Ditto.
3026 * ravenscar-thread.c: Ditto.
3027 * ravenscar-thread.h: Ditto.
3028 * record.c: Ditto.
3029 * regcache.c: Ditto.
3030 * regcache.h: Ditto.
3031 * remote.c: Ditto.
3032 * remote-fileio.c: Ditto.
3033 * remote-fileio.h: Ditto.
3034 * remote.h: Ditto.
3035 * remote-m32r-sdi.c: Ditto.
3036 * remote-mips.c: Ditto.
3037 * remote-sim.c: Ditto.
3038 * rs6000-aix-tdep.c: Ditto.
3039 * rs6000-nat.c: Ditto.
3040 * rs6000-tdep.c: Ditto.
3041
0d7a18f7
MS
30422011-01-10 Michael Snyder <msnyder@vmware.com>
3043
3044 * charset.c (validate): Internationalization.
3045 * coffread.c (read_one_sym): Ditto.
3046 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
3047 * h8300-tdep.c (H8300_extract_return_value): Ditto.
3048 * inflow.c (new_tty): Ditto.
3049 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
3050 * m32c-tdep.c (m32c_return_value): Ditto.
3051 * mep-tdep.c (mep_store_return_value): Ditto.
3052 * score-tdep.c (score7_fetch_insn): Ditto.
3053 * ser-mingw.c (pipe_windows_open): Ditto.
3054 * sh64-tdep.c (sh64_extract_return_value): Ditto.
3055 * spu-tdep.c (spu_register_type): Ditto.
3056 * tracepoint.c (trace_find_command): Ditto.
3057 * valarith.c (value_pos): Ditto.
3058
9a153e0b
JB
30592011-01-10 Joel Brobecker <brobecker@adacore.com>
3060
3061 * ada-valprint.c (printstr): Minor comment reformatting.
3062
35ecd2d6
MS
30632011-01-08 Michael Snyder <msnyder@vmware.com>
3064
3065 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
3066 markup.
3067
1777feb0
MS
30682011-01-08 Michael Snyder <msnyder@vmware.com>
3069
3070 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
3071 * hppa-hpux-tdep.c: Ditto.
3072 * hppa-linux-nat.c: Ditto.
3073 * hppa-linux-tdep.c: Ditto.
3074 * hppanbsd-tdep.c: Ditto.
3075 * hppa-tdep.c: Ditto.
3076 * hppa-tdep.h: Ditto.
3077 * hpux-thread.c: Ditto.
3078 * i386-cygwin-tdep.c: Ditto.
3079 * i386-darwin-nat.c: Ditto.
3080 * i386gnu-nat.c: Ditto.
3081 * i386-linux-nat.c: Ditto.
3082 * i386-linux-tdep.c: Ditto.
3083 * i386-nat.c: Ditto.
3084 * i386-nat.h: Ditto.
3085 * i386nbsd-tdep.c: Ditto.
3086 * i386-sol2-nat.c: Ditto.
3087 * i386-stub.c: Ditto.
3088 * i386-tdep.c: Ditto.
3089 * i386-tdep.h: Ditto.
3090 * i387-tdep.c: Ditto.
3091 * ia64-linux-nat.c: Ditto.
3092 * ia64-linux-tdep.c: Ditto.
3093 * ia64-tdep.c: Ditto.
3094 * infcall.c: Ditto.
3095 * infcall.h: Ditto.
3096 * infcmd.c: Ditto.
3097 * inferior.c: Ditto.
3098 * inferior.h: Ditto.
3099 * infloop.c: Ditto.
3100 * inflow.c: Ditto.
3101 * infrun.c: Ditto.
3102 * interps.c: Ditto.
3103 * interps.h: Ditto.
3104 * iq2000-tdep.c: Ditto.
3105 * irix5-nat.c: Ditto.
3106 * jit.c: Ditto.
3107 * jit.h: Ditto.
3108 * jv-exp.y: Ditto.
3109 * jv-lang.c: Ditto.
3110 * jv-lang.h: Ditto.
3111 * jv-typeprint.c: Ditto.
3112 * jv-valprint.c: Ditto.
3113 * language.c: Ditto.
3114 * language.h: Ditto.
3115 * linespec.c: Ditto.
3116 * linux-fork.c: Ditto.
3117 * linux-nat.c: Ditto.
3118 * linux-thread-db.c: Ditto.
3119 * lm32-tdep.c: Ditto.
3120
025bb325
MS
31212011-01-08 Michael Snyder <msnyder@vmware.com>
3122
3123 * m2-exp.y: Comment cleanup, mostly periods and spaces.
3124 * m2-lang.c: Ditto.
3125 * m2-typeprint.c: Ditto.
3126 * m2-valprint.c: Ditto.
3127 * m32c-tdep.c: Ditto.
3128 * m32r-linux-nat.c: Ditto.
3129 * m32r-rom.c: Ditto.
3130 * m32r-tdep.c: Ditto.
3131 * m32r-tdep.h: Ditto.
3132 * m68hc11-tdep.c: Ditto.
3133 * m58klinux-nat.c: Ditto.
3134 * m68k-tdep.c: Ditto.
3135 * m88k-tdep.c: Ditto.
3136 * m88k-tdep.h: Ditto.
3137 * machoread.c: Ditto.
3138 * macrocmd.c: Ditto.
3139 * macroexp.c: Ditto.
3140 * macrotab.c: Ditto.
3141 * main.c: Ditto.
3142 * maint.c: Ditto.
3143 * mdebugread.c: Ditto.
3144 * mdebugread.h: Ditto.
3145 * memattr.c: Ditto.
3146 * memattr.h: Ditto.
3147 * memory-map.h: Ditto.
3148 * mep-tdep.c: Ditto.
3149 * microblaze-rom.c: Ditto.
3150 * microblaze-tdep.c: Ditto.
3151 * minsyms.c: Ditto.
3152 * mips-irix-tdep.c: Ditto.
3153 * mips-linux-nat.c: Ditto.
3154 * mips-linux-tdep.c: Ditto.
3155 * mips-linux-tdep.h: Ditto.
3156 * mipsnbsd-nat.c: Ditto.
3157 * mipsnbsd-tdep.c: Ditto.
3158 * mipsread.c: Ditto.
3159 * mips-tdep.c: Ditto.
3160 * mips-tdep.h: Ditto.
3161 * mn10300-linux-tdep.c: Ditto.
3162 * mn10300-tdep.c: Ditto.
3163 * mn10300-tdep.h: Ditto.
3164 * monitor.c: Ditto.
3165 * monitor.h: Ditto.
3166 * moxie-tdep.c: Ditto.
3167 * moxie-tdep.h: Ditto.
3168 * mt-tdep.c: Ditto.
3169
1642781b
MF
31702011-01-08 Mike Frysinger <vapier@gentoo.org>
3171
3172 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
3173
394b0adb
JB
31742011-01-08 Robert Millan <rmh@gnu.org>
3175
3176 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
3177
b670013c
MS
31782011-01-07 Michael Snyder <msnyder@vmware.com>
3179
3180 * charset.c (_initialize_charset): Fix typo in string.
3181
a743e542
MS
31822011-01-07 Michael Snyder <msnyder@vmware.com>
3183
3184 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
3185 for i18n.
f2eb0bc8 3186 * tui/tui-layout.c (tui_set_layout_for_display_command):
a743e542
MS
3187 Split line so that operator goes to beginning of line.
3188 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
3189 assignment out of if statement.
3190
0963b4bd
MS
31912011-01-07 Michael Snyder <msnyder@vmware.com>
3192
3193 * ada-lang.c: Comment cleanup, mostly periods and spaces.
3194 * ada-lang.h: Ditto.
3195 * ada-tasks.c: Ditto.
3196 * ada-valprint.c: Ditto.
3197 * aix-threads.c: Ditto.
3198 * alpha-linux-nat.c: Ditto.
3199 * alpha-linux-tdep.c: Ditto.
3200 * alpha-mdebug-tdep.c: Ditto.
3201 * alpha-nat.c: Ditto.
3202 * alpha-osf1-tdep.c: Ditto.
3203 * alpha-tdep.c: Ditto.
3204 * alphabsd-nat.c: Ditto.
3205 * alphabsd-tdep.c: Ditto.
3206 * amd64-darwin-tdep.c: Ditto.
3207 * amd64-linux-nat.c: Ditto.
3208 * amd64-linux-tdep.c: Ditto.
3209 * amd64-sol2-tdep.c: Ditto.
3210 * amd64-tdep.c: Ditto.
3211 * amd64-fbsd-tdep.c: Ditto.
3212 * amd64-nbsd-tdep.c: Ditto.
3213 * amd64-obsd-tdep.c: Ditto.
3214 * amd64-linux-nat.c: Ditto.
3215 * amd64-linux-tdep.c: Ditto.
3216 * arm-tdep.c: Ditto.
3217 * arm-tdep.h: Ditto.
3218 * armnbsd-nat.c: Ditto.
3219 * avr-tdep.c: Ditto.
3220 * bfin-tdep.c: Ditto.
3221 * bsd-kvm.c: Ditto.
3222 * c-typeprintc: Ditto.
3223 * c-valprint.c: Ditto.
3224 * coff-pe-read.h: Ditto.
3225 * coffreead.c: Ditto.
3226 * cris-tdep.c: Ditto.
3227 * d-lang.c: Ditto.
3228 * darwin-nat-info.c: Ditto.
3229 * darwin-nat.c: Ditto.
3230 * dbug-rom.c: Ditto.
3231 * dbxread.c: Ditto.
3232 * dcache.c: Ditto.
3233 * dcache.h: Ditto.
3234 * dec-thread.c: Ditto.
3235 * defs.h: Ditto.
3236 * demangle.c: Ditto.
3237 * dicos-tdep.c: Ditto.
3238 * dictionary.c: Ditto.
3239 * dictionary.h: Ditto.
3240 * dink32-rom.c: Ditto.
3241 * disasm.c: Ditto.
3242 * doublest.c: Ditto.
3243 * dsrec.c: Ditto.
3244 * dummy-frame.c: Ditto.
3245 * dwarf2-frame.c: Ditto.
3246 * dwarf2expr.c: Ditto.
3247 * dwarf2loc.c: Ditto.
3248 * dwarf2read.c: Ditto.
3249 * elfread.c: Ditto.
3250 * environ.c: Ditto.
3251 * eval.c: Ditto.
3252 * event-top.h: Ditto.
3253 * exceptions.c: Ditto.
3254 * exceptions.h: Ditto.
3255 * exec.c: Ditto.
3256 * expprint.c: Ditto.
3257 * expression.h: Ditto.
3258 * f-exp.y: Ditto.
3259 * f-lang.c: Ditto.
3260 * f-lang.h: Ditto.
3261 * f-typeprint.c: Ditto.
3262 * f-valprint.c: Ditto.
3263 * fbsd-nat.c: Ditto.
3264 * findvar.c: Ditto.
3265 * fork-child.c: Ditto.
3266 * frame.c: Ditto.
3267 * frame.h: Ditto.
3268 * frv-linux-tdep.c: Ditto.
3269 * frv-tdep.c: Ditto.
3270 * gcore.c: Ditto.
3271 * gdb-stabs.h: Ditto.
3272 * gdb_assert.h: Ditto.
3273 * gdb_string.h: Ditto.
3274 * gdb_thread_db.h: Ditto.
3275 * gdb_wait.h: Ditto.
3276 * gdbarch.sh: Ditto.
3277 * gdbcore.h: Ditto.
3278 * gdbthread.h: Ditto.
3279 * gdbtypes.c: Ditto.
3280 * gdbtypes.h: Ditto.
3281 * gnu-nat.c: Ditto.
3282 * gnu-nat.h: Ditto.
3283 * gnu-v2-abi.c: Ditto.
3284 * gnu-v3-abi.c: Ditto.
3285 * go32-nat.c: Ditto.
3286 * gdbarch.c: Regenerate.
3287 * gdbarch.h: Regenerate.
3288
ac74f770
MS
32892011-01-07 Michael Snyder <msnyder@vmware.com>
3290
3291 * ax-gdb.c: Adjust some long output strings.
3292 * breakpoint.c: Ditto.
3293 * charset.c: Ditto.
3294 * cp-abi.c: Ditto.
3295 * infcall.c: Ditto.
3296 * infrun.c: Ditto.
3297 * linux-nat.c: Ditto.
3298 * solib-pa64.c: Ditto.
3299 * solib-som.c: Ditto.
3300
d8e22779
TT
33012011-01-06 Tom Tromey <tromey@redhat.com>
3302
3303 PR python/12367:
3304 * NEWS: Add item.
3305 * python/python.c (GdbMethods): Add "newest_frame" method.
3306 * python/python-internal.h (gdbpy_newest_frame): Declare.
3307 * python/py-frame.c (gdbpy_newest_frame): New function.
3308
a255712f
PP
33092010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3310
3311 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
3312 * jit.c (jit_debug): New variable.
3313 (show_jit_debug): New function.
3314 (struct target_buffer): Use ULONGEST.
3315 (bfd_open_from_target_memory): Likewise.
3316 (jit_register_code, jit_inferior_init): Add debug output.
3317 (_initialize_jit): Register "debug jit" command.
3318
ccfc3d6e
TT
33192011-01-06 Tom Tromey <tromey@redhat.com>
3320
3321 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
3322 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
3323 and ARCH_FRAME.
3324
57126e4a
TT
33252011-01-06 Tom Tromey <tromey@redhat.com>
3326
3327 * python/py-frame.c (frapy_block): Use get_frame_block.
3328
16dfc9ce
JB
33292011-01-06 Joel Brobecker <brobecker@adacore.com>
3330
3331 Do not stop on SIGPRIO signals by default
3332 * infrun.c (_initialize_infrun): Unset signal_stop and
3333 signal_print for TARGET_SIGNAL_PRIO.
3334
b1ce2347
JB
33352011-01-06 Joel Brobecker <brobecker@adacore.com>
3336
3337 * ada-tasks.c: Fix style violation in comment.
3338
8f7e195f
JB
33392011-01-06 Joel Brobecker <brobecker@adacore.com>
3340
3341 * linespec.c (decode_compound, find_method): Remove trailing \n
3342 at end of error string.
3343 * solib-irix.c (irix_current_sos): Likewise.
3344 * varobj.c (uninstall_variable): Likewise.
3345
e9bdf92c
JB
33462011-01-06 Joel Brobecker <brobecker@adacore.com>
3347
3348 * copyright.py: New script.
3349 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
3350 Launch emacs without exec'ing. Call copyright.py afterwards.
3351
3e43a32a
MS
33522011-01-05 Michael Snyder <msnyder@vmware.com>
3353
3354 * addrmap.c: Shorten lines of >= 80 columns.
3355 * arch-utils.c: Ditto.
3356 * arch-utils.h: Ditto.
3357 * ax-gdb.c: Ditto.
3358 * ax-general.c: Ditto.
3359 * bcache.c: Ditto.
3360 * blockframe.c: Ditto.
3361 * breakpoint.c: Ditto.
3362 * buildsym.c: Ditto.
3363 * c-lang.c: Ditto.
3364 * c-typeprint.c: Ditto.
3365 * charset.c: Ditto.
3366 * coffread.c: Ditto.
3367 * command.h: Ditto.
3368 * corelow.c: Ditto.
3369 * cp-abi.c: Ditto.
3370 * cp-namespace.c: Ditto.
3371 * cp-support.c: Ditto.
3372 * dbug-rom.c: Ditto.
3373 * dbxread.c: Ditto.
3374 * defs.h: Ditto.
3375 * dfp.c: Ditto.
3376 * dfp.h: Ditto.
3377 * dictionary.c: Ditto.
3378 * disasm.c: Ditto.
3379 * doublest.c: Ditto.
3380 * dwarf2-frame.c: Ditto.
3381 * dwarf2expr.c: Ditto.
3382 * dwarf2loc.c: Ditto.
3383 * dwarf2read.c: Ditto.
3384 * elfread.c: Ditto.
3385 * eval.c: Ditto.
3386 * event-loop.c: Ditto.
3387 * event-loop.h: Ditto.
3388 * exceptions.h: Ditto.
3389 * exec.c: Ditto.
3390 * expprint.c: Ditto.
3391 * expression.h: Ditto.
3392 * f-lang.c: Ditto.
3393 * f-valprint.c: Ditto.
3394 * findcmd.c: Ditto.
3395 * frame-base.c: Ditto.
3396 * frame-unwind.c: Ditto.
3397 * frame-unwind.h: Ditto.
3398 * frame.c: Ditto.
3399 * frame.h: Ditto.
3400 * gcore.c: Ditto.
3401 * gdb-stabs.h: Ditto.
3402 * gdb_assert.h: Ditto.
3403 * gdb_dirent.h: Ditto.
3404 * gdb_obstack.h: Ditto.
3405 * gdbcore.h: Ditto.
3406 * gdbtypes.c: Ditto.
3407 * gdbtypes.h: Ditto.
3408 * inf-ttrace.c: Ditto.
3409 * infcall.c: Ditto.
3410 * infcmd.c: Ditto.
3411 * inflow.c: Ditto.
3412 * infrun.c: Ditto.
3413 * inline-frame.h: Ditto.
3414 * language.c: Ditto.
3415 * language.h: Ditto.
3416 * libunwind-frame.c: Ditto.
3417 * libunwind-frame.h: Ditto.
3418 * linespec.c: Ditto.
3419 * linux-nat.c: Ditto.
3420 * linux-nat.h: Ditto.
3421 * linux-thread-db.c: Ditto.
3422 * machoread.c: Ditto.
3423 * macroexp.c: Ditto.
3424 * macrotab.c: Ditto.
3425 * main.c: Ditto.
3426 * maint.c: Ditto.
3427 * mdebugread.c: Ditto.
3428 * memattr.c: Ditto.
3429 * minsyms.c: Ditto.
3430 * monitor.c: Ditto.
3431 * monitor.h: Ditto.
3432 * objfiles.c: Ditto.
3433 * objfiles.h: Ditto.
3434 * osabi.c: Ditto.
3435 * p-typeprint.c: Ditto.
3436 * p-valprint.c: Ditto.
3437 * parse.c: Ditto.
3438 * printcmd.c: Ditto.
3439 * proc-events.c: Ditto.
3440 * procfs.c: Ditto.
3441 * progspace.c: Ditto.
3442 * progspace.h: Ditto.
3443 * psympriv.h: Ditto.
3444 * psymtab.c: Ditto.
3445 * record.c: Ditto.
3446 * regcache.c: Ditto.
3447 * regcache.h: Ditto.
3448 * remote-fileio.c: Ditto.
3449 * remote.c: Ditto.
3450 * ser-mingw.c: Ditto.
3451 * ser-tcp.c: Ditto.
3452 * ser-unix.c: Ditto.
3453 * serial.c: Ditto.
3454 * serial.h: Ditto.
3455 * solib-frv.c: Ditto.
3456 * solib-irix.c: Ditto.
3457 * solib-osf.c: Ditto.
3458 * solib-pa64.c: Ditto.
3459 * solib-som.c: Ditto.
3460 * solib-sunos.c: Ditto.
3461 * solib-svr4.c: Ditto.
3462 * solib-target.c: Ditto.
3463 * solib.c: Ditto.
3464 * somread.c: Ditto.
3465 * source.c: Ditto.
3466 * stabsread.c: Ditto.
3467 * stabsread.c: Ditto.
3468 * stack.c: Ditto.
3469 * stack.h: Ditto.
3470 * symfile-mem.c: Ditto.
3471 * symfile.c: Ditto.
3472 * symfile.h: Ditto.
3473 * symmisc.c: Ditto.
3474 * symtab.c: Ditto.
3475 * symtab.h: Ditto.
3476 * target-descriptions.c: Ditto.
3477 * target-memory.c: Ditto.
3478 * target.c: Ditto.
3479 * target.h: Ditto.
3480 * terminal.h: Ditto.
3481 * thread.c: Ditto.
3482 * top.c: Ditto.
3483 * tracepoint.c: Ditto.
3484 * tracepoint.h: Ditto.
3485 * ui-file.c: Ditto.
3486 * ui-file.h: Ditto.
3487 * ui-out.h: Ditto.
3488 * user-regs.c: Ditto.
3489 * user-regs.h: Ditto.
3490 * utils.c: Ditto.
3491 * valarith.c: Ditto.
3492 * valops.c: Ditto.
3493 * valprint.c: Ditto.
3494 * valprint.h: Ditto.
3495 * value.c: Ditto.
3496 * varobj.c: Ditto.
3497 * varobj.h: Ditto.
3498 * vec.h: Ditto.
3499 * xcoffread.c: Ditto.
3500 * xcoffsolib.c: Ditto.
3501 * xcoffsolib.h: Ditto.
3502 * xml-syscall.c: Ditto.
3503 * xml-tdesc.c: Ditto.
3504
9a2b4c1b
MS
35052011-01-05 Michael Snyder <msnyder@vmware.com>
3506
3507 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
3508 * cli/cli-decode.c: Ditto.
3509 * cli/cli-dump.c: Ditto.
3510 * cli/cli-logging.c: Ditto.
3511 * cli/cli-script.c: Ditto.
3512 * cli/cli-setshow.c: Ditto.
3513 * common/signals.c: Ditto.
3514 * mi/mi-cmd-break.c: Ditto.
3515 * mi/mi-cmd-disas.c: Ditto.
3516 * mi/mi-cmd-stack.c: Ditto.
3517 * mi/mi-cmd-var.c: Ditto.
3518 * mi/mi-cmds.c: Ditto.
3519 * mi/mi-common.h: Ditto.
3520 * mi/mi-console.c: Ditto.
3521 * mi/mi-interp.c: Ditto.
3522 * mi/mi-main.c: Ditto.
3523 * osf-share/cma_attr.c: Ditto.
3524 * osf-share/cma_deb_core.h: Ditto.
3525 * osf-share/cma_debug_client.h: Ditto.
3526 * osf-share/cma_handle.h: Ditto.
3527 * osf-share/cma_mutex.h: Ditto.
3528 * osf-share/cma_stack_int.h: Ditto.
3529 * osf-share/cma_tcb_defs.h: Ditto.
3530 * python/py-auto-load.c: Ditto.
3531 * python/py-breakpoint.c: Ditto.
3532 * python/py-cmd.c: Ditto.
3533 * python/py-frame.c: Ditto.
3534 * python/py-objfile.c: Ditto.
3535 * python/py-param.c: Ditto.
3536 * python/py-progspace.c: Ditto.
3537 * python/py-symbol.c: Ditto.
3538 * python/py-value.c: Ditto.
3539 * python/python-internal.h: Ditto.
3540 * python/python.c: Ditto.
3541 * tui/tui-data.c: Ditto.
3542 * tui/tui-disasm.c: Ditto.
3543 * tui/tui-hooks.c: Ditto.
3544 * tui/tui-io.c: Ditto.
3545 * tui/tui-layout.c: Ditto.
3546 * tui/tui-regs.c: Ditto.
3547 * tui/tui-source.c: Ditto.
3548 * tui/tui-stack.c: Ditto.
3549 * tui/tui-win.c: Ditto.
3550 * tui/tui-windata.c: Ditto.
3551 * tui/tui-winsource.c: Ditto.
3552
44944448
JB
35532011-01-05 Joel Brobecker <brobecker@adacore.com>
3554
3555 * configure.ac, gdb.1: Copyright year update.
3556
ebedcab5
JK
35572011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3558
3559 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
3560 this_pc_in_block, morestack_msym and morestack_name. Check for
3561 "__morestack" minimal symbol there.
3562
e5cc9f32
JB
35632011-01-03 Joel Brobecker <brobecker@adacore.com>
3564
3565 * symfile.c (find_sym_fns): Add call to dont_repeat.
3566
7b6bb8da
JB
35672011-01-01 Joel Brobecker <brobecker@adacore.com>
3568
3569 Copyright year update in most files (performed by copyright.sh).
3570
71ce852c
JB
35712011-01-01 Joel Brobecker <brobecker@adacore.com>
3572
3573 * top.c (print_gdb_version): Update copyright year in version output.
0e2de366 3574
c3c1ebe8 3575For older changes see ChangeLog-2010.
c906108c
SS
3576\f
3577Local Variables:
3578mode: change-log
3579left-margin: 8
3580fill-column: 74
3581version-control: never
57da7796 3582coding: utf-8
c906108c 3583End: