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