* Makefile.in (WARN_CFLAGS): Get it from configure.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2010-08-26 Doug Evans <dje@google.com>
2
3 * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
4 forward decl. Pass pst->dirname to dwarf_decode_lines.
5 (psymtab_include_file_name): New function.
6 (dwarf_decode_lines): Call it. Update comments.
7
8 2010-08-25 Pedro Alves <pedro@codesourcery.com>
9
10 * dwarf2read.c (inherit_abstract_dies): Handle origin die's
11 compilation unit being different from target die's.
12
13 2010-08-24 Doug Evans <dje@google.com>
14
15 PR symtab/11942
16 * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
17 debug_types_type_hash.
18 (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
19 All uses updated.
20 (lookup_die_type): Renamed from tag_type_to_tag. First look in
21 appropriate type_hash table. All callers updated.
22 (allocate_signatured_type_table): Renamed from
23 allocate_signatured_type_hash_table. All callers updated.
24 (create_signatured_type_table_from_index): Renamed from
25 create_signatured_type_hash_from_index. All callers updated.
26 (read_die_type): Add comment. Move actual reading to ...
27 (read_die_type_1): ... here. New function.
28 (follow_die_ref_or_sig): Tweak comment.
29 (set_die_type): Rewrite to use appropriate choice of
30 debug_info_type_hash or debug_types_type_hash.
31 (get_die_type_at_offset): New function.
32 (get_die_type): Call it.
33
34 2010-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
35
36 * python/py-type.c (typy_richcompare): Initialize worklist.
37
38 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
39 Kazu Hirata <kazu@codesourcery.com>
40 Jonathan Larmour <jifl@eCosCentric.com>
41
42 * arm-tdep.c: Include features/arm-with-m.c.
43 (arm_psr_thumb_bit): New. Update all uses of CPSR_T to
44 call this function.
45 (arm_pc_is_thumb): Add a gdbarch argument. Update all callers.
46 Check is_m after force-mode.
47 (arm_gdbarch_init): Check the binary before the target description.
48 Add check for M profile attribute. If we have an M-profile device,
49 but no target register description, use arm-with-m. Recognize the
50 new org.gnu.gdb.arm.m-profile feature and its xpsr register.
51 (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
52 * arm-tdep.h (XPSR_T): Define.
53 (struct gdbarch_tdep): Add is_m member.
54 * features/arm-m-profile.xml, features/arm-with-m.c,
55 features/arm-with-m.xml: New files.
56
57 2010-08-23 Doug Evans <dje@google.com>
58
59 * dwarf2read.c (read_structure_type): Add comment.
60 (read_enumeration_type): Add comment.
61 (process_enumeration_scope): Move definition of some locals
62 closer to their use.
63 (read_namespace_type): Add comment.
64 (set_die_type): Fix typo in comment.
65
66 2010-08-23 Tom Tromey <tromey@redhat.com>
67
68 PR python/11145:
69 * python/py-value.c: Include expression.h.
70 (valpy_do_cast): New function.
71 (valpy_cast): Use it.
72 (valpy_dynamic_cast): New function.
73 (valpy_reinterpret_cast): Likewise.
74 (value_object_methods): Add dynamic_cast, reinterpret_cast.
75
76 2010-08-23 Tom Tromey <tromey@redhat.com>
77
78 PR python/11391:
79 * python/py-value.c (valpy_nonzero): Don't throw error for other
80 Value types.
81
82 2010-08-23 Tom Tromey <tromey@redhat.com>
83
84 PR python/10676:
85 * python/py-type.c: Include bcache.h, vec.h.
86 (struct type_equality_entry): New.
87 (compare_strings): New function.
88 (check_types_equal): Likewise.
89 (check_types_worklist): Likewise.
90 (typy_richcompare): Likewise.
91 (type_object_type): Set tp_richcompare field.
92
93 2010-08-23 Tom Tromey <tromey@redhat.com>
94
95 PR python/10953:
96 * python/py-type.c (typy_fields): Call check_typedef.
97 (typy_template_argument): Add TRY_CATCH.
98
99 2010-08-23 Tom Tromey <tromey@redhat.com>
100
101 PR python/11915:
102 * python/py-type.c (typy_array): New function.
103 (type_object_methods): Add "array".
104
105 2010-08-20 Pedro Alves <pedro@codesourcery.com>
106
107 * python/python.c: Include "serial.h".
108 (gdbpy_event_fds): Change type to `struct serial *' a array from
109 int array.
110 (gdbpy_run_events): Change parameters. Use serial_readchar in
111 place of read.
112 (gdbpy_post_event): Use serial_write in place of write.
113 (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
114 serial_async in place of add_file_handler.
115
116 2010-08-20 Pedro Alves <pedro@codesourcery.com>
117
118 * serial.h (gdb_pipe, serial_pipe): Declare.
119 * serial.c (serial_interface_lookup): Take a const char pointer.
120 (serial_fdopen): Rename to ...
121 (serial_fdopen_ops): ... this. Add an OPS parameter and use it.
122 Call the OPS' fdopen function if there is one.
123 (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
124 (serial_pipe): New.
125 (struct serial_ops) <fdopen>: New field.
126
127 * ser-mingw.c (free_pipe_state):
128 (free_pipe_state): Close output on non-pex pipes.
129 (pipe_windows_fdopen): New.
130 (gdb_pipe): New.
131 (_initialize_ser_windows): Register pipe_windows_fdopen.
132 * ser-go32.c (gdb_pipe): New.
133 * ser-pipe.c (pipe_close): Close file descriptor even if there's
134 no state pointer.
135 (pipe_ops): Delete.
136 (gdb_pipe): New.
137
138 2010-08-20 Keith Seitz <keiths@redhat.com>
139
140 PR symtab/11465:
141 * dwarf2read.c (struct delayed_method_info): New struct.
142 (struct dwarf2_cu): Add vector method_list.
143 (scan_partial_symbols): Count methods for union, class, structure,
144 and interface types.
145 (add_to_method_list): New function.
146 (free_delayed_list): New function.
147 (compute_delayed_physnames): New function.
148 (process_full_comp_unit): Make a cleanup for the CU's delayed
149 physname list, compute the delayed physnames, and free the
150 the list.
151 (dwarf2_add_member_fn): For C++ and Java, delay the computation
152 of the physname until after the CU is read.
153
154 * dwarf2read.c (read_structure_type): Check if the current
155 DIE's type was already completed after dwarf2_full_name
156 was called.
157 2010-08-19 Stan Shebs <stan@codesourcery.com>
158
159 * NEWS: Mention some additional changes.
160
161 2010-08-19 Tom Tromey <tromey@redhat.com>
162
163 * Makefile.in (install-python): Add DESTDIR.
164
165 2010-08-19 Doug Evans <dje@google.com>
166
167 PR exp/11926
168 * parser-defs.h (parse_float, parse_c_float): Declare.
169 * parse.c (parse_float, parse_c_float): New function.
170 * c-exp.y (parse_number): Call parse_c_float.
171 * objc-exp.y (parse_number): Ditto.
172 * p-exp.y (parse_number): Ditto. Use ANSI/ISO-style definition.
173 * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
174
175 2010-08-19 Joel Brobecker <brobecker@adacore.com>
176
177 * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
178 the arguments in the correct order.
179 * symtab.c (maybe_add_partial_symtab_filename): Declare
180 the arguments in the correct order.
181
182 2010-08-19 Jan Kratochvil <jan.kratochvil@redhat.com>
183
184 * varobj.c (varobj_create): Replace variable old_fi with old_id,
185 initialize it by null_frame_id, wrap its usage by get_frame_id,
186 frame_id_p and frame_find_by_id.
187
188 2010-08-18 Tom Tromey <tromey@redhat.com>
189
190 PR python/11900:
191 * configure: Rebuild.
192 * configure.ac: Add install-python to CONFIG_INSTALL.
193 * Makefile.in (install-python): New.
194
195 2010-08-18 Doug Evans <dje@google.com>
196
197 * gdb_assert.h (gdb_assert_not_reached): New macro.
198 (gdb_assert_fail): Fix typo in comment.
199 * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
200 gdb_assert (0).
201 * darwin-nat.c (darwin_check_new_threads): Ditto.
202 * dwarf2read.c (dwarf2_get_section_info): Ditto.
203 (munmap_section_buffer): Ditto.
204 * m32c-tdep.c (make_types): Ditto.
205 (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
206 * macroexp.c (get_character_constant): Ditto.
207 (get_string_literal): Ditto.
208 * mep-tdep.c (mep_pseudo_cr_size): Ditto.
209 (mep_pseudo_cr_index, mep_register_type): Ditto.
210 (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
211 (mep_get_insn, mep_analyze_prologue): Ditto.
212 * objfiles.c (qsort_cmp): Ditto.
213 * prologue-value.c (pv_is_identical): Ditto.
214 * record.c (record_get_loc): Ditto.
215 * value.c (value_static_field): Ditto.
216 * xtensa-tdep.c (call0_track_op): Ditto.
217
218 2010-08-18 Tom Tromey <tromey@redhat.com>
219
220 PR symtab/11919:
221 * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
222 * parse.c (parse_field_expression): Use RETURN_MASK_ERROR. Move
223 name-copying lower. Document exception behavior.
224 * completer.c (expression_completer): Catch exceptions from
225 parse_field_expression.
226
227 2010-08-18 Pedro Alves <pedro@codesourcery.com>
228
229 PR corefile/8210
230
231 * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
232 workaround on core files.
233 (try_thread_db_load_1): Don't try enabling thread event reporting
234 on core files.
235 (thread_db_load): Allow thread_db on core files.
236 (attach_thread): Don't check thread signals on core files, nor try
237 really attaching to the thread, nor enabling thread event event
238 reporting.
239 (thread_db_detach): Don't try disabing thread event reporting or
240 removing thread event breakpoints when debugging a core file.
241 (find_new_threads_callback): Don't try enabling thread event
242 reporting on core files.
243 (thread_db_find_new_threads_2): Don't look for a stopped lwp when
244 debugging a core file.
245 (thread_db_find_new_threads): Don't update thread
246 cores (processors) when debugging a core (dump).
247
248 2010-08-18 Pedro Alves <pedro@codesourcery.com>
249
250 PR corefile/8210
251
252 * corelow.c (add_to_thread_list): Don't use
253 gdbarch_core_reg_section_encodes_pid. Use bfd_core_file_pid.
254 (get_core_register_section): Don't use
255 gdbarch_core_reg_section_encodes_pid.
256
257 * gdbarch.sh (core_reg_section_encodes_pid): Delete.
258 * gdbarch.h, gdbarch.c: Regenerate.
259 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
260 gdbarch_core_reg_section_encodes_pid.
261 * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
262 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
263 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
264
265 2010-08-18 Yao Qi <yao@codesourcery.com>
266
267 * MAINTAINERS : Add myself under Write After Approval.
268
269 2010-08-17 Tom Tromey <tromey@redhat.com>
270
271 * NEWS: Mention template parameter support.
272
273 2010-08-17 Pedro Alves <pedro@codesourcery.com>
274
275 PR breakpoints/11371
276
277 * breakpoint.c (decref_bp_location): Assert the reference count is
278 sane.
279
280 2010-08-17 Pedro Alves <pedro@codesourcery.com>
281
282 PR breakpoints/11371
283
284 * breakpoint.c (breakpoint_init_inferior): Decrement the
285 location's reference count instead of deleting right away.
286 (bpstat_free): Decrement the location's reference count. Make
287 static.
288 (bpstat_copy): Increment the location's reference count.
289 (bpstat_find_breakpoint): Adjust.
290 (bpstat_num): Adjust.
291 (print_it_typical): Adjust. Use the breakpoint pointer in the
292 bpstat instead of the location's owner.
293 (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
294 Adjust to record the location's owner in the bpstat.
295 (watchpoint_check): Use the breakpoint pointer in the bpstat
296 instead of the location's owner.
297 (bpstat_check_breakpoint_conditions): Don't handle
298 bp_watchpoint_scope here. Use the breakpoint pointer in the
299 bpstat instead of the location's owner.
300 (bpstat_stop_status): Defer inferior function calls to after
301 building the bpstat list. Handle bp_watchpoint_scope here. Use
302 the breakpoint pointer in the bpstat instead of the location's
303 owner.
304 (bpstat_what): Use the breakpoint pointer in the bpstat instead of
305 the location's owner.
306 (free_bp_location): Don't walk bpstats clearing locations.
307 (incref_bp_location): New.
308 (decref_bp_location): New.
309 (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
310 instead of the location's owner.
311 (update_global_location_list): Clear the location's owner, and
312 decrement the location's reference count instead of deleting it
313 right away.
314 (breakpoint_retire_moribund): Decrement the location's reference
315 count instead of deleting it right away.
316 (bpstat_remove_bp_location): Delete.
317 (bpstat_remove_breakpoint): New.
318 (bpstat_remove_bp_location_callback): Delete.
319 (bpstat_remove_breakpoint_callback): New.
320 (delete_breakpoint): Iterate over all threads' stop_bpstat's
321 clearing references to the breakpoint that is being deleted.
322
323 * breakpoint.h (struct bp_location) <refc>: New field.
324 <owner>: Update comments.
325 (bpstat_free): Delete declaration.
326 (struct bpstats): Change the type of the breakpoint_at field to
327 struct breakpoint point, from struct bp_location pointer. Add new
328 field bp_location_at.
329
330 2010-08-16 Tom Tromey <tromey@redhat.com>
331
332 * NEWS: Fix typo.
333
334 2010-08-16 Tom Tromey <tromey@redhat.com>
335
336 * NEWS: Mention watch -location.
337
338 2010-08-16 Jan Kratochvil <jan.kratochvil@redhat.com>
339
340 * breakpoint.c (update_watchpoint): Add source empty line. Prefer
341 EXP_STRING_REPARSE to EXP_STRING.
342 (watch_command_1): Set also EXP_STRING_REPARSE.
343 (delete_breakpoint): Free also EXP_STRING_REPARSE.
344 * breakpoint.h (struct breakpoint): New field exp_string_reparse.
345 Update comment for exp_string.
346
347 2010-08-16 Tom Tromey <tromey@redhat.com>
348
349 * value.c (release_value): Clear 'next' pointer.
350 * breakpoint.c (watch_command_1): Add 'just_location' argument.
351 (watch_command_wrapper): Update.
352 (watch_maybe_just_location): New function.
353 (watch_command): Update.
354 (rwatch_command_wrapper): Update.
355 (rwatch_command): Update.
356 (awatch_command_wrapper): Update.
357 (awatch_command): Update.
358 (check_for_argument): New function.
359 (_initialize_breakpoint): Update help text.
360
361 2010-08-14 Ulrich Weigand <uweigand@de.ibm.com>
362
363 * arm-tdep.c (arm_push_dummy_call): Handle pointers to
364 typedef'ed function types correctly.
365
366 2010-08-13 Tom Tromey <tromey@redhat.com>
367
368 * python/python-internal.h (gdbpy_get_hook_function): Don't
369 declare.
370
371 2010-08-13 Jan Kratochvil <jan.kratochvil@redhat.com>
372
373 * cli-logging.c (logging_overwrite, logging_redirect): Make them
374 static.
375
376 2010-08-13 Ken Werner <ken.werner@de.ibm.com>
377
378 * python/python.c (gdbpy_solib_name): Remove the const qualifier of
379 the format strings to be compatible with Python 2.4.
380
381 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
382
383 Easier and more stubborn MI memory read commands.
384
385 * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
386 and data-write-memory-bytes.
387 * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
388 (mi_cmd_data_write_memory_bytes): New.
389 * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
390 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
391 New.
392 (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
393 * target.c (target_read_until_error): Remove.
394 (read_whatever_is_readable, free_memory_read_result_vector)
395 (read_memory_robust): New.
396 * target.h (target_read_until_error): Remove.
397 (struct memory_read_result, free_memory_read_result_vector)
398 (read_memory_robust): New.
399
400 2010-08-13 Hui Zhu <teawater@gmail.com>
401
402 * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
403 (read_comp_unit): Initialize back_to.
404
405 2010-08-12 Daniel Jacobowitz <dan@codesourcery.com>
406 Pedro Alves <pedro@codesourcery.com>
407
408 * dwarf2read.c: Include "c-lang.h" and "valprint.h".
409 (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
410 (struct partial_die_info) <has_template_arguments>: New field.
411 <num_attrs>: Change type to unsigned char.
412 <building_fullname>: New field.
413 (dwarf2_build_psymtabs_hard): Set reading_partial_symbols. Only
414 allocate a CU if we don't have one already. Add a cleanup for the
415 CU.
416 (partial_die_full_name): Handle template arguments not in
417 DW_AT_name.
418 (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
419 (load_full_comp_unit): Only allocate a CU if we don't have one
420 already.
421 (do_ui_file_peek_last): New.
422 (dwarf2_compute_name): Handle template parameters not in
423 DW_AT_name.
424 (read_comp_unit): Read and free abbrevs if not read yet.
425 (load_partial_dies): Handle template arguments not in DW_AT_name.
426 (find_partial_die): If we have a CU, but no a partial dies yet,
427 also read in the CU.
428 (dwarf2_const_value_attr): New, abstracted out from
429 dwarf2_const_value.
430 (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
431 dwarf2_const_value_attr.
432 (determine_prefix): Detect and break loops created by RCVT's debug
433 info.
434 (maybe_queue_comp_unit): Bail out early if reading partial
435 symbols.
436 (follow_die_offset): Load full CU if we have no dies.
437 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
438 * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
439
440 2010-08-11 Tom Tromey <tromey@redhat.com>
441 Phil Muldoon <pmuldoon@redhat.com>
442
443 * python/python.c (gdbpy_run_events): New function.
444 (gdbpy_post_event): Likewise.
445 (gdbpy_initialize_events): Likewise.
446 (_initialize_python): Call gdbpy_initialize_events.
447
448 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
449
450 * gdb/valarith.c (vector_binop): New function.
451 (scalar_binop): Likewise.
452 (value_binop): Call scalar_binop or vector_binop depending on the types.
453 * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
454 (evaluate_subexp_with_coercion): Add vector check to not convert vectors
455 to pointers.
456 * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
457
458 2010-08-11 Brad Roberts <braddr@puremagic.com>
459
460 * d-lang.c (extract_identifiers): Handle multiple digits.
461
462 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
463
464 Code cleanup.
465 * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
466 Rename to dummy_frame_unwind.
467 (dummy_frame_unwind): Remove.
468 * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
469 * frame-unwind.c (frame_unwind_init): Use address of
470 dummy_frame_unwind and inline_frame_unwind.
471 * frame.c (create_sentinel_frame): Use address of
472 sentinel_frame_unwind.
473 * inline-frame.c (inline_frame_unwinder): Rename to
474 inline_frame_unwind.
475 (inline_frame_unwind): Remove.
476 * inline-frame.h (inline_frame_unwind): Reference directly the struct.
477 * sentinel-frame.c (sentinel_frame_unwinder): Rename to
478 sentinel_frame_unwind.
479 (sentinel_frame_unwind): Remove.
480 * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
481 struct.
482
483 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
484
485 Code cleanup.
486 * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
487 and returned value. New comment from frame-unwind.h.
488 * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
489 Extend the comment.
490 * frame.c (get_frame_id, frame_unwind_register_value)
491 (create_new_frame, get_prev_frame_1, frame_unwinder_is)
492 (get_frame_type, frame_unwind_arch): Do not use the return value of
493 frame_unwind_find_by_frame.
494
495 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
496 Thiago Jung Bauermann <bauerman@br.ibm.com>
497 Tom Tromey <tromey@redhat.com>
498
499 * python/python.c (gdbpy_solib_address): New function.
500 (gdbpy_decode_line): Likewise.
501
502 2010-08-10 Tom Tromey <tromey@redhat.com>
503
504 Revert gdb-add-index addition:
505 * Makefile.in (install-only): Don't install gdb-add-index.
506 * gdb-add-index.sh: Remove.
507
508 2010-08-09 Kevin Buettner <kevinb@redhat.com>
509
510 * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
511 `target_has_execution' check with `to_has_memory' check.
512 (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
513 (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
514 with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
515
516 2010-08-09 Kevin Buettner <kevinb@redhat.com>
517
518 * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
519 (resume_siggnal, resume_step): Move these static globals...
520 (struct sim_inferior_data): ...into this new struct.
521 (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
522 New static globals.
523 (gdb_callback, callbacks_initialized): Move these globals to
524 a point earlier in the file.
525 (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
526 (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
527 (gdbsim_close_inferior, gdbsim_resume_inferior)
528 (gdbsim_stop_inferior): New functions.
529 (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
530 New constants.
531 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
532 (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
533 (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
534 (gdbsim_xfer_inferior_memory, gdbsim_files_info)
535 (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
536 (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
537 new local variable `sim_data' in each of these functions. Use
538 `sim_data' to reference former globals `program_loaded',
539 `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
540 `resume_step'.
541 (gdbsim_open): Remove local variable `argv'. Put results of call
542 to `gdb_buildargv' in `sim_argv' rather than in `argv'. Don't
543 make a cleanup for it. Free it though when a sim instance cannot
544 be obtained.
545 (gdbsim_close): Free sim_argv and null it out as appropriate.
546 Close sim instances in all inferiors.
547 (gdbsim_cntrl_c): Stop all inferiors.
548 (gdbsim_wait):
549 (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
550
551 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
552
553 * dwarf2read.c (new_symbol): Add symbol to variable list at end of
554 function after symbol construction is complete.
555 Do the same for template symbol addition to template_symbols list.
556
557 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
558
559 * symtab.c (symbol_get_demangled_name): Remove assertion and
560 return NULL when language_specific.cplus_specific is not initialized.
561 * stabsread.c (define_symbol): Set the name before calling
562 cp_scan_for_anonymous_namespaces.
563
564 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
565
566 * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
567 SYMBOL_SET_LANGUAGE.
568 (symbol_init_language_specific): Renamed to symbol_set_language.
569 * symtab.c (symbol_init_language_specific): Removed redundant check
570 for language_cplus.
571 Renamed to symbol_set_language.
572 * stabsread.c (define_symbol): Updated.
573 (read_enum_type): Updated
574 * psymtab.c (add_psymbol_to_bcache): Updated.
575 * minsyms.c (install_minimal_symbols): Updated.
576 * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
577 SYMBOL_LANGUAGE to set the language.
578 * minsyms.c (prim_record_minimal_symbol_full): Ditto.
579 * mdebugread.c (new_symbol): Ditto.
580 * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
581 * dwarf2read.c (new_symbol_full): Ditto.
582 * jv-lang.c (add_class_symbol): Ditto.
583
584 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
585
586 * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
587 (make_cleanup_restore_page_info)
588 (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
589 * gdbcmd.h (execute_command_to_string): New declaration.
590 * python/python.c (struct restore_ui_file_closure, restore_ui_file)
591 (make_cleanup_restore_ui_file): Move to utils.c
592 (execute_gdb_command) <to_string>: Move ...
593 * top.c (execute_command_to_string): ... here. Call
594 set_batch_flag_and_make_cleanup_restore_page_info.
595 * utils.c (make_cleanup_restore_integer): New source file blank line.
596 (make_cleanup_restore_uinteger): New.
597 (struct restore_ui_file_closure, do_restore_ui_file)
598 (make_cleanup_restore_ui_file): Move here from python/python.c.
599 (init_page_info) <batch_flag>
600 (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
601 (set_batch_flag_and_make_cleanup_restore_page_info): New.
602
603 2010-08-06 Maciej W. Rozycki <macro@codesourcery.com>
604
605 * thread.c (add_thread_silent): Use null_ptid instead of
606 minus_one_ptid while getting rid of stale inferior_ptid.
607
608 2010-08-06 Corinna Vinschen <vinschen@redhat.com>
609
610 * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
611 Throughout, call read_encoded_value with ptr_size rather than addr_size.
612 (decode_frame_entry_1): Remove redundant setting of
613 addr_size. Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
614 to determine addr_size in Dwarf versions < 4. Set ptr_size dependent
615 on examined frame section. Add comment to explain why.
616 * gdbarch.sh (dwarf2_addr_size): Define as variable. Add lengthy
617 comment to explain usage.
618 * gdbarch.c: Regenerate.
619 * gdbarch.h: Regenerate.
620
621 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
622
623 2010-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
624
625 Code cleanup.
626 * varobj.c (varobj_create): Move variables fi, old_fi and block to
627 a more inner block.
628
629 2010-08-05 Pedro Alves <pedro@codesourcery.com>
630
631 * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
632 (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
633 (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
634 (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
635 linux-tdep.o to gdb_target_obs.
636
637 2010-08-05 Marc Khouzam <marc.khouzam@ericsson.com>
638
639 * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
640 argument.
641
642 2010-08-05 Hui Zhu <teawater@gmail.com>
643
644 * mips-linux-tdep.c(regset.h): New include.
645 (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
646 mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
647 mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
648 mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
649 mips_linux_regset_from_core_section): New functions.
650 (fetch_core_registers, regset_core_fns): Deleted.
651 (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
652 Deleted regset_core_fns.
653 * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
654 tdep->gregset64, tdep->fpregset and tdep->fpregset64.
655 * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
656 and fpregset64.
657
658 2010-08-04 Pedro Alves <pedro@codesourcery.com>
659
660 * s390-tdep.c: Include linux-tdep.h.
661 (s390_gdbarch_init): Call linux_init_abi.
662
663 2010-08-04 Pedro Alves <pedro@codesourcery.com>
664
665 * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
666 instead of printing "Thread" here.
667 * linux-tdep.c: Include inferior.h.
668 (linux_core_pid_to_str): New.
669 (linux_init_abi): New.
670 * linux-tdep.h (linux_init_abi): Declare.
671 * alpha-linux-tdep.c: Include linux-tdep.h.
672 (alpha_linux_init_abi): Call linux_init_abi.
673 * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
674 * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
675 * frv-linux-tdep.c: Include linux-tdep.h
676 (frv_linux_init_abi): Call linux_init_abi.
677 * hppa-linux-tdep.c: Include linux-tdep.h
678 (hppa_linux_init_abi): Call linux_init_abi.
679 * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
680 * ia64-linux-tdep.c: Include linux-tdep.h.
681 (ia64_linux_init_abi): Call linux_init_abi.
682 * m32r-linux-tdep.c: Include linux-tdep.h.
683 (m32r_linux_init_abi): Call linux_init_abi.
684 * m68klinux-tdep.c: Include linux-tdep.h.
685 (m68k_linux_init_abi): Call linux_init_abi.
686 * microblaze-linux-tdep.c: Include linux-tdep.h.
687 (microblaze_linux_init_abi): Call linux_init_abi.
688 * mips-linux-tdep.c: Include linux-tdep.h.
689 (mips_linux_init_abi): Call linux_init_abi.
690 * mn10300-linux-tdep.c: Include linux-tdep.h.
691 (am33_linux_init_osabi): Call linux_init_abi. Rename the
692 'gdbinfo' parameter to 'info'.
693 * ppc-linux-tdep.c: Include linux-tdep.h.
694 (ppc_linux_init_abi): Call linux_init_abi.
695 * sh-linux-tdep.c: Include linux-tdep.h.
696 (sh_linux_init_abi): Call linux_init_abi.
697 * sparc-linux-tdep.c: Include linux-tdep.h.
698 (sparc32_linux_init_abi): Call linux_init_abi.
699 * sparc64-linux-tdep.c: Include linux-tdep.h.
700 (sparc64_linux_init_abi): Call linux_init_abi.
701 * xtensa-linux-tdep.c: Include linux-tdep.h.
702 (xtensa_linux_init_abi): Call linux_init_abi.
703 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
704 (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
705 callback.
706
707 2010-08-03 Doug Evans <dje@google.com>
708
709 * breakpoint.c (bpdisp_text): Constify bpdisps.
710 * solib-svr4.c (solib_break_names): Constify.
711 (bkpt_names, main_name_list): Constify.
712 (match_main): Constify soname arg.
713 (bfd_lookup_symbol): Remove unnecessary forward decl.
714 Constify symname arg.
715 (enable_break): Constify bkpt_namep.
716 * symtab.c (search_symbols): Constify types, types2, types3, types4.
717 (symtab_symbol_info): Constify classnames.
718
719 2010-08-03 Phil Muldoon <pmuldoon@redhat.com>
720
721 * NEWS: Document Python value inferior function calls.
722
723 2010-08-02 Doug Evans <dje@google.com>
724
725 * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
726
727 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
728
729 * linux-thread-db.c (libthread_db_debug): New variable.
730 (thread_db_find_new_threads_silently): Control verbosity with it.
731 (try_thread_db_load_1, try_thread_db_load): Likewise.
732 (find_new_threads_once): Likewise.
733 (_initialize_thread_db): Set/show it.
734
735 2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
736
737 * common/signals.c (signals): Move the content to signals.def.
738 Include it. Remove the INDENT comments.
739
740 2010-07-30 Tom Tromey <tromey@redhat.com>
741
742 * Makefile.in (install-only): Install gdb-add-index.
743 * gdb-add-index.sh: New file.
744
745 2010-07-31 Renquan Cheng <crq@gcc.gnu.org>
746
747 * MAINTAINERS: Add myself for write after approval privileges.
748
749 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
750
751 * symfile.c (addr_section_name): New function.
752 (addrs_section_compar): Use it.
753 (addr_info_make_relative): Use it. Move variable sect_name into a more
754 inner block. Make ".dynbss" and ".sdynbss" checks more strict.
755
756 2010-07-30 Tom Tromey <tromey@redhat.com>
757
758 * configure: Rebuild.
759 * configure.ac: Add missing case for Python 2.7.
760
761 2010-07-29 DJ Delorie <dj@redhat.com>
762
763 * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
764 conditions.
765
766 2010-07-29 Pedro Alves <pedro@codesourcery.com>
767
768 * PROBLEMS: Remove mention of all problems.
769
770 2010-07-28 Pedro Alves <pedro@codesourcery.com>
771
772 PR build/11848
773 * configure.ac: Check for wresize.
774 * configure, config.in: Regenerate.
775 * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
776 with HAVE_WRESIZE.
777
778 2010-07-28 Tom Tromey <tromey@redhat.com>
779
780 PR python/11060:
781 * python/py-type.c (typy_legacy_template_argument): New function,
782 extracted from typy_template_argument.
783 (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT. Return a
784 value when needed.
785
786 2010-07-28 Oleg Nesterov <oleg@redhat.com>
787
788 * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
789
790 2010-07-27 Tom Tromey <tromey@redhat.com>
791
792 * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
793
794 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
795
796 * dwarf2read.c (read_subroutine_type): Improve THIS detection,
797 handling DW_AT_object_pointer, and workaround GCC PR 43053.
798
799 2010-07-28 Tom Tromey <tromey@redhat.com>
800
801 * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
802
803 2010-07-28 Joel Brobecker <brobecker@adacore.com>
804
805 * remote.c (remote_download_tracepoint): Add missing gettext markup.
806 * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
807
808 2010-07-28 Joel Brobecker <brobecker@adacore.com>
809
810 * breakpoint.c (breakpoint_re_set_one): Move call to set_language
811 down, just before the block that parse the breakpoint addr_string.
812
813 2010-07-28 Tom Tromey <tromey@redhat.com>
814
815 PR c++/9946:
816 * symfile.c (reread_symbols): Clear template_symbols.
817 * symtab.h (struct symbol) <is_cplus_template_function>: New
818 field.
819 (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
820 (struct template_symbol): New.
821 * symtab.c (lookup_symbol_aux_local): Use
822 cp_lookup_symbol_imports_or_template.
823 * objfiles.h (struct objfile) <template_symbols>: New field.
824 * objfiles.c (relocate_one_symbol): New function.
825 (objfile_relocate1): Use it. Relocate isolated symbols.
826 * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
827 template_arguments>: New fields.
828 (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
829 (TYPE_TEMPLATE_ARGUMENTS): Likewise.
830 (TYPE_TEMPLATE_ARGUMENT): Likewise.
831 (lookup_typename): Update.
832 * gdbtypes.c (lookup_typename): Constify "block" argument.
833 * dwarf2read.c: Include vec.h.
834 (symbolp): New typedef.
835 (read_func_scope): Read template arguments. Allocate a
836 template_symbol when needed.
837 (read_structure_type): Read template arguments.
838 (new_symbol_full): New function, from new_symbol. Handle
839 DW_TAG_template_type_param and DW_TAG_template_value_param.
840 (new_symbol): Rewrite as wrapper.
841 * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
842 * cp-namespace.c: Include language.h.
843 (search_symbol_list): New function.
844 (cp_lookup_symbol_imports_or_template): Likewise.
845
846 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
847
848 * tui/tui-win.c (make_visible_with_new_height): Resize and move
849 the command window to the new size and position.
850
851 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
852
853 * tui/tui-win.c (tui_resize_all): Update the locator's origin's
854 coordinates.
855
856 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
857
858 * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
859 after a detecting a resize.
860 * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
861 call.
862
863 2010-07-28 Pedro Alves <pedro@codesourcery.com>
864
865 * configure.ac: Check for resize_term.
866 * configure, config.in: Regenerate.
867
868 2010-07-27 Joel Brobecker <brobecker@adacore.com>
869
870 * MAINTAINERS (Write After Approval): Reorder a couple of entries.
871
872 2010-07-27 Daniel Jacobowitz <dan@codesourcery.com>
873
874 * dwarf2read.c (read_string): Rename to ...
875 (read_direct_string): ... this.
876 (skip_one_die, read_attribute_value, dwarf_decode_line_header)
877 (dwarf_decode_lines, dwarf_decode_macros): Adjust.
878
879 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
880
881 * linux-nat.c (linux_nat_lp_status_is_event): New function.
882 (count_events_callback, select_event_lwp_callback)
883 (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
884
885 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
886
887 * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
888 (_initialize_ia64_linux_nat): Install it.
889 * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
890 (linux_nat_set_status_is_event): New.
891 (stop_wait_callback, count_events_callback, select_event_lwp_callback)
892 cancel_breakpoints_callback, linux_nat_filter_event)
893 (linux_nat_wait_1): Use linux_nat_status_is_event.
894 * linux-nat.h (linux_nat_set_status_is_event): New prototype.
895
896 2010-07-27 Tom Tromey <tromey@redhat.com>
897
898 * NEWS: Mention labels, .gdb_index.
899
900 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
901
902 * cli/cli-cmds.c (disassemble_command): Add support of disassemble
903 "start,+length" form of arguments.
904 * NEWS: Add "Changed commands" (disassemble) section for "Changes
905 since GDB 7.1"; and merge two separated paragraphs of disassemble
906 description in "Changes in GDB 7.0".
907
908 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
909
910 * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
911 * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
912 (fputs_maybe_filtered): Do not do filtering also on
913 ! INPUT_FROM_TERMINAL_P.
914
915 2010-07-27 Joel Brobecker <brobecker@adacore.com>
916
917 * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
918 in warning message.
919
920 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
921
922 * python/py-value.c (valpy_call): New Function.
923
924 2010-07-27 Ken Werner <ken.werner@de.ibm.com>
925
926 * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
927 types_list_elements variables.
928
929 2010-07-26 Tom Tromey <tromey@redhat.com>
930
931 * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
932 TLS with DW_OP_const4u or DW_OP_const8u.
933
934 2010-07-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
935
936 * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
937 VSX registers contents.
938
939 2010-07-26 Jerome Guitton <guitton@adacore.com>
940
941 * dwarf2read.c (add_partial_symbol): Do not add a global variable if
942 its adress is null. Add comment to explain why.
943 (new_symbol): Ditto.
944
945 2010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
946
947 * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
948 the host signal first.
949
950 2010-07-23 Tom Tromey <tromey@redhat.com>
951
952 * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
953 type_comp_units>: New fields.
954 (dw2_get_cu): New function.
955 (create_cus_from_index): Remove unused argument.
956 (create_signatured_type_hash_from_index): New function.
957 (create_addrmap_from_index): Update.
958 (dwarf2_read_index): Handle version 2.
959 (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
960 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
961 (dw2_print_stats, dw2_expand_all_symtabs)
962 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
963 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
964 (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
965 (allocate_signatured_type_hash_table): New function.
966 (add_signatured_type_cu_to_list): Likewise.
967 (create_debug_types_hash_table): Use them. Set type_comp_units.
968 (read_signatured_type): Ensure section data is available.
969 (add_address_entry): Don't record empty ranges.
970 (struct signatured_type_index_data): New.
971 (write_one_signatured_type): New function.
972 (write_psymtabs_to_index): Write type CUs.
973 (save_gdb_index_command): Update comment.
974 (process_type_comp_unit): Move inititalization of
975 from_debug_types...
976 (create_debug_types_hash_table): ... here.
977
978 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
979
980 * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
981 cleanup and generating of gdb script to it.
982 (gdb): Use redirection from /dev/null. Use --nx. Turn off pagination
983 and terminal size. Convert $tmpfile to a series of -ex-es.
984
985 2010-07-23 Keith Seitz <keiths@redhat.com>
986
987 * symtab.c (basic_lookup_transparent_type): Call pre-expand
988 hook for STATIC_BLOCK types, too.
989
990 2010-07-23 Keith Seitz <keiths@redhat.com>
991
992 * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
993 and vector definition.
994
995 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
996
997 * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
998
999 2010-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1000
1001 * dwarf2read.c: Include completer.h.
1002 (save_gdb_index_command): Use matching usage command name.
1003 (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
1004 Set filename_completer for it.
1005
1006 2010-07-22 Tom Tromey <tromey@redhat.com>
1007
1008 * dwarf2read.c (create_debug_types_hash_table): Set objfile on
1009 type signature's per-CU data.
1010
1011 2010-07-22 Pedro Alves <pedro@codesourcery.com>
1012
1013 * NEWS: Mention target reported shared libraries support by
1014 default.
1015
1016 2010-07-21 Pedro Alves <pedro@codesourcery.com>
1017
1018 PR symtab/11827
1019
1020 Revert:
1021 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
1022 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
1023 and DW_TAG_volatile_type.
1024 (new_symbol): Likewise.
1025
1026 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
1027
1028 * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
1029 function symbols before overload resolution.
1030
1031 2010-07-21 Pedro Alves <pedro@codesourcery.com>
1032
1033 * breakpoint.c (bptype_string): New, abstracted out from
1034 print_one_breakpoint_location.
1035 (print_one_breakpoint_location): Adjust.
1036 (breakpoint_1): Adjust the type column width dynamically.
1037
1038 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1039
1040 * symfile.c (find_separate_debug_file_by_debuglink): Remove
1041 a gdb_assert call, new comment.
1042
1043 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1044
1045 * linux-nat.c (linux_handle_extended_wait): Handle case when
1046 event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
1047
1048 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1049
1050 Code cleanup.
1051 * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
1052 linux_nat_wait_1. Use always LP->STATUS afterwards.
1053
1054 2010-07-20 Hui Zhu <teawater@gmail.com>
1055
1056 * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
1057 (inf_ptrace_attach): Ditto.
1058
1059 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1060
1061 Make core files the process_stratum.
1062 * corefile.c (core_target): New variable.
1063 (core_file_command): Remove variable t, use core_target.
1064 * corelow.c (core_ops): Make it static.
1065 (init_core_ops): Change to process_stratum. Initialize CORE_TARGET.
1066 * defs.h (make_cleanup_unpush_target): New prototype.
1067 * gdbarch.h: Regenerate.
1068 * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
1069 * gdbcore.h (core_target): New declaration.
1070 * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
1071 variables ops_already_pushed and back_to. Use push_target,
1072 make_cleanup_unpush_target and discard_cleanups calls.
1073 * record.c (record_open): Replace core_stratum by a core_bfd check.
1074 * target.c (target_is_pushed): New function.
1075 (find_core_target): Remove.
1076 * target.h (enum strata) <core_stratum>: Remove.
1077 (target_is_pushed): New declaration.
1078 (find_core_target): Remove declaration.
1079 * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
1080 * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
1081
1082 2010-07-19 Hui Zhu <teawater@gmail.com>
1083
1084 * breakpoint.c (single_step_breakpoints_inserted): New
1085 function.
1086 * breakpoint.h (single_step_breakpoints_inserted): Extern.
1087 * infrun.c (maybe_software_singlestep): Add check code.
1088 * record.c (record_resume): Add code for software single step.
1089 (record_wait): Ditto.
1090
1091 2010-07-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1092
1093 * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
1094 a more inner block. Remove its unused declaration initializer.
1095
1096 2010-07-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
1097
1098 * NEWS: Mention support for the new ptrace interface and hardware
1099 accelerated watchpoint conditions on powerpc-linux.
1100
1101 2010-07-16 Ozkan Sezer <sezeroz@gmail.com>
1102
1103 * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
1104 long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
1105 and host_address_to_string() and %s for pointers.
1106 (debug_to_remove_breakpoint): Likewise.
1107 (debug_to_region_ok_for_hw_watchpoint): Likewise.
1108 (debug_to_can_accel_watchpoint_condition): Likewise.
1109 (debug_to_stopped_data_address): Likewise.
1110 (debug_to_watchpoint_addr_within_range): Likewise.
1111 (debug_to_insert_hw_breakpoint): Likewise.
1112 (debug_to_remove_hw_breakpoint): Likewise.
1113 (debug_to_insert_watchpoint): Likewise.
1114 (debug_to_remove_watchpoint): Likewise.
1115
1116 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
1117
1118 * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
1119 argument.
1120 (cplus_specific): New struct.
1121 * symtab.c (symbol_set_demangled_name): Updated.
1122 Use cplus_specific for cplus symbols.
1123 (symbol_get_demangled_name): Retrive the name from the cplus_specific
1124 struct for cplus symbols.
1125 (symbol_init_language_specific): Set cplus_specific for cplus symbols.
1126 (symbol_set_names): Pass objfile to symbol_set_demangled_name.
1127 * symtab.c (symbol_init_cplus_specific): New function.
1128
1129 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
1130
1131 * symtab.h (symbol_set_demangled_name): New function.
1132 (symbol_get_demangled_name): New function.
1133 * symtab.c (symbol_set_demangled_name): New function.
1134 (symbol_get_demangled_name): New function.
1135 (symbol_init_language_specific): Use demangled_name setter and getter.
1136 (symbol_set_names): Ditto.
1137 (symbol_natural_name): Ditto.
1138 (symbol_demangled_name): Ditto.
1139 * dwarf2read.c (new_symbol): Ditto.
1140
1141 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
1142
1143 * symtab.h: Renamed cplus_specific to mangled_lang.
1144 * symtab.c (symbol_init_language_specific): Updated.
1145 (symbol_set_names): Updated.
1146 (symbol_natural_name): Updated.
1147 (symbol_demangled_name): Updated.
1148 * ada-lang.c (ada_decode_symbol): Updated.
1149 * dwarf2read.c (new_symbol): Updated.
1150
1151 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
1152
1153 * valops.c (value_assign): Do not call to value_coerce_to_target.
1154 (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
1155
1156 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
1157
1158 * MAINTAINERS: Add myself for write after approval privileges.
1159
1160 2010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com>
1161
1162 * c-valprint.c (c_val_print): Add embedded_offset to address in
1163 call to val_print_array_elements.
1164
1165 2010-07-13 Tom Tromey <tromey@redhat.com>
1166
1167 * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
1168
1169 2010-07-13 Tom Tromey <tromey@redhat.com>
1170
1171 * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
1172 objfile.
1173
1174 2010-07-13 Tom Tromey <tromey@redhat.com>
1175
1176 * symfile.c (set_initial_language): Update.
1177 (deduce_language_from_filename): Argument type now const.
1178 * symtab.h (find_main_filename): Update.
1179 (deduce_language_from_filename): Update.
1180 * symtab.c (find_main_filename): Make result const.
1181 * dwarf2read.c (dw2_find_symbol_file): Change return type.
1182 * psymtab.c (find_symbol_file_from_partial): Change return type.
1183 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
1184 Make result const.
1185
1186 2010-07-13 Tom Tromey <tromey@redhat.com>
1187
1188 * breakpoint.c (save_cmdlist): No longer static.
1189 * gdbcmd.h (save_cmdlist): Declare.
1190 * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
1191 OBJF_READNOW on objfile if readnow_symbol_files.
1192 * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
1193 (elf_sym_fns_gdb_index): New global.
1194 * dwarf2read.c: Include exceptions.h.
1195 (offset_type): New.
1196 (struct mapped_index): New.
1197 (dwarf2_per_cu_data_ptr): New typedef.
1198 (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
1199 New fields.
1200 (GDB_INDEX_SECTION): New define.
1201 (struct dwarf2_per_cu_quick_data): New.
1202 (struct dwarf2_per_cu_data) <objfile>: New field.
1203 <psymtab>: Removed.
1204 <v>: New field.
1205 (byte_swap): New function.
1206 (MAYBE_SWAP): New macro.
1207 (INDEX_SUFFIX): New macro.
1208 (dw2_do_instantiate_symtab): New function.
1209 (dw2_instantiate_symtab): Likewise.
1210 (create_cus_from_index): Likewise.
1211 (create_addrmap_from_index): Likewise.
1212 (mapped_index_string_hash): Likewise.
1213 (find_slot_in_mapped_hash): Likewise.
1214 (dwarf2_read_index): Likewise.
1215 (dw2_setup): Likewise.
1216 (dw2_require_line_header): Likewise.
1217 (dw2_require_full_path): Likewise.
1218 (dw2_find_last_source_symtab): Likewise.
1219 (dw2_forget_cached_source_info): Likewise.
1220 (dw2_lookup_symtab): Likewise.
1221 (dw2_lookup_symbol): Likewise.
1222 (dw2_do_expand_symtabs_matching): Likewise.
1223 (dw2_pre_expand_symtabs_matching): Likewise.
1224 (dw2_print_stats): Likewise.
1225 (dw2_dump): Likewise.
1226 (dw2_relocate): Likewise.
1227 (dw2_expand_symtabs_for_function): Likewise.
1228 (dw2_expand_all_symtabs): Likewise.
1229 (dw2_expand_symtabs_with_filename): Likewise.
1230 (dw2_find_symbol_file): Likewise.
1231 (dw2_map_ada_symtabs): Likewise.
1232 (dw2_expand_symtabs_matching): Likewise.
1233 (dw2_find_pc_sect_symtab): Likewise.
1234 (dw2_map_symbol_names): Likewise.
1235 (dw2_map_symbol_filenames): Likewise.
1236 (dw2_has_symbols): Likewise.
1237 (dwarf2_gdb_index_functions): New global.
1238 (dwarf2_initialize_objfile): New function.
1239 (process_psymtab_comp_unit): Update.
1240 (add_partial_subprogram): Likewise.
1241 (dwarf2_psymtab_to_symtab): Likewise.
1242 (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
1243 (process_full_comp_unit): Update.
1244 (find_file_and_directory): New function.
1245 (read_file_scope): Use find_file_and_directory.
1246 (dwarf2_per_cu_objfile): Update.
1247 (dwarf2_per_cu_addr_size): Update.
1248 (dwarf2_per_cu_offset_size): Update.
1249 (dwarf2_free_objfile): Free the index, if needed.
1250 (dwarf2_per_objfile_free): Unmap the index, if needed.
1251 (struct strtab_entry): New.
1252 (hash_strtab_entry): New function.
1253 (eq_strtab_entry): Likewise.
1254 (create_strtab): Likewise.
1255 (add_string): Likewise.
1256 (struct symtab_index_entry): New.
1257 (struct mapped_symtab): New.
1258 (hash_symtab_entry): New function.
1259 (eq_symtab_entry): Likewise.
1260 (delete_symtab_entry): Likewise.
1261 (create_index_table): Likewise.
1262 (create_mapped_symtab): Likewise.
1263 (cleanup_mapped_symtab): Likewise.
1264 (find_slot): Likewise.
1265 (hash_expand): Likewise.
1266 (add_index_entry): Likewise.
1267 (add_indices_to_cpool): Likewise.
1268 (write_hash_table): Likewise.
1269 (add_address_entry): Likewise.
1270 (write_psymbols): Likewise.
1271 (write_obstack): Likewise.
1272 (unlink_if_set): Likewise.
1273 (write_psymtabs_to_index): Likewise.
1274 (save_gdb_index_command): Likewise.
1275 (_initialize_dwarf2_read): Install "save gdb-index"
1276 command.
1277 (create_all_comp_units): Initialize 'objfile' field of CU.
1278 (dwarf2_locate_sections): Check for .gdb_index.
1279 * psymtab.h (dwarf2_gdb_index_functions): Declare.
1280 * symfile.h (dwarf2_initialize_objfile): Declare.
1281
1282 2010-07-13 Tom Tromey <tromey@redhat.com>
1283
1284 * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
1285 (basic_lookup_transparent_type): Likewise.
1286 * symfile.h (struct quick_symbol_functions)
1287 <pre_expand_symtabs_matching>: New field.
1288 * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
1289 (psym_functions): Update.
1290
1291 2010-07-13 Tom Tromey <tromey@redhat.com>
1292
1293 PR breakpoints/8357:
1294 * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
1295 * linespec.c (decode_line_1): Update comment. Call decode_label.
1296 (decode_label): New function.
1297 (symbol_found): Handle LOC_LABEL.
1298 * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
1299 domain. Call add_symbol_to_list.
1300
1301 2010-07-13 Tom Tromey <tromey@redhat.com>
1302
1303 * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
1304 * dwarf2loc.c (find_location_expression): Use
1305 dwarf2_per_cu_text_offset.
1306 (dwarf2_evaluate_loc_desc): Likewise.
1307 (dwarf2_loc_desc_needs_frame): Likewise.
1308 (compile_dwarf_to_ax): Likewise.
1309 (loclist_describe_location): Likewise.
1310 * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
1311 (dwarf2_per_cu_objfile): Update comment.
1312
1313 2010-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1314
1315 * dwarf2read.c (read_subrange_type): Call read_subrange_type.
1316 * p-lang.c (pascal_printstr): Likewise.
1317
1318 2010-07-09 Tom Tromey <tromey@redhat.com>
1319
1320 * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
1321 'hint' if it is NULL.
1322
1323 2010-07-09 Hui Zhu <teawater@gmail.com>
1324
1325 * source.c (print_source_lines_base): Add check for noprint.
1326
1327 2010-07-08 Joel Brobecker <brobecker@adacore.com>
1328
1329 * python/python-config.py: Resync with Python 2.7 version of this
1330 script.
1331
1332 2010-07-08 Joel Brobecker <brobecker@adacore.com>
1333
1334 * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
1335
1336 2010-07-07 Joel Brobecker <brobecker@adacore.com>
1337
1338 * NEWS: Create a new section for the next release branch.
1339 Rename the section of the current branch, now that it has
1340 been cut.
1341
1342 2010-07-07 Joel Brobecker <brobecker@adacore.com>
1343
1344 GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
1345 * version.in: Bump version to 7.2.50.20100707-cvs.
1346
1347 2010-07-07 Tom Tromey <tromey@redhat.com>
1348
1349 * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
1350 LOC_COMPUTED symbol.
1351 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
1352 (dwarf2_loc_desc_needs_frame): Likewise.
1353 (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
1354 * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
1355 * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
1356 * dwarf2-frame.c (execute_stack_op): Set 'offset' field. Add
1357 'offset' argument.
1358 (struct dwarf2_frame_cache) <text_offset>: New field.
1359 (dwarf2_frame_cache): Set new field.
1360 (dwarf2_frame_prev_register): Update.
1361 (dwarf2_frame_sniffer): Update.
1362 (dwarf2_frame_base_sniffer): Update.
1363 (dwarf2_frame_find_fde): Add 'out_offset' argument.
1364
1365 2010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1366 Thiago Jung Bauermann <bauerman@br.ibm.com>
1367
1368 Support for hw accelerated condition watchpoints in booke powerpc.
1369
1370 * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
1371 and move to eval.c. Change callers.
1372 (insert_bp_location): Pass watchpoint condition in
1373 target_insert_watchpoint.
1374 (remove_breakpoint_1) Pass watchpoint condition in
1375 target_remove_watchpoint.
1376 (watchpoint_locations_match): Call
1377 target_can_accel_watchpoint_condition.
1378 * eval.c: Include wrapper.h.
1379 (fetch_subexp_value): Moved from breakpoint.c.
1380 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
1381 Formatting fix.
1382 (can_use_watchpoint_cond_accel): New function.
1383 (calculate_dvc): Likewise.
1384 (num_memory_accesses): Likewise.
1385 (check_condition): Likewise.
1386 (ppc_linux_can_accel_watchpoint_condition): Likewise
1387 (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
1388 check_condition and calculate_dvc.
1389 (ppc_linux_remove_watchpoint): Likewise.
1390 (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
1391 ppc_linux_can_accel_watchpoint_condition
1392 * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
1393 condition.
1394 (debug_to_remove_watchpoint): Likewise.
1395 (debug_to_can_accel_watchpoint_condition): New function.
1396 (update_current_target): Set to_can_accel_watchpoint_condition.
1397 (setup_target_debug): Set to_can_accel_watchpoint_condition.
1398 * target.h: Add opaque declaration for struct expression.
1399 (struct target_ops) <to_insert_watchpoint>,
1400 <to_remove_watchpoint>: Add new arguments to pass the watchpoint
1401 <to_can_accel_watchpoint_condition>: New member.
1402 condition. Update all callers and implementations.
1403 (target_can_accel_watchpoint_condition): New macro.
1404 * value.c (free_value_chain): New function.
1405 * value.h (fetch_subexp_value): New prototype.
1406 (free_value_chain): Likewise.
1407
1408 2010-07-07 Ulrich Weigand <uweigand@de.ibm.com>
1409
1410 * linux-nat.c (linux_nat_do_thread_registers): Use section size
1411 from gdbarch_core_regset_sections also for .reg if present.
1412
1413 * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
1414 section size for .reg.
1415 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
1416 (ppc_linux_vmx_regset_sections): Likewise.
1417 (ppc_linux_fp_regset_sections): Likewise.
1418 (ppc64_linux_vsx_regset_sections): New variable.
1419 (ppc64_linux_vmx_regset_sections): Likewise.
1420 (ppc64_linux_fp_regset_sections): Likewise.
1421 (ppc_linux_init_abi): Install core_regset_section lists appropriate
1422 for current word size.
1423
1424 2010-07-06 Joel Brobecker <brobecker@adacore.com>
1425
1426 * server.c (myresume): Make static.
1427
1428 2010-07-06 Tom Tromey <tromey@redhat.com>
1429
1430 * configure, config.in: Rebuild.
1431 * configure.ac (HAVE_LIBPYTHON2_7): New define.
1432 * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
1433
1434 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
1435
1436 * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
1437 "clear".
1438
1439 2010-07-06 Ken Werner <ken.werner@de.ibm.com>
1440
1441 * gdbtypes.h (floatformats_ieee_half): Add declaration.
1442 * gdbtypes.c (floatformats_ieee_half): New variable.
1443 * doublest.c (floatformat_from_length): Set format to
1444 gdbarch_half_format if length matches.
1445 * gdbarch.sh (half_bit): New architecture method.
1446 (half_format): Likewise.
1447 * gdbarch.h: Regenerate.
1448 * gdbarch.c: Likewise.
1449
1450 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1451 Joel Brobecker <brobecker@adacore.com>
1452
1453 Fix re-run of PIE executable, PR shlibs/11776.
1454 * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
1455 the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
1456
1457 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1458 Joel Brobecker <brobecker@adacore.com>
1459
1460 * auxv.c (memory_xfer_auxv): Update attach comment.
1461 * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
1462 svr4_relocate_main_executable.
1463 (svr4_solib_create_inferior_hook): Make the call to
1464 svr4_relocate_main_executable unconditional.
1465
1466 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1467 Joel Brobecker <brobecker@adacore.com>
1468
1469 * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
1470
1471 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1472 Joel Brobecker <brobecker@adacore.com>
1473
1474 Fix attaching to PIEs prelinked on the disk after the process was
1475 started.
1476 * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
1477 Verify it against bfd_get_arch_size. Try to match arbitrary
1478 displacement for the phdrs comparison.
1479
1480 2010-07-02 Tom Tromey <tromey@redhat.com>
1481
1482 PR exp/11780:
1483 * libunwind-frame.c (libunwind_frame_prev_register): Don't set
1484 value as optimized-out.
1485
1486 2010-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1487 Thiago Jung Bauermann <bauerman@br.ibm.com>
1488
1489 * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
1490 represent?" question in comment. Change comment to a proper sentence.
1491
1492 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
1493
1494 * c-valprint.c (c_val_print): Fix printing of character vectors.
1495
1496 2010-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1497
1498 * spu-tdep.c (spu_catch_start): Adjust the caller of changed
1499 create_breakpoint prototype.
1500
1501 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1502
1503 * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
1504 usefulness suggestion of multiple breakpoints at same location.
1505
1506 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1507
1508 * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
1509
1510 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1511
1512 * dwarf2loc.c (locexpr_tracepoint_var_ref)
1513 (loclist_tracepoint_var_ref): Handle optimized out values.
1514
1515 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1516
1517 * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
1518 unnecessary space in string.
1519 * filesystem.c (_initialize_filesystem): Ditto.
1520 * frame.c (_initialize_frame): Ditto.
1521 * infcmd.c (step_once): Ditto.
1522 * infrun.c (_initialize_infrun): Ditto.
1523 * linux-nat.c (linux_child_follow_fork): Ditto.
1524 * maint.c (maintenance_deprecate): Ditto.
1525 * memattr.c (_initialize_mem): Ditto.
1526 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1527 * monitor.c (monitor_open): Ditto.
1528 * procfs.c (procfs_xfer_memory): Ditto.
1529 * reverse.c (bookmarks_info): Ditto.
1530 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
1531 * stack.c (_initialize_stack): Ditto.
1532 * tracepoint.c (_initialize_tracepoint): Ditto.
1533 * xtensa-tdep.c (xtensa_supply_gregset,
1534 xtensa_regset_from_core_section): Ditto.
1535
1536 2010-07-01 Tom Tromey <tromey@redhat.com>
1537
1538 * value.h (struct lval_funcs) <check_any_valid>: Rename from
1539 check_all_valid.
1540 * value.c (value_entirely_optimized_out): Invert result. Update
1541 for new function name.
1542
1543 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1544
1545 Static tracepoints support.
1546
1547 * NEWS: Mention new support for static tracepoints.
1548 (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
1549 qXfer:statictrace:read.
1550 (New features in the GDB remote stub, GDBserver): Mention static
1551 tracepoints support using an UST based backend.
1552 (New commands): Mention "info static-tracepoint-markers" and
1553 "strace".
1554 * breakpoint.c (is_marker_spec): New.
1555 (is_tracepoint): Handle static tracepoints.
1556 (validate_commands_for_breakpoint): Static tracepoints can't do
1557 while-stepping.
1558 (static_tracepoints_here): New.
1559 (bpstat_what): Handle static tracepoints.
1560 (print_one_breakpoint_location, allocate_bp_location, mention):
1561 Ditto.
1562 (create_breakpoint_sal): Ditto.
1563 (decode_static_tracepoint_spec): New.
1564 (create_breakpoint): Replace `hardwareflag', and `traceflag' with
1565 `type_wanted'. Adjust. Handle static tracepoint marker
1566 locations.
1567 (break_command_1): Adjust.
1568 (update_static_tracepoint): New.
1569 (update_breakpoint_locations): Handle static tracepoints.
1570 (breakpoint_re_set_one): Handle static tracepoint marker
1571 locations.
1572 (disable_command, enable_command): Handle static tracepoints.
1573 (trace_command, ftrace_command): Adjust.
1574 (strace_command): New.
1575 (create_tracepoint_from_upload): Adjust.
1576 (save_breakpoints): Handle static tracepoints.
1577 (_initialize_breakpoint): Install the "strace" command.
1578 * breakpoint.h (enum bptype): New bp_static_tracepoint type.
1579 (struct breakpoint): New fields static_trace_marker_id and
1580 static_trace_marker_id_idx.
1581 (breakpoints_here_p): Declare.
1582 (create_breakpoint): Adjust.
1583 (static_tracepoints_here): Declare.
1584 * remote.c (struct remote_state) <static_tracepoints>: New field.
1585 (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
1586 (remote_static_tracepoint_marker_at): New.
1587 (remote_static_tracepoint_markers_by_strid): New.
1588 (remote_static_tracepoint_feature): New.
1589 (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
1590 (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
1591 (remote_supports_static_tracepoints): New.
1592 (remote_download_tracepoint): Download static tracepoints.
1593 (init_remote_ops): Install remote_static_tracepoint_marker_at and
1594 remote_static_tracepoint_markers_by_strid.
1595 (_initialize_remote): Install set|show remote static-tracepoints,
1596 and set|show remote read-sdata-object commands.
1597 * target.c (update_current_target): Inherit and default
1598 to_static_tracepoint_marker_at, and
1599 to_static_tracepoint_markers_by_strid.
1600 * target.h (static_tracepoint_marker): Forward declare.
1601 (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
1602 (static_tracepoint_marker_p): New typedef.
1603 (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
1604 (struct target_ops): New fields to_static_tracepoint_marker_at and
1605 to_static_tracepoint_markers_by_strid.
1606 (target_static_tracepoint_marker_at)
1607 (target_static_tracepoint_markers_by_strid): New.
1608 * tracepoint.c: Include source.h.
1609 (validate_actionline): Handle $_sdata.
1610 (struct collection_list): New field strace_data.
1611 (add_static_trace_data): New.
1612 (clear_collection_list): Clear strace_data.
1613 (stringify_collection_list): Account for a possible static trace
1614 data collection.
1615 (encode_actions_1): Encode an $_sdata collection.
1616 (parse_tracepoint_definition): Handle static tracepoints.
1617 (parse_static_tracepoint_marker_definition): New.
1618 (release_static_tracepoint_marker): New.
1619 (print_one_static_tracepoint_marker): New.
1620 (info_static_tracepoint_markers_command): New.
1621 (sdata_make_value): New.
1622 (_initialize_tracepoint): Create the $_sdata convenience variable.
1623 Add the "info static-tracepoint-markers" command.
1624 Mention $_sdata in the "collect" command's help output.
1625 * tracepoint.h (struct static_tracepoint_marker): New.
1626 (parse_static_tracepoint_marker_definition)
1627 (release_static_tracepoint_marker): Declare.
1628 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
1629 * python/py-breakpoint.c (bppy_new): Adjust.
1630
1631 2010-06-30 Joel Brobecker <brobecker@adacore.com>
1632
1633 * python/python-internal.h (_XOPEN_SOURCE): Undefine before
1634 including Python.h.
1635
1636 2010-06-29 Doug Evans <dje@google.com>
1637
1638 PR gdb/11702
1639 * dwarf2read.c (dwarf2_add_field): Only create a symbol if
1640 DW_AT_external is present.
1641
1642 PR gdb/11702
1643 * NEWS: Add entry.
1644 * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
1645 create a symbol for the field and record the value.
1646 (new_symbol): Handle DW_TAG_member.
1647 * gdbtypes.c (field_is_static): Remove FIXME.
1648 * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
1649 only ignore LOC_CONST symbols that are enums.
1650
1651 * dwarf2read.c: Remove trailing whitespace.
1652
1653 Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
1654 * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
1655 (struct main_type, field loc): Delete dwarf_block.
1656 (FIELD_DWARF_BLOCK): Delete.
1657 (SET_FIELD_DWARF_BLOCK): Delete.
1658 (TYPE_FIELD_DWARF_BLOCK): Delete.
1659 * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
1660 Update.
1661
1662 2010-06-29 Hui Zhu <teawater@gmail.com>
1663
1664 * record.c (set_record_pic_cmdlist,
1665 show_record_pic_cmdlist): New variables.
1666 (set_record_pic_command,
1667 show_record_pic_command): New functions.
1668 (record_pic_function, record_pic_line, record_pic_enum,
1669 set_record_pic_type, record_pic_hide_nofunction,
1670 record_pic_hide_nosource, record_pic_hide_same): New variables.
1671 (record_pic_fputs): New function.
1672 (function_list, node_list, edge_list): New struct.
1673 (function_list, node_list, edge_list): New variables.
1674 (record_pic_cleanups, record_pic_node,
1675 record_pic_edge, cmd_record_pic): New functions.
1676 (_initialize_record): Add new commands for record pic.
1677
1678 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1679
1680 * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
1681 ALLOCATE_CPLUS_STRUCT_TYPE.
1682
1683 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1684 Tom Tromey <tromey@redhat.com>
1685 Thiago Jung Bauermann <bauerman@br.ibm.com>
1686
1687 * value.c (pack_unsigned_long): New function.
1688 (value_from_ulongest): New function.
1689 * value.h (value_from_ulongest): Declare.
1690 * python/python.c (_initialize_python): Call
1691 gdbpy_initialize_thread and gdbpy_initialize_inferior.
1692 * python/python-internal.h: Define thread_object.
1693 (gdbpy_inferiors, gdbpy_selected_thread)
1694 (frame_info_to_frame_object, create_thread_object)
1695 (find_thread_object, find_inferior_object)
1696 (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
1697 (gdbpy_is_value_object, get_addr_from_python): Declare.
1698 * python/py-value.c (builtin_type_upylong): Define.
1699 (convert_value_from_python): Add logic for ulongest.
1700 (gdbpy_is_value_object): New function.
1701 * python/py-utils.c (get_addr_from_python): New function.
1702 * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
1703 (gdbpy_selected_frame): Use PyObject over frame_info.
1704 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
1705 py-infthread.
1706 (SUBDIR_PYTHON_SRCS): Likewise.
1707 (py-inferior.o): New Rule.
1708 (py-infthread.o): New Rule.
1709 * python/py-inferior.c: New File.
1710 * python/py-infthread.c: New File.
1711
1712 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1713
1714 * c-typeprint.c (c_type_print_base): For no fields check include also
1715 TYPE_TYPEDEF_FIELD_COUNT. Print new typedefs section.
1716 * dwarf2read.c (struct typedef_field_list)
1717 (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
1718 (dwarf2_add_typedef): New.
1719 (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
1720 Copy also FI.TYPEDEF_FIELD_LIST.
1721 * gdbtypes.h (struct typedef_field)
1722 (struct cplus_struct_type) <typedef_field, typedef_field_count>
1723 (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
1724 (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
1725
1726 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1727
1728 * cp-namespace.c (cp_lookup_nested_type): New variable
1729 concatenated_name. Turn the current return condition into a reverse
1730 one. Call also lookup_static_symbol_aux on the constructed qualified
1731 name.
1732 * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
1733 other files into a called ...
1734 (lookup_static_symbol_aux): ... new function here.
1735 * symtab.h (lookup_static_symbol_aux): New prototype.
1736 * valops.c (value_maybe_namespace_elt): Call also
1737 lookup_static_symbol_aux if we failed otherwise.
1738
1739 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1740
1741 Fix PR c++/11703 and PR gdb/1448.
1742 * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
1743 FIRST_ITER check.
1744
1745 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1746
1747 Fix modification of cplus_struct_default.
1748 * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
1749 Call ALLOCATE_CPLUS_STRUCT_TYPE.
1750 * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
1751
1752 2010-06-28 Joel Brobecker <brobecker@adacore.com>
1753
1754 * NEWS: Add entry announcing the python directory.
1755
1756 2010-06-28 Tom Tromey <tromey@redhat.com>
1757
1758 * dwarf2read.c (read_structure_type): Allocate null cleanup later.
1759
1760 2010-06-28 Doug Evans <dje@google.com>
1761
1762 * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
1763 All callers updated.
1764
1765 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1766
1767 * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
1768 obstack_begin after each obstack_free.
1769
1770 2010-06-27 Doug Evans <dje@google.com>
1771
1772 * value.c (value_static_field): Use `switch' instead of `if'.
1773 Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
1774
1775 * valops.c (search_struct_field): Fix typo in error message.
1776
1777 2010-06-26 Ulrich Weigand <uweigand@de.ibm.com>
1778
1779 * dwarf2expr.c (execute_stack_op): Place preprocessor
1780 directives at the start of the source line.
1781
1782 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
1783
1784 * defs.h (make_command_stats_cleanup): Declare.
1785 (set_display_time): Declare.
1786 (set_display_space): Declare.
1787 * event-top.c (command_handler): Use make_command_stats_cleanup.
1788 * main.c (display_time, display_space): Move definitions to utils.c.
1789 (captured_main): Use make_command_stats_cleanup to get start-up
1790 statistics.
1791 Use set_display_time and set_display_space for processing OPT_STATISTICS
1792 case.
1793 * maint.c (maintenance_time_display): Use set_display_time.
1794 (maintenance_space_display): Use set_display_space.
1795 * top.c (execute_command): Remove obsolete 'maint time' code.
1796 (command_loop): Use make_command_stats_cleanup.
1797 * utils.c (struct cmd_stats): Structure for storing initial time
1798 and space usage.
1799 (display_time, display_space): Move definitions here from utils.c.
1800 (set_display_time): New function.
1801 (set_display_space): New function.
1802 (make_command_stats_cleanup): New function.
1803 (report_command_stats): New auxiliary function for
1804 make_command_stats_cleanup.
1805
1806 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
1807
1808 * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
1809 hosts where CORE_ADDR is long long.
1810
1811 2010-06-25 Tom Tromey <tromey@redhat.com>
1812
1813 PR python/10808:
1814 * python/python.c (execute_gdb_command): Add keywords. Accept
1815 "to_string" argument.
1816 (struct restore_ui_file_closure): New.
1817 (restore_ui_file): New function.
1818 (make_cleanup_restore_ui_file): Likewise.
1819 (GdbMethods) <execute>: Update.
1820
1821 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
1822
1823 * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
1824 during inferior call stack frame setup.
1825
1826 2010-06-25 Ken Werner <ken.werner@de.ibm.com>
1827
1828 * solib-spu.c: Include "exception.h".
1829 (ocl_program_data_key): New variable.
1830 (append_ocl_sos): New function.
1831 (ocl_enable_break): Likewise.
1832 (spu_current_sos): Call append_ocl_sos.
1833 (spu_solib_loaded): Call ocl_enable_break.
1834 (_initialize_spu_solib): Register ocl_program_data_key.
1835
1836 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
1837
1838 * cp-support.c (reset_directive_searched): New function.
1839 (make_symbol_overload_list_using): Prevent recursive calls.
1840
1841 2010-06-25 Phil Muldoon <pmuldoon@redhat.com>
1842
1843 * printcmd.c (print_variable_and_value): Print error message on
1844 caught exception.
1845
1846 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
1847
1848 * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
1849 of stack values.
1850 (struct dwarf_expr_piece): Rename "expr" member to "mem". Add new
1851 "value" member.
1852 (dwarf_expr_push): Change input type to ULONGEST.
1853 (dwarf_expr_fetch): Change return type to ULONGEST.
1854 (dwarf_expr_fetch_address): Add prototype.
1855 (dwarf2_read_address): Remove prototype.
1856 * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
1857 Truncate stack values to ctx->addr_size bytes.
1858 (dwarf_expr_fetch): Change return value to ULONGEST.
1859 (dwarf_expr_fetch_address): New function.
1860 (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
1861 when appropriate. Update for struct dwarf_expr_piece changes.
1862 (dwarf2_read_address): Remove.
1863 (unsigned_address_type): Remove.
1864 (signed_address_type): Remove.
1865 (execute_stack_op): Use dwarf_expr_fetch_address instead of
1866 dwarf_expr_fetch when appropriate. Use ULONGEST as type of stack
1867 values. Perform operations on ULONGEST instead of on GDB values,
1868 sign-extending from ctx->addr_size bytes as needed. Read DW_OP_addr
1869 values and DW_OP_deref results as unsigned integers.
1870 * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
1871 changes.
1872 (write_pieced_value): Likewise.
1873 (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
1874 dwarf_expr_fetch when appropriate.
1875 (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
1876 * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
1877 instead of dwarf_expr_fetch when appropriate.
1878
1879 2010-06-25 Pierre Muller <muller@ics.u-strasbg.fr>
1880
1881 * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
1882
1883 2010-06-24 Joel Brobecker <brobecker@adacore.com>
1884
1885 * python/python.c (_initialize_python): Add new "constant"
1886 PYTHONDIR in gdb module. Insert this path at the head of
1887 sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
1888 exec its __init__.py script if it exists in that directory.
1889
1890 2010-06-24 Kevin Buettner <kevinb@redhat.com>
1891
1892 * rx-tdep.c (RX_ACC_REGNUM): Define.
1893 (RX_NUM_REGS): Redefine to 26.
1894 (rx_register_name): Add register "acc". Change order of several
1895 registers. Change name of "vct" register to "fintv" to match RX
1896 documentation.
1897 (rx_register_type): Add case for RX_ACC_REGNUM.
1898
1899 2010-06-24 Tom Tromey <tromey@redhat.com>
1900
1901 * psymtab.c (lookup_partial_symbol): Mark definition as static.
1902
1903 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1904 Tom Tromey <tromey@redhat.com>
1905
1906 Fix GDB startup on readonly filesystem.
1907 * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
1908
1909 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1910 Pedro Alves <pedro@codesourcery.com>
1911
1912 Fix PR 9436.
1913 * breakpoint.c (handle_jit_event): New function.
1914 (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
1915 jit, err, table and bs_class. New variables shlib_event, jit_event,
1916 this_action and bptype. Change bs_class assignments to this_action
1917 assignments. new unhandled bptype internal error. Move here
1918 shlib_event and jit_event handling from handle_inferior_event.
1919 * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
1920 Reorder items. Remove BPSTAT_WHAT_CHECK_SHLIBS and
1921 BPSTAT_WHAT_CHECK_JIT.
1922 * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
1923 * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
1924 (handle_inferior_event): Reinitialize frame and gdbarch after
1925 bpstat_what call. Move BPSTAT_WHAT_CHECK_SHLIBS and
1926 BPSTAT_WHAT_CHECK_JIT handling to bpstat_what. Reinitialize even
1927 gdbarch when frame gets reinitialized.
1928
1929 2010-06-24 Hui Zhu <teawater@gmail.com>
1930
1931 * printcmd.c (ui_printf): New function.
1932 (printf_command): Call ui_printf.
1933 (_initialize_printcmd): New command "eval".
1934
1935 2010-06-23 Ulrich Weigand <uweigand@de.ibm.com>
1936
1937 * infrun.c (handle_inferior_event): Handle presence of single-step
1938 breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
1939 Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
1940 TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
1941 * breakpoint.c (detach_single_step_breakpoints): New function.
1942 (detach_breakpoints): Call it.
1943 (cancel_single_step_breakpoints): New function.
1944 * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
1945
1946 * spu-tdep.c (spu_memory_remove_breakpoint): New function.
1947 (spu_gdbarch_init): Install it.
1948
1949 2010-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1950
1951 * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
1952 * configure: Regenerate.
1953
1954 2010-06-22 Hui Zhu <teawater@gmail.com>
1955
1956 * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
1957 (i386_process_record): Ditto.
1958 * record.c (record_memory_query): New variable.
1959 (_initialize_record): New command "set record memory-query".
1960 * record.h (record_memory_query): New extern.
1961
1962 2010-06-21 Doug Evans <dje@google.com>
1963
1964 * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
1965 * i386-tdep.c (i386_displaced_step_copy_insn): New function.
1966 (i386_syscall_p): Change type of lengthp to int.
1967 (i386_displaced_step_fixup): Handle kernels that run one past a
1968 syscall insn.
1969 * i386-linux-tdep.c (i386_linux_init_abi): Use
1970 i386_displaced_step_copy_insn instead of
1971 simple_displaced_step_copy_insn.
1972
1973 2010-06-21 Tom Tromey <tromey@redhat.com>
1974
1975 * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
1976 (dwarf_type_encoding_name): Likewise.
1977
1978 2010-06-21 Tom Tromey <tromey@redhat.com>
1979
1980 * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
1981 * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
1982 * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
1983 * gdbtypes.h (TYPE_ERROR_NAME): New macro.
1984 * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
1985 * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
1986 * dwarf2read.c (tag_type_to_type): Create a new error type on
1987 failure.
1988 * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
1989 * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
1990
1991 2010-06-21 Michael Snyder <msnyder@vmware.com>
1992
1993 * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
1994 not add_abbrev_prefix_cmd, for "enable breakpoints".
1995
1996 2010-06-21 Ulrich Weigand <uweigand@de.ibm.com>
1997
1998 * dwarf2loc.c (find_location_expression): Add relocation offset
1999 to base-address-selection entry base addresses. Read addresses
2000 (and offsets) as signed/unsigned integers, depending on the
2001 BFD's sign_extend_vma flag. Do not call dwarf2_read_address.
2002 (loclist_describe_location): Likewise.
2003 (disassemble_dwarf_expression): Read DW_OP_addr operand as
2004 unsigned integer. Do not call dwarf2_read_address.
2005 (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
2006
2007 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
2008
2009 * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
2010 value instead of hard-coded SPU_LS_SIZE.
2011 (spu_software_single_step): Likewise.
2012 * spu-tdep.h (SPU_LS_SIZE): Remove.
2013
2014 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
2015
2016 * spu-multiarch.c (spu_xfer_partial): Wrap around local store
2017 limit on local store memory accesses.
2018 * spu-linux-nat.c (spu_xfer_partial): Likewise.
2019 * spu-tdep.c (spu_lslr): Remove.
2020 (spu_pointer_to_address): Do not truncate addresses.
2021 (spu_integer_to_address): Likewise.
2022 (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
2023 * spu-tdep.h: Add comments.
2024 (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
2025 (SPU_OVERLAY_LMA): Define.
2026
2027 2010-06-18 Stan Shebs <stan@codesourcery.com>
2028
2029 * osdata.c (get_osdata): Warn separately if target does not report
2030 type list.
2031 (info_osdata_command): Allow empty type, report error if target
2032 does not return available types of OS data.
2033 * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
2034 types if no annex supplied.
2035
2036 * thread.c (thread_id_make_value): Make a value representing the
2037 current thread.
2038 (_initialize_thread): Create $_thread.
2039
2040 2010-06-17 Joel Brobecker <brobecker@adacore.com>
2041
2042 * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
2043 last local variable declaration. No real code change.
2044
2045 2010-06-17 Tom Tromey <tromey@redhat.com>
2046
2047 * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
2048 (dwarf2_build_psymtabs_hard): Use it. Create addrmap on a
2049 temporary obstack.
2050
2051 2010-06-16 Sergio Durigan Junior <sergiodj@redhat.com>
2052 Jan Kratochvil <jan.kratochvil@redhat.com>
2053
2054 * breakpoint.c: Include parser-defs.h.
2055 (watchpoint_exp_is_const): New function.
2056 (watch_command_1): Call watchpoint_exp_is_const to check
2057 if the expression is constant.
2058
2059 2010-06-15 Andreas Schwab <schwab@linux-m68k.org>
2060
2061 * configure.ac: Check for RDYNAMIC also for cross builds.
2062 * configure: Regenerate.
2063
2064 2010-06-15 Pedro Alves <pedro@codesourcery.com>
2065
2066 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
2067 (SFILES): Remove solib-null.c, add solib-target.c.
2068 (COMMON_OBS): Remove solib-null.o, add solib-target.o.
2069 (ALLDEPFILES): Remove solib-target.c.
2070 * solib-target.c (_initialize_solib_target): Set
2071 current_target_so_ops to solib_target_so_ops if not already set.
2072 * solib-null.c: Delete.
2073
2074 2010-06-14 Pedro Alves <pedro@codesourcery.com>
2075
2076 * NEWS: Mention GDBserver's JIT compilation of tracepoint
2077 bytecode.
2078
2079 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
2080
2081 * cp-valprint.c (cp_print_static_field): Members of
2082 dont_print_stat_array_obstack are of type "struct type *".
2083 (_initialize_cp_valprint): Likewise.
2084
2085 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
2086
2087 * frame.c (frame_register_unwind): Do not access contents
2088 of "optimized out" unwound register value.
2089
2090 2010-06-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2091
2092 * ada-lang.h (ada_print_type): Make varstring const.
2093 * ada-typeprint.c (print_func_type): Make name const.
2094 (ada_print_type): Make varstring const.
2095 * c-lang.h (c_print_type): Make varstring const.
2096 * c-typeprint.c (c_print_type): Likewise.
2097 * f-lang.h (f_print_type): Likewise.
2098 * f-typeprint.c (f_print_type): Likewise.
2099 * jv-lang.h (java_print_type): Likewise.
2100 * jv-typeprint.c (java_print_type): Likewise.
2101 * language.c (unk_lang_print_type): Likewise.
2102 * language.h (struct language_defn) <la_print_type>: Likewise.
2103 * m2-lang.h (m2_print_type): Likewise.
2104 * m2-typeprint.c (m2_print_type): Likewise.
2105 * p-lang.h (pascal_print_type): Likewise.
2106 * p-typeprint.c (pascal_print_type): Likewise.
2107
2108 2010-06-11 Stan Shebs <stan@codesourcery.com>
2109
2110 Add per-operation permission flags.
2111
2112 * target.h (struct target_ops): New method to_set_permissions.
2113 (target_set_permissions): New macro.
2114 (target_insert_breakpoint): Change macro to function.
2115 (target_remove_breakpoint): Ditto.
2116 (target_stop): Ditto.
2117 (may_write_registers): Declare.
2118 (may_write_memory): Declare.
2119 (may_insert_breakpoints): Declare.
2120 (may_insert_tracepoints): Declare.
2121 (may_insert_fast_tracepoints): Declare.
2122 (may_stop): Declare.
2123 * target.c (may_write_registers, may_write_registers_1): New globals.
2124 (may_write_memory, may_write_memory_1): New globals.
2125 (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
2126 (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
2127 (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
2128 globals.
2129 (may_stop, may_stop_1): New global.
2130 (target_xfer_partial): Test for write permission.
2131 (target_store_registers): Ditto.
2132 (target_insert_breakpoint): New function.
2133 (target_remove_breakpoint): New function.
2134 (target_stop): New function.
2135 (_initialize_targets): Add new set/show variables.
2136 (set_write_memory_permission): New function.
2137 (update_target_permissions): New function.
2138 (set_target_permissions): New function.
2139 (update_current_target): Default to_set_permissions.
2140 (_initialize_targets): Use new globals and setter function.
2141 * tracepoint.c (start_tracing): Test for permission.
2142 * inferior.h (update_observer_mode): Declare.
2143 * infrun.c (non_stop_1): Define earlier.
2144 (observer_mode, observer_mode_1): New globals.
2145 (set_observer_mode, show_observer_mode): New functions.
2146 (update_observer_mode): New function.
2147 (_initialize_infrun): Define "set observer" command.
2148 * remote.c (PACKET_QAllow): New optional packet.
2149 (remote_protocol_features): Add QAllow.
2150 (remote_set_permissions): New function.
2151 (remote_start_remote): Call it.
2152 (init_remote_ops): Add it to target vector.
2153 (_initialize_remote): Add config command for QAllow.
2154
2155 2010-06-11 Tom Tromey <tromey@redhat.com>
2156
2157 * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
2158 DW_AT_vtable_elem_location even when GCC extension is seen.
2159
2160 2010-06-11 Tom Tromey <tromey@redhat.com>
2161
2162 PR gdb/9977, PR exp/11636:
2163 * value.h (value_offset): Update.
2164 (struct lval_funcs) <check_validity>: New field.
2165 <copy_closure>: Make argument const.
2166 (value_computed_closure): Update.
2167 (value_contents_for_printing): Declare.
2168 (value_bits_valid): Likewise.
2169 (val_print): Likewise.
2170 (set_value_component_location): Update.
2171 (value_entirely_optimized_out): Declare.
2172 * value.c (value_offset): Argument now const.
2173 (require_not_optimized_out): New function.
2174 (value_contents_for_printing): New function.
2175 (value_contents_all): Call require_not_optimized_out.
2176 (value_contents): Likewise.
2177 (value_bits_valid): New function.
2178 (value_computed_closure): Argument now const.
2179 (set_value_component_location): Make 'whole' argument const.
2180 (value_entirely_optimized_out): New function.
2181 (value_bitsize): Argument now 'const'.
2182 (value_bitpos): Likewise.
2183 (value_type): Likewise.
2184 * valprint.h (val_print_array_elements): Update.
2185 * valprint.c (val_print): Add 'val' argument. Use
2186 valprint_check_validity.
2187 (valprint_check_validity): New function.
2188 (value_check_printable): Use value_entirely_optimized_out.
2189 (common_val_print): Update.
2190 (value_print): Likewise.
2191 (val_print_array_elements): Add 'val' argument.
2192 * valops.c (value_fetch_lazy): Use value_contents_for_printing,
2193 value_bits_valid. Reinit frame cache for lval_computed.
2194 * sh64-tdep.c (sh64_do_register): Update.
2195 * scm-valprint.c (scm_val_print): Add 'val' argument.
2196 * scm-lang.h (scm_val_print): Update.
2197 * python/python.h (apply_val_pretty_printer): Update.
2198 * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
2199 argument. Call set_value_component_location.
2200 * printcmd.c (print_scalar_formatted): Update.
2201 * p-valprint.c (pascal_val_print): Add 'val' argument.
2202 (pascal_object_print_value_fields): Likewise.
2203 (pascal_object_print_value): Likewise.
2204 (pascal_object_print_static_field): Update.
2205 * p-lang.h (pascal_val_print): Update.
2206 (pascal_object_print_value_fields): Update.
2207 * mt-tdep.c (mt_registers_info): Update.
2208 * mi/mi-main.c (get_register): Update.
2209 (mi_cmd_data_evaluate_expression): Use common_val_print.
2210 * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
2211 (m2_print_unbounded_array): Likewise.
2212 (m2_val_print): Likewise.
2213 * m2-lang.h (m2_val_print): Update.
2214 * language.h (struct language_defn) <la_val_print>: Add 'val'
2215 argument.
2216 (LA_VAL_PRINT): Likewise.
2217 * language.c (unk_lang_val_print): Add 'val' argument.
2218 * jv-valprint.c (java_print_value_fields): Add 'val' argument.
2219 (java_val_print): Likewise.
2220 * jv-lang.h (java_val_print): Add 'val' argument.
2221 * infcmd.c (default_print_registers_info): Update.
2222 * f-valprint.c (f77_print_array_1): Add 'val' argument.
2223 (f77_print_array): Likewise.
2224 (f_val_print): Likewise.
2225 * f-lang.h (f_val_print): Add 'val' argument.
2226 * dwarf2loc.c (read_pieced_value): Use value_bitsize and
2227 value_bitpos.
2228 <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning. Call
2229 set_value_optimized_out.
2230 (write_pieced_value): Use value_bitsize and value_bitpos.
2231 <default>: Don't exit loop.
2232 (check_pieced_value_validity): New function.
2233 (pieced_value_funcs): Reference check_pieced_value_validity,
2234 check_pieced_value_invalid.
2235 (copy_pieced_value_closure): Update.
2236 (check_pieced_value_bits): New function.
2237 (check_pieced_value_invalid): New function.
2238 * d-valprint.c (dynamic_array_type): Add 'val' argument.
2239 (d_val_print): Likewise.
2240 * d-lang.h (d_val_print): Update.
2241 * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
2242 (cp_print_value_fields_rtti): Likewise.
2243 (cp_print_value): Likewise.
2244 (cp_print_static_field): Update.
2245 * c-valprint.c (c_val_print): Add 'val' argument.
2246 (c_value_print): Update.
2247 * c-lang.h (c_val_print): Update.
2248 (cp_print_value_fields): Likewise.
2249 (cp_print_value_fields_rtti): Likewise.
2250 * ada-valprint.c (struct ada_val_print_args): Remove.
2251 (val_print_packed_array_elements): Add 'val' argument.
2252 (ada_val_print): Likewise. Rewrite.
2253 (ada_val_print_stub): Remove.
2254 (ada_val_print_array): Add 'val' argument.
2255 (ada_val_print_1): Likewise.
2256 (print_variant_part): Likewise.
2257 (ada_value_print): Update.
2258 (print_record): Add 'val' argument.
2259 (print_field_values): Likewise.
2260 * ada-lang.h (ada_val_print): Update.
2261
2262 2010-06-11 Tom Tromey <tromey@redhat.com>
2263
2264 * vec.h (VEC_cleanup): New macro.
2265 (DEF_VEC_ALLOC_FUNC_I): Update.
2266 (DEF_VEC_ALLOC_FUNC_P): Likewise.
2267 (DEF_VEC_ALLOC_FUNC_O): Likewise.
2268 * dwarf2loc.c (struct axs_var_loc): Remove.
2269 (unimplemented): New function.
2270 (translate_register): Likewise.
2271 (access_memory): Likewise.
2272 (compile_dwarf_to_ax): Likewise.
2273 (dwarf2_tracepoint_var_loc): Remove.
2274 (dwarf2_tracepoint_var_access): Likewise.
2275 (dwarf2_tracepoint_var_ref): Likewise.
2276 (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
2277 (loclist_tracepoint_var_ref): Likewise.
2278 * dwarf2expr.h (dwarf_expr_require_composition): Declare.
2279 * dwarf2expr.c (dwarf_expr_require_composition): Rename from
2280 require_composition. No longer static.
2281 (execute_stack_op): Update.
2282 * ax-gdb.h (trace_kludge): Declare.
2283
2284 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2285
2286 * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
2287 (should_be_inserted): Return zero also on NULL OWNER.
2288 (breakpoint_program_space_exit): New OWNER comment.
2289 (insert_breakpoint_locations): Extend comment for OWNER.
2290 (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
2291 (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
2292 New OWNER comment.
2293 (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
2294 (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
2295 (bpstat_check_location): New assert on OWNER.
2296 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
2297 and B initializations to the code block. New assert on them.
2298 (print_one_breakpoint_location): New OWNER comment.
2299 (watchpoint_locations_match): Assert on OWNER.
2300 (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
2301 initializations to the code block. New assert on OWNER.
2302 (set_breakpoint_location_function): New assert on OWNER.
2303 (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
2304 (bp_location_compare, update_global_location_list)
2305 (update_global_location_list): New OWNER comment.
2306
2307 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
2308
2309 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
2310
2311 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
2312
2313 * config/nm-linux.h (struct target_ops): Remove forward declaration.
2314 (lin_thread_get_thread_signals): Remove prototype.
2315 (GET_THREAD_SIGNALS): Remove.
2316 * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
2317 * linux-thread-db.c (check_thread_signals): Directly call
2318 lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
2319
2320 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
2321
2322 * gregset.h (GDB_FPXREGSET_T): Remove.
2323 (gdb_fpxregset_t): Likewise.
2324 (supply_fpxregset): Remove prototype.
2325 (fill_fpxregset): Likewise.
2326 * i386-linux-nat.c (supply_fpxregset): Remove.
2327 (fill_fpxregset): Likewise.
2328 (fetch_fpxregs): Inline supply_fpxregset call.
2329 (store_fpxregs): Inline fill_fpxregset call.
2330
2331 * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
2332 * config/i386/nm-linux.h: Remove file.
2333
2334 2010-06-09 Michael Snyder <msnyder@vmware.com>
2335
2336 * target.c (update_current_target): Fix spelling error in comment.
2337 (target_mourn_inferior): Fix spelling error in error message.
2338
2339 2010-06-08 Paul Hilfinger <hilfingr@adacore.com>
2340
2341 * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
2342 SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
2343
2344 2010-06-08 Michael Snyder <msnyder@vmware.com>
2345
2346 * remote.c (remote_close): Set inferior_ptid to null_ptid.
2347
2348 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2349
2350 * configure.ac <"${have_libpython}" != no>: New workaround of
2351 python#4434.
2352 * configure: Regenerate.
2353
2354 2010-06-08 Hui Zhu <teawater@gmail.com>
2355
2356 * record.c (record_wait): Move signal out of replay code.
2357
2358 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2359
2360 Fix PR 10640.
2361 * dwarf2-frame.c (no_dwarf_call): New function.
2362 (execute_stack_op): Set CTX->DWARF_CALL.
2363 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
2364 * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
2365 (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
2366 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
2367 (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
2368 (needs_frame_dwarf_call): New function.
2369 (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
2370 * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
2371 Update the comment. Move variables die, offset and error call to ...
2372 (follow_die_ref): ... a new function.
2373 (dwarf2_fetch_die_location_block): New function.
2374 * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
2375
2376 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2377
2378 * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
2379 (dwarf_expr_tls_address): Use per_cu instead of objfile.
2380 (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
2381 Initialize new BATON.PER_CU. Adjust CTX->GDBARCH initialization for
2382 this change.
2383 (struct needs_frame_baton): New field per_cu.
2384 (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
2385 * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
2386
2387 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
2388
2389 * cp-support.c (make_symbol_overload_list_namespace): Only search
2390 static and global blocks.
2391 (make_symbol_overload_list_block): New function.
2392 (make_symbol_overload_list): Separate namespace search from block
2393 search.
2394 (make_symbol_overload_list_qualified): Use
2395 make_symbol_overload_list_block.
2396
2397 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
2398
2399 * value.h: Created oload_search_type enum.
2400 (find_overload_match): Use oload_search_type enum.
2401 * valops.c (find_overload_match): Support combined member and
2402 non-member search.
2403 * eval.c (evaluate_subexp_standard): Calls to
2404 find_overload_match now use oload_search_type enum.
2405 (oload_method_static): Verify index is a proper value.
2406 * valarith.c (value_user_defined_cpp_op): Search for and handle
2407 both member and non-member operators.
2408 (value_user_defined_cpp_op): New function.
2409 (value_user_defined_op): New function.
2410 (value_x_unop): Use value_user_defined_op.
2411 (value_x_binop): Ditto.
2412 * cp-support.c (make_symbol_overload_list_using): Added block
2413 iteration.
2414 Add check for namespace aliases and imported declarations.
2415
2416 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2417
2418 * breakpoint.h (owner): Extend the comment.
2419
2420 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2421
2422 Clear stale specific bp_location from former whole breakpoint.
2423 * breakpoint.c (delete_breakpoint): Move the stale referencing clear
2424 code ...
2425 (free_bp_location): ... here. Rename there the called function to
2426 bpstat_remove_bp_location_callback.
2427 (bpstat_remove_breakpoint_callback): Rename to ...
2428 (bpstat_remove_bp_location_callback): ... here, change DATA resolution
2429 to struct bp_location. Change the called function to
2430 bpstat_remove_bp_location. Create new declaration for the function.
2431 (bpstat_remove_breakpoint): Rename to ...
2432 (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
2433 code for the new parameter type.
2434
2435 2010-06-07 Nathan Sidwell <nathan@codesourcery.com>
2436
2437 * README: Make version-agnostic.
2438
2439 2010-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2440
2441 Fix duplicate types for single DIE.
2442 * dwarf2read.c (read_structure_type): Move set_descriptive_type after
2443 set_die_type.
2444 (read_array_type): Remove type initialization. Recheck get_die_type
2445 after initial die_type. Move set_die_type before set_descriptive_type.
2446 (read_set_type): New variable domain_type. Recheck get_die_type after
2447 initial die_type. Move attr initialization later.
2448 (read_tag_pointer_type, read_tag_reference_type): New variable
2449 target_type. Recheck get_die_type after initial die_type.
2450 (read_tag_ptr_to_member_type): Recheck get_die_type after initial
2451 die_type and die_containing_type.
2452 (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
2453 Recheck get_die_type after initial die_type.
2454 (read_subrange_type): Recheck get_die_type after initial die_type.
2455 Move set_die_type before set_descriptive_type.
2456 (set_die_type): Extend the function comment. Call complaint if DIE has
2457 some type already set.
2458
2459 2010-06-05 Vladimir Prus <vladimir@codesourcery.com>
2460
2461 * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
2462 for current naming of thread groups (iN, not N).
2463
2464 2010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
2465
2466 * ada-lang.c (ada_operator_length): Constify `struct expression'.
2467 * parse.c (operator_length): Likewise.
2468 (operator_length_standard): Likewise.
2469 * parser-defs.h (operator_length): Likewise.
2470 (operator_length_standard): Likewise.
2471 (struct exp_descriptor <operator_length>): Likewise.
2472
2473 2010-06-04 Doug Evans <dje@google.com>
2474
2475 Add support for enabling/disabling individual pretty-printers.
2476 * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
2477 * python/python-internal.h (gdbpy_enabled_cst): Declare.
2478 * python/python.c (gdbpy_enabled_cst): Define.
2479 (_initialize_python): Initialize gdbpy_enabled_cst.
2480 * NEWS: Add entry.
2481
2482 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2483
2484 * breakpoint.c (update_global_location_list): Fix comment typo.
2485
2486 2010-06-04 Hui Zhu <teawater@gmail.com>
2487
2488 * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
2489
2490 2010-06-03 Doug Evans <dje@google.com>
2491
2492 * configure.ac: Don't fail if python is unusable when
2493 configured with --with-python=auto.
2494 * configure: Regenerate.
2495
2496 2010-06-03 Sami Wagiaalla <swagiaal@redhat.com>
2497
2498 * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
2499
2500 2010-06-03 Pierre Muller <muller@ics.u-strasbg.fr>
2501
2502 * valprint.h (get_array_bounds): Change low and high parameter types
2503 to LONGEST *.
2504 * valprint.c (get_array_bounds): Use get_discrete_bounds call to
2505 compute bounds.
2506 (val_print_array_elements): Adapt to change above.
2507 * ada-valprint.c (print_optional_low_bound): Adapt to change above.
2508 * p-valprint.c (pascal_val_print): Likewise.
2509
2510 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2511
2512 * symfile.c (init_filename_language_table): New extensions .for, .FOR,
2513 .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
2514 .F08.
2515
2516 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2517
2518 Support DW_TAG_module as separate namespaces.
2519 * dwarf2read.c (typename_concat): New parameter physname.
2520 (read_module_type): New function and declaration.
2521 (scan_partial_symbols): Scan also DW_TAG_module children.
2522 (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
2523 to typename_concat backward compatible physname value 0.
2524 (partial_die_full_name, read_namespace_type): Pass to typename_concat
2525 backward compatible physname value 0.
2526 (add_partial_module, read_module): Remove FIXME comment.
2527 (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
2528 (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
2529 DIEs under DW_TAG_module.
2530 (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
2531 DW_AT_MIPS_linkage_name first, extend it for language_fortran
2532 && physname and return there instead of just setting NAME. Extend
2533 the main block for language_fortran. Pass physname parameter to the
2534 typename_concat call.
2535 (read_import_statement, read_func_scope, get_scope_pc_bounds)
2536 (load_partial_dies, determine_prefix): Support also DW_TAG_module.
2537 (new_symbol): Fill in cplus_specific.demangled_name if it is still
2538 missing from SYMBOL_SET_NAMES in the language_fortran case.
2539 (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
2540 variables.
2541 (read_type_die) <DW_TAG_module>: New.
2542 (MAX_SEP_LEN): Increase to 7.
2543 (typename_concat): New parameter physname. New variable lead. Support
2544 also language_fortran.
2545 * f-exp.y (yylex): Consider : also as a symbol name character class.
2546 * f-lang.c: Include cp-support.h.
2547 (f_word_break_characters, f_make_symbol_completion_list): New functions.
2548 (f_language_defn): Use cp_lookup_symbol_nonlocal,
2549 f_word_break_characters and f_make_symbol_completion_list.
2550 * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
2551 * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
2552 * symtab.c (symbol_init_language_specific): Support language_fortran.
2553 (symbol_find_demangled_name): New comment on language_fortran.
2554 (symbol_natural_name, symbol_demangled_name): Use demangled_name even
2555 for language_fortran.
2556 (lookup_symbol_aux_local): Check imports also for language_fortran.
2557 (default_make_symbol_completion_list): Rename to ...
2558 (default_make_symbol_completion_list_break_on): ... this name. New
2559 parameter break_on, use it.
2560 (default_make_symbol_completion_list): New stub.
2561 * symtab.h (default_make_symbol_completion_list_break_on): New
2562 prototype.
2563
2564 2010-06-02 Joel Brobecker <brobecker@adacore.com>
2565
2566 * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
2567 to error.
2568
2569 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2570
2571 * dwarf2read.c (typename_concat): Add const to the variable sep.
2572
2573 2010-06-02 Tom Tromey <tromey@redhat.com>
2574
2575 * dwarf2loc.h (dwarf2_per_cu_data): Declare.
2576 * dwarf2read.c (dwarf_stack_op_name): No longer static. Return
2577 type is const. Add 'def' argument. Add missing operators, remove
2578 unhandled ones.
2579 (decode_locdesc): Update.
2580 (dwarf2_always_disassemble): New global.
2581 (show_dwarf2_always_disassemble): New function.
2582 (_initialize_dwarf2_read): Add always-disassemble.
2583 (dwarf2_per_cu_offset_size): New function.
2584 * dwarf2loc.c (dwarf2_always_disassemble): Declare.
2585 (piece_end_p): New function.
2586 (locexpr_describe_location_piece): Replace 'size' argument with
2587 'end'. Use piece_end_p. Rewrite recognition of TLS. Recognize
2588 some constants. Remove errors.
2589 (disassemble_dwarf_expression): New function.
2590 (locexpr_describe_location_1): Use disassemble_dwarf_expression.
2591 Add 'offset_size' argument.
2592 (loclist_describe_location): Change output formatting.
2593 * dwarf2expr.h (dwarf_stack_op_name): Declare.
2594
2595 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
2596
2597 * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
2598 anonymous type case.
2599
2600 2010-06-02 Pierre Muller <muller@ics.u-strasbg.fr>
2601
2602 * dwarf2read.c (read_subrange_type): Handle missing base type
2603 according to Dwarf-2 specifications.
2604
2605 2010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>
2606
2607 * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
2608 BINOP_EXCL.
2609 (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
2610 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
2611 (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
2612 BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
2613 UNOP_CHMAX, UNOP_CHMIN.
2614 * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
2615 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
2616 UNOP_CHMIN>: Remove opcodes.
2617
2618 2010-06-01 Pierre Muller <muller@ics.u-strasbg.fr>
2619
2620 * dwarf2read.c (read_func_scope): Do not complain for
2621 external function if bounds are not found.
2622
2623 2010-06-01 Pedro Alves <pedro@codesourcery.com>
2624
2625 * NEWS: Mention gdbserver fast tracepoints support.
2626
2627 2010-05-31 Pierre Muller <muller@ics.u-strasbg.fr>
2628
2629 * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
2630 New macros.
2631 (windows_set_console_info): New function.
2632 (windows_create_inferior): Call windows_set_console_info
2633 if NEW_CONSOLE is true.
2634 (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
2635 (_initialize_loadable): Initialize GetConsoleFontSize and
2636 GetCurrentConsoleFont.
2637
2638 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2639
2640 * Makefile.in (RDYNAMIC): New.
2641 (SFILES): Add proc-service.list.
2642 * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
2643 (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
2644 * config/arm/linux.mh: Likewise.
2645 * config/i386/linux.mh: Likewise.
2646 * config/i386/linux64.mh: Likewise.
2647 * config/ia64/linux.mh: Likewise.
2648 * config/m32r/linux.mh: Likewise.
2649 * config/m68k/linux.mh: Likewise.
2650 * config/mips/linux.mh: Likewise.
2651 * config/pa/linux.mh: Likewise.
2652 * config/powerpc/linux.mh: Likewise.
2653 * config/powerpc/ppc64-linux.mh: Likewise.
2654 * config/s390/s390.mh: Likewise.
2655 * config/sparc/linux.mh: Likewise.
2656 * config/sparc/linux64.mh: Likewise.
2657 * config/xtensa/linux.mh: Likewise.
2658 * configure.ac: New RDYNAMIC on native host and GCC.
2659 (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
2660 * configure: Regenerate.
2661 * proc-service.list: New.
2662
2663 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2664
2665 * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
2666 CONTENT.
2667
2668 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2669
2670 * linux-nat.c (linux_nat_wait_1): Do not call
2671 linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
2672 TARGET_WAITKIND_SIGNALLED.
2673
2674 2010-05-27 Joel Brobecker <brobecker@adacore.com>
2675
2676 * ada-lang.c (ada_inferior_data): New struct.
2677 (ada_inferior_data): New static global.
2678 (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
2679 (ada_get_tsd_type): New functions.
2680 (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
2681 to look the tsd type up.
2682 (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
2683 event. Set ada_inferior_data.
2684
2685 2010-05-27 Pedro Alves <pedro@codesourcery.com>
2686
2687 * remote.c (unpack_varlen_hex): Remove forward declaration.
2688 (remote_console_output): Make static, and add forward declaration.
2689 * remote.h: Drop FIXME comment.
2690 (unpack_varlen_hex): Declare.
2691 (remote_console_output, remote_cisco_objfile_relocate)
2692 (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
2693 Delete declarations.
2694 * tracepoint.c: Include "remote.h".
2695 (unpack_varlen_hex): Delete declaration.
2696
2697 2010-05-27 Tom Tromey <tromey@redhat.com>
2698
2699 * dwarf2loc.c (struct piece_closure) <refc>: New field.
2700 (allocate_piece_closure): Initialize refc.
2701 (copy_pieced_value_closure): Use refc.
2702 (free_pieced_value_closure): Likewise.
2703
2704 2010-05-27 Tom Tromey <tromey@redhat.com>
2705
2706 * arm-tdep.c (push_stack_item): 'contents' now const.
2707 (arm_push_dummy_call): Make 'val' const. Use value_contents, not
2708 value_contents_writeable. Introduce new temporary.
2709
2710 2010-05-27 Tom Tromey <tromey@redhat.com>
2711
2712 * findcmd.c (parse_find_args): Use value_contents, not
2713 value_contents_raw.
2714
2715 2010-05-27 Tom Tromey <tromey@redhat.com>
2716
2717 * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
2718 const. Use value_contents, not value_contents_writeable.
2719
2720 2010-05-27 Joel Brobecker <brobecker@adacore.com>
2721
2722 * ada-lang.c (ensure_lval): Replace call to value_contents_raw
2723 by call to value_contents.
2724
2725 2010-05-27 Ozkan Sezer <sezeroz@gmail.com>
2726
2727 * MAINTAINERS: Add myself for write after approval privileges.
2728
2729 2010-05-26 Doug Evans <dje@google.com>
2730
2731 Allow python to find its files if moved from original location.
2732 * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
2733 (GDB_AC_WITH_DIR): Call it.
2734 * configure.ac: Define WITH_PYTHON_PATH if we can find the
2735 python installation directory.
2736 * config.in: Regenerate.
2737 * configure: Regenerate.
2738 * defs.h (python_libdir): Declare.
2739 * main.c (python_libdir): Define.
2740 (captured_main): Initialize python_libdir.
2741 * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
2742 call Py_SetProgramName to make sure python can find its libraries
2743 and modules.
2744
2745 * configure.ac: Try to use python's distutils to fetch compilation
2746 parameters.
2747 * configure: Regenerate.
2748 * python/python-config.py: New file.
2749
2750 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
2751
2752 * ser-tcp.c (net_open): Check error return from socket() call by its
2753 equality to -1 not by it being negative.
2754 (net_close): Likewise.
2755
2756 2010-05-26 Pedro Alves <pedro@codesourcery.com>
2757
2758 * NEWS: Mention the `qRelocInsn' feature.
2759 * gdbarch.sh (relocate_instruction): New.
2760 * amd64-tdep.c (rip_relative_offset): New.
2761 (append_insns): New.
2762 (amd64_relocate_instruction): New.
2763 (amd64_init_abi): Install it.
2764 * i386-tdep.c (append_insns): New.
2765 (i386_relocate_instruction): New.
2766 (i386_gdbarch_init): Install it.
2767 * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
2768 * gdbarch.h, gdbarch.c: Regenerate.
2769
2770 2010-05-26 Tom Tromey <tromey@redhat.com>
2771
2772 * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
2773 (struct dwarf2_loclist_baton) <data>: Likewise.
2774 * dwarf2loc.c (find_location_expression): Constify return type.
2775 (dwarf2_evaluate_loc_desc): Make 'data' argument const.
2776 (dwarf2_loc_desc_needs_frame): Likewise.
2777 (loclist_read_variable): Constify.
2778 (loclist_describe_location): Likewise.
2779 (loclist_tracepoint_var_ref): Likewise.
2780
2781 2010-05-25 Tom Tromey <tromey@redhat.com>
2782
2783 * dwarf2loc.c (dwarf_expr_frame_base): Constify.
2784 (dwarf_expr_frame_base_1): Likewise.
2785 (read_pieced_value): Update.
2786 (needs_frame_frame_base): Constify.
2787 (dwarf2_tracepoint_var_loc): Likewise.
2788 (dwarf2_tracepoint_var_access): Likewise.
2789 (locexpr_describe_location_piece): Likewise.
2790 (locexpr_describe_location_1): Likewise.
2791 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
2792 Constify.
2793 (data): Now const.
2794 (struct dwarf_expr_piece) <v.literal.data>: Likewise.
2795 (dwarf_expr_eval, read_uleb128, read_sleb128)
2796 (dwarf2_read_address): Update.
2797 * dwarf2expr.c (dwarf_expr_eval): Constify.
2798 (read_uleb128): Likewise.
2799 (read_sleb128): Likewise.
2800 (dwarf2_read_address): Likewise.
2801 (require_composition): Likewise.
2802 (execute_stack_op): Likewise.
2803 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
2804 "const gdb_byte *".
2805 * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
2806 Now const.
2807 (no_get_frame_base): Constify.
2808 (execute_stack_op): Likewise.
2809 (execute_cfa_program): Likewise.
2810 (read_encoded_value): Likewise.
2811
2812 2010-05-25 Doug Evans <dje@google.com>
2813
2814 * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
2815
2816 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
2817 * event-loop.c: ... here.
2818 * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
2819 `error' for clarity.
2820 (tui_getc): Pass correct value for `error' parameter to
2821 tui_readline_output.
2822
2823 Add python gdb.GdbError and gdb.string_to_argv.
2824 * NEWS: Document them.
2825 * python/py-cmd.c (cmdpy_function): Don't print a traceback if
2826 the exception is gdb.GdbError. Print a second traceback if there's
2827 an error computing the error message.
2828 (gdbpy_string_to_argv): New function.
2829 * python/py-utils.c (gdbpy_obj_to_string): New function.
2830 (gdbpy_exception_to_string): New function.
2831 * python/python-internal.h (gdbpy_string_to_argv): Declare.
2832 (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
2833 (gdbpy_gdberror_exc): Declare.
2834 * python/python.c (gdbpy_gdberror_exc): New global.
2835 (_initialize_python): Initialize gdbpy_gdberror_exc and create
2836 gdb.GdbError.
2837 (GdbMethods): Add string_to_argv.
2838
2839 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
2840
2841 * windows-nat.c (display_selector): Call GetLastError to give better
2842 failure explanation.
2843
2844 2010-05-24 Pedro Alves <pedro@codesourcery.com>
2845
2846 * config.in: Regenerate.
2847
2848 2010-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2849
2850 Code cleanup.
2851 * target.c (push_target): Return only void. Remove the return value
2852 comment.
2853 * target.h (push_target): Return only void.
2854
2855 2010-05-23 Pedro Alves <pedro@codesourcery.com>
2856
2857 Update gnulib from latest git.
2858 (250b80067c1e1d8faa0c42fb572f721975b929c5)
2859
2860 * gnulib/memcmp.c: Removed.
2861 * gnulib/memchr.valgrind: New.
2862 * gnulib/stddef.in.h: New.
2863 * gnulib/Makefile.am: Updated.
2864 * gnulib/memchr.c: Updated.
2865 * gnulib/memmem.c: Updated.
2866 * gnulib/stdint.in.h: Updated.
2867 * gnulib/str-two-way.h: Updated.
2868 * gnulib/string.in.h: Updated.
2869 * gnulib/wchar.in.h: Updated.
2870
2871 * gnulib/extra/link-warning.h: Removed.
2872 * gnulib/extra/c++defs.h: New.
2873 * gnulib/extra/warn-on-use.h: New.
2874 * gnulib/extra/arg-nonnull.h: Updated.
2875
2876 * gnulib/m4/extensions.m4: Updated.
2877 * gnulib/m4/gnulib-cache.m4: Updated.
2878 * gnulib/m4/gnulib-common.m4: Updated.
2879 * gnulib/m4/gnulib-comp.m4: Updated.
2880 * gnulib/m4/gnulib-tool.m4: Updated.
2881 * gnulib/m4/include_next.m4: Updated.
2882 * gnulib/m4/longlong.m4: Updated.
2883 * gnulib/m4/memchr.m4: Updated.
2884 * gnulib/m4/memmem.m4: Updated.
2885 * gnulib/m4/stdint.m4: Updated.
2886 * gnulib/m4/string_h.m4: Updated.
2887 * gnulib/m4/memcmp.m4: Removed.
2888 * gnulib/m4/onceonly_2_57.m4: Removed.
2889 * gnulib/m4/00gnulib.m4: New.
2890 * gnulib/m4/mmap-anon.m4: New.
2891 * gnulib/m4/multiarch.m4: New.
2892 * gnulib/m4/onceonly.m4: New.
2893 * gnulib/m4/stddef_h.m4: New.
2894 * gnulib/m4/warn-on-use.m4: New.
2895 * gnulib/m4/wchar.m4: Removed.
2896 * gnulib/m4/wchar_h.m4: New.
2897 * gnulib/m4/wchar_t.m4: New.
2898 * gnulib/m4/wint_t.m4: New.
2899
2900 * aclocal.m4: Regenerate.
2901 * config.in: Likewise.
2902 * configure: Likewise.
2903 * gnulib/Makefile.in: Likewise.
2904
2905 2010-05-21 Tom Tromey <tromey@redhat.com>
2906
2907 * dwarf2loc.c (extract_bits_primitive): New function.
2908 (extract_bits): Likewise.
2909 (insert_bits): Likewise.
2910 (copy_bitwise): Likewise.
2911 (read_pieced_value): Do all operations in bits.
2912 (write_pieced_value): Likewise.
2913 * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
2914 * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
2915 Always use xrealloc to resize piece array.
2916 (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
2917 <DW_OP_piece>: Update.
2918 <DW_OP_bit_piece>: New case.
2919
2920 2010-05-21 Tom Tromey <tromey@redhat.com>
2921
2922 * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
2923 <DWARF_VALUE_OPTIMIZED_OUT>: New case.
2924 * dwarf2expr.h (enum dwarf_value_location)
2925 <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
2926 * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
2927 (add_piece): Handle empty piece.
2928 (execute_stack_op) <DW_OP_piece>: Handle
2929 DWARF_VALUE_OPTIMIZED_OUT.
2930
2931 2010-05-21 Tom Tromey <tromey@redhat.com>
2932
2933 * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
2934 evaluate_subexp, not evaluate_subexp_with_coercion.
2935
2936 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
2937
2938 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
2939 attribute.
2940
2941 2010-05-21 Tom Tromey <tromey@redhat.com>
2942
2943 * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
2944 offset.
2945 (write_pieced_value): Likewise.
2946
2947 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
2948
2949 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
2950 and DW_TAG_volatile_type.
2951 (new_symbol): Likewise.
2952
2953 2010-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
2954
2955 * p-valprint.c (pascal_val_print): Call get_array_bounds
2956 to obtain the number of elements in an array.
2957
2958 2010-05-19 Doug Evans <dje@google.com>
2959
2960 * python.c (gdbpy_print_stack): Ensure output ends with a newline.
2961
2962 * python.c (source_python_script): Add comment.
2963 (source_python_script_for_objfile): Remove unnecessary call to
2964 gdbpy_print_stack.
2965
2966 2010-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2967 Sergio Durigan Junior <sergiodj@redhat.com>
2968
2969 Code cleanup.
2970 * parse.c (exp_iterate): Use operator_length wrapper function.
2971
2972 2010-05-18 Michael Snyder <msnyder@vmware.com>
2973
2974 * ada-lang.c: White space.
2975 * ada-typeprint.c: White space.
2976 * ada-valprint.c: White space.
2977 * addrmap.c: White space.
2978 * auxv.c: White space.
2979 * ax-gdb.c: White space.
2980
2981 2010-05-18 Hui Zhu <teawater@gmail.com>
2982
2983 * linux-fork.c (inferior_call_waitpid_cleanup): Add check
2984 for oldfp.
2985 (inferior_call_waitpid): Move make_cleanup out of check.
2986 Check the return of waitpid.
2987 (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
2988
2989 2010-05-17 Michael Snyder <msnyder@vmware.com>
2990
2991 * tui/tui.c: White space.
2992 * tui/tui-data.c: White space.
2993 * tui/tui-disasm.c: White space.
2994 * tui/tui-file.c: White space.
2995 * tui/tui-interp.c: White space.
2996 * tui/tui-main.c: White space.
2997 * tui/tui-out.c: White space.
2998 * tui/tui-regs.c: White space.
2999 * tui/tui-source.c: White space.
3000 * tui/tui-stack.c: White space.
3001 * tui/tui-win.c: White space.
3002 * tui/tui-winsource.c: White space.
3003
3004 * procfs.c: White space.
3005
3006 * python/py-auto-load.c: White space.
3007 * python/py-block.c: White space.
3008 * python/py-breakpoint.c: White space.
3009 * python/py-cmd.c: White space.
3010 * python/py-function.c: White space.
3011 * python/py-lazy-string.c: White space.
3012 * python/py-objfile.c: White space.
3013 * python/py-param.c: White space.
3014 * python/py-prettyprint.c: White space.
3015 * python/py-progspace.c: White space.
3016 * python/py-symtab.c: White space.
3017 * python/python.c: White space.
3018 * python/py-type.c: White space.
3019 * python/py-utils.c: White space.
3020 * python/py-value.c: White space.
3021
3022 * mi/mi-cmd-break.c: White space.
3023 * mi/mi-cmd-env.c: White space.
3024 * mi/mi-cmds.c: White space.
3025 * mi/mi-cmd-stack.c: White space.
3026 * mi/mi-cmd-var.c: White space.
3027 * mi/mi-console.c: White space.
3028 * mi/mi-getopt.c: White space.
3029 * mi/mi-interp.c: White space.
3030 * mi/mi-main.c: White space.
3031 * mi/mi-out.c: White space.
3032 * mi/mi-parse.c: White space.
3033
3034 * cli/cli-cmds.c: White space.
3035 * cli/cli-decode.c: White space.
3036 * cli/cli-dump.c: White space.
3037 * cli/cli-interp.c: White space.
3038 * cli/cli-logging.c: White space.
3039 * cli/cli-script.c: White space.
3040 * cli/cli-setshow.c: White space.
3041
3042 * valarith.c: White space.
3043 * valops.c: White space.
3044 * valprint.c: White space.
3045 * value.c: White space.
3046 * varobj.c: White space.
3047 * xcoffread.c: White space.
3048 * xml-support.c: White space.
3049 * xml-tdesc.c: White space.
3050
3051 2010-05-17 Andreas Schwab <schwab@redhat.com>
3052
3053 PR gdb/11092
3054 * c-lang.c (c_printstr): Compute real length of NUL terminated
3055 string at first.
3056
3057 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3058
3059 * parse.c (parse_exp_in_context): When block is not NULL, use
3060 its associated language to parse the expression instead of
3061 the current_language.
3062
3063 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3064
3065 * jv-lang.c (java_lookup_class): Remove commented out code.
3066 (type_from_class): Likewise.
3067 (java_op_print_tab): Remove commented-out elements.
3068
3069 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3070
3071 * ada-lang.c (to_fixed_range_type): The the raw index type as
3072 argument instead of the raw type name. Remove orig_type parameter.
3073 Update calls throughout.
3074 (ada_fixup_array_indexes_type): New function.
3075 (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
3076 * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
3077 * ada-typeprint.c (print_range_type): Renames print_range_type_named.
3078 Remove name parameter.
3079 (print_array_type): Add call to ada_fixup_array_indexes_type.
3080 Update calls to print_range_type.
3081 (ada_print_type): Update calls to print_range_type.
3082
3083 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
3084
3085 * dwarf2read.c (read_set_type): Set type length if
3086 DW_AT_byte_size attribute is present.
3087
3088 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
3089
3090 * p-valprint.c (pascal_val_print): Handle set type if range limits
3091 are undefined but size is known.
3092
3093 2010-05-17 Pedro Alves <pedro@codesourcery.com>
3094
3095 * procfs.c: Reformat.
3096
3097 2010-05-16 Michael Snyder <msnyder@vmware.com>
3098
3099 * target.c: White space.
3100 * target-descriptions.c: White space.
3101 * target-memory.c: White space.
3102 * thread.c: White space.
3103 * top.c: White space.
3104 * tracepoint.c: White space.
3105 * trad-frame.c: White space.
3106 * tramp-frame.c: White space.
3107 * ui-file.c: White space.
3108 * ui-out.c: White space.
3109 * user-regs.c: White space.
3110 * utils.c: White space.
3111
3112 * scm-exp.c: White space.
3113 * scm-lang.c: White space.
3114 * scm-valprint.c: White space.
3115 * sentinel-frame.c: White space.
3116 * ser-base.c: White space.
3117 * ser-go32.c: White space.
3118 * serial.c: White space.
3119 * ser-mingw.c: White space.
3120 * ser-pipe.c: White space.
3121 * ser-tcp.c: White space.
3122 * ser-unix.c: White space.
3123 * solib.c: White space.
3124 * solib-darwin.c: White space.
3125 * solib-frv.c: White space.
3126 * solib-irix.c: White space.
3127 * solib-osf.c: White space.
3128 * solib-pa64.c: White space.
3129 * solib-som.c: White space.
3130 * solib-spu.c: White space.
3131 * solib-svr4.c: White space.
3132 * solib-target.c: White space.
3133 * source.c: White space.
3134 * stabsread.c: White space.
3135 * stack.c: White space.
3136 * std-regs.c: White space.
3137 * symfile.c: White space.
3138 * symmisc.c: White space.
3139 * symtab.c: White space.
3140
3141 2010-05-16 Michael Snyder <msnyder@vmware.com>
3142
3143 * source.c (_initialize_source): Add "rev" as an abbreviation
3144 for the "reverse-search" command.
3145
3146 2010-05-16 Michael Snyder <msnyder@vmware.com>
3147
3148 * record.c: White space.
3149 * regcache.c: White space.
3150 * reggroups.c: White space.
3151 * remote-fileio.c: White space.
3152 * remote-m32r-sdi.c: White space.
3153 * remote-mips.c: White space.
3154 * remote-sim.c: White space.
3155 * remote.c: White space.
3156 (process_g_packet): Remove orphan braces.
3157
3158 2010-05-15 Michael Snyder <msnyder@vmware.com>
3159
3160 * parse.c: White space.
3161 * p-lang.c: White space.
3162 * posix-hdep.c: White space.
3163 * printcmd.c: White space.
3164 * progspace.c: White space.
3165 * prologue-value.c: White space.
3166 * psymtab.c: White space.
3167 * p-typeprint.c: White space.
3168 * p-valprint.c: White space.
3169
3170 * objc-lang.c: White space.
3171 * objfiles.c: White space.
3172 * observer.c: White space.
3173 * osabi.c: White space.
3174 * osdata.c: White space.
3175
3176 * m2-lang.c: White space.
3177 * m2-valprint.c: White space.
3178 * macrocmd.c: White space.
3179 * macroexp.c: White space.
3180 * macroscope.c: White space.
3181 * macrotab.c: White space.
3182 * main.c: White space.
3183 * maint.c: White space.
3184 * mdebugread.c: White space.
3185 * memattr.c: White space.
3186 * minsyms.c: White space.
3187 * monitor.c: White space.
3188
3189 2010-05-14 Michael Snyder <msnyder@vmware.com>
3190
3191 * jv-lang.c: White space.
3192 * jv-typeprint.c: White space.
3193 * jv-valprint.c: White space.
3194 * language.c: White space.
3195 * libunwind-frame.c: White space.
3196 * linespec.c: White space.
3197 * linux-nat.c: White space.
3198 * linux-record.c: White space.
3199 * linux-thread-db.c: White space.
3200
3201 * infcall.c: White space.
3202 * inf-child.c: White space.
3203 * infcmd.c: White space.
3204 * inferior.c: White space.
3205 * inf-loop.c: White space.
3206 * inflow.c: White space.
3207 * inline-frame.c: White space.
3208 * interps.c: White space.
3209
3210 * gcore.c: White space.
3211 * gdb.c: White space.
3212 * gdbtypes.c: White space.
3213 * gnu-nat.c: White space.
3214 * gnu-v2-abi.c: White space.
3215 * gnu-v3-abi.c: White space.
3216
3217 * findcmd.c: White space.
3218 * findvar.c: White space.
3219 * fork-child.c: White space.
3220 * frame-base.c: White space.
3221 * frame.c: White space.
3222 * frame-unwind.c: White space.
3223 * f-valprint.c: White space.
3224
3225 * elfread.c: White space.
3226 * environ.c: White space.
3227 * eval.c: White space.
3228 * event-loop.c: White space.
3229 * event-top.c: White space.
3230 * exceptions.c: White space.
3231 * exec.c: White space.
3232 * expprint.c: White space.
3233
3234 * dbxread.c: White space.
3235 * dcache.c: White space.
3236 * disasm.c: White space.
3237 * doublest.c: White space.
3238 * dsrec.c: White space.
3239 * dummy-frame.c: White space.
3240 * dwarf2expr.c: White space.
3241 * dwarf2-frame.c: White space.
3242 * dwarf2loc.c: White space.
3243 * dwarf2read.c: White space.
3244
3245 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
3246
3247 PR python/11482
3248
3249 * python/py-value.c (valpy_hash): New function.
3250 (value_object_type): Register valpy_hash.
3251
3252 2010-05-14 Hui Zhu <teawater@gmail.com>
3253 Michael Snyder <msnyder@vmware.com>
3254
3255 * linux-fork.c (gdbthread.h): New include.
3256 (fork_info): Add parent_ptid.
3257 (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
3258 functions.
3259 (delete_checkpoint_command): Call inferior_call_waitpid.
3260 (checkpoint_command): Set parent_ptid.
3261
3262 2010-05-13 Michael Snyder <msnyder@vmware.com>
3263
3264 * dictionary.c: Re-indent to GNU coding standard.
3265
3266 * charset.c: White space.
3267 * c-lang.c: White space.
3268 * cli-out.c: White space.
3269 * coffread.c: White space.
3270 * complaints.c: White space.
3271 * completer.c: White space.
3272 * corefile.c: White space.
3273 * corelow.c: White space.
3274 * cp-abi.c: White space.
3275 * cp-namespace.c: White space.
3276 * cp-support.c: White space.
3277 * cp-valprint.c: White space.
3278 * c-typeprint.c: White space.
3279 * c-valprint.c: White space.
3280 * blockframe.c: White space.
3281 * breakpoint.c: White space.
3282 * buildsym.c: White space.
3283 * blockframe.c: White space.
3284 * bcache.c: White space.
3285 * gdbarch.sh: White space, add blank lines.
3286 * arch-utils.c: Ditto.
3287 * gdbarch.c: Regenerate.
3288 * frame.c: White space, add blank lines.
3289 * stack.c: White space, add blank lines.
3290 (initialize_stack): Remove long-dead code.
3291
3292 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3293
3294 Code cleanup.
3295 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
3296 (locexpr_read_variable, loclist_read_variable): Update the callers.
3297
3298 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3299
3300 Code cleanup.
3301 * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
3302 Remove check of NULL returned by tag_type_to_type.
3303 (die_containing_type): Remove variable type. Remove type_die variable
3304 initialization. Remove check of NULL returned by tag_type_to_type.
3305
3306 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
3307
3308 PR exp/11530.
3309 * gdbtypes.c (lookup_struct_elt_type): Also lookup
3310 names of unnamed structures or unions.
3311
3312 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
3313
3314 * procfs.c (proc_watchpoint_address): New function.
3315 (procfs_stopped_by_watchpoint): Remove useless check after
3316 find_procinfo_or_die call.
3317 (procfs_stopped_data_address): New function.
3318 (procfs_use_watchpoints): Register new watchpoint related function.
3319
3320 2010-05-11 Tom Tromey <tromey@redhat.com>
3321
3322 * eval.c (evaluate_subexp_standard): Revert inadvertent change.
3323
3324 2010-05-10 Michael Snyder <msnyder@vmware.com>
3325
3326 * utils.c: White space cleanup.
3327
3328 2010-05-10 Tom Tromey <tromey@redhat.com>
3329
3330 * eval.c (ptrmath_type_p): Add 'lang' argument.
3331 (evaluate_subexp_standard): Update.
3332 (evaluate_subexp_with_coercion): Update.
3333 * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
3334
3335 2010-05-10 Michael Snyder <msnyder@vmware.com>
3336
3337 * utils.c (do_fclose_cleanup) Restore local variable.
3338
3339 2010-05-09 Doug Evans <dje@google.com>
3340
3341 * record.c (init_record_core_ops): Rename record_core to record-core.
3342
3343 2010-05-08 Joel Brobecker <brobecker@adacore.com>
3344
3345 Implement task switching on pa-hpux.
3346 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
3347 (inf_ttrace_target): Set t->to_get_ada_task_ptid.
3348
3349 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
3350
3351 * valops.c (find_overload_match): Add missing i18n markup.
3352
3353 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
3354
3355 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
3356
3357 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3358
3359 * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
3360 list for the obconcat call.
3361 * mdebugread.c (parse_symbol): Likewise.
3362 * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
3363 Likewise.
3364 * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
3365 New variable ap. Remove variables len and val.
3366 * symfile.h (obconcat): Likewise for the prototype.
3367
3368 2010-05-07 Michael Snyder <msnyder@vmware.com>
3369
3370 * python/python.c (execute_gdb_command): Remove unused variables.
3371 * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
3372 * python/py-breakpoint.c (gdbpy_breakpoint_created):
3373 Remove unused variable.
3374 * python/py-cmd.c (cmdpy_function): Remove unused variable.
3375 (cmdpy_completer): Remove unused variable.
3376 * python/py-frame.c (frapy_find_sal): Remove unused variable.
3377 * python/py-function.c (fnpy_call): Remove unused variable.
3378 * python/py-objfile.c (objfile_to_objfile_object):
3379 Remove unused variable.
3380 * python/py-param.c (parmpy_init): Remove unused variable.
3381 * python/py-prettyprint.c (apply_varobj_pretty_printer):
3382 Remove unused variable.
3383 (gdbpy_default_visualizer): Remove unused variable.
3384 * python/py-progspace.c (pspace_to_pspace_object):
3385 Remove unused variable.
3386 * python/py-symtab.c (symtab_and_line_to_sal_object):
3387 Remove unused variable.
3388 * python/py-type.c (typy_template_argument):
3389 Remove unused variable.
3390 * python/py-value.c (valpy_string): Remove unused variable.
3391 (convert_value_from_python): Remove unused variables.
3392
3393 2010-05-07 Michael Snyder <msnyder@vmware.com>
3394
3395 * valops.c (value_cast_pointers): Restore unused variable 'type1',
3396 and use it to compute variable 't1'.
3397
3398 2010-05-07 Joel Brobecker <brobecker@adacore.com>
3399
3400 * ada-lang.c (assign_aggregate): Remove unused variable.
3401
3402 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
3403
3404 PR C++/7943:
3405 * valops.c (find_overload_match): Handle fsym == NULL case.
3406 Add int no_adl argument.
3407 (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
3408 when appropriate.
3409 Add int no_adl argument.
3410 (find_oload_champ_namespace): Add int no_adl argument.
3411 * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
3412 expression.
3413 * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
3414 * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
3415 Evaluate arguments and use them to perform ADL lookup.
3416 Pass no_adl argument to find_overload_match.
3417 Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
3418 * cp-support.h: Added prototype for
3419 make_symbol_overload_list_namespace.
3420 * cp-support.c (make_symbol_overload_list_namespace): New function.
3421 (make_symbol_overload_list_adl_namespace): New function.
3422 (make_symbol_overload_list_adl): New function.
3423 (make_symbol_overload_list_using): Moved code to add function to
3424 overload set to make_symbol_overload_list_namespace.
3425 * c-exp.y: create UNKNOWN_CPP_NAME token.
3426 Add parse rule for ADL functions.
3427 (classify_name): Recognize an UNKNOWN_CPP_NAME.
3428
3429 2010-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3430
3431 * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
3432 sentinel.
3433
3434 2010-05-07 Joel Brobecker <brobecker@adacore.com>
3435
3436 Implement task switching on solaris targets.
3437 * sol-thread.c (thread_db_find_thread_from_tid)
3438 (sol_get_ada_task_ptid): New functions.
3439 (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
3440
3441 2010-05-07 Pedro Alves <pedro@codesourcery.com>
3442
3443 * remote.c (remote_query_supported_append): Use reconcat.
3444 (remote_query_supported): Install a cleanup. Use reconcat.
3445
3446 2010-05-07 Pedro Alves <pedro@codesourcery.com>
3447
3448 * gdbarch.sh (qsupported): Delete.
3449 * gdbarch.h, gdbarch.c: Regenerate.
3450 * remote.c (remote_query_supported): Remove use of
3451 gdbarch_qsupported.
3452
3453 2010-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
3454
3455 * xml-syscall.c (syscall_start_syscalls_info): Remove unused
3456 function.
3457
3458 2010-05-06 Michael Snyder <msnyder@vmware.com>
3459
3460 * xml-support.c (xinclude_start_include): Delete unused variable.
3461 (xml_process_xincludes): Delete unused variable.
3462 * xml-syscall.c (syscall_parse_xml): Delete unused variable.
3463 * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
3464 (tdesc_find_arch_register): Delete unused variable.
3465 (tdesc_use_registers): Delete unused variable.
3466 * xml-tdesc.c (tdesc_start_target): Delete unused variable.
3467 * inferior.c (print_inferior): Delete unused variable.
3468 * record.c (record_open_1): Delete unused variable.
3469 (record_restore): Delete unused variable.
3470 (cmd_record_save): Delete unused variable.
3471 * gcore.c (derive_heap_segment): Delete unused variable.
3472 (objfile_find_memory_regions): Use unused variable.
3473 * jit.c (jit_inferior_init): Delete unused variable.
3474 * progspace.c (clone_program_space): Delete unused variable.
3475 (pspace_empty_p): Delete unused variable.
3476
3477 * frame-unwind.c (frame_unwind_find_by_frame):
3478 Delete unused variable.
3479 * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
3480 * cp-support.c (mangled_name_to_comp): Delete unused variable.
3481 (method_name_from_physname): Delete unused variable.
3482 (cp_func_name): Delete unused variable.
3483 (cp_validate_operator): Delete unused variable.
3484 * cp-namespace.c (cp_scan_for_anonymous_namespaces):
3485 Delete unused variable.
3486 * trad-frame.c (trad_frame_get_prev_register):
3487 Delete unused variable.
3488 * tramp-frame.c (tramp_frame_cache): Delete unused variable.
3489
3490 * serial.c (serial_for_fd): Delete unused variable.
3491 * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
3492 * top.c (execute_command): Delete unused variable.
3493 (init_main): Delete unused variable.
3494 * utils.c (do_fclose_cleanup): Delete unused variable.
3495 (do_all_inferior_continuations): Delete unused variable.
3496 (initialize_utils): Delete unused variable.
3497 (internal_problem_mode): Delete unused global.
3498 * frame.c (get_prev_frame): Delete unused global.
3499 (get_frame_locals_address): Delete unused global.
3500 (get_frame_args_address): Delete unused global.
3501
3502 * p-typeprint.c (pascal_type_print_base): Delete unused variable.
3503 (pascal_type_print_varspec_prefix): Delete unused variable.
3504 * f-typeprint.c (f_type_print_base): Delete unused variable.
3505 (f_type_print_varspec_suffix): Delete unused variable.
3506 * m2-typeprint.c (m2_print_type): Delete unused variable.
3507 (m2_long_set): Delete unused variable.
3508 * ada-valprint.c (ada_val_print_1): Delete unused variable.
3509 * d-valprint.c (dynamic_array_type): Delete unused variable.
3510 * f-valprint.c (f77_get_dynamic_length_of_aggregate):
3511 Delete unused variable.
3512 (f77_create_arrayprint_offset_tbl): Delete unused variable.
3513 * m2-valprint.c (m2_val_print): Delete unused variable.
3514
3515 * ui-out.c (ui_out_field_int): Delete unused variable.
3516 (ui_out_field_fmt_int): Delete unused variable.
3517 * varobj.c (varobj_list_children): Delete unused variable.
3518 (varobj_set_value): Delete unused variable.
3519 (install_new_value_visualizer): Delete unused variable.
3520 (varobj_set_visualizer): Delete unused variable.
3521 (varobj_update): Delete unused variable.
3522 (varobj_editable_p): Delete unused variable.
3523 (c_value_of_root): Delete unused variable.
3524 (cplus_describe_child): Delete unused variable.
3525
3526 * ada-lang.c (add_defn_to_vec): Delete unused variable.
3527 (decode_constrained_packed_array_type): Delete unused variable.
3528 (add_defn_to_vec): Delete unused variable.
3529 (symbol_completion_match): Delete unused variable.
3530 (value_tag_from_contents_and_address): Delete unused variable.
3531 (ada_evaluate_subexp): Delete unused variable.
3532 * c-lang.c (classify_type): Delete unused variable.
3533 * f-lang.c (f_printstr): Delete unused variable.
3534 * objc-lang.c (objc_printstr): Delete unused variable.
3535 * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
3536 * jv-lang.c (type_from_class): ifdef unused variable.
3537 (java_class_name_from_physname): Delete unused variable.
3538 * m2-lang.c (m2_printstr): Delete unused variable.
3539
3540 * objfiles.c (objfile_relocate): Delete unused variable.
3541 * maint.c (_initialize_maint_cmds): Delete unused variable.
3542 * demangle.c (_initialize_demangler): Delete unused variable.
3543 * corefile.c (reopen_exec_file): Delete unused variable.
3544 * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
3545 * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
3546
3547 * osabi.c (_initialize_gdb_osabi): Delete unused variable.
3548 * memattr.c (mem_delete): Delete unused variable.
3549 (invalidate_target_mem_regions): Delete unused variable.
3550 * mem-break.c (default_memory_insert_breakpoint):
3551 Delete unused variable.
3552 * target.c (target_get_osdata): Delete unused variable.
3553 * parse.c (length_of_subexp): Delete unused variable.
3554 (prefixify_subexp): Delete unused variable.
3555 (exp_iterate): Delete unused variable.
3556 * reverse.c (delete_bookmark_command): Delete unused variable.
3557
3558 * macrocmd.c (_initialize_macrocmd): Delete unused variable.
3559 * macroexp.c (gather_arguments): Delete unused variable.
3560 (substitute_args): Delete unused variable.
3561 * completer.c (gdb_completer_loc_break_characters): Unused, delete.
3562 * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
3563 (_initialize_gdbarch): Delete unused variable.
3564 * gdbarch.c, gdbarch.h: Regenerate.
3565 * arch-utils.c (initialize_current_architecture):
3566 Delete unused variable.
3567 (_initialize_gdbarch_utils): Delete unused variable.
3568 * gdbtypes.c (make_cv_type): Delete unused variable.
3569 (make_type_with_address_space): Delete unused variable.
3570
3571 * linespec.c (decode_compound): Delete unused variable.
3572 * dictionary.c (iterator_next_hashed): Delete unused variable.
3573 * infcall.c (call_function_by_hand): Delete unused variable.
3574 * infcmd.c (step_1): Delete unused variable.
3575 (registers_info): Delete unused variable.
3576 (attach_command): Delete unused variable.
3577 * infrun.c (follow_exec): Delete unused variable.
3578 (handle_step_into_function_backwards): Delete unused variable.
3579 (_initialize_infrun): Delete unused variable.
3580 * stack.c (parse_frame_specification_1): Delete unused variable.
3581 (frame_info): Delete unused variable.
3582 (backtrace_command_1): Delete unused variable.
3583 (catch_info): Delete unused variable.
3584
3585 * eval.c (evaluate_subexp_standard): Delete unused variable.
3586 * valops.c (value_cast_pointers): Delete unused variable.
3587 (value_dynamic_cast): Delete unused variable.
3588 (value_array): Delete unused variable.
3589 (find_overload_match): Delete unused variable.
3590 * valarith.c (value_subscript): Delete unused variable.
3591 (value_binop): Delete unused variable.
3592 * valprint.c (_initialize_valprint): Delete unused variable.
3593 * printcmd.c (print_command_1): Delete unused variable.
3594 (address_info): Delete unused variable.
3595 (printf_command): Delete unused variable.
3596
3597 * auxv.c (target_auxv_search): Delete unused variable.
3598 * blockframe.c (get_frame_block): Delete unused variable.
3599 * regcache.c (regcache_cpy): Delete unused variable.
3600 (regcache_cpy_no_passthrough): Delete unused variable.
3601 * charset.c (wchar_iterate): Delete unused variable.
3602 (find_charset_names): Delete unused variable.
3603 (_initialize_charset): Delete unused variable.
3604 * disasm.c (do_mixed_source_and_assembly):
3605 Delete unused variable.
3606 * source.c (set_default_source_symtab_and_line):
3607 Delete unused variable.
3608 (set_substitute_path_command): Delete unused variable.
3609 * value.c (preserve_values): Delete unused variable.
3610 (value_from_double): Delete unused variable.
3611
3612 2010-05-05 Michael Snyder <msnyder@vmware.com>
3613
3614 * psymtab.c (lookup_partial_symbol): Delete unused variable.
3615 (find_last_source_symtab_from_partial): Delete unused variable.
3616 * symfile.c (place_section): Delete unused variable.
3617 (default_symfile_offsets): Delete unused variable.
3618 (get_debug_link_info): Delete unused variable.
3619 (find_separate_debug_file_by_debuglink): Delete unused variable.
3620 (add_symbol_file_command): Delete unused variable.
3621 (symfile_find_segment_sections): Delete unused variable.
3622 * symmisc.c (free_symtab): Delete unused variable.
3623 (dump_symtab_1): Delete unused variable.
3624 * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
3625 (find_pc_sect_symtab): Delete unused variable.
3626 (skip_prologue_using_lineinfo): Delete unused variable.
3627 (sources_info): Delete unused variable.
3628 (completion_list_add_name): Delete unused variable.
3629 (expand_line_sal): Delete unused variable.
3630
3631 * breakpoint.c (validate_commands_for_breakpoint):
3632 Delete unused variables.
3633 (insert_catchpoint): Delete unused variable.
3634 (update_watchpoint): Delete unused variable.
3635 (insert_bp_location): Delete unused variable.
3636 (insert_breakpoint_locations): Delete unused variable.
3637 (remove_breakpoint_1): Delete unused variable.
3638 (software_breakpoint_inserted_here_p): Delete unused variable.
3639 (watchpoints_triggered): Delete unused variable.
3640 (bpstat_check_watchpoint): Delete unused variable.
3641 (bpstat_stop_status): Delete unused variable.
3642 (print_one_breakpoint_location): Delete unused variable.
3643 (allocate_bp_location): Delete unused variable.
3644 (create_breakpoint): Delete unused variable.
3645 (watch_command_1): Delete unused variable.
3646 (catch_exception_command_1): Delete unused variable.
3647 (catch_ada_exception_command): Delete unused variable.
3648 (delete_breakpoint): Delete unused variable.
3649 (breakpoint_re_set_one): Delete unused variable.
3650 (do_enable_breakpoint): Delete unused variable.
3651
3652 2010-05-06 Pedro Alves <pedro@codesourcery.com>
3653
3654 * amd64-tdep.c: Include disasm.h.
3655 (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
3656 (amd64_insn_length): Moved to disasm.c and renamed.
3657 (fixup_riprel): Adjust.
3658 * disasm.c (do_ui_file_delete): New.
3659 (gdb_insn_length): New.
3660 (gdb_buffered_insn_length_fprintf)
3661 (gdb_buffered_insn_length_init_dis)
3662 (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
3663 renamed.
3664 * disasm.h (gdb_insn_length): Declare.
3665 (gdb_buffered_insn_length): Declare.
3666
3667 2010-05-06 Pedro Alves <pedro@codesourcery.com>
3668
3669 * remote.c (clear_threads_parsing_context): New.
3670 (remote_threads_info): Delete unused null_cleanup. Install a
3671 cleanup to clear the threads_parsing_context in case parsing
3672 throws.
3673
3674 2010-05-05 Michael Snyder <msnyder@vmware.com>
3675
3676 * c-exp.y (parse_string_or_char): Delete unused variable.
3677 (c_lex): Delete unused variable.
3678 * cp-name-parser.y (cpname_lex): Delete unused variable.
3679 * ada-exp.y (find_primitive_type): Delete unused variable.
3680 (write_var_or_type): Delete unused variable.
3681 * jv-exp.y (java_parse): Delete unused variable.
3682 (push_expression_name): Delete unused variable.
3683 * p-exp.y (pascal_lex): Delete unused variable.
3684
3685 2010-05-05 Pedro Alves <pedro@codesourcery.com>
3686
3687 * remote.c (remote_threads_info): Really revert previous previous
3688 change.
3689
3690 2010-05-05 Michael Snyder <msnyder@vmware.com>
3691
3692 * elfread.c (elf_symtab_read): Delete unused variable.
3693 (find_separate_debug_file_by_buildid): Delete unused variables.
3694 (elf_symfile_read): Delete unused variable.
3695
3696 * coffread.c (coff_symfile_read): Delete unused variables.
3697
3698 * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
3699 (read_pe_exported_syms): Delete unused variable.
3700
3701 * stabsread.c (define_symbol): Delete unused variable.
3702
3703 * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
3704 (process_psymtab_comp_unit): Delete unused variable.
3705 (dwarf2_build_psymtabs_hard): Delete unused variable.
3706 (load_partial_comp_unit): Delete unused variable.
3707 (create_all_comp_units): Delete unused variable.
3708 (scan_partial_symbols): Delete unused variable.
3709 (add_partial_symbol): Delete unused variable.
3710 (add_partial_namespace): Delete unused variable.
3711 (add_partial_enumeration): Delete unused variable.
3712 (load_full_comp_unit): Delete unused variable.
3713 (process_full_comp_unit): Delete unused variable.
3714 (read_file_scope): Delete unused variable.
3715 (read_type_unit_scope): Delete unused variable.
3716 (process_structure_scope): Delete unused variable.
3717 (process_enumeration_scope): Delete unused variable.
3718 (read_tag_ptr_to_member_type): Delete unused variable.
3719 (read_typedef): Delete unused variable.
3720 (read_partial_die): Delete unused variable.
3721 (decode_locdesc): Delete unused variable.
3722 (zeroed_partial_die): Delete unused global variable.
3723
3724 * tui/tui-interp.c (_initialize_tui_interp):
3725 Delete unused variable.
3726 * tui/tui-regs.c tui_display_registers_from):
3727 Delete unused variable.
3728 (tui_check_register_values): Delete unused variable.
3729 (tui_register_format): Delete unused variable.
3730 * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
3731 * tui/tui-windata.c (tui_display_data_from_line):
3732 Delete unused variables.
3733 (tui_vertical_data_scroll): Delete unused variables.
3734
3735 2010-05-05 Michael Snyder <msnyder@vmware.com>
3736
3737 * remote.c (remote_threads_info): Revert questionable part of
3738 the previous change.
3739
3740 2010-05-05 Michael Snyder <msnyder@vmware.com>
3741
3742 * mi/mi-out.c (mi_table_begin): Delete unused variable.
3743 * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
3744 (mi_cmd_var_list_children): Delete unused variable.
3745 (varobj_update_one): Delete unused variable.
3746 * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
3747 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
3748 Delete unused variable.
3749 (mi_cmd_stack_list_variables): Delete unused variable.
3750 (list_args_or_locals): Delete unused variable.
3751 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
3752 Delete unused variables.
3753 (mi_cmd_file_list_exec_source_files): Delete unused variable.
3754 * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
3755 Delete unused variable.
3756 * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
3757 (mi_cmd_interpreter_exec): Delete unused variable.
3758 (mi_on_normal_stop): Delete unused variable.
3759 * mi/mi-main.c (run_one_inferior): Delete unused variable.
3760 (print_one_inferior): Delete unused variables.
3761 (mi_execute_command): Delete unused variable.
3762 (mi_cmd_execute): Delete unused variable.
3763 (timestamp): Delete unused variable.
3764
3765 * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
3766 (restore_binary_file): Delete unused variable.
3767 * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
3768 * cli/cli-script.c (define_command): Delete unused variables.
3769 (recurse_read_control_structure): Delete unused variable.
3770 (script_from_file): Delete unused variable.
3771 * cli/cli-cmds.c (complete_command): Delete unused variable.
3772 (disassemble_command): Delete unused variable.
3773
3774 * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
3775 * tracepoint.c (delete_trace_variable_command):
3776 Delete unused variables.
3777 (encode_actions_1): Delete unused variables.
3778 (start_tracing): Delete unused variable.
3779 (trace_status_mi): Delete unused variable.
3780 (tfind_1): Delete unused variable.
3781 (trace_find_pc_command): Delete unused variable.
3782 (trace_find_line_command): Delete unused variables.
3783 (trace_find_range_command): Delete unused variables.
3784 (trace_find_outside_command): Delete unused variables.
3785 (parse_tracepoint_definition): Delete unused variables.
3786 (tfile_fetch_registers): Delete unused variable.
3787
3788 * dcache.c (dcache_init): Delete unused variable.
3789 (dcache_info): Delete unused variable.
3790
3791 * remote.c (remote_threads_info): Delete unused variable.
3792 (process_stop_reply) :Delete unused variable.
3793 (remote_get_trace_status): Delete unused variables.
3794
3795 * linux-thread-db.c (add_thread_db_info): Delete unused variable.
3796 (thread_from_lwp): Delete unused variable.
3797 (enable_thread_event_reporting): Delete unused variable.
3798 (check_for_thread_db): Delete unused variables.
3799 (thread_db_find_new_threads_2): Delete unused variable.
3800
3801 * linux-fork.c (info_checkpoints_command): Delete unused variables.
3802 (checkpoint_command): Delete unused variable.
3803 (linux_fork_context): Delete unused variables.
3804
3805 * linux-nat.c (linux_parent_pid): Delete unused global variable.
3806 (linux_tracefork_child): Delete unused variable.
3807 (linux_child_follow_fork): Delete unused variable.
3808 (linux_nat_detach): Delete unused variable.
3809 (linux_handle_extended_wait): Delete unused variable.
3810 (linux_nat_has_pending_sigint): Delete unused variable.
3811 (linux_nat_find_memory_regions): Delete unused variable.
3812 (linux_nat_make_corefile_notes): Delete unused variables.
3813 (linux_nat_info_proc_cmd): Delete unused variable.
3814 (linux_proc_pending_signals): Delete unused variable.
3815 (linux_nat_stop_lwp): Delete unused variables.
3816 (_initialize_linux_nat): Delete unused variable.
3817
3818 * ser-pipe.c (pipe_ops): Delete unused global variable.
3819
3820 * linux-record.c (record_linux_system_call):
3821 Delete unused variables.
3822
3823 * corelow.c (core_xfer_partial): Delete unused variables.
3824
3825 * solib-svr4.c (find_program_interpreter): Delete unused variable.
3826 (svr4_solib_create_inferior_hook): Add ifdef around
3827 conditionally-used variable declarations.
3828
3829 * solib.c (solib_find): Delete unused variable.
3830 (free_so_symbols): Delete unused variable.
3831 (info_sharedlibrary_command): Delete unused variable.
3832 (reload_shared_libraries_1): Delete unused variable.
3833 (_initialize_solib): Delete unused variable.
3834
3835 * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
3836 (i386_collect_xstateregset): Delete unused variable.
3837 * i387-tdep.c (i387_print_float_info): Delete unused variable.
3838
3839 * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
3840 Delete unused variable 'type'.
3841
3842 2010-05-05 Joel Brobecker <brobecker@adacore.com>
3843
3844 * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros. *
3845 ada-lang.c: Remove comment mentioning these macros.
3846 * m2-exp.y: Delete commented out code.
3847
3848 2010-05-05 Joel Brobecker <brobecker@adacore.com>
3849
3850 * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
3851 for array types.
3852 * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
3853
3854 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
3855
3856 ARI fix: Remove ATTRIBUTE_UNUSED throughout.
3857 * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
3858 ATTRIBUTE_UNUSED.
3859 (cleanup_kernel_helper_return): Likewise.
3860 * arm-tdep.c (copy_unmodified): Likewise.
3861 (copy_preload): Likewise.
3862 (copy_copro_load_store): Likewise.
3863 (cleanup_branch): Likewise.
3864 (copy_b_bl_blx): Likewise.
3865 (copy_bx_blx_reg): Likewise.
3866 (copy_alu_imm): Likewise.
3867 (copy_alu_reg): Likewise.
3868 (copy_alu_shifted_reg): Likewise.
3869 (cleanup_load): Likewise.
3870 (cleanup_store): Likewise.
3871 (cleanup_block_load_pc): Likewise.
3872 (cleanup_svc): Likewise.
3873 (copy_undef): Likewise.
3874 (copy_unpred): Likewise.
3875 * remote.c (register_remote_support_xml): Likewise.
3876
3877 2010-05-05 Hui Zhu <teawater@gmail.com>
3878
3879 * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
3880
3881 2010-05-04 Mark Kettenis <kettenis@gnu.org>
3882
3883 * remote.c (register_remote_support_xml)
3884 (remote_query_supported_append, remote_query_supported): Add cast
3885 to NULL used as sentinel.
3886 * tracepoint.c (tvariables_info_1): Likewise.
3887 * utils.c (add_internal_problem_command): Likewise.
3888
3889 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3890
3891 * dwarf2loc.c (read_pieced_value, write_pieced_value,
3892 dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
3893 registers gracefully.
3894
3895 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3896
3897 * exec.c (print_section_info): Display entry point without arch
3898 specific parts.
3899
3900 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
3901
3902 PR exp/11349.
3903 * printcmd.c (x_command): Only dereference once implicitly for
3904 TYPE_CODE_REF.
3905
3906 2010-05-03 Doug Evans <dje@google.com>
3907
3908 * event-loop.c (gdb_timer): Delete unused global.
3909 (create_timer): Update.
3910
3911 2010-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3912
3913 * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
3914 CURRENT->DECLARATION case.
3915 * cp-support.h (struct using_direct): Provide extended comment.
3916
3917 2010-05-03 Mark Kettenis <kettenis@gnu.org>
3918
3919 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
3920 HPPABSD_SIZEOF_GREGS.
3921 (HPPAOBSD_SIZEOF_FPREGS): New define.
3922 (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
3923 (hppaobsd_supply_fpregset): New function.
3924 (hppaobsd_gregset): Renamed from hppabsd_gregset.
3925 (hppaobsd_fpregset): New variable.
3926 (hppaobsd_regset_from_core_section): Handle floating-point registers.
3927 (_initialize_hppabsd_tdep): Remove spurious blank line.
3928
3929 2010-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
3930
3931 PR pascal/11349.
3932 * p-valprint.c (pascal_value_print): Always dereference a value with
3933 type code TYPE_CODE_REF.
3934
3935 2010-05-03 Pedro Alves <pedro@codesourcery.com>
3936
3937 * remote.c (remote_notice_signals): New.
3938 (remote_start_remote): In non-stop mode, update the remote end on
3939 which signals it can silently pass.
3940 (init_remote_ops): Install remote_notice_signals.
3941
3942 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3943
3944 * cli/cli-cmds.h (error_no_arg): Remove. Move the comment ...
3945 * command.h (error_no_arg): ... here. Remove NORETURN, change
3946 ATTR_NORETURN to ATTRIBUTE_NORETURN.
3947 * defs.h (NORETURN, ATTR_NORETURN): Remove.
3948 (perror_with_name, verror, error, error_stream, vfatal, fatal)
3949 (internal_verror, internal_error, nomem): Remove NORETURN, change
3950 ATTR_NORETURN to ATTRIBUTE_NORETURN.
3951 * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
3952 (throw_vfatal, throw_error): Remove NORETURN.
3953 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
3954 * exceptions.h (throw_exception, throw_verror, throw_vfatal)
3955 (throw_error, deprecated_throw_reason): Remove NORETURN, change
3956 ATTR_NORETURN to ATTRIBUTE_NORETURN.
3957 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
3958 to ATTRIBUTE_NORETURN for prototype, for the definition only remove
3959 NORETURN.
3960 * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
3961 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
3962 ATTRIBUTE_NORETURN.
3963 * target.c (tcomplain): Likewise.
3964 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
3965 ATTRIBUTE_NORETURN.
3966 * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
3967 (internal_error, perror_with_name, nomem): Remove NORETURN.
3968 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
3969 ATTRIBUTE_NORETURN.
3970
3971 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3972
3973 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
3974 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
3975 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
3976 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
3977 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
3978 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
3979 * complaints.h (complaint, internal_complaint): Likewise.
3980 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
3981 (ATTR_FORMAT): Remove.
3982 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
3983 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
3984 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
3985 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
3986 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
3987 (internal_error, internal_vwarning, internal_warning, warning)
3988 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
3989 * disasm.c (fprintf_disasm): Likewise.
3990 * exceptions.c (throw_it): Likewise.
3991 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
3992 (throw_error): Likewise.
3993 * language.h (type_error, range_error): Likewise.
3994 * linespec.c (cplusplus_error): Likewise.
3995 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
3996 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
3997 * monitor.c (monitor_debug): Likewise.
3998 * parser-defs.h (parser_fprintf): Likewise.
3999 * serial.h (serial_printf): Likewise.
4000 * tui/tui-hooks.c (tui_query_hook): Likewise.
4001 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
4002 (uo_message): Likewise.
4003 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
4004 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
4005 Likewise.
4006 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
4007
4008 2010-05-02 Pedro Alves <pedro@codesourcery.com>
4009
4010 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
4011 (cli_table_header, cli_begin, cli_end, cli_field_int)
4012 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
4013 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
4014 Delete forward declarations.
4015 (cli_ui_out_impl): Move below the callbacks.
4016 (_initialize_cli_out): Delete.
4017
4018 2010-05-02 Pedro Alves <pedro@codesourcery.com>
4019
4020 * README: Use consistent `GDB' and `GDBserver' spellings.
4021
4022 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4023
4024 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
4025
4026 2010-05-01 Pedro Alves <pedro@codesourcery.com>
4027
4028 * infrun.c (prepare_for_detach): In non-stop, context switch to
4029 the thread that got the event before handling the event.
4030
4031 2010-04-30 Tom Tromey <tromey@redhat.com>
4032
4033 * symtab.c (symbol_set_names): Fix typo.
4034
4035 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
4036
4037 * python/py-param.c (parm_constants): Avoid ARI warning
4038 by adding ARI comment.
4039 (parmpy_init): Likewise.
4040
4041 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
4042
4043 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
4044 and created type for re-use.
4045
4046 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
4047
4048 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
4049
4050 2010-04-29 Doug Evans <dje@google.com>
4051
4052 * ser-base.h (reschedule): Delete prototype.
4053 * ser-base.c (reschedule): Make static.
4054
4055 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4056
4057 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
4058 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
4059 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
4060 EABI.
4061 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
4062 use.
4063
4064 2010-04-29 Pedro Alves <pedro@codesourcery.com>
4065
4066 PR gdb/11557
4067
4068 * regcache.c (registers_changed): Rename to ...
4069 (registers_changed_ptid): ... this, and only delete register cache
4070 entries matching the ptid filter argument.
4071 (registers_changed): Reimplement on top of registers_changed_ptid.
4072 * regcache.h (registers_changed_ptid): Declare.
4073 * target.c (target_resume): Flush register caches.
4074
4075 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4076 Tom Tromey <tromey@redhat.com>
4077 Thiago Jung Bauermann <bauerman@br.ibm.com>
4078
4079 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
4080 (SUBDIR_PYTHON_SRCS): Likewise.
4081 (py-parameter.o): New rule.
4082 * python/py-parameter.c: New file.
4083 * python/python-internal.h (gdbpy_initialize_parameter)
4084 (gdbpy_parameter, gdbpy_parameter_value)
4085 (gdbpy_parse_command_name): Declare.
4086 * python/py-cmd.c (parse_command_name): Rename to
4087 gdbpy_parse_command_name.
4088 (gdbpy_parse_command_name): Accept a starting list parameter and
4089 use over cmdlist.
4090 (cmdpy_init): Use gdbpy_parse_command_name.
4091 * python/python.c (parameter_to_python): Rename to
4092 gdbpy_parameter_to_python. Accept enum var_types and value.
4093 (gdbpy_parameter): Use gdbpy_parameter_value.
4094 (_initialize_python): Call gdbpy_initialize_parameters.
4095
4096 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4097
4098 * MAINTAINERS: Add myself for write after approval privileges.
4099
4100 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4101
4102 D language support.
4103 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
4104 (COMMON_OBS): Add d-lang.o d-valprint.o.
4105 (HFILES_NO_SRCDIR): Add d-lang.h.
4106 * NEWS: Mention D language support.
4107 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
4108 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
4109 * d-lang.c: New file.
4110 * d-lang.h: New file.
4111 * d-valprint.c: New file.
4112 * defs.h (enum language): Add language_d.
4113 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
4114 * language.c (binop_result_type, integral_type, character_type)
4115 (string_type, boolean_type, structured_type): Add language_d.
4116 * symfile.c (init_filename_language_table): Add language_d.
4117 * symtab.c: Include d-lang.h.
4118 (symbol_init_language_specific, symbol_find_demangled_name)
4119 (symbol_natural_name, lookup_symbol_in_language)
4120 (symbol_demangled_name, symbol_matches_domain): Add language_d.
4121
4122 2010-04-27 Joel Brobecker <brobecker@adacore.com>
4123
4124 * solib-svr4.c (solib_svr4_r_map): Expand function description.
4125
4126 2010-04-27 Joel Brobecker <brobecker@adacore.com>
4127
4128 * symfile.c (init_filename_language_table): Register .dg files
4129 with language_ada.
4130
4131 2010-04-27 Joel Brobecker <brobecker@adacore.com>
4132
4133 * gdbtypes.h (struct main_type): Expand comment about target_type
4134 field.
4135
4136 2010-04-27 Pedro Alves <pedro@codesourcery.com>
4137 Tristan Gingold <gingold@adacore.com>
4138
4139 * symfile.c (reread_symbols): Also search for file in libraries.
4140 Update comment.
4141
4142 2010-04-27 Joel Brobecker <brobecker@adacore.com>
4143
4144 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
4145 in terms of configuration.
4146
4147 2010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4148
4149 * objfiles.c: Include solist.h.
4150 (free_all_objfiles): New variable so. Check stale solist objfiles.
4151 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
4152 and no_shared_libraries.
4153
4154 2010-04-27 Joel Brobecker <brobecker@adacore.com>
4155
4156 ARI warning fix.
4157 * python/py-auto-load.c (source_section_scripts): Remove trailing
4158 new-line in i18n string.
4159
4160 2010-04-26 Doug Evans <dje@google.com>
4161
4162 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
4163
4164 2010-04-26 Tom Tromey <tromey@redhat.com>
4165
4166 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
4167 command list.
4168
4169 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4170
4171 Removal of config/i386/nm-i386sol2.h native configuration file.
4172 * config/i386/nm-i386sol2.h: Remove file.
4173 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
4174 * config/i386/sol2-64.mh: Idem.
4175 * config/djgpp/fnchange.lst: Remove reference to that file.
4176 * Makefile.in (HFILES_NO_SRCDIR): Idem.
4177
4178 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4179
4180 PR breakpoints/11531.
4181 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
4182 macro definition and related comment.
4183 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
4184 (resume): Remove code and comment related to this macro.
4185
4186 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4187
4188 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
4189 Fix whitespace.
4190
4191 2010-04-24 Pedro Alves <pedro@codesourcery.com>
4192
4193 * defs.h: Adjust comment.
4194 * filesystem.h, filesystem.c: New files.
4195 * Makefile.in (SFILES): Add filesystem.c.
4196 (COMMON_OBS): Add filesystem.o.
4197 * solib.c (solib_find): Handle DOS-based filesystems. Handle
4198 different target and host path flavours.
4199 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
4200 has_dos_based_file_system on the gdbarch.
4201 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
4202 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
4203 * i386-tdep.c (i386_go32_init_abi): Ditto.
4204 * gdbarch.sh (has_dos_based_file_system): New.
4205 * gdbarch.h, gdbarch.c: Regenerate.
4206 * NEWS: Mention improved support for remote targets with DOS-based
4207 filesystems. Mention new `set/show target-file-system-kind'
4208 commands.
4209
4210 2010-04-23 Stan Shebs <stan@codesourcery.com>
4211
4212 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
4213 comments.
4214 (struct agent_reqs): Remove.
4215 (ax_reg_mask): Declare.
4216 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
4217 (free_agent_expr): Free reg_mask.
4218 (ax_print): Add scope and register mask info.
4219 (ax_reqs): Remove agent_reqs argument, use agent expression
4220 fields, and move part of register mask computation to...
4221 (ax_reg_mask): New function.
4222 * ax-gdb.c (gen_trace_static_fields): Call it.
4223 (gen_traced_pop): Ditto.
4224 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
4225 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
4226 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
4227 (gen_eval_for_expr): Ditto, and require an rvalue.
4228 (agent_command): Call ax_reqs.
4229 (agent_eval_command): Ditto.
4230 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
4231 (validate_action_line): Ditto.
4232 (collect_symbol): Ditto.
4233 (encode_actions_1): Ditto.
4234
4235 2010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
4236 Paul Pluzhnikov <ppluzhnikov@google.com>
4237 Jan Kratochvil <jan.kratochvil@redhat.com>
4238
4239 Fix deadlock on looped list of loaded shared objects.
4240 * solib-svr4.c (LM_PREV): New function.
4241 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
4242 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
4243 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
4244 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
4245
4246 2010-04-23 Doug Evans <dje@google.com>
4247
4248 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
4249 python.
4250 * configure: Regenerate.
4251 * main.c: #include "python/python.h".
4252 (captured_main): Defer loading auto-loaded scripts until after
4253 local_gdbinit has been sourced.
4254 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
4255 (load_auto_scripts_for_objfile): New function.
4256 (auto_load_new_objfile): Call it.
4257 * python/python.h (gdbpy_global_auto_load): Declare.
4258 (load_auto_scripts_for_objfile): Declare.
4259
4260 Add support for auto-loading scripts from .debug_gdb_scripts section.
4261 * NEWS: Add entry for .debug_gdb_scripts.
4262 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
4263 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
4264 (py-auto-load.o): New rule.
4265 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
4266 * cli/cli-cmds.h (find_and_open_script): Update prototype.
4267 * python/py-auto-load.c: New file.
4268 * python/python-internal.h: #include <stdio.h>.
4269 (set_python_list, show_python_list): Declare.
4270 (gdbpy_initialize_auto_load): Declare.
4271 (source_python_script_for_objfile): Declare.
4272 * python/python.c: Remove #include of observer.h.
4273 (gdbpy_auto_load): Moved to py-auto-load.c.
4274 (GDBPY_AUTO_FILENAME): Ditto.
4275 (gdbpy_new_objfile): Delete.
4276 (source_python_script_for_objfile): New function.
4277 (set_python_list, show_python_list): Make externally visible.
4278 (_initialize_python): Move "auto-load" command to py-auto-load.c
4279 and observer_attach_new_objfile to py-auto-load.c.
4280
4281 2010-04-23 Jerome Guitton <guitton@adacore.com>
4282
4283 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
4284 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
4285 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
4286 New constants.
4287 (alpha_heuristic_analyze_probing_loop): New function.
4288 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
4289 and handle cases when a stack probe loop is generated.
4290 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
4291 (alpha_mdebug_max_frame_size_exceeded): New function.
4292 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
4293 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
4294 Return 0 when the maximum debuggable frame size has been exceeded.
4295
4296 2010-04-23 Joel Brobecker <brobecker@adacore.com>
4297
4298 Fix ARI warning.
4299 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
4300
4301 2010-04-20 Chris Moller <cmoller@redhat.com>
4302
4303 PR 10179
4304
4305 * symtab.c (rbreak_command): Added code to include a filename
4306 specification in the rbreak argument.
4307 * NEWS: Added a brief description of filename-qualified rbreak.
4308
4309 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4310
4311 Fix crashes on dangling display expressions.
4312 * ada-lang.c (ada_operator_check): New function.
4313 (ada_exp_descriptor): Fill-in the field operator_check.
4314 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
4315 * jv-lang.c (exp_descriptor_java): Likewise.
4316 * m2-lang.c (exp_descriptor_modula2): Likewise.
4317 * scm-lang.c (exp_descriptor_scm): Likewise.
4318 * parse.c (exp_descriptor_standard): Likewise.
4319 (operator_check_standard): New function.
4320 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
4321 * parser-defs.h (struct exp_descriptor): New field operator_check.
4322 (operator_check_standard, exp_uses_objfile): New declarations.
4323 * printcmd.c: Remove the inclusion of solib.h.
4324 (display_uses_solib_p): Remove the function.
4325 (clear_dangling_display_expressions): Call lookup_objfile_from_block
4326 and exp_uses_objfile instead of display_uses_solib_p.
4327 * solist.h (struct so_list) <objfile>: New comment.
4328 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
4329 * symtab.h (lookup_objfile_from_block): New declaration.
4330 (struct general_symbol_info) <obj_section>: Extend the comment.
4331
4332 2010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4333 Thiago Jung Bauermann <bauerman@br.ibm.com>
4334
4335 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
4336 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
4337 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
4338 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
4339 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
4340 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
4341 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
4342 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
4343 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
4344 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
4345 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
4346 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
4347 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
4348 Define, in case <ptrace.h> doesn't provide it.
4349 (booke_debug_info): New variable.
4350 (max_slots_number): Ditto.
4351 (hw_break_tuple): New struct.
4352 (thread_points): Ditto.
4353 (ppc_threads): New variable.
4354 (PPC_DEBUG_CURRENT_VERSION): New define.
4355 (have_ptrace_new_debug_booke): New function.
4356 (ppc_linux_check_watch_resources): Renamed to ...
4357 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
4358 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
4359 (booke_cmp_hw_point): New function.
4360 (booke_find_thread_points_by_tid): Ditto.
4361 (booke_insert_point): Ditto.
4362 (booke_remove_point): Ditto.
4363 (ppc_linux_insert_hw_breakpoint): Ditto.
4364 (ppc_linux_remove_hw_breakpoint): Ditto.
4365 (get_trigger_type): Ditto.
4366 (ppc_linux_insert_watchpoint): Handle BookE processors.
4367 (ppc_linux_remove_watchpoint): Ditto.
4368 (ppc_linux_new_thread): Ditto.
4369 (ppc_linux_thread_exit): New function..
4370 (ppc_linux_stopped_data_address): Handle BookE processors.
4371 (ppc_linux_watchpoint_addr_within_range): Ditto.
4372 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
4373 to_remove_hw_breakpoint fields of the target operations struct.
4374 Add observe for the thread_exit event.
4375
4376 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
4377
4378 * i386-linux-nat.c (regmap): Removed.
4379 (fetch_register): Replace regmap with
4380 i386_linux_gregset_reg_offset.
4381 (store_register): Likewise.
4382 (supply_gregset): Likewise.
4383 (fill_gregset): Likewise.
4384
4385 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
4386 global.
4387
4388 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
4389
4390 2010-04-22 Chris Moller <cmoller@redhat.com>
4391
4392 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
4393 method of popping recursion-detection stack with a method based on
4394 obstack_object_size(). (Similar to the PR9167 patch below, but for
4395 the static array obstack rather than the static member obstack.)
4396
4397 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
4398
4399 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
4400 (_initialize_amd64_linux_nat): Replace
4401 amd64_linux_gregset64_reg_offset with
4402 amd64_linux_gregset_reg_offset.
4403
4404 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
4405 global.
4406
4407 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
4408
4409 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4410
4411 PR stabs/11479.
4412 * stabsread.c (set_length_in_type_chain): New function.
4413 (read_struct_type): Call set_length_in_type_chain function.
4414 (read_enum_type): Idem.
4415
4416 2010-04-21 Stan Shebs <stan@codesourcery.com>
4417 Nathan Sidwell <nathan@codesourcery.com>
4418
4419 * tracepoint.c (trace_save): Open in binary mode.
4420
4421 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4422
4423 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
4424 fields.
4425 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
4426 builtin_char32 fields.
4427 * printcmd.c (decode_format): Set char size to '\0'
4428 for strings unless explicit size is given.
4429 (print_formatted): Correct calculation of NEXT_ADDRESS
4430 for 16 or 32 bit strings.
4431 (do_examine): Do not force byte size for strings.
4432 Use builtin_char16 and builtin_char32 types to display
4433 16 or 32 bit-wide strings.
4434 (x_command): Set LAST_SIZE to 'b' for string type.
4435
4436 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
4437
4438 PR corefiles/11523
4439 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
4440 XCR0 first.
4441
4442 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
4443 there is no .reg-xstate section.
4444 (i386_linux_core_read_description): Check XCR0 first.
4445
4446 2010-04-21 Mike Frysinger <vapier@gentoo.org>
4447
4448 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
4449 for len <= 8.
4450
4451 2010-04-21 Chris Moller <cmoller@redhat.com>
4452
4453 PR 9167
4454 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
4455 method of popping recursion-detection stack with a method based on
4456 obstack_object_size().
4457
4458 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
4459
4460 PR pascal/11492.
4461 * p-valprint.c (pascal_val_print): Fix default printing of integer
4462 arrays.
4463
4464 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
4465
4466 Fix compilation warning on gcc-4.1.2.
4467 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
4468 local variable`pc' to zero.
4469
4470 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4471
4472 Implement thread support with core files on alpha-tru64.
4473 * dec-thread.c (dec_thread_find_new_threads): New function,
4474 extracted from resync_thread_list.
4475 (resync_thread_list): Add OPS parameter. Replace extracted-out
4476 code by call to dec_thread_find_new_threads.
4477 (dec_thread_wait): Update call to resync_thread_list.
4478 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
4479
4480 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4481
4482 * ada-lang.c (value_pointer): New function.
4483 (make_array_descriptor): Call value_pointer to convert addresses to
4484 pointers.
4485
4486 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4487
4488 * rs6000-aix-tdep.c: #include exceptions.h.
4489 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
4490 while reading the memory at ADDR, then ADDR cannot be a function
4491 descriptor.
4492
4493 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4494
4495 * ada-typeprint.c (ada_print_typedef): New function.
4496 * ada-lang.h (ada_print_typedef): Add declaration.
4497 * ada-lang.c (ada_language_defn): set la_print_typdef field
4498 to ada_print_typedef.
4499
4500 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4501
4502 * procfs.c (procfs_address_to_host_pointer): Only define when used.
4503
4504 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4505
4506 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
4507 (iterate_over_mappings): Adjust function profile. Add declaration.
4508 (insert_dbx_link_bpt_in_region, info_mappings_callback):
4509 Adjust accordingly.
4510
4511 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4512
4513 * procfs.c (solib_mappings_callback): Move function up to avoid
4514 a compiler warning.
4515
4516 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4517
4518 * procfs.c (find_signalled_thread, find_stop_signal): Move
4519 these functions down to define them only when used.
4520
4521 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4522
4523 * valprint.c (common_val_print): Fix the value before extracting
4524 its contents.
4525 * ada-lang.c (ada_to_fixed_value): Make this function extern.
4526 * ada-lang.h (ada_to_fixed_value): New function declaration.
4527 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
4528 to avoid code duplication and fix a bug in the handling of
4529 fixed types contents.
4530
4531 2010-04-20 Tom Tromey <tromey@redhat.com>
4532
4533 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
4534 (read_partial_die): Likewise.
4535 (dwarf_attr_name): Likewise.
4536
4537 2010-04-20 Chris Moller <cmoller@redhat.com>
4538
4539 PR 10867
4540
4541 * cp-valprint.c (global): Adding new static array recursion
4542 detection obstack.
4543 (cp_print_value_fields, cp_print_static_field): Added new static
4544 array recursion detection code.
4545
4546 2010-04-20 Mark Kettenis <kettenis@gnu.org>
4547
4548 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
4549 general-purpose register set should be 68 instead of 144.
4550 (i386_linux_sse_regset_sections): Likewise.
4551 (i386_linux_avx_regset_sections): Likewise.
4552
4553 2010-04-20 Stan Shebs <stan@codesourcery.com>
4554 Nathan Sidwell <nathan@codesourcery.com>
4555
4556 * dwarf2loc.c (struct axs_var_loc): New struct.
4557 (dwarf2_tracepoint_var_loc): New function.
4558 (dwarf2_tracepoint_var_access): New function.
4559 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
4560 with DW_OP_piece.
4561 (locexpr_describe_location_piece): New function.
4562 (locexpr_describe_location_1): New function.
4563 (locexpr_describe_location): Call it, update signature.
4564 (loclist_describe_location): Rewrite to loop over locations,
4565 update signature.
4566 * symtab.h (struct symbol_computed_ops): Add address to
4567 describe_location arguments, return void.
4568 * printcmd.c (address_info): Get context PC, pass to computed
4569 location description.
4570 * tracepoint.c (scope_info): Ditto.
4571 * ax-gdb.c (trace_kludge): Export.
4572
4573 2010-04-20 Tom Tromey <tromey@redhat.com>
4574
4575 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
4576 (struct dwarf2_cie) <segment_size>: New field.
4577 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
4578 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
4579 DW_FORM_exprloc.
4580 (read_attribute_value): Handle DW_FORM_flag_present,
4581 DW_FORM_sec_offset, DW_FORM_exprloc.
4582 (dump_die_shallow): Likewise.
4583 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
4584 (dwarf2_const_value): Handle DW_FORM_exprloc.
4585 (attr_form_is_block): Likewise.
4586 (struct line_header) <maximum_ops_per_instruction>: New field.
4587 (dwarf_decode_line_header): Set new field.
4588 (dwarf_decode_lines): Handle new field.
4589
4590 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4591
4592 * f-exp.y: Add new production to recognize the `logical*8' type.
4593 (LOGICAL_S8_KEYWORD): New token.
4594 * f-lang.c (enum f_primitive_types)
4595 <f_primitive_type_logical_s8>: New field.
4596 (f_language_arch_info): Handling `logical*8' type.
4597 (build_fortran_types): Building `logical*8' type.
4598 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
4599
4600 2010-04-19 Doug Evans <dje@google.com>
4601
4602 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
4603 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
4604 (pipe_close): Ditto.
4605
4606 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4607
4608 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
4609
4610 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4611
4612 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
4613 type to void function.
4614
4615 2010-04-19 Stan Shebs <stan@codesourcery.com>
4616 Vladimir Prus <vladimir@codesourcery.com>
4617
4618 * tracepoint.c (tfind_1): Add missing newline, report exit from
4619 tfind mode as such.
4620 * target.c (update_current_target): Make default
4621 to_trace_find return -1.
4622
4623 2010-04-19 Mike Frysinger <vapier@gentoo.org>
4624
4625 * objc-lang.c (find_methods): Move symname check up.
4626
4627 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4628
4629 * ada-lang.c (print_recreate_exception)
4630 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
4631 not "catch unhandled".
4632
4633 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4634
4635 PR breakpoints/8554.
4636
4637 Implement `save-breakpoints'.
4638
4639 * breakpoint.c (save_cmdlist): New.
4640 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
4641 to save_cmdlist.
4642 (print_recreate_catch_fork): New.
4643 (catch_fork_breakpoint_ops): Install it.
4644 (print_recreate_catch_vfork): New.
4645 (catch_vfork_breakpoint_ops): Install it.
4646 (print_recreate_catch_syscall): New.
4647 (catch_syscall_breakpoint_ops): Install it.
4648 (print_recreate_catch_exec): New.
4649 (catch_exec_breakpoint_ops): Install it.
4650 (print_recreate_exception_catchpoint): New.
4651 (gnu_v3_exception_catchpoint_ops): Install it.
4652 (save_breakpoints): New, based on tracepoint_save_command, but
4653 handle all breakpoint types.
4654 (save_breakpoints_command): New.
4655 (tracepoint_save_command): Rename to...
4656 (save_tracepoints_command): ... this, and reimplement using
4657 save_breakpoints.
4658 (save_command): New.
4659 (_initialize_breakpoints): Install the "save" command prefix.
4660 Install the "save breakpoints" command. Make "save-tracepoints" a
4661 deprecated alias for "save tracepoints".
4662 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
4663 * ada-lang.c (print_recreate_exception): New.
4664 (print_recreate_catch_exception): New.
4665 (catch_exception_breakpoint_ops): Install it.
4666 (print_recreate_catch_exception_unhandled): New.
4667 (catch_exception_unhandled_breakpoint_ops): Install it.
4668 (print_recreate_catch_assert): New.
4669 (catch_assert_breakpoint_ops): Install it.
4670
4671 * NEWS: Mention the new `save breakpoints' command. Mention the
4672 new `save tracepoints' alias and that `save-tracepoints' is now
4673 deprecated.
4674
4675 2010-04-18 Pedro Alves <pedro@codesourcery.com>
4676
4677 PR tui/9217
4678
4679 * tui/tui-out.c: Include cli-out.h.
4680 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
4681 (tui_begin, tui_end, tui_field_int, tui_field_skip)
4682 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
4683 (tui_message, tui_wrap_hint, tui_flush): Delete forward
4684 declarations.
4685 (struct ui_out_data): Rename to...
4686 (struct tui_ui_out_data): ... this. Remove `stream' and
4687 `suppress_output' fields, and inherit cli_ui_out_data.
4688 (tui_out_data): New typedef.
4689 (tui_ui_out_impl): Don't initialize fields staticaly.
4690 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
4691 (tui_begin, tui_end): Delete.
4692 (tui_field_int): Adjust to delegate most work to the base type.
4693 (tui_field_skip): Delete.
4694 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
4695 delegate most work to the base type.
4696 (tui_spaces): Delete.
4697 (tui_text): Adjust to delegate most work to the base type.
4698 (tui_message): Delete.
4699 (tui_wrap_hint): Delete.
4700 (tui_flush): Delete.
4701 (out_field_fmt): Delete.
4702 (field_separator): Delete.
4703 (tui_out_new): Adjust to initialize the base type.
4704 (_initialize_tui_out): Initialize tui_ui_out_impl.
4705 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
4706 cli_ui_out_data.
4707 (cli_out_data): Adjust.
4708 (cli_ui_out_impl): Make extern.
4709 (cli_table_header, cli_field_int, cli_field_skip): Use
4710 uo_field_string instead of cli_field_string.
4711 (cli_redirect): Adjust to use cli_out_data.
4712 (cli_out_data_ctor): New.
4713 (cli_out_new): Use it.
4714 * cli-out.h (struct ui_file): Remove forward declaration.
4715 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
4716 (cli_ui_out_impl): Declare.
4717 (cli_out_data_ctor): Declare.
4718 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
4719 (uo_field_string): No longer static.
4720 (ui_out_data): Change return type to void pointer.
4721 (ui_out_new): Change `data' parameter type to void pointer.
4722 * ui-out.h (struct ui_out_data): Don't forward declare.
4723 (ui_out_data): Change return type to void pointer.
4724 (ui_out_new): Change `data' parameter type to void pointer.
4725 (uo_field_string): Declare.
4726
4727 2010-04-17 Pedro Alves <pedro@codesourcery.com>
4728
4729 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
4730 instead of always false.
4731
4732 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
4733
4734 PR corefiles/11511
4735 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
4736 orig_rax.
4737
4738 2010-04-17 Pedro Alves <pedro@codesourcery.com>
4739
4740 * breakpoint.c (watchpoints_triggered): Use
4741 is_hardware_watchpoint.
4742 (watchpoints_triggered): Ditto.
4743 (bpstat_check_location): Use is_watchpoint and
4744 is_hardware_watchpoint.
4745 (bpstat_check_watchpoint): Use is_watchpoint and
4746 is_hardware_watchpoint.
4747 (bpstat_stop_status): Fix comment.
4748 (user_settable_breakpoint): Use is_watchpoint.
4749 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
4750 (disable_watchpoints_before_interactive_call_start): Use
4751 is_watchpoint.
4752 (enable_watchpoints_after_interactive_call_stop): Use
4753 is_watchpoint.
4754 (clear_command): Use is_watchpoint.
4755 (do_enable_breakpoint): Use is_watchpoint.
4756
4757 2010-04-16 Mike Frysinger <vapier@gentoo.org>
4758
4759 * solib-frv.c (enable_break1_done): Delete.
4760 (enable_break2): Do not check enable_break1_done. Move the
4761 enable_break2_done setting and call to
4762 remove_solib_event_breakpoints() to the end. Return without
4763 warning when the contents of _dl_debug_addr are 0.
4764 (enable_break): Do not set enable_break1_done.
4765 (frv_clear_solib): Likewise.
4766
4767 2010-04-16 Kevin Buettner <kevinb@redhat.com>
4768
4769 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
4770 instead of an error if no PLT entry is found. Return a
4771 potentially useful result.
4772 (m32c_m16c_pointer_to_address): Add code to search for function
4773 address when no .plt entry is found.
4774
4775 2010-04-16 Stan Shebs <stan@codesourcery.com>
4776
4777 * tracepoint.c (trace_variable_command): Run a cleanup.
4778
4779 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4780
4781 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
4782
4783 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4784
4785 Support for Windows OS Thread Information Block.
4786 * NEWS: Document new feature.
4787 * remote.c (PACKET_qGetTIBAddr): New enum element.
4788 (remote_get_tib_address): New function.
4789 (init_remote_ops): Set to_get_tib_address field
4790 to remote_get_tib_address.
4791 (_initialize_remote): Add add_packet_config_cmd
4792 for PACKET_qGetTIBAddr.
4793 * target.c (update_current_target): Set default value for
4794 new to_get_tib_address field.
4795 * target.h (target_ops): New field to_get_tib_address.
4796 (target_get_tib_address): New macro.
4797 * windows-nat.c (thread_info): Add thread_local_base field.
4798 (windows_add_thread): Add tlb argument of type 'void *'.
4799 (fake_create_process): Adapt windows_add_thread call.
4800 (get_windows_debug_event): Idem.
4801 (windows_get_tib_address): New function.
4802 (init_windows_ops): Set to_get_tib_address field
4803 to remote_get_tib_address.
4804 (_initialize_windows_nat): Replace info_w32_cmdlist
4805 initialization by a call to init_w32_command_list.
4806 (info_w32_command, info_w32_cmdlist): Removed from here...
4807 to windows-tdep.c file.
4808 * windows-tdep.h (info_w32_cmdlist): Declare.
4809 (init_w32_command_list): New external function
4810 declaration.
4811 * windows-tdep.c: Add several headers.
4812 (info_w32_cmdlist): to here, made global.
4813 (thread_information_32): New struct.
4814 (thread_information_64): New struct.
4815 (TIB_NAME): New char array.
4816 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
4817 (maint_display_all_tib): New static variable.
4818 (windows_get_tlb_type): New function.
4819 (tlb_value_read, tlb_value_write): New functions.
4820 (tlb_value_funcs): New static struct.
4821 (tlb_make_value): New function.
4822 (display_one_tib): New function.
4823 (display_tib): New function.
4824 (show_maint_show_all_tib):New function.
4825 (info_w32_command): Moved from windows-nat.c.
4826 (init_w32_command_list): New function.
4827 (_initialize_windows_tdep): New function.
4828 New "maint set/show show-all-tib" command
4829 New "$_tlb" internal variable.
4830
4831 2010-04-16 Joel Brobecker <brobecker@adacore.com>
4832
4833 * tui/tui-regs.c (tui_display_register): Add comment about
4834 a couple of casts.
4835 * tui/tui-stack.c (tui_show_locator_content): Ditto.
4836
4837 2010-04-15 Stan Shebs <stan@codesourcery.com>
4838
4839 * frame.c: Include tracepoint.h.
4840 (get_current_frame): Allow a trace frame to be an alternate source
4841 of stack frame data.
4842 * tracepoint.c (tfind_1): Don't try to get current stack frame if
4843 it won't succeed.
4844
4845 2010-04-15 Pedro Alves <pedro@codesourcery.com>
4846
4847 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
4848 flags.
4849 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
4850
4851 2010-04-15 Doug Evans <dje@google.com>
4852
4853 * NEWS: Add entry for python program space support.
4854 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
4855 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
4856 (py-progspace.o): New rule.
4857 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
4858 function.
4859 (find_pretty_printer_from_progspace): New function.
4860 (find_pretty_printer_from_gdb): New function.
4861 (find_pretty_printer): Rewrite.
4862 * python/py-progspace.c: New file.
4863 * python/python-internal.h (program_space): Add forward decl.
4864 (pspace_to_pspace_object, pspy_get_printers): Declare.
4865 (gdbpy_initialize_pspace): Declare.
4866 * python/python.c: #include "progspace.h".
4867 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
4868 (_initialize_python): Call gdbpy_initialize_pspace.
4869 (GdbMethods): Add current_progspace, progspaces.
4870
4871 Add -s option to source command.
4872 * NEWS: Document new option.
4873 * cli/cli-cmds.c (find_and_open_script): Add function comment.
4874 Delete from_tty and cleanupp args. Split filep arg into file and
4875 full_pathp. New arg search_path.
4876 (source_script_from_stream): New function.
4877 (source_script_with_search): New function.
4878 (source_script): Rewrite.
4879 (source_command): Parse "-s" option.
4880 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
4881 * python/python.c (source_python_script): Make file arg a const char *.
4882 Don't call fclose, leave for caller.
4883 * python/python.h (source_python_script): Update.
4884
4885 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
4886 Pedro Alves <pedro@codesourcery.com>
4887
4888 Avoid rereading shared libraries that haven't changed.
4889
4890 * solib.c (free_so_symbols): New function, from ...
4891 (free_so): ... here. Call it.
4892 (solib_read_symbols): Don't warn here if symbols have already been
4893 loaded.
4894 (solib_add): Warn here instead, if a pattern was specified.
4895 (reload_shared_libraries_1): New.
4896 (reload_shared_libraries): Rewrite to not fetch the library list.
4897
4898 2010-04-14 Doug Evans <dje@google.com>
4899
4900 * source.c (openp): Strip DOS drive letter if present before
4901 concatenating string to search path.
4902
4903 2010-04-14 Pedro Alves <pedro@codesourcery.com>
4904
4905 * objfiles.h (gdb_bfd_close_or_warn): Declare.
4906 * objfiles.c (gdb_bfd_close_or_warn): New.
4907 * corelow.c: Include objfiles.h
4908 (core_close): Use gdb_bfd_close_or_warn.
4909 * elfread.c (build_id_verify): Ditto.
4910 * exec.c (exec_close, exec_close_1): Ditto.
4911
4912 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
4913 Pedro Alves <pedro@codesourcery.com>
4914
4915 Group errors for many missing shared libraries.
4916
4917 * solist.h (struct so_list): Remove from_tty.
4918 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
4919 (solib_map_sections): Take so_list argument. Return 0 if we
4920 failed to open a BFD. Add target sections here.
4921 (symbol_add_stub): Delete.
4922 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
4923 not from_tty copied from the so_list. Don't warn a second time
4924 for a missing library.
4925 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
4926 add to the section table here. Print out a single warning for all
4927 missing libraries.
4928 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
4929 flags.
4930
4931 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4932
4933 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
4934 error/warning messages. Capitalize and use complete sentences.
4935 (blpy_block_syms_iternext): Likewise.
4936 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
4937 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
4938 (frame_info_to_frame_object, frapy_read_var)
4939 (gdbpy_frame_stop_reason_string): Likewise.
4940 * python/py-lazy-string.c (stpy_convert_to_value)
4941 (gdbpy_create_lazy_string_object): Likewise.
4942 * python/py-objfile.c (objfpy_set_printers): Likewise.
4943 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
4944 * python/python.c (parameter_to_python): Likewise.
4945 * python/py-type.c (typy_range, typy_target): Likewise.
4946 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
4947 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
4948
4949
4950 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4951
4952 PR python/11381
4953
4954 * python/py-prettyprint.c (pretty_print_one_value): Test for
4955 Py_None.
4956 (print_string_repr): Test for Py_None. Set flags accordingly.
4957 Return value depending on return type.
4958 (print_children): Take a value indicating whether data was printed
4959 before this function was called. Alter output accordingly.
4960 (apply_val_pretty_printer): Capture return value from
4961 print_string_repr and pass to print_children.
4962
4963 2010-04-13 Mark Kettenis <kettenis@gnu.org>
4964
4965 PR corefiles/11481
4966 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
4967 register note sections.
4968 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
4969 New variables.
4970 (i386_linux_init_abi): Install list of supported register note
4971 sections that matches the target description.
4972
4973 2010-04-13 Pedro Alves <pedro@codesourcery.com>
4974
4975 * remote.c (remote_get_noisy_reply): Don't error out on empty
4976 replies.
4977 (remote_start_remote): Update and merge tracepoints and trace
4978 state variables as long as the target supports tracepoints.
4979 (remote_trace_init): Fix prototype.
4980 (remote_download_trace_state_variable): Validate reply.
4981 (remote_trace_set_readonly_regions): Fix prototype.
4982 (remote_trace_start): Fix prototype. Check for empty reply.
4983 (remote_get_trace_status): Small cleanup.
4984 (remote_trace_stop): Fix prototype. Check for empty reply.
4985 (remote_trace_find): Check for empty reply.
4986 (remote_save_trace_data): Validate reply.
4987 (remote_set_disconnected_tracing): Check for empty reply, and
4988 validate reply.
4989 (remote_set_circular_trace_buffer): Ditto.
4990
4991 2010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
4992
4993 Suppress unused value warning during compilation.
4994 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
4995 calls to void.
4996 * tui/tui-stack.c (tui_show_locator_content): Likewise.
4997
4998 2010-04-12 Stan Shebs <stan@codesourcery.com>
4999
5000 * tracepoint.c (tfile_xfer_partial): Check read result.
5001
5002 2010-04-12 Mike Frysinger <vapier@gentoo.org>
5003
5004 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
5005 * remote-sim.c (gdbsim_files_info): Likewise.
5006
5007 2010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5008
5009 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
5010 * arm-linux-nat.c (arm_linux_vfp_register_count): New
5011 variable.
5012 (fetch_vfp_registers): New function to fetch VFP registers.
5013 (store_vfp_registers): New function to store VFP registers.
5014 (arm_linux_fetch_inferior_registers): Add support for VFP
5015 registers.
5016 (arm_linux_store_inferior_registers): Likewise.
5017 (arm_linux_read_description): Likewise.
5018 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
5019 until we need it.
5020
5021 2010-04-11 H.J. Lu <hongjiu.lu@intel.com>
5022
5023 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
5024 tdep.
5025 (amd64_collect_xstateregset): Likewise.
5026
5027 2010-04-09 Stan Shebs <stan@codesourcery.com>
5028
5029 * tracepoint.c (trace_status_mi): Report frames created.
5030
5031 * tracepoint.c (trace_dump_command): Include default-collect
5032 expressions.
5033
5034 2010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
5035
5036 * symtab.c (find_function_start_sal): Never return SAL pointing
5037 before function start address, even if line info is missing.
5038
5039 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5040
5041 * NEWS: Mention tracepoints support.
5042
5043 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5044
5045 * tracepoint.c (trace_status_mi): Report disconnected tracing and
5046 circular trace buffer statuses.
5047
5048 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5049
5050 * config/djgpp/fnchange.lst: Fix typo in translations for
5051 symbol-without-target_section.exp and symbol-without-target_section.c.
5052
5053 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5054
5055 * breakpoint.c (condition_command): Pass condition expression to
5056 set_breakpoint_condition stripped from breakpoint number.
5057
5058 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5059 Thiago Jung Bauermann <bauerman@br.ibm.com>
5060 Tom Tromey <tromey@redhat.com>
5061
5062 * breakpoint.c (condition_command): Simplify. Move condition
5063 setting code to ...
5064 (set_breakpoint_condition): ... here. New function.
5065 * breakpoint.h (set_breakpoint_condition): Declare.
5066 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
5067 (SUBDIR_PYTHON_SRCS): Likewise.
5068 (py-breakpoint.o): New rule.
5069 * python/py-breakpoint.c: New file.
5070 * python/python-internal.h (gdbpy_breakpoints)
5071 (gdbpy_initialize_breakpoints): Declare.
5072 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
5073
5074 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5075
5076 * regformats/regdat.sh: Include server.h. Don't include
5077 regcache.h.
5078
5079 2010-04-08 Stan Shebs <stan@codesourcery.com>
5080 Pedro Alves <pedro@codesourcery.com>
5081
5082 * tracepoint.h (struct trace_status): New fields disconnected_tracing
5083 and circular_buffer.
5084 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
5085 * tracepoint.c (trace_status_command): Display target's status for
5086 disconnected tracing and circular buffer.
5087 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
5088 query for non-disconnected-tracing case, remove the stop_tracing
5089 call.
5090 (tfile_open): Clear disconnected and circular buffer status.
5091 (trace_save): Save disconnected and circular buffer status.
5092 (parse_trace_status): Parse disconnected and circular buffer status,
5093 also recognize disconnected as a stop reason.
5094 * remote.c (remote_set_disconnected_tracing): Only set
5095 QTDisconnected if the remote end supports disconnected tracing.
5096 Warn otherwise, if trying to enable disconnected tracing.
5097 * infcmd.c (detach_command): Update disconnect_tracing call.
5098 * cli/cli-cmds.c (quit_command): Ditto.
5099
5100 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5101
5102 * i387-tdep.c (i387_collect_xsave): Replace abort with
5103 internal_error.
5104
5105 2010-04-08 Stan Shebs <stan@codesourcery.com>
5106
5107 * breakpoint.c (default_collect_info): New function.
5108 (breakpoints_info): Call it.
5109 (maintenance_info_breakpoints): Ditto.
5110 (tracepoints_info): Ditto.
5111
5112 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5113
5114 * i387-tdep.c (i387_collect_xsave): Re-indent.
5115
5116 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5117
5118 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
5119 if HAVE_PTRACE_GETFPXREGS is defined.
5120 (i386_linux_read_description): Set have_ptrace_getfpxregs and
5121 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
5122
5123 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
5124 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
5125 if .reg-xfp section doesn't exist.
5126 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
5127
5128 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
5129
5130 * i386-tdep.c: Include "features/i386/i386-mmx.c".
5131 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
5132 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
5133 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
5134 (i386_gdbarch_init): Update comments.
5135 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
5136
5137 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
5138
5139 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
5140
5141 * features/Makefile (i386/i386-mmx-expedite): New.
5142 (i386/i386-mmx-linux-expedite): Likewise.
5143 ($(outdir)/i386/i386-mmx.dat): Likewise.
5144 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
5145
5146 * features/i386/i386-mmx-linux.c: New.
5147 * features/i386/i386-mmx-linux.xml: Likewise.
5148 * features/i386/i386-mmx.c: Likewise.
5149 * features/i386/i386-mmx.xml: Likewise.
5150 * regformats/i386/i386-mmx-linux.dat: Likewise.
5151 * regformats/i386/i386-mmx.dat: Likewise.
5152
5153 * features/Makefile (WHICH): Add i386/i386-mmx and
5154 i386/i386-mmx-linux.
5155
5156 2010-04-08 Doug Evans <dje@google.com>
5157
5158 * source.c (openp): Skip $cdir in PATH.
5159
5160 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
5161
5162 PR python/11417
5163 * python/py-lazy-string.c (stpy_convert_to_value): Check for
5164 a NULL address.
5165 (gdbpy_create_lazy_string_object): Allow strings with a NULL
5166 address and a zero length.
5167
5168 2010-04-08 Hui Zhu <teawater@gmail.com>
5169
5170 * i386-tdep.c (i386_process_record): Add support for insn
5171 rdtsc.
5172
5173 2010-04-07 Doug Evans <dje@google.com>
5174
5175 * python/python.c (source_python_script): Use ensure_python_env
5176 to prepare environment for script.
5177
5178 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
5179
5180 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
5181 <sys/uio.h> and "i386-xstate.h".
5182 (PTRACE_GETREGSET): New.
5183 (PTRACE_SETREGSET): Likewise.
5184 (have_ptrace_getregset): Likewise.
5185 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
5186 registers.
5187 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
5188 registers.
5189 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
5190 (amd64_linux_store_inferior_registers): Likewise.
5191 (amd64_linux_read_description): Check and enable AVX target
5192 descriptions.
5193
5194 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
5195 and "features/i386/amd64-avx-linux.c".
5196 (amd64_linux_regset_sections): New.
5197 (amd64_linux_core_read_description): Check and enable AVX
5198 target description.
5199 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
5200 set_gdbarch_core_regset_sections.
5201 (_initialize_amd64_linux_tdep): Call
5202 initialize_tdesc_amd64_avx_linux.
5203
5204 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
5205 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
5206 (tdesc_amd64_avx_linux): New.
5207 (amd64_linux_update_xstateregset): Likewise.
5208
5209 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
5210 (amd64_ymm_names): New.
5211 (amd64_ymmh_names): Likewise.
5212 (amd64_register_name): Likewise.
5213 (amd64_supply_xstateregset): Likewise.
5214 (amd64_collect_xstateregset): Likewise.
5215 (amd64_supply_xsave): Likewise.
5216 (amd64_collect_xsave): Likewise.
5217 (AMD64_NUM_REGS): Removed.
5218 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
5219 %xmmN if AVX is available.
5220 (amd64_pseudo_register_name): Support pseudo YMM registers.
5221 (amd64_regset_from_core_section): Support .reg-xstate section.
5222 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
5223 and ymm0h_regnum. Call set_gdbarch_register_name.
5224 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
5225
5226 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
5227 AMD64_YMM15H_REGNUM.
5228 (AMD64_NUM_REGS): New.
5229 (amd64_supply_xsave): Likewise.
5230 (amd64_collect_xsave): Likewise.
5231 (amd64_register_name): Removed.
5232 (amd64_register_type): Likewise.
5233
5234 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
5235
5236 * i387-tdep.c: Include "i386-xstate.h".
5237 (XSAVE_XSTATE_BV_ADDR): New.
5238 (xsave_avxh_offset): Likewise.
5239 (XSAVE_AVXH_ADDR): Likewise.
5240 (i387_supply_xsave): Likewise.
5241 (i387_collect_xsave): Likewise.
5242
5243 * i387-tdep.h (I387_NUM_YMM_REGS): New.
5244 (I387_YMM0H_REGNUM): Likewise.
5245 (I387_YMMENDH_REGNUM): Likewise.
5246 (i387_supply_xsave): Likewise.
5247 (i387_collect_xsave): Likewise.
5248
5249 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
5250
5251 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
5252 <sys/uio.h> and "i386-xstate.h".
5253 (PTRACE_GETREGSET): New.
5254 (PTRACE_SETREGSET): Likewise.
5255 (fetch_xstateregs): Likewise.
5256 (store_xstateregs): Likewise.
5257 (GETXSTATEREGS_SUPPLIES): Likewise.
5258 (regmap): Include 8 upper YMM registers.
5259 (i386_linux_fetch_inferior_registers): Support XSAVE extended
5260 state.
5261 (i386_linux_store_inferior_registers): Likewise.
5262 (i386_linux_read_description): Check and enable AVX target
5263 descriptions.
5264
5265 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
5266 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
5267 (i386_linux_regset_sections): Add ".reg-xstate".
5268 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
5269 (i386_linux_core_read_xcr0): New.
5270 (i386_linux_core_read_description): Check and enable AVX target
5271 description.
5272 (i386_linux_init_abi): Set xsave_xcr0_offset.
5273 (_initialize_i386_linux_tdep): Call
5274 initialize_tdesc_i386_avx_linux.
5275
5276 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
5277 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
5278 (i386_linux_core_read_xcr0): New.
5279 (tdesc_i386_avx_linux): Likewise.
5280 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
5281
5282 * i386-tdep.c: Include "i386-xstate.h" and
5283 "features/i386/i386-avx.c".
5284 (i386_ymm_names): New.
5285 (i386_ymmh_names): Likewise.
5286 (i386_ymmh_regnum_p): Likewise.
5287 (i386_ymm_regnum_p): Likewise.
5288 (i386_xmm_regnum_p): Likewise.
5289 (i386_register_name): Likewise.
5290 (i386_ymm_type): Likewise.
5291 (i386_supply_xstateregset): Likewise.
5292 (i386_collect_xstateregset): Likewise.
5293 (i386_sse_regnum_p): Removed.
5294 (i386_pseudo_register_name): Support pseudo YMM registers.
5295 (i386_pseudo_register_type): Likewise.
5296 (i386_pseudo_register_read): Likewise.
5297 (i386_pseudo_register_write): Likewise.
5298 (i386_dbx_reg_to_regnum): Return %ymmN register number for
5299 %xmmN if AVX is available.
5300 (i386_regset_from_core_section): Support .reg-xstate section.
5301 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
5302 (i386_process_record): Replace i386_sse_regnum_p with
5303 i386_xmm_regnum_p.
5304 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
5305 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
5306 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
5307 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
5308 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
5309 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
5310 Set ymm0_regnum.
5311 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
5312
5313 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
5314 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
5315 i386_ymm_type.
5316 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
5317 (I386_AVX_NUM_REGS): New.
5318 (i386_xmm_regnum_p): Likewise.
5319 (i386_ymm_regnum_p): Likewise.
5320 (i386_ymmh_regnum_p): Likewise.
5321
5322 * common/i386-xstate.h: New.
5323
5324 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
5325
5326 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
5327
5328 * features/Makefile (WHICH): Add i386/i386-avx,
5329 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
5330 (i386/i386-avx-expedite): New.
5331 (i386/i386-avx-linux-expedite): Likewise.
5332 (i386/x86-64-avx-expedite):Likewise.
5333 (i386/x86-64-avx-linux-expedite): Likewise.
5334 ($(outdir)/i386/i386-avx.dat): New dependency.
5335 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
5336 ($(outdir)/i386/x86-avx-64.dat): Likewise.
5337 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
5338
5339 * features/i386/32bit-avx.xml: New.
5340 * features/i386/64bit-avx.xml: Likewise.
5341 * features/i386/i386-avx-linux.c: Likewise.
5342 * features/i386/i386-avx-linux.xml: Likewise.
5343 * features/i386/i386-avx.c: Likewise.
5344 * features/i386/i386-avx.xml: Likewise.
5345 * features/i386/x86-64-avx-linux.c: Likewise.
5346 * features/i386/x86-64-avx-linux.xml: Likewise.
5347 * features/i386/x86-64-avx.c: Likewise.
5348 * features/i386/x86-64-avx.xml: Likewise.
5349 * regformats/i386/i386-avx-linux.dat: Likewise.
5350 * regformats/i386/i386-avx.dat: Likewise.
5351 * regformats/i386/x86-64-avx-linux.dat: Likewise.
5352 * regformats/i386/x86-64-avx.dat: Likewise.
5353
5354 2010-04-07 Doug Evans <dje@google.com>
5355
5356 * top.c (source_file_name): Make const char *.
5357 * top.h (source_file_name): Update.
5358 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
5359 const char *.
5360 (script_from_file): Change `file' arg to const char *.
5361 * cli/cli-script.h (script_from_file): Update.
5362
5363 2010-04-06 Doug Evans <dje@google.com>
5364
5365 * cli/cli-cmds.c (source_command): Run cleanups.
5366
5367 2010-04-06 Stan Shebs <stan@codesourcery.com>
5368
5369 * defs.h (char_ptr): Move typedef here from...
5370 * ada-lang.c (char_ptr): Remove.
5371 * charset.c (char_ptr): Remove.
5372 * tracepoint.h (struct uploaded_string): Remove.
5373 (struct uploaded_tp): Use vectors for string arrays.
5374 * tracepoint.c (trace_save): Use vectors of actions.
5375 (parse_tracepoint_definition): Ditto.
5376 (get_uploaded_tp): Clear vectors.
5377 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
5378 (next_cmd): Change to an int.
5379 (read_next_cmd): Use vector of command strings.
5380
5381 2010-04-06 Doug Evans <dje@google.com>
5382
5383 * top.h (source_script, cd_command): Delete.
5384 * main.c: #include "cli/cli-cmds.h"
5385
5386 2010-04-06 Kevin Buettner <kevinb@redhat.com>
5387
5388 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
5389 type in bytes, not bits.
5390
5391 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
5392
5393 * stabsread.c (define_symbol): Add support for char
5394 and string constants.
5395
5396 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
5397
5398 Remove remaining "%ll" uses.
5399 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
5400 hex_string call.
5401 * rs6000-nat.c (rs6000_ptrace64): Idem.
5402 * solib-pa64.c (pa64_current_sos): Idem.
5403 * solib-spu.c (spu_current_sos): Idem.
5404 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
5405 plongest call.
5406 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
5407 phex (VAR, 8) call.
5408 * sh64-tdep.c (sh64_show_media_regs): Idem.
5409
5410 2010-04-05 Stan Shebs <stan@codesourcery.com>
5411
5412 * tracepoint.c: Include gdbcore.h.
5413 (tfile_xfer_partial): Return partial results, also try reading
5414 from executable.
5415 (tfile_has_all_memory): New function.
5416 (init_tfile_ops): Use it.
5417
5418 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5419
5420 PR gdb/10736:
5421 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
5422 the changes in data-directory.
5423 (init_sysinfo): Reload the syscall XML file if the data-directory
5424 has changed.
5425
5426 2010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5427
5428 Code cleanup.
5429 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
5430
5431 2010-04-04 Stan Shebs <stan@codesourcery.com>
5432 Nathan Sidwell <nathan@codesourcery.com>
5433
5434 * breakpoint.c (breakpoint_1): Add filter argument, return number of
5435 breakpoints printed.
5436 (is_hardware_watchpoint): Make argument const.
5437 (is_watchpoint): Ditto.
5438 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
5439 use it everywhere.
5440 (breakpoints_info): Pass NULL to breakpoint_1.
5441 (maintenance_info_breakpoints): Ditto.
5442 (watchpoints_info): New function.
5443 (tracepoints_info): Use breakpoint_1 filter.
5444 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
5445 (_initialize_breakpoint): Make "info watchpoints" its own command.
5446 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
5447 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
5448
5449 2010-04-04 Stan Shebs <stan@codesourcery.com>
5450
5451 * tracepoint.c (tfile_fetch_registers): Add fallback case.
5452
5453 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5454
5455 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
5456 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
5457
5458 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5459
5460 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
5461 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
5462
5463 2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5464
5465 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
5466 code form.
5467
5468 2010-04-02 Hui Zhu <teawater@gmail.com>
5469
5470 * i386-tdep.c (OT_DQUAD): New enum.
5471 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
5472 SSE3, SSSE3 and SSE4.
5473
5474 2010-04-02 Hui Zhu <teawater@gmail.com>
5475
5476 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
5477 "*addr = 0".
5478
5479 2010-04-02 Pedro Alves <pedro@codesourcery.com>
5480
5481 * tracepoint.c (trace_dump_actions): New, factored out from
5482 trace_dump_command, and adjusted to recurse into while-stepping's
5483 action list.
5484 (trace_dump_command): Use it.
5485
5486 2010-04-02 Pedro Alves <pedro@codesourcery.com>
5487
5488 * breakpoint.h (struct counted_command_line): Moved definition to
5489 breakpoint.c, and forward declare.
5490 (breakpoint_commands): Declare.
5491 * breakpoint.c (struct counted_command_line): Moved here.
5492 (breakpoint_commands): New.
5493 * tracepoint.c (encode_actions): Use breakpoint_commands.
5494 * remote.c (remote_download_tracepoint): Ditto.
5495
5496 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
5497
5498 * remote.c (remote_parse_stop_reply): Use hex_string instead
5499 of phex_nz for error.
5500
5501 2010-04-01 Stan Shebs <stan@codesourcery.com>
5502 Nathan Sidwell <nathan@codesourcery.com>
5503
5504 * tracepoint.h (enum actionline_type): Remove.
5505 (validate_actionline): Change return to void.
5506 * tracepoint.c (report_agent_reqs_errors): New function.
5507 (validate_actionline): Call it, change return to void, report errors
5508 more consistently.
5509 (collect_symbol): Call report_agent_reqs_errors.
5510 (encode_actions_1): Ditto.
5511 (encode_actions): Don't expect a result from validate_actionline.
5512
5513 2010-04-01 Stan Shebs <stan@codesourcery.com>
5514
5515 * tracepoint.c (trace_start_command): Confirm if trace is running.
5516 (trace_stop_command): Error if trace not running.
5517
5518 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
5519
5520 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
5521 (AMD64_NUM_LOWER_BYTE_REGS): New.
5522 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
5523 (amd64_pseudo_register_write): Likewise.
5524 (amd64_init_abi): Set num_byte_regs to 20.
5525
5526 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5527
5528 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
5529 (prev_breakpoint_count): New.
5530 (set_breakpoint_count): Adjust.
5531 (rbreak_start_breakpoint_count): New.
5532 (start_rbreak_breakpoints): Adjust.
5533 (end_rbreak_breakpoints): Adjust.
5534 (struct commands_info) <arg>: New field.
5535 (do_map_commands_command): Tweak output to include breakpoint spec
5536 range.
5537 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
5538 ARG was empty on entry. Set INFO's arg.
5539 (create_breakpoint): Adjust.
5540
5541 * NEWS: Clarify `commands' changes.
5542
5543 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5544
5545 * tracepoint.c: Include stack.h.
5546 (struct add_local_symbols_data): New.
5547 (do_collect_symbol): New.
5548 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
5549 iterate_over_block_local_vars.
5550 * stack.c (print_block_frame_locals): Rewrite as ...
5551 (iterate_over_block_locals): ... this. Take a callback function
5552 pointer and generic data pointer, and call that instead of
5553 print_variable_and_value.
5554 (struct print_variable_and_value_data): New.
5555 (do_print_variable_and_value): New.
5556 (iterate_over_block_local_vars): New, abstracted out from
5557 print_frame_local_vars.
5558 (print_frame_local_vars): Rewrite using
5559 iterate_over_block_local_vars.
5560 (iterate_over_block_arg_vars): New, abstracted out from
5561 print_frame_arg_vars.
5562 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
5563 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
5564 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
5565
5566 2010-03-31 Richard Earnshaw <rearnsha@arm.com>
5567
5568 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
5569 instructions. Use the PC+4 if the base of the TBB or TBH is the
5570 PC register.
5571
5572 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5573
5574 Fix crash on reading wrong function declaration DWARF.
5575 * dwarf2read.c (read_subroutine_type): New variable void_type.
5576 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
5577 more close to their use.
5578
5579 2010-03-31 Stan Shebs <stan@codesourcery.com>
5580
5581 * breakpoint.c (tracepoint_save_command): Include variables,
5582 conditionals, tracepoint types, and default-collect.
5583 * tracepoint.c (save_trace_state_variables): New function.
5584 * tracepoint.h (save_trace_state_variables): Declare it.
5585
5586 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
5587
5588 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
5589
5590 2010-03-30 Keith Seitz <keiths@redhat.com>
5591
5592 * c-typeprint.c (c_type_print_args): Don't print "void"
5593 for java, regardless of whether it is TYPE_PROTOTYPED.
5594 Use the passed-in language instead of current_language.
5595 (c_type_print_varspec_suffix): Use current_language instead
5596 of assuming language_c.
5597 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
5598 any return type specifier from the physname.
5599
5600 2010-03-30 Pedro Alves <pedro@codesourcery.com>
5601
5602 * tui/tui-interp.c (tui_is_toplevel): New.
5603 (tui_init): Set it.
5604 (tui_allowed_p): New.
5605 * tui/tui.c (tui_enable): Check if the TUI is allowed before
5606 enabling it.
5607 * tui/tui.h (tui_allowed_p): Declare.
5608
5609 2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
5610
5611 * serial.h: Include winsock2.h before windows.h.
5612
5613 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5614
5615 * NEWS: Mention xmlRegisters= in qSupported packet.
5616
5617 * i386-tdep.c: Include "remote.h".
5618 (_initialize_i386_tdep): Call register_remote_support_xml.
5619
5620 * remote.c (remote_support_xml): New.
5621 (register_remote_support_xml): Likewise.
5622 (remote_query_supported_append): Likewise.
5623 (remote_query_supported): Support remote_support_xml.
5624
5625 * remote.h (register_remote_support_xml): New.
5626
5627 2010-03-29 Stan Shebs <stan@codesourcery.com>
5628
5629 * tracepoint.c (trace_find_line_command): Remove dead code.
5630
5631 * tracepoint.h (struct uploaded_string): New struct.
5632 (struct uploaded_tp): New fields for source strings.
5633 * breakpoint.c (this_utp, next_cmd): New globals.
5634 (read_uploaded_action): New function.
5635 (create_tracepoint_from_upload): Fill in more parts
5636 of a tracepoint.
5637 * tracepoint.c (encode_source_string): New function.
5638 (trace_save): Write out source strings, fix error checks.
5639 (parse_tracepoint_definition): Add source string parsing.
5640 * remote.c (PACKET_TracepointSource): New packet type.
5641 (remote_download_command_source): New function.
5642 (remote_download_tracepoint): Download source pieces also.
5643 (_initialize_remote): Add packet config command.
5644
5645 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
5646 expression handler.
5647
5648 * tracepoint.c (start_tracing): Check tracepoints before sending
5649 commands to target, don't start if all tracepoints disabled.
5650
5651 2010-03-28 Pedro Alves <pedro@codesourcery.com>
5652
5653 * cli/cli-script.c (process_next_line): Handle 'stepping'.
5654
5655 2010-03-26 Stan Shebs <stan@codesourcery.com>
5656
5657 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
5658
5659 2010-03-26 Tom Tromey <tromey@redhat.com>
5660
5661 * breakpoint.c (commands_command_1): Duplicate 'arg'.
5662
5663 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
5664
5665 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
5666 (skip_prologue_sal): Remove local definition.
5667 (resolve_sal_pc): Remove now unnecessary code.
5668 * linespec.c (minsym_found): Call skip_prologue_sal.
5669 * symtab.c (find_function_start_pc): Remove.
5670 (find_function_start_sal): Extract prologue skipping into ...
5671 (skip_prologue_sal): ... this new function. Handle code both
5672 with and without debug info. Respect SAL's explicit_pc and
5673 explicit_line flags. Inline old find_function_start_pc.
5674 * symtab.h (find_function_start_pc): Remove.
5675 (skip_prologue_sal): Add prototype.
5676
5677 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
5678
5679 * dwarf2read.c (read_func_scope): Also scan specification DIEs
5680 for DW_TAG_imported_module children.
5681
5682 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
5683
5684 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
5685 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
5686 * completer.c (add_struct_fields): Fix inverted logic.
5687
5688 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
5689
5690 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
5691
5692 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5693
5694 * tracepoint.c (current_trace_status): Don't make sure error_desc
5695 is non-NULL here.
5696 (parse_trace_status): Release a previous error_desc string, and
5697 set it to NULL by default. If stop reason is tracepoint_error,
5698 make sure error_desc is not left NULL.
5699
5700 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5701
5702 * tracepoint.c (trace_save): Remove X from tracepoint error
5703 description.
5704
5705 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5706
5707 * tracepoint.c (parse_trace_status): Don't allow plain strings in
5708 the terror description. Don't expect an X prefix.
5709
5710 2010-03-25 Stan Shebs <stan@codesourcery.com>
5711
5712 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
5713 (struct trace_status): New field error_desc.
5714 * tracepoint.c (stop_reason_names): Add terror.
5715 (current_trace_status): Ensure non-NULL error description.
5716 (trace_status_command): Add error report.
5717 (trace_status_mi): Ditto.
5718 (trace_save): Add special case for error description.
5719 (parse_trace_status): Add case for errors.
5720
5721 2010-03-25 Keith Seitz <keiths@redhat.com>
5722
5723 * dwarf2read.c (read_subroutine_type): If the compilation unit
5724 language is Java, mark any formal parameter named "this" as
5725 artificial (GCC/43521).
5726 (dwarf2_name): Add special handling for Java constructors.
5727
5728 2010-03-25 Tom Tromey <tromey@redhat.com>
5729
5730 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
5731 * infrun.c (handle_inferior_event): Change initialization of
5732 stop_stack_dummy.
5733 (handle_inferior_event): Change assignment to stop_stack_dummy.
5734 (normal_stop): Update use of stop_stack_dummy.
5735 (struct inferior_status) <stop_stack_dummy>: Change type.
5736 * inferior.h (stop_stack_dummy): Update.
5737 * infcmd.c (stop_stack_dummy): Change type.
5738 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
5739 function.
5740 (call_function_by_hand): Call set_std_terminate_breakpoint.
5741 Rewrite std::terminate handling.
5742 * breakpoint.h (enum bptype) <bp_std_terminate,
5743 bp_std_terminate_master>: New.
5744 (enum stop_stack_kind): New.
5745 (struct bpstat_what) <call_dummy>: Change type.
5746 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
5747 Declare.
5748 * breakpoint.c (create_std_terminate_master_breakpoint): New
5749 function.
5750 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
5751 Call create_std_terminate_master_breakpoint.
5752 (print_it_typical): Handle new breakpoint kinds.
5753 (bpstat_stop_status): Handle bp_std_terminate_master.
5754 (bpstat_what): Correctly set call_dummy field. Handle
5755 bp_std_terminate_master and bp_std_terminate.
5756 (print_one_breakpoint_location): Update.
5757 (allocate_bp_location): Update.
5758 (set_std_terminate_breakpoint): New function.
5759 (delete_std_terminate_breakpoint): Likewise.
5760 (create_thread_event_breakpoint): Update.
5761 (delete_command): Update.
5762 (breakpoint_re_set_one): Update.
5763 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
5764
5765 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5766
5767 * symfile.c (build_section_addr_info_from_bfd): New.
5768 (build_section_addr_info_from_objfile): Base it on
5769 build_section_addr_info_from_bfd.
5770 (addrs_section_compar, addrs_section_sort): New.
5771 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
5772 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
5773 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
5774
5775 2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
5776
5777 * elfread.c (find_separate_debug_file_by_buildid):
5778 Remove unused local variable.
5779
5780 2010-03-24 Tom Tromey <tromey@redhat.com>
5781
5782 PR breakpoints/9352:
5783 * NEWS: Mention changes to `commands' and `rbreak'.
5784 * symtab.c (do_end_rbreak_breakpoints): New function.
5785 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
5786 end_rbreak_breakpoints.
5787 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
5788 (set_breakpoint_count): Likewise. Clear last_was_multi.
5789 (multi_start, multi_end, last_was_multi): New globals.
5790 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
5791 functions.
5792 (struct commands_info): New
5793 (do_map_commands_command): New function.
5794 (commands_command_1): New function.
5795 (commands_command): Use it.
5796 (commands_from_control_command): Likewise.
5797 (do_delete_breakpoint): New function.
5798 (delete_command): Use it.
5799 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
5800 (do_map_disable_breakpoint): New function.
5801 (disable_command): Use it.
5802 (do_map_enable_breakpoint): New function.
5803 (enable_command): Use it.
5804 (enable_once_breakpoint): Add argument.
5805 (enable_once_command): Update.
5806 (enable_delete_breakpoint): Add argument.
5807 (enable_delete_command): Update.
5808 (break_command_really): Set last_was_multi when needed.
5809 (check_tracepoint_command): Fix formatting.
5810 (validate_commands_for_breakpoint): New function.
5811 (breakpoint_set_commands): Use it.
5812 (tracepoint_save_command): Update.
5813 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
5814 Declare.
5815
5816 2010-03-24 Tom Tromey <tromey@redhat.com>
5817
5818 * breakpoint.h (struct counted_command_line): New struct.
5819 (struct breakpoint) <commands>: Change type.
5820 (struct bpstats) <commands>: Change type.
5821 <commands_left>: New field.
5822 * breakpoint.c (alloc_counted_command_line): New function.
5823 (incref_counted_command_line): Likewise.
5824 (decref_counted_command_line): Likewise.
5825 (do_cleanup_counted_command_line): Likewise.
5826 (make_cleanup_decref_counted_command_line): Likewise.
5827 (breakpoint_set_commands): Use decref_counted_command_line and
5828 alloc_counted_command_line.
5829 (commands_command): Don't error if breakpoint commands are
5830 executing.
5831 (commands_from_control_command): Likewise.
5832 (bpstat_free): Update.
5833 (bpstat_copy): Likewise.
5834 (bpstat_clear_actions): Likewise.
5835 (bpstat_do_actions_1): Likewise.
5836 (bpstat_stop_status): Likewise.
5837 (print_one_breakpoint_location): Likewise.
5838 (delete_breakpoint): Likewise.
5839 (bpstat_alloc): Initialize new field.
5840 (tracepoint_save_command): Update.
5841 * tracepoint.c (encode_actions): Update.
5842 (trace_dump_command): Update.
5843
5844 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
5845
5846 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
5847 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
5848 (read_structure_type): For RealView, set TYPE_STUB on structures with
5849 no byte size and no children.
5850 (read_subroutine_type): Mark functions as prototyped by default.
5851 * symtab.c (producer_is_realview): New function.
5852 * symtab.h (expand_line_sal): Fix declaration formatting.
5853 (producer_is_realview): Declare.
5854
5855 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
5856
5857 * arm-tdep.c (skip_prologue_function): New function.
5858 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
5859 (thumb_analyze_prologue): Document return value. Recognize more
5860 Thumb instructions, skippable calls, and some Thumb-2 instructions.
5861 Add debug output.
5862 (arm_skip_prologue): Remove call dummy check. Check the prologue
5863 for non-GNU compilers.
5864 (arm_instruction_changes_pc): New function.
5865 (arm_analyze_prologue): New function, broken out from
5866 arm_scan_prologue. Recognize more ARM instructions and skippable
5867 calls. Update comments. Handle NULL cache. Return the address
5868 of the first unrecognized instruction. Do not skip past other
5869 instructions which change control flow. Add debug output.
5870 (arm_scan_prologue): Use arm_analyze_prologue.
5871 (ARM_PC_32): Delete.
5872 (shifted_reg_val): Simplify ARM_PC_32 check.
5873
5874 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5875
5876 * tracepoint.c (tvariables_info_1): Actually compute
5877 the number of rows in the result.
5878
5879 2010-03-24 Pedro Alves <pedro@codesourcery.com>
5880
5881 * remote.c (crc32): Constify `buf' parameter.
5882 (remote_verify_memory): New, abstracted out from...
5883 (compare_sections_command): ... this. Remove hardcoded target
5884 checks.
5885 (init_remote_ops): Install remote_verify_memory.
5886 * target.c (target_verify_memory): New.
5887 * target.h (struct target_ops) <to_verify_memory>: New field.
5888 (target_verify_memory): Declare.
5889
5890 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5891
5892 Implement -trace-save.
5893
5894 * mi-cmds.h (mi_cmds_trace_save): Declare.
5895 * mi-cmds.c (mi_cmds): Register -trace-save.
5896 * mi/mi-main.c (mi_cmd_trace_save): New.
5897 * remote.c (remote_save_trace_data): Take const parameter.
5898 * target.h (struct target_ops::to_save_trace_data): Take
5899 const parameter.
5900 * target.c (update_current_target): Adjust to the above.
5901 * tracepoint.c (trave_save): New, extracted from
5902 (trace_save_command): ...this.
5903 (tfile_trace_find): Remove message that is unnecessary now
5904 that 'tfind' reports found frame.
5905 * tracepoint.h (trace_save): Declare.
5906
5907 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5908
5909 Implement -trace-find.
5910
5911 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
5912 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
5913 * mi/mi-main.c (mi_cmd_trace_find): New.
5914 * target.h (struct target_ops): Document to_trace_find.
5915 * tracepoint.h (tfind_1): Declare.
5916 * tracepoint.c (finish_tfind_command): Rename to...
5917 (tfind_1): ...this.
5918 * remote.c (remote_trace_find): Return -1 if target say
5919 there's no frame. Improve error diagnostics.
5920
5921 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5922
5923 -trace-define-variable and -trace-list-variables.
5924
5925 * tracepoint.c (create_trace_state_variable): Make
5926 private copy of name, as opposed to assuming the
5927 pointer lives forever.
5928 (tvariables_info_1): New.
5929 (tvariables_info): Use the above.
5930 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
5931 Declare.
5932 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
5933 and -trace-list-variables.
5934 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
5935 (mi_cmd_trace_list_variables): New.
5936 * mi/mi-main.c (mi_cmd_trace_define_variable)
5937 (mi_cmd_trace_list_variables): New.
5938
5939 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5940
5941 Implement -break-passcount.
5942
5943 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
5944 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
5945 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
5946
5947 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5948
5949 -trace-start/-trace-end/-trace-status.
5950
5951 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
5952 and -trace-stop.
5953 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
5954 (mi_cmd_trace_stop): Declare.
5955 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
5956 (mi_cmd_trace_stop): New.
5957 * tracepoint.c (start_tracing): New, extracted from...
5958 (trace_start_command): ...this.
5959 (trace_status_mi): New.
5960 * tracepoint.h (struct trace_status): Document
5961 stopping_tracepoint.
5962 (start_tracing, stop_tracing, trace_status_mi): Declare.
5963
5964 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5965
5966 Implement creating tracepoints with -break-insert.
5967
5968 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
5969 to mean that tracepoint should be created.
5970
5971 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5972
5973 * breakpoint.c (check_no_tracepoint_commands): Use
5974 current spelling of 'teval'.
5975
5976 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
5977
5978 Unify actions and commands
5979
5980 * defs.h (read_command_lines, read_command_lines_1): New
5981 parameters validator and closure.
5982 * tracepoint.h (struct action_line): Remove.
5983 * breakpoint.h (struct breakpoint): Remove the 'actions'
5984 field.
5985 * defs.h (enum command_control_type): New value
5986 while_stepping_control.
5987 (struct command_line): Add comments.
5988 * breakpoint.c (breakoint_is_tracepoint): New.
5989 (breakpoint_set_commands): For tracepoints,
5990 verify the commands are permissible.
5991 (check_tracepoint_commands): New.
5992 (commands_command): Require that each new line is validated using
5993 check_tracepoint_command, if we set commands for a tracepoint.
5994 (create_tracepoint_from_upload): Likewise.
5995 (print_one_breakpoint_location): Remove the code to print
5996 actions specifically.
5997 (tracepoint_save_command): Relay to print_command_lines.
5998 * cli/cli-script.c (process_next_line): New parameters validator
5999 and closure. Handle 'while-stepping'. Call validator if not null.
6000 (read_command_lines, read_command_lines1): Likewise.
6001 (recurse_read_control_structure): New parameters validator and
6002 closure. Handle while_stepping_control.
6003 (print_command_lines): Handle while-stepping.
6004 (get_command_line, define_command, document_command): Adjust.
6005 * remote.c (remote_download_tracepoint): Adjust.
6006 * tracepoint.c (make_cleanup_free_actions, read_actions)
6007 (free_actions, do_free_actions_cleanup): Remove.
6008 (trace_actions_command): Use read_command_lines.
6009 (validate_actionline): Use error in one place.
6010 (encode_actions_1): New, extracted from...
6011 (encode_actions): ...this. Also use cleanups for exception
6012 safety.
6013 (trace_dump_command): Adjust.
6014 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
6015 it's tracepoint.
6016
6017 2010-03-23 Mike Frysinger <vapier@gentoo.org>
6018
6019 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
6020
6021 2010-03-22 Stan Shebs <stan@codesourcery.com>
6022
6023 * value.c (value_static_field): Be lazy about the field's value.
6024
6025 2010-03-22 Reid Kleckner <reid@kleckner.net>
6026
6027 PR gdb/11094
6028 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
6029 bp_jit_event.
6030 (disable_breakpoints_in_shlibs): Likewise.
6031
6032 2010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
6033
6034 * dwarf2read.c (partial_die_parent_scope): Work around buggy
6035 GCC 4.1 debug info generation (GCC PR c++/28460).
6036 (determine_prefix): Likewise.
6037
6038 2010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
6039
6040 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
6041 get_current_arch.
6042 * tui/tui-layout.c (extract_display_start_addr): Likewise.
6043
6044 2010-03-19 Stan Shebs <stan@codesourcery.com>
6045
6046 * ax-gdb.c (gen_fetch): Handle bool.
6047 (gen_usual_unary): Ditto.
6048 (gen_cast): Ditto.
6049 (gen_equal): New function.
6050 (gen_less): New function.
6051 (gen_expr_binop_rest): Call them, also return integer type from
6052 logical operations.
6053 (gen_expr): Ditto.
6054
6055 2010-03-19 Tom Tromey <tromey@redhat.com>
6056
6057 * jv-lang.c (jv_dynamics_objfile_data_key)
6058 (jv_type_objfile_data_key): New globals.
6059 (class_symtab): Move earlier.
6060 (jv_per_objfile_free): New function.
6061 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
6062 parameter.
6063 Remove ancient #if 1.
6064 (add_class_symbol): Remove redundant declaration.
6065 (java_lookup_class): Use alloc_type, not alloc_type_arch.
6066 (java_link_class_type): Mark as static. Update.
6067 (jv_clear_object_type): New function.
6068 (set_java_object_type): Likewise.
6069 (get_java_object_type): Use set_java_object_type.
6070 (is_object_type): Likewise.
6071 (_initialize_java_language): Register new objfile keys.
6072 (get_java_class_symtab): Add 'gdbarch' parameter.
6073 (add_class_symtab_symbol): Update.
6074 (type_from_class): Update.
6075
6076 2010-03-19 Stan Shebs <stan@codesourcery.com>
6077
6078 * ax-general.c (ax_const_l): Fix a sizing bug.
6079
6080 2010-03-18 Joel Brobecker <brobecker@adacore.com>
6081
6082 GDB 7.1 released.
6083
6084 2010-03-18 Stan Shebs <stan@codesourcery.com>
6085 Pedro Alves <pedro@codesourcery.com>
6086
6087 * target.h (struct target_ops): New method
6088 to_set_circular_trace_buffer.
6089 (target_set_circular_trace_buffer): New macro.
6090 * target.c (update_current_target): Add
6091 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
6092 default behavior.
6093 * remote.c (remote_set_circular_trace_buffer): New function.
6094 (init_remote_ops): Add it to vector.
6095 * tracepoint.h (struct trace_status): New field traceframes_created,
6096 change buffer_size and buffer_free to int.
6097 * tracepoint.c (circular_trace_buffer): New global.
6098 (start_tracing): Send values of disconnected tracing and circular
6099 trace buffer settings.
6100 (set_circular_trace_buffer): New function.
6101 (parse_trace_state): Handle total space and frames created.
6102 (trace_status_command): Display total space and total frames
6103 created.
6104 (trace_save): Write out new status values.
6105 (parse_trace_status): Set traceframe_count, traceframes_created,
6106 buffer_free and buffer_size to -1 by default.
6107 (_initialize_tracepoint): New setshow for circular-trace-buffer.
6108 * NEWS: Mention the circular trace buffer option.
6109
6110 2010-03-18 Tom Tromey <tromey@redhat.com>
6111
6112 * infcmd.c (finish_command_continuation): Wrap print_return_value
6113 in TRY_CATCH.
6114
6115 2010-03-18 Joel Brobecker <brobecker@adacore.com>
6116
6117 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
6118 DIE has a name before creating the associated partial symbol.
6119 (read_func_scope): Emit a complaint if the subprogram does not
6120 have a name or when we can't extract the subprogram PC bounds.
6121
6122 2010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
6123
6124 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
6125 instead of selected frame architecture.
6126
6127 2010-03-18 Pedro Alves <pedro@codesourcery.com>
6128
6129 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
6130 a valid selected thread, and that it is not running.
6131 (advance_command): Ditto.
6132 (finish_command): Ditto.
6133
6134 2010-03-17 Stan Shebs <stan@codesourcery.com>
6135
6136 * ax-gdb.c (require_rvalue): Disallow non-scalars.
6137
6138 * infcall.c: Include tracepoint.h.
6139 (call_function_by_hand): Disallow calls in tfind mode.
6140 * infcmd.c: Include tracepoint.h.
6141 (ensure_not_tfind_mode): New function.
6142 (continue_1): Call it.
6143 (step_1) Ditto.
6144 (jump_command): Ditto.
6145 (signal_command): Ditto.
6146 (advance_command): Ditto.
6147 (until_command): Ditto.
6148 (finish_command): Ditto.
6149 * tracepoint.h (disconnect_or_stop_tracing): Declare.
6150
6151 * ax-gdb.h (struct axs_value): New field optimized_out.
6152 (gen_trace_for_var): Add gdbarch argument.
6153 * ax-gdb.c (gen_trace_static_fields): New function.
6154 (gen_traced_pop): Call it, add gdbarch argument.
6155 (gen_trace_for_expr): Update call to it.
6156 (gen_trace_for_var): Ditto, and report optimized-out variables.
6157 (gen_struct_ref_recursive): Check for optimized-out value.
6158 (gen_struct_elt_for_reference): Ditto.
6159 (gen_static_field): Pass gdbarch instead of expression, assume
6160 optimization if field not found.
6161 (gen_var_ref): Set the optimized_out flag.
6162 (gen_expr): Error on optimized-out variable.
6163 * tracepoint.c (collect_symbol): Handle struct-valued vars as
6164 expressions, skip optimized-out variables with computed locations.
6165 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
6166 erroring out if location expression missing.
6167 (loclist_tracepoint_var_ref): Don't error out here.
6168
6169 2010-03-17 Tom Tromey <tromey@redhat.com>
6170
6171 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
6172 DWARF data is available.
6173
6174 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
6175
6176 * symfile.c (generic_load): Reset breakpoints after loading.
6177
6178 2010-03-17 Tom Tromey <tromey@redhat.com>
6179
6180 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
6181
6182 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6183
6184 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
6185 create_breakpoint call, adjust the parameters.
6186
6187 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6188 Chandru <chandru@in.ibm.com>
6189
6190 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
6191 * valarith.c (value_subscripted_rvalue): Suppress error if
6192 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
6193
6194 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
6195
6196 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
6197
6198 2010-03-16 Joel Brobecker <brobecker@adacore.com>
6199
6200 * ada-tasks.c (task_command_1): Check that the task ptid is valid
6201 before doing the associated thread switch.
6202
6203 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
6204
6205 * MAINTAINERS: Update my email address.
6206
6207 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
6208
6209 Simplify MI breakpoint setting.
6210
6211 * breakpoint.c (break_command_really): Make nonstatic and
6212 rename to...
6213 (create_breakpoint): ...this. Rename prior function by this name
6214 to...
6215 (create_breakpoint_sal): ...this.
6216 (create_breakpoints): Rename to...
6217 (create_breakpoints_sal): ...this.
6218 (set_breakpoint): Remove.
6219 * breakpoint.h: Adjust to above changes.
6220 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
6221
6222 2010-03-15 Stan Shebs <stan@codesourcery.com>
6223
6224 * ax-gdb.c: Include cp-support.h.
6225 (find_field): Remove.
6226 (gen_primitive_field): New function.
6227 (gen_struct_ref_recursive): New function.
6228 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
6229 of find_field.
6230 (gen_static_field): New function.
6231 (gen_struct_elt_for_reference): New.
6232 (gen_namespace_elt): New.
6233 (gen_maybe_namespace_elt): New.
6234 (gen_aggregate_elt_ref): New.
6235 (gen_expr): Add OP_SCOPE, display opcode name in error message.
6236
6237 2010-03-15 Tom Tromey <tromey@redhat.com>
6238
6239 * dwarf2read.c (die_needs_namespace): Also return 0 for
6240 DW_TAG_subprogram.
6241
6242 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
6243
6244 PR c++/7936:
6245 * cp-support.h: Added char *declaration element to using_direct
6246 data struct.
6247 (cp_add_using): Added char *declaration argument.
6248 (cp_add_using_directive): Ditto.
6249 (cp_lookup_symbol_imports): made extern.
6250 * cp-namespace.c: Updated with the above changes.
6251 * dwarf2read.c (read_import_statement): Ditto.
6252 (read_namespace): Ditto.
6253 (read_import_statement): Support import declarations.
6254 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
6255 declarations.
6256 Added support for 'declaration_only' search.
6257 (cp_lookup_symbol_namespace): Attempt to search for the name as
6258 is before consideration of imports.
6259 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
6260 search at every block level search.
6261 Now takes language argument.
6262 (lookup_symbol_aux): Updated.
6263
6264 2010-03-15 Tom Tromey <tromey@redhat.com>
6265
6266 * c-exp.y (name_not_typename): Add 'operator' clause.
6267
6268 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
6269
6270 * configure.ac: Exit if ${gdb_target_obs}" is not set.
6271 * configure: Regenerate.
6272
6273 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6274
6275 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
6276 and ".sdynbss". Update the comment.
6277
6278 2010-03-15 Jie Zhang <jie@codesourcery.com>
6279
6280 * MAINTAINERS: Update my email address.
6281
6282 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
6283
6284 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
6285
6286 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
6287
6288 * charset.c [USE_WIN32API]: Include <windows.h>.
6289 (_initialize_charset): Correct type of w32_host_default_charset.
6290
6291 2010-03-14 Pedro Alves <pedro@codesourcery.com>
6292
6293 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
6294
6295 2010-03-12 Tom Tromey <tromey@redhat.com>
6296
6297 PR c++/9708:
6298 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
6299 in a lexical block does not need a namespace.
6300 (new_symbol) <DW_TAG_variable>: Put extern variables on
6301 list_in_scope in all cases.
6302
6303 2010-03-12 Stan Shebs <stan@codesourcery.com>
6304
6305 * ax-gdb.c (gen_expr): Add shift expressions.
6306 (gen_expr_binop_rest): Ditto.
6307
6308 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
6309
6310 * buildsym.c (finish_block): Reset using_directives pointer
6311 after block initialization.
6312
6313 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
6314
6315 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
6316 * i386-tdep.c (i386_word_names): Likewise.
6317
6318 2010-03-12 Pedro Alves <pedro@codesourcery.com>
6319
6320 * target.c (memory_xfer_partial): Don't use the stack cache if
6321 inspecting trace frames.
6322 * tracepoint.c (finish_tfind_command): Invalidate the target
6323 dcache.
6324
6325 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6326
6327 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
6328 for the PIC displacement, print also the displacement value.
6329 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
6330
6331 2010-03-10 Kevin Buettner <kevinb@redhat.com>
6332
6333 * remote-mips.c (close_ports, mips_initialize_cleanups)
6334 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
6335 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
6336 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
6337 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
6338 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
6339 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
6340 comments describing each of these functions.
6341 (mips_enter_debug, mips_exit_debug, common_open)
6342 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
6343 blank line after the comment describing the function.
6344
6345 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6346
6347 * solib-svr4.c (svr4_exec_displacement): Return now success, new
6348 parameter displacementp. Update comment.
6349 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
6350 element exists. Return if svr4_exec_displacement was not successful.
6351 Update comment.
6352
6353 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6354 Daniel Jacobowitz <dan@codesourcery.com>
6355
6356 * solib-svr4.c (read_program_header): Support type == -1 to read
6357 all program headers.
6358 (read_program_headers_from_bfd): New function.
6359 (svr4_static_exec_displacement): Remove and move the comment ...
6360 (svr4_exec_displacement): ... here. Remove variable found. New
6361 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
6362 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
6363 targets using read_program_headers_from_bfd. Remove the call of
6364 svr4_static_exec_displacement.
6365
6366 2010-03-10 Tom Tromey <tromey@redhat.com>
6367
6368 * dwarf2read.c (struct pubnames_header): Remove.
6369 (_PUBNAMES_HEADER): Remove.
6370 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
6371 (struct aranges_header): Remove.
6372 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
6373 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
6374 (PUBNAMES_SECTION): Remove.
6375 (ARANGES_SECTION): Remove.
6376 (dwarf2_locate_sections): Don't handle pubnames or aranges.
6377 (dwarf2_build_psymtabs): Remove dead code.
6378 (dwarf2_build_psymtabs_easy): Remove.
6379
6380 2010-03-10 Tom Tromey <tromey@redhat.com>
6381
6382 * elfread.c (elf_symfile_read): Don't call
6383 dwarf2_build_frame_info.
6384 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
6385 (struct dwarf2_per_objfile) <objfile>: New field.
6386 (dwarf2_has_info): Now idempotent. Set objfile field.
6387 (dwarf2_read_section): Check and set readin field. Call
6388 posix_madvise.
6389 (dwarf2_build_psymtabs): Don't read all sections.
6390 (read_type_comp_unit_head): Read types section.
6391 (create_debug_types_hash_table): Likewise.
6392 (init_cu_die_reader): Add asserts.
6393 (process_type_comp_unit): Add assert.
6394 (dwarf2_build_psymtabs_hard): Read info section.
6395 (load_partial_comp_unit): Add assert.
6396 (create_all_comp_units): Read info section.
6397 (load_full_comp_unit): Likewise.
6398 (dwarf2_ranges_read): Read ranges section.
6399 (dwarf2_record_block_ranges): Add assert.
6400 (dwarf2_read_abbrevs): Read abbrev section.
6401 (read_indirect_string): Read str section.
6402 (dwarf_decode_line_header): Read line section.
6403 (read_signatured_type_at_offset): Read types section.
6404 (dwarf_decode_macros): Read macinfo section.
6405 (dwarf2_symbol_mark_computed): Read loc section.
6406 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
6407 dwarf2_build_frame_info.
6408 (dwarf2_build_frame_info): Unconditionally set
6409 dwarf2_frame_objfile_data on the objfile.
6410 * configure.ac: Check for posix_madvise.
6411 * config.in, configure: Rebuild.
6412
6413 2010-03-10 Tom Tromey <tromey@redhat.com>
6414
6415 * xcoffread.c (xcoff_start_psymtab): Update.
6416 (xcoff_end_psymtab): Update.
6417 * psymtab.c (allocate_psymtab): Remove dead code.
6418 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
6419 void*.
6420 * mdebugread.c (parse_partial_symbols): Update.
6421 (new_psymtab): Likewise.
6422 * dwarf2read.c (process_psymtab_comp_unit): Update.
6423 (psymtab_to_symtab_1): Update.
6424 * dbxread.c (start_psymtab): Update.
6425 (end_psymtab): Likewise.
6426
6427 2010-03-10 Tom Tromey <tromey@redhat.com>
6428
6429 * xcoffread.c: Include psymtab.h.
6430 (xcoff_sym_fns): Update.
6431 * symtab.h (struct partial_symbol): Remove.
6432 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
6433 (struct partial_symtab): Remove.
6434 (PSYMTAB_TO_SYMTAB): Remove.
6435 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
6436 (find_pc_sect_psymtab): Remove.
6437 (find_pc_sect_symtab_via_partial): Declare.
6438 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
6439 (find_main_psymtab): Remove.
6440 (find_main_filename): Declare.
6441 (fixup_psymbol_section): Remove.
6442 (fixup_section): Declare.
6443 * symtab.c: Include psymtab.h.
6444 (lookup_symtab): Use lookup_symtab method.
6445 (lookup_partial_symtab): Remove.
6446 (find_pc_sect_psymtab_closer): Remove.
6447 (find_pc_sect_psymtab): Remove.
6448 (find_pc_sect_symtab_via_partial): New function.
6449 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
6450 (fixup_section): No longer static.
6451 (fixup_psymbol_section): Remove.
6452 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
6453 (lookup_global_symbol_from_objfile): Likewise.
6454 (lookup_symbol_aux_psymtabs): Remove.
6455 (lookup_symbol_aux_quick): New function.
6456 (lookup_symbol_global): Use lookup_symbol_aux_quick.
6457 (lookup_partial_symbol): Remove.
6458 (basic_lookup_transparent_type_quick): New function.
6459 (basic_lookup_transparent_type): Use it.
6460 (find_main_psymtab): Remove.
6461 (find_main_filename): New function.
6462 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
6463 (find_line_symtab): Use expand_symtabs_with_filename method.
6464 (output_partial_symbol_filename): New function.
6465 (sources_info): Use map_partial_symbol_filenames.
6466 (struct search_symbols_data): New type.
6467 (search_symbols_file_matches): New function.
6468 (search_symbols_name_matches): Likewise.
6469 (search_symbols): Use expand_symtabs_matching method.
6470 (struct add_name_data): Rename from add_macro_name_data.
6471 (add_macro_name): Update.
6472 (add_partial_symbol_name): New function.
6473 (default_make_symbol_completion_list): Use
6474 map_partial_symbol_names.
6475 (struct add_partial_symbol_name): New type.
6476 (maybe_add_partial_symtab_filename): New function.
6477 (make_source_files_completion_list): Use
6478 map_partial_symbol_filenames.
6479 (expand_line_sal): Use expand_symtabs_with_filename method.
6480 * symmisc.c: Include psymtab.h.
6481 (print_objfile_statistics): Use print_stats method.
6482 (dump_objfile): Use dump method.
6483 (dump_psymtab, maintenance_print_psymbols)
6484 (maintenance_info_psymtabs, maintenance_check_symtabs)
6485 (extend_psymbol_list): Remove.
6486 * symfile.h (struct quick_symbol_functions): New struct.
6487 (struct sym_fns) <qf>: New field.
6488 (sort_pst_symbols): Remove.
6489 (increment_reading_symtab): Declare.
6490 * symfile.c: Include psymtab.h.
6491 (compare_psymbols, sort_pst_symbols): Remove.
6492 (psymtab_to_symtab): Remove.
6493 (increment_reading_symtab): New function.
6494 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
6495 method.
6496 (set_initial_language): Use find_main_filename.
6497 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
6498 (free_named_symtabs): Remove unused code.
6499 (start_psymtab_common, add_psymbol_to_bcache)
6500 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
6501 Remove.
6502 * stack.c: Include psymtab.h, symfile.h.
6503 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
6504 * source.h (psymtab_to_fullname): Don't declare.
6505 * source.c: Include psymtab.h.
6506 (select_source_symtab): Use find_last_source_symtab method.
6507 (forget_cached_source_info): Use forget_cached_source_info
6508 method.
6509 (find_and_open_source): No longer static.
6510 (psymtab_to_fullname): Remove.
6511 * somread.c: Include psymtab.h.
6512 (som_sym_fns): Update.
6513 * psympriv.h: New file.
6514 * psymtab.h: New file.
6515 * psymtab.c: New file.
6516 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
6517 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
6518 * objfiles.c: Include psymtab.h.
6519 (objfile_relocate1): Use relocate method.
6520 (objfile_has_partial_symbols): Use has_symbols method.
6521 * mipsread.c: Include psymtab.h.
6522 (ecoff_sym_fns): Update.
6523 * mi/mi-cmd-file.c: Include psymtab.h.
6524 (print_partial_file_name): New function.
6525 (mi_cmd_file_list_exec_source_files): Use
6526 map_partial_symbol_filenames.
6527 * mdebugread.c: Include psympriv.h.
6528 * machoread.c: Include psympriv.h.
6529 (macho_sym_fns): Update.
6530 * m2-exp.y (yylex): Use lookup_symtab.
6531 * elfread.c: Include psympriv.h.
6532 (elf_sym_fns): Update.
6533 * dwarf2read.c: Include psympriv.h.
6534 * dbxread.c: Include psympriv.h.
6535 (aout_sym_fns): Update.
6536 * cp-support.c: Include psymtab.h.
6537 (read_in_psymtabs): Remove.
6538 (make_symbol_overload_list_qualified): Use
6539 expand_symtabs_for_function method.
6540 * coffread.c: Include psympriv.h.
6541 (coff_sym_fns): Update.
6542 * blockframe.c: Include psymtab.h.
6543 (find_pc_partial_function): Use find_pc_sect_symtab method.
6544 * ada-lang.h (ada_update_initial_language): Update.
6545 * ada-lang.c: Include psymtab.h.
6546 (ada_update_initial_language): Remove 'main_pst' argument.
6547 (ada_lookup_partial_symbol): Remove.
6548 (struct ada_psym_data): New type.
6549 (ada_add_psyms): New function.
6550 (ada_add_non_local_symbols): Use map_ada_symtabs method.
6551 (struct add_partial_datum): New type.
6552 (ada_add_partial_symbol_completions): New function.
6553 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
6554 (ada_exception_support_info_sniffer): Update.
6555 * Makefile.in (SFILES): Add psymtab.c.
6556 (COMMON_OBS): Add psymtab.o.
6557 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
6558
6559 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
6560
6561 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
6562
6563 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
6564
6565 PR C++/11236:
6566 * cp-namespace.c (cp_add_using): Deleted.
6567 (cp_add_using_directive): Use obstack allocations.
6568 Merged the function cp_add_using into this one.
6569 Added 'struct obstack *' argument.
6570 (cp_scan_for_anonymous_namespaces): Updated.
6571 * cp-support.h: Updated.
6572 * dwarf2read.c (read_import_statement): Updated.
6573 (read_namespace): Updated.
6574
6575 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
6576
6577 * windows-nat.c (cygwin_conv_path): Remove old macro.
6578
6579 2010-03-10 Pedro Alves <pedro@codesourcery.com>
6580
6581 * breakpoint.c (condition_command): Handle watchpoint conditions.
6582 (is_hardware_watchpoint): Add comment.
6583 (is_watchpoint): New.
6584 (update_watchpoint): Don't reparse the watchpoint's condition
6585 unless necessary.
6586 (WP_IGNORE): New.
6587 (watchpoint_check): Use it.
6588 (bpstat_check_watchpoint): Handle it.
6589 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
6590 conditions in a frame where it makes sense.
6591 (watch_command_1): Store the innermost block of the condition
6592 expression.
6593 (delete_breakpoint): Delete the watchpoint condition expression.
6594 * breakpoint.h (struct bp_location) <cond>: Update comment.
6595 (struct breakpoint): New field `cond_exp_valid_block'.
6596
6597 2010-03-09 Joel Brobecker <brobecker@adacore.com>
6598
6599 Adjust handling of Ada DIEs after dwarf2_physname patch.
6600 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
6601
6602 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
6603 Pierre Muller <muller@ics.u-strasbg.fr>
6604
6605 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
6606 from/to posix/win32.
6607 (windows_make_so): Use non-Cygwin 1.7 specific function.
6608 (windows_create_inferior): Make sure that cygallargs points to
6609 original args in non Cygwin 1.7. case.
6610
6611 2010-03-09 Michael Snyder <msnyder@vmware.com>
6612
6613 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
6614 after target_read_memory to get host byte order.
6615 (i386_process_record): Ditto.
6616
6617 2010-03-09 Keith Seitz <keiths@redhat.com>
6618
6619 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
6620 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
6621 print out const or volatile qualifiers, too.
6622 (c_type_print_args): Add parameters show_artificial and language.
6623 Skip artificial parameters when requested.
6624 Use the appropriate language printer.
6625 (c_type_print_varspec): Tell c_type_print_args to skip artificial
6626 parameters and pass language_c.
6627 * dwarf2read.c (die_list): New file global.
6628 (struct partial_die_info): Update comments for name field.
6629 (pdi_needs_namespace): Renamed to ...
6630 (die_needs_namespace): ... this. Rewrite.
6631 (dwarf2_linkage_name): Remove.
6632 (add_partial_symbol): Do not predicate the call to
6633 partial_die_full_name based on pdi_needs_namespace.
6634 Remove call to cp_check_possible_namespace_symbols and associated
6635 outdated comments.
6636 (guess_structure_name): Do not inspect child subprogram DIEs.
6637 (dwarf2_fullname): Update comments.
6638 Use die_needs_namespace to assist in computing the name.
6639 (read_func_scope): Use dwarf2_name to get the DIE's name.
6640 Use dwarf2_physname to get the "linkage name" of the DIE.
6641 (dwarf2_add_member_field): Use dwarf2_physname instead of
6642 dwarf2_linkage_name.
6643 (read_structure_type): For structs and classes, set TYPE_NAME, too.
6644 (determine_class): Remove.
6645 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
6646 except Ada.
6647 (new_symbol): Unconditionally call dwarf2_name.
6648 Compute the "linkage name" using dwarf2_physname.
6649 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
6650 When determining to scan for anonymous C++ namespaces, ignore
6651 the linkage name.
6652 (dwarf2_physname): New function.
6653 (dwarf2_full_name): Move content to new function and call
6654 that.
6655 (dwarf2_compute_name): "New" function.
6656 (_initialize_dwarf2_read): Initialize die_list.
6657 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
6658 physname.
6659 (gnu_v3_print_method_ptr): Use the physname for virtual methods
6660 without a demangled name.
6661 Print out type information for non-virtual methods.
6662 * linespec.c (decode_line_1): Force ANY string using "::" (or
6663 "." for java) to use decode_compound, and clean up any stray quoting.
6664 If we found a file symtab, re-evaluate whether the remainder is_quoted.
6665 (decode_compound): Stop consuming at an open parenthesis.
6666 Keep template parameters.
6667 Keep any overload information.
6668 Keep keywords like "const".
6669 Remove paren_pointer.
6670 Move is_quoted check from set_flags to here.
6671 Remove #if 0 code from 2000. Ten years is long enough.
6672 (find_method): Before comparing symbol names, canonicalize the string
6673 from the user.
6674 If a specific overload is requested, find it. Otherwise throw an error.
6675 (find_method_overload_end): New function.
6676 (set_flags): Remove.
6677 (decode_compound): Assume that parentheses are matched.
6678 It's a lot easier.
6679 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
6680 to cplus_demangle.
6681 * linespec.c (decode_line_1): Keep important keywords like
6682 "const" and "volatile".
6683 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
6684 * typeprint.h (c_type_print_args): Add declaration.
6685 * ui-file.c (do_ui_file_obsavestring): New function.
6686 (ui_file_obsavestring): New function.
6687 * ui-file.h (ui_file_obsavestring): Add declaration.
6688 * valops.c (find_overload_match): Resolve the object to
6689 a non-pointer type.
6690 If the object is a data member, search the object for the member
6691 and return with staticp set.
6692 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
6693 Do not attempt to extract a function name from non-function types.
6694 If the extracted function name and the original name are the same,
6695 we don't have a C++ method.
6696
6697 From Jan Kratochvil <jan.kratochvil@redhat.com>:
6698 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
6699
6700 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
6701 and arguments from symbol lookups.
6702 * ax-gdb.c (gen_expr): Likewise.
6703 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
6704 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
6705 lookup_possible_namespace_symbol): Likewise.
6706 * cp-support.c (read_in_psymtabs): Likewise.
6707 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
6708 * language.h (la_lookup_symbol_nonlocal): Likewise.
6709 * scm-valprint.c (scm_inferior_print): Likewise.
6710 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
6711 * solib-svr.c (elf_lookup_lib): Likewise.
6712 * solib.c (show_auto_solib_add): Likewise.
6713 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
6714 * symmisc.c (maintenance_check_symtabs): Likewise.
6715 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
6716 lookup_symbol_aux_local, lookup_symbol_aux_block,
6717 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
6718 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
6719 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
6720 basic_lookup_transparent_type, find_main_psymtab,
6721 lookup_block_symbol): Likewise.
6722 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
6723 lookup_symbol_global, lookup_symbol_aux_block,
6724 lookup_symbol_partial_symbol, lookup_block_symbol,
6725 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
6726
6727 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
6728
6729 * python/python-internal.h: Include symtab.h.
6730
6731 2010-03-09 Joel Brobecker <brobecker@adacore.com>
6732 Pierre Muller <muller@ics.u-strasbg.fr>
6733
6734 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
6735 * p-valprint.c (pascal_val_print): Remove undeed block and fix
6736 indentation.
6737
6738 2010-03-08 Tom Tromey <tromey@redhat.com>
6739
6740 * breakpoint.c (breakpoint_1): Add "QUIT".
6741
6742 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
6743 Pedro Alves <pedro@codesourcery.com>
6744
6745 * solib.c (solib_find): Replace extension if
6746 solib_symbols_extension is set in the target gdbarch.
6747 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
6748 solib_symbols_extension to "sym".
6749 * gdbarch.sh (solib_symbols_extension): New variable.
6750 (pstring): New function.
6751 * gdbarch.h, gdbarch.c: Regenerate.
6752
6753 2010-03-08 Tom Tromey <tromey@redhat.com>
6754
6755 PR cli/9591:
6756 * NEWS: Update.
6757 * utils.c: Include main.h.
6758 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
6759 (defaulted_query): Use default answer if `batch_flag'.
6760 * main.h (batch_flag): Declare.
6761 * main.c (batch_flag): New global.
6762 (captured_main): Remove 'batch'. Update.
6763
6764 2010-03-08 Kevin Buettner <kevinb@redhat.com>
6765
6766 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
6767 and Kevin Buettner:
6768
6769 * remote-mips.c (rockhopper_ops): New target_ops struct.
6770 (MON_ROCKHOPPER): New mips_monitor_type.
6771 (read_hex_value): New function.
6772 (mips_request): Send 8-byte values with a 'T' packet. Read the
6773 packet argument as a string and use read_hex_value to parse it.
6774 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
6775 (rockhopper_open): New function.
6776 (mips_wait): Read the PC, FP and SP fields as strings. Use
6777 read_hex_value to parse them and mips_set_register to commit them.
6778 (mips_set_register): New function.
6779 (mips_fetch_registers): Do not cast register value to "unsigned"
6780 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
6781 (mips_store_registers): Use a 'T' packet to set registers when
6782 using MON_ROCKHOPPER.
6783 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
6784 and expect the total to be printed before the entry address.
6785 (_initialize_remote_mips): Initialize and add rockhopper_ops.
6786
6787 2010-03-08 Kevin Buettner <kevinb@redhat.com>
6788
6789 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
6790 Change return value to int. Store value fetched in location
6791 addressed by `val'. Use function's return value as success
6792 or failure indicator. Adjust all callers.
6793
6794 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
6795
6796 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
6797
6798 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6799 Hui Zhu <teawater@gmail.com>
6800
6801 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
6802 tmp_to_stopped_data_address.
6803 (record_open): Reset tmp_to_stopped_by_watchpoint and
6804 tmp_to_stopped_data_address.
6805 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
6806 to_stopped_data_address.
6807
6808 2010-03-08 Hui Zhu <teawater@gmail.com>
6809
6810 * i386-tdep.c (i386_process_record): Initialize regnum.
6811
6812 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6813
6814 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
6815 Do not warn on ".gnu.liblist" and ".gnu.conflict".
6816
6817 2010-03-08 Joel Brobecker <brobecker@adacore.com>
6818
6819 Memory error when reading wrong core file.
6820 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
6821 errors while reading the inferior memory, and return zero if
6822 an exception was raised.
6823
6824 2010-03-07 Michael Snyder <msnyder@vmware.com>
6825
6826 * record.c (record_restore): Rename tmpu8 to rectype.
6827
6828 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
6829 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
6830
6831 (i386_record_push): Rename local tmpulongest to addr.
6832
6833 (i386_process_record): Rename local tmpulongest to addr.
6834
6835 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
6836 addr64.
6837
6838 Rename local variable tmpu8 to opcode8 and regnum.
6839
6840 2010-03-07 Joel Brobecker <brobecker@adacore.com>
6841
6842 * remote.c (remote_get_ada_task_ptid): New function.
6843 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
6844
6845 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
6846
6847 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
6848 block. Define helper macros to reduce ifdefs in code.
6849 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
6850 size. Call unadorned GetModuleFileNameEx rather than
6851 GetModuleFileNameEx*.
6852 (windows_make_so): Use __PMAX to denote maximum buffer size and
6853 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
6854 appropriate.
6855 (get_image_name): Use __PMAX to denote maximum buffer size.
6856 (handle_load_dll): Likewise.
6857 (windows_pid_to_exec_file): Likewise.
6858 (windows_create_inferior): Add many accommodations for older Cygwin and
6859 non-Cygwin.
6860 (bad_GetModuleFileNameExW): Control inclusion of this function based on
6861 __USEWIDE conditional.
6862 (bad_GetModuleFileNameExA): Likewise.
6863 (_initialize_loadable): Just use real function names without the dyn_
6864 part since they are defined earlier.
6865
6866 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
6867 Tom Tromey <tromey@redhat.com>
6868
6869 * utils.c (host_char_to_target): Add 'gdbarch' argument.
6870 (parse_escape): Likewise.
6871 * python/py-utils.c (unicode_to_target_string): Update.
6872 (unicode_to_target_python_string): Update.
6873 (target_string_to_unicode): Update.
6874 * printcmd.c (printf_command): Update.
6875 * p-exp.y (yylex): Update.
6876 * objc-exp.y (yylex): Update.
6877 * mi/mi-parse.c: Include charset.h.
6878 (mi_parse_escape): New function.
6879 (mi_parse_argv): Use it.
6880 * jv-exp.y (yylex): Update.
6881 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
6882 function.
6883 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
6884 * gdbarch.sh (auto_charset, auto_wide_charset): New.
6885 * gdbarch.c: Rebuild.
6886 * gdbarch.h: Rebuild.
6887 * defs.h (parse_escape): Update.
6888 * cli/cli-setshow.c: Include arch-utils.h.
6889 (do_setshow_command): Update.
6890 * cli/cli-cmds.c (echo_command): Update.
6891 * charset.h (target_charset, target_wide_charset): Update.
6892 * charset.c: Include arch-utils.h.
6893 (target_charset_name): Default to "auto".
6894 (target_wide_charset_name): Likewise.
6895 (show_target_charset_name): Handle "auto".
6896 (show_target_wide_charset_name): Likewise.
6897 (be_le_arch): New global.
6898 (set_be_le_names): Add 'gdbarch' argument.
6899 (validate): Likewise. Don't call set_be_le_names.
6900 (set_charset_sfunc, set_host_charset_sfunc)
6901 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
6902 Update.
6903 (target_charset): Add 'gdbarch' argument.
6904 (target_wide_charset): Likewise. Remove 'byte_order' argument.
6905 (auto_target_charset_name): New global.
6906 (default_auto_charset, default_auto_wide_charset): New functions.
6907 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
6908 for target charsets. Copy result of nl_langinfo. Use GetACP if
6909 USE_WIN32API.
6910 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
6911 remove 'byte_order' argument. Update.
6912 (classify_type): Likewise.
6913 (c_emit_char): Update.
6914 (c_printchar): Update.
6915 (c_printstr): Update.
6916 (c_get_string): Update.
6917 (evaluate_subexp_c): Update.
6918 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
6919 Declare.
6920 * python/python.c (gdbpy_target_charset): New function.
6921 (gdbpy_target_wide_charset): Likewise.
6922 (GdbMethods): Update.
6923 * NEWS: Update.
6924
6925 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
6926
6927 * symfile.c (build_section_addr_info_from_objfile): Do not mask
6928 off high address bits.
6929
6930 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
6931
6932 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
6933 address as UnsignedLongLong, not LongLong.
6934
6935 2010-03-05 Kevin Buettner <kevinb@redhat.com>
6936 Pedro Alves <pedro@codesourcery.com>
6937
6938 * remote-mips.c (gdbthread.h): Include.
6939 (remote_mips_ptid): Declare.
6940 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
6941 (common_open): Set inferior_ptid, add it as an inferior, and
6942 as a thread too. Delete FIXME comment regarding start_remote().
6943 (mips_close): Invoke generic_mourn_inferior().
6944 (mips_kill): Make sure that target_mourn_inferior is invoked.
6945 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
6946 it's now invoked from mips_close().
6947 (mips_load): Don't null out inferior_ptid. Don't call
6948 clear_symtab_users().
6949 (mips_thread_alive, mips_pid_to_str): New functions.
6950 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
6951 to_thread_alive and to_pid_to_str operations.
6952
6953 2010-03-04 Tom Tromey <tromey@redhat.com>
6954
6955 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
6956 in DWARF 3 and later.
6957 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
6958
6959 2010-03-04 Keith Seitz <keiths@redhat.com>
6960
6961 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
6962 If the filename portion of the linespec was quoted, recheck the
6963 remainder for additional quoting.
6964 (locate_first_half): Skip over completer chars, too.
6965
6966 2010-03-04 Tom Tromey <tromey@redhat.com>
6967
6968 * printcmd.c (printf_command): Pass dummy argument to
6969 printf_filtered.
6970
6971 2010-03-04 Doug Evans <dje@google.com>
6972
6973 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
6974 unwound_fp.
6975
6976 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
6977
6978 2010-03-04 Pedro Alves <pedro@codesourcery.com>
6979
6980 * breakpoint.c (update_watchpoint): Create a sentinel location if
6981 the software watchpoint isn't watching any memory.
6982 (breakpoint_address_bits): Skip dummy software watchpoint locations.
6983
6984 2010-03-04 Pedro Alves <pedro@codesourcery.com>
6985
6986 * utils.c (fputs_maybe_filtered): Check if there's already a top
6987 level interpreter before dereferencing it. If there isn't one,
6988 don't paginate either.
6989
6990 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6991
6992 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
6993 the state right when single stepping.
6994 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
6995 Get the next PC along with the instruction state.
6996 (thumb_get_next_pc): Remove.
6997 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
6998
6999 2010-03-04 Hui Zhu <teawater@gmail.com>
7000
7001 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
7002
7003 2010-03-03 Pedro Alves <pedro@codesourcery.com>
7004
7005 * utils.c (fputs_maybe_filtered): Always disable pagination if the
7006 top level interpreter is MI.
7007
7008 2010-03-03 Stan Shebs <stan@codesourcery.com>
7009
7010 * remote.c (remote_download_tracepoint): Iterate over locations.
7011 * tracepoint.c (validate_actionline): Ditto.
7012 (encode_actions): Add location argument.
7013 (trace_dump_command): Check all locations to see if stepping
7014 frame.
7015
7016 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
7017 Eli Zaretskii <eliz@gnu.org>
7018
7019 * NEWS: Add X86 general purpose registers section.
7020
7021 2010-03-03 Tom Tromey <tromey@redhat.com>
7022
7023 PR mi/11098:
7024 * varobj.c (install_new_value): Handle case where new print_value
7025 is NULL.
7026
7027 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
7028
7029 PR gdb/11345:
7030 * printcmd.c (printf_command): Print end of format string using
7031 printf_filtered.
7032
7033 2010-03-02 Tom Tromey <tromey@redhat.com>
7034
7035 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
7036 * defs.h (read_command_lines_1): Add missing 'void'.
7037 * cli/cli-script.c (recurse_read_control_structure): Add missing
7038 'void'.
7039 (read_next_line): Likewise.
7040 (read_command_lines_1): Likewise.
7041
7042 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
7043
7044 * spu-tdep.c (spu_analyze_prologue): Track instruction to
7045 store backchain as part of prologue.
7046
7047 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
7048
7049 * progspace.c (update_address_spaces): Update inferior address spaces
7050 also.
7051
7052 2010-03-02 Doug Evans <dje@google.com>
7053
7054 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
7055 lowpc,highpc args to addrmap_set_empty.
7056
7057 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
7058
7059 * amd64-tdep.c (amd64_byte_names): New.
7060 (amd64_word_names): Likewise.
7061 (amd64_dword_names): Likewise.
7062 (amd64_pseudo_register_name): Likewise.
7063 (amd64_pseudo_register_read): Likewise.
7064 (amd64_pseudo_register_write): Likewise.
7065 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
7066 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
7067 set_gdbarch_pseudo_register_write and
7068 set_tdesc_pseudo_register_name. Don't call
7069 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
7070
7071 * i386-tdep.c (i386_num_mmx_regs): Removed.
7072 (i386_num_pseudo_regs): Likewise.
7073 (i386_byte_names): New.
7074 (i386_word_names): Likewise.
7075 (i386_byte_regnum_p): Likewise.
7076 (i386_word_regnum_p): Likewise.
7077 (i386_mmx_regnum_p): Updated.
7078 (i386_pseudo_register_name): Make it global. Handle byte and
7079 word pseudo-registers.
7080 (i386_pseudo_register_read): Likewise.
7081 (i386_pseudo_register_write): Likewise.
7082 (i386_pseudo_register_type): Handle byte, word and dword
7083 pseudo-registers
7084 (i386_register_reggroup_p): Don't include pseudo
7085 registers, except for MXX, in any register groups. Don't
7086 include pseudo byte, word, dword registers in general_reggroup.
7087 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
7088 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
7089 pseudo-registers after word pseudo-registers. Call
7090 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
7091
7092 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
7093 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
7094 eax_regnum.
7095 (i386_byte_regnum_p): New.
7096 (i386_word_regnum_p): Likewise.
7097 (i386_dword_regnum_p): Likewise.
7098 (i386_pseudo_register_name): Likewise.
7099 (i386_pseudo_register_read): Likewise.
7100 (i386_pseudo_register_write): Likewise.
7101
7102 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
7103
7104 * target-descriptions.c (tdesc_type): Remove
7105 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
7106 (tdesc_predefined_types): Likewise.
7107 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
7108 if flag name is empty.
7109 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
7110
7111 * features/i386/32bit-core.xml: Define i386_eflags.
7112 * features/i386/64bit-core.xml: Likewise.
7113
7114 * features/i386/32bit-sse.xml: Define i386_mxcsr.
7115 * features/i386/64bit-sse.xml: Likewise.
7116
7117 * features/i386/amd64-linux.c: Regenerated.
7118 * features/i386/amd64.c: Likewise.
7119 * features/i386/i386-linux.c: Likewise.
7120 * features/i386/i386.c: Likewise.
7121
7122 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
7123
7124 * gdbtypes.c (append_composite_type_field_raw): New.
7125 (append_composite_type_field_aligned): Use the new function.
7126 * gdbtypes.h (append_composite_type_field_raw): Declare.
7127 * target-descriptions.c (struct tdesc_type_field): Add start and end.
7128 (struct tdesc_type_flag): New type.
7129 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
7130 kind. Add size to u.u. Add u.f for flags.
7131 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
7132 (tdesc_free_type): Likewise.
7133 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
7134 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
7135 (tdesc_add_bitfield, tdesc_add_flag): New.
7136 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
7137 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
7138 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
7139 current_type. Add current_type_size and current_type_is_flags.
7140 (tdesc_start_union): Clear the new fields.
7141 (tdesc_start_struct, tdesc_start_flags): New.
7142 (tdesc_start_field): Handle struct fields, including bitfields.
7143 (field_attributes): Make type optional. Add start and end.
7144 (union_children): Rename to struct_union_children.
7145 (union_attributes): Rename to struct_union_attributes. Add optional
7146 size.
7147 (flags_attributes): New.
7148 (feature_children): Add struct and flags.
7149 * features/gdb-target.dtd: Add flags and struct to features.
7150 Make field type optional. Add field start and end.
7151
7152 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
7153
7154 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
7155 (amd64_linux_read_description): Likewise.
7156 (_initialize_amd64_linux_nat): Set to_read_description to
7157 amd64_linux_read_description.
7158
7159 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
7160 (amd64_linux_register_name): Removed.
7161 (amd64_linux_register_type): Likewise.
7162 (amd64_linux_core_read_description): New.
7163 (amd64_linux_init_abi): Set target description to
7164 tdesc_amd64_linux if needed. Support orig_rax in target
7165 description. Don't call set_gdbarch_register_name nor
7166 set_gdbarch_register_type. Call
7167 set_gdbarch_core_read_description.
7168 (_initialize_amd64_linux_tdep): Call
7169 initialize_tdesc_amd64_linux.
7170
7171 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
7172
7173 * amd64-tdep.c: Include "features/i386/amd64.c".
7174 (amd64_register_names): Removed.
7175 (amd64_register_name): Likewise.
7176 (amd64_register_type): Likewise.
7177 (amd64_init_abi): Set num_core_regs and register_names. Set
7178 target description to tdesc_amd64 if needed. Don't call
7179 set_gdbarch_register_name nor set_gdbarch_register_type.
7180 (_initialize_amd64_tdep): New.
7181
7182 * i386-linux-nat.c (i386_linux_read_description): New.
7183 (_initialize_i386_linux_nat): Set to_read_description to
7184 i386_linux_read_description.
7185
7186 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
7187 (i386_linux_register_name): Removed.
7188 (i386_linux_core_read_description): New.
7189 (i386_linux_read_description): Likewise.
7190 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
7191 Set target description to tdesc_i386_linux if needed. Support
7192 orig_eax. Set register_reggroup_p. Call
7193 set_gdbarch_core_read_description.
7194 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
7195
7196 * i386-linux-tdep.h (tdesc_i386_linux): New.
7197
7198 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
7199 with I387_NUM_REGS.
7200
7201 * i386-tdep.c: Include "features/i386/i386.c".
7202 (i386_register_names): Make it const.
7203 (i386_mmx_names): Likewise.
7204 (i386_num_register_names): Removed.
7205 (i386_register_name): Likewise.
7206 (i386_eflags_type): Likewise.
7207 (i386_mxcsr_type): Likewise.
7208 (i386_sse_type): Likewise.
7209 (i386_register_type): Likewise.
7210 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
7211 (i386_pseudo_register_name): New.
7212 (i386_pseudo_register_type): Likewise.
7213 (i386_mmx_type): Make it static.
7214 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
7215 I387_NUM_REGS. Set num_core_regs and register_names. Don't
7216 call set_gdbarch_register_name nor set_gdbarch_register_type.
7217 Set register_reggroup_p. Set target description to tdesc_i386
7218 if needed. Call set_tdesc_pseudo_register_type,
7219 set_tdesc_pseudo_register_name and tdesc_use_registers.
7220 (_initialize_i386_tdep): Call initialize_tdesc_i386.
7221 initialize_tdesc_x86_64.
7222
7223 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
7224 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
7225 register_names, tdesc and register_reggroup_p.
7226 (I386_NUM_FREGS): Removed.
7227 (i386_eflags_type): Likewise.
7228 (i386_mxcsr_type): Likewise.
7229 (i386_mmx_type): Likewise.
7230 (i386_sse_type): Likewise.
7231 (i386_register_name): Likewise.
7232 (i386_regnum): Add I386_MXCSR_REGNUM.
7233 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
7234
7235 * i387-tdep.h (I387_NUM_REGS): New.
7236
7237 * regformats/i386/i386-linux.dat: Generated.
7238 * regformats/i386/i386.dat: Likewise.
7239 * regformats/i386/amd64-linux.dat: Likewise.
7240 * regformats/i386/amd64.dat: Likewise.
7241
7242 * regformats/reg-i386-linux.dat: Removed.
7243 * regformats/reg-i386.dat: Likewise.
7244 * regformats/reg-x86-64-linux.dat: Likewise.
7245 * regformats/reg-x86-64.dat: Likewise.
7246
7247 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
7248
7249 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
7250 cygwin_conv_path API rather than the deprecated
7251 cygwin_conv_to_full_posix_path.
7252 * windows-nat.c:
7253 (GetModuleFileNameExA): Undefine for Cygwin.
7254 (GetModuleFileNameExW): Define for Cygwin.
7255 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
7256 Call GetModuleFileNameExW and convert path to POSIX using
7257 cygwin_conv_path.
7258 (windows_make_so): Always define p. Drop unused variable m.
7259 Don't use Win32 functions to check file existance, rather use
7260 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
7261 Use canonicalize_file_name to get full path.
7262 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
7263 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
7264 use correct target buffer size in call to WideCharToMultiByte.
7265 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
7266 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
7267 (windows_create_inferior): Convert all paths and arguments to wchar_t
7268 and use CreateProcessW on Cygwin.
7269 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
7270 (bad_GetModuleFileNameExA): Undefine for Cygwin.
7271 (bad_GetModuleFileNameExW): Define for Cygwin.
7272 (_initialize_loadable): Load GetModuleFileNameExW into
7273 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
7274
7275 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
7276
7277 PR python/11036
7278 * python/py-frame.c (frapy_read_var): Add block argument and logic
7279 to cope with user provided blocks.
7280
7281 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7282
7283 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
7284 New comment.
7285
7286 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
7287
7288 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
7289 (COMMON_OBS): ... to here since it's used unconditionally.
7290 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
7291 (SFILES): To here.
7292
7293 2010-02-26 David Daney <ddaney@caviumnetworks.com>
7294
7295 * mips-linux-tdep.c: Update struct sigframe comments.
7296 (SIGFRAME_CODE_OFFSET): Delete macro.
7297 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
7298 this_frame's sp.
7299 (mips_linux_n32n64_sigframe_init): Same.
7300
7301 2010-02-26 Kevin Buettner <kevinb@redhat.com>
7302
7303 * remote-mips.c (mips_load): Don't use pseudo-register when
7304 invalidating regcache.
7305
7306 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7307
7308 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
7309
7310 2010-02-26 Pedro Alves <pedro@codesourcery.com>
7311
7312 * NEWS: Add "New targets" section, and mention ARM Symbian
7313 support.
7314
7315 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
7316
7317 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
7318 add ADDR_SIZE member.
7319 (allocate_piece_closure): Update.
7320 (copy_pieced_value_closure): Likewise.
7321 (dwarf2_evaluate_loc_desc): Likewise.
7322 (read_pieced_value): Use DWARF address size instead of
7323 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
7324
7325 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
7326 Tom Tromey <tromey@redhat.com>
7327
7328 * python/py-type.c (typy_lookup_typename): Add in block argument.
7329 If provided restrict lookup to specified blocks.
7330 (gdbpy_lookup_type): Likewise.
7331 (typy_lookup_type): Likewise.
7332
7333 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
7334
7335 Symbian config
7336
7337 gdb/
7338 * arm-symbian-tdep.c: New.
7339 * configure.tgt (arm*-*-symbianelf*): New target.
7340 (*-*-symbianelf*): New OS.
7341 * osabi.c (gdb_osabi_names): Add Symbian.
7342 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
7343 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
7344 (ALLDEPFILES): Add arm-symbian-tdep.c.
7345
7346 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
7347
7348 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
7349
7350 2010-02-24 Pedro Alves <pedro@codesourcery.com>
7351
7352 * mi/mi-main.c (mi_cmd_execute): Fix typo.
7353
7354 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
7355 Tom Tromey <tromey@redhat.com>
7356 Thiago Jung Bauermann <bauerman@br.ibm.com>
7357
7358 * python/python.c (_initialize_python): Call
7359 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
7360 gdbpy_initialize_blocks.
7361 * python/python-internal.h: Declare struct symbol, block and
7362 symtab_and_line. Declare block_object_type and
7363 symbol_object_type
7364 (gdbpy_lookup_symbol gdbpy_block_for_pc)
7365 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
7366 (symbol_to_symbol_object, block_to_block_object)
7367 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
7368 (gdbpy_initialize_blocks ): Declare.
7369 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
7370 (frapy_select): Add methods.
7371 (frapy_read_var): Add symbol branch.
7372 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
7373 py-block.
7374 (SUBDIR_PYTHON_SRCS): Likewise.
7375 (py-symbol.o): New rule.
7376 (py-symtab.o): Likewise.
7377 (py-block.o): Likewise.
7378 * python/py-symbol.c: New file.
7379 * python/py-symtab.c: Likewise.
7380 * python/py-block.c: Likewise.
7381
7382 2010-02-24 Pedro Alves <pedro@codesourcery.com>
7383
7384 PR gdb/11321
7385
7386 * inferior.h (prepare_for_detach): Declare.
7387 (struct inferior) <detaching>: New field.
7388 * infrun.c (prepare_for_detach): New.
7389 (handle_inferior_event) <random signal>: Don't stop if detaching.
7390 * target.c (target_detach): Call prepare_for_detach.
7391
7392 2010-02-24 Pedro Alves <pedro@codesourcery.com>
7393
7394 Per-process displaced stepping queue.
7395
7396 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
7397 (displaced_step_gdbarch, displaced_step_closure,
7398 (displaced_step_original, displaced_step_copy): Move globals to
7399 this...
7400 (struct displaced_step_inferior_state): ... new structure.
7401 (displaced_step_inferior_states): New global.
7402 (get_displaced_stepping_state, add_displaced_stepping_state)
7403 (remove_displaced_stepping_state, infrun_inferior_exit): New
7404 functions.
7405 (displaced_step_clear): Add displaced_step_inferior_state
7406 parameter, and adjust to handle it.
7407 (displaced_step_clear_cleanup): Parameter is now a
7408 displaced_step_inferior_state. Adjust.
7409 (displaced_step_prepare): Adjust.
7410 (displaced_step_fixup, displaced_step_fixup)
7411 (infrun_thread_ptid_changed, resume): Adjust.
7412 (init_wait_for_inferior): Don't call displaced_step_clear.
7413 (infrun_thread_stop_requested): Rewrite.
7414 (_initialize_infrun): Install infrun_inferior_exit as
7415 inferior_exit observer.
7416
7417 2010-02-24 Pedro Alves <pedro@codesourcery.com>
7418
7419 * inferior.h (ptid_match): Declare.
7420 * infrun.c (ptid_match): New.
7421 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
7422 (handle_notification): Add debug output.
7423 * linux-nat.c (ptid_match): Delete.
7424
7425 2010-02-24 David S. Miller <davem@davemloft.net>
7426
7427 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
7428 * syscalls/sparc-linux.xml: New.
7429 * syscalls/sparc64-linux.xml: New.
7430 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
7431 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
7432 (sparc32_linux_get_syscall_number): New function.
7433 (sparc32_linux_init_abi): Set syscall XML file name and hook up
7434 syscall number fetcher.
7435 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
7436 (sparc64_linux_get_syscall_number): New function.
7437 (sparc64_linux_init_abi): Set syscall XML file name and hook up
7438 syscall number fetcher.
7439
7440 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
7441
7442 Multiexec MI
7443
7444 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
7445 * inferior.c (add_inferior_silent): Notify inferior_added
7446 observer.
7447 (delete_inferior_1): Notify inferior_removed observer.
7448 (exit_inferior_1): Pass inferior, not pid, to observer.
7449 (inferior_appeared): Likewise.
7450 (add_inferior_with_spaces): New.
7451 (add_inferior_command): Use the above.
7452 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
7453 Declare.
7454
7455 * inflow.c (inflow_inferior_exit): Likewise.
7456 * jit.c (jit_inferior_exit_hook): Likewise.
7457
7458 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
7459 remove-inferior.
7460 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
7461 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
7462 (report_initial_inferior): New.
7463 (mi_inferior_removed): Register the above. Make sure
7464 inferior_added observer is called on the first inferior.
7465 (mi_new_thread, mi_thread_exit): Thread group is now identified by
7466 inferior number, not pid.
7467 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
7468 affected.
7469 * mi/mi-main.c (current_context): New.
7470 (proceed_thread_callback): Use typed closure.
7471 Proceed everything if pid is 0. Most implementation split into
7472 (proceed_thread): ... this.
7473 (run_one_inferior): New.
7474 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
7475 Adjust for multiexec behaviour.
7476 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
7477 (mi_cmd_execute): Handle the 'thread-group' option here.
7478 Do some extra checks.
7479 * mi-parse.c (mi_parse): Handle the --all and --thread-group
7480 options.
7481 * mi-parse.h (struct mi_parse): New fields all and thread_group.
7482
7483 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
7484
7485 Make -exec-run a proper MI commands.
7486
7487 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
7488 * mi/mi-cmds.c (mi_cmds): Adjust.
7489 * mi/mi-main.c (mi_cmd_exec_run): New.
7490
7491 2010-02-24 Pedro Alves <pedro@codesourcery.com>
7492 Stan Shebs <stan@codesourcery.com>
7493
7494 * tracepoint.h (set_traceframe_number)
7495 (cleanup_restore_current_traceframe): Declare.
7496 * tracepoint.c (set_traceframe_number): New.
7497 (struct current_traceframe_cleanup): New.
7498 (do_restore_current_traceframe_cleanup)
7499 (restore_current_traceframe_cleanup_dtor)
7500 (make_cleanup_restore_current_traceframe): New.
7501 * infrun.c: Include tracepoint.h.
7502 (fetch_inferior_event): Switch out and in of tfind mode.
7503
7504 2010-02-24 Pedro Alves <pedro@codesourcery.com>
7505
7506 * breakpoint.c (breakpoint_init_inferior): Also delete
7507 bp_shlib_event breakpoints.
7508 * solib-frv.c (enable_break): Remove call to
7509 remove_solib_event_breakpoints.
7510 * solib-svr4.c (enable_break): Ditto.
7511 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
7512 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
7513 * solib-som.c (som_solib_create_inferior_hook): Ditto.
7514 * solib-spu.c (spu_enable_break): Ditto.
7515
7516 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
7517
7518 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
7519
7520 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
7521
7522 * varobj.c (varobj_update): Avoid non-constants in initializers.
7523
7524 2010-02-23 Tom Tromey <tromey@redhat.com>
7525
7526 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
7527 handle big-endian values.
7528 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
7529
7530 2010-02-22 Pedro Alves <pedro@codesourcery.com>
7531
7532 PR9605
7533
7534 gdb/
7535 * breakpoint.c (insert_bp_location): If inserting the read
7536 watchpoint failed, fallback to an access watchpoint.
7537 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
7538 if the value changed, if not watching the same memory for writes.
7539 (watchpoint_locations_match): Add comment.
7540 (update_global_location_list): Copy the location's watchpoint type.
7541 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
7542 handle read watchpoints here.
7543 (i386_insert_watchpoint): Read watchpoints aren't supported.
7544 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
7545 packets.
7546 * target.h (target_insert_watchpoint): Update description.
7547
7548 2010-02-19 Tom Tromey <tromey@redhat.com>
7549
7550 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
7551 * m2-typeprint.c (m2_print_type): Update.
7552 * gdbtypes.c (recursive_dump_type): Update.
7553 (copy_type_recursive): Update.
7554 * c-typeprint.c (c_type_print_varspec_prefix): Update.
7555 (c_type_print_base): Update.
7556 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
7557 Remove.
7558 (struct cplus_struct_type) <ntemplate_args>: Remove.
7559 <struct template_arg>: Remove.
7560 <is_dynamic>: Move earlier.
7561 (TYPE_TEMPLATE_ARGS): Remove.
7562 (TYPE_NTEMPLATE_ARGS): Remove.
7563 (TYPE_TEMPLATE_ARG): Remove.
7564
7565 2010-02-19 Tom Tromey <tromey@redhat.com>
7566
7567 PR c++/8693, PR c++/9496:
7568 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
7569 * c-exp.y (lex_one_token): Rename from yylex. Don't call
7570 write_dollar_variable. Don't try to classify NAME tokens.
7571 (token_and_value): New type.
7572 (token_fifo, popping, name_obstack): New globals.
7573 (classify_name): New function.
7574 (classify_inner_name): Likewise.
7575 (yylex): Likewise.
7576 (VARIABLE): Now has type sval.
7577 (exp : VARIABLE): Call write_dollar_variable.
7578 (qualified_name): Use TYPENAME, not typebase. Add production for
7579 multiple "::" instances.
7580 (variable): Use name_not_typename.
7581 (qualified_type): Remove.
7582 (typebase): Update.
7583
7584 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7585
7586 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
7587 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
7588 found by bfd_get_section_by_name.
7589 * symfile.h (struct section_addr_info) <sectindex>: New comment.
7590
7591 2010-02-19 Joel Brobecker <brobecker@adacore.com>
7592
7593 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
7594 7.0 section" into "Changes in 7.1".
7595
7596 2010-02-19 Joel Brobecker <brobecker@adacore.com>
7597
7598 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
7599 * version.in: Bump version to 7.1.50.20100219-cvs.
7600
7601 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
7602
7603 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
7604 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
7605
7606 2010-02-17 Tom Tromey <tromey@redhat.com>
7607
7608 * NEWS: Add Python API Improvements section.
7609
7610 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
7611
7612 * NEWS: Correct typo.
7613
7614 2010-02-17 Tom Tromey <tromey@redhat.com>
7615
7616 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
7617
7618 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7619
7620 * symfile.c (build_section_addr_info_from_objfile): Include sections
7621 only if they are SEC_ALLOC or SEC_LOAD.
7622
7623 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
7624
7625 PR shlibs/11293
7626 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
7627 of ULONGEST for address size.
7628
7629 2010-02-17 Tom Tromey <tromey@redhat.com>
7630
7631 * NEWS: Add C++ improvements section.
7632
7633 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
7634
7635 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
7636 PyThreadState_Swap): Avoid "statement with no effect" warning.
7637
7638 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7639
7640 * solib-svr4.c (enable_break <target_auxv_search>): New variable
7641 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
7642
7643 2010-02-17 Tristan Gingold <gingold@adacore.com>
7644 Petr Hluzin <petr.hluzin@gmail.com>
7645
7646 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
7647 gdb_assert. Fix info->size for SIG prologue.
7648
7649 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7650
7651 * infcmd.c (show_inferior_tty_command): Check for NULL.
7652 Correct output message.
7653
7654 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7655
7656 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
7657 FUNCTION contains parentheses. Improve removal of a trailing
7658 single quote.
7659
7660 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7661
7662 * gcore.c (do_bfd_delete_cleanup): New function.
7663 (gcore_command): Use it. Discard the cleanup after success.
7664 (gcore_copy_callback): Delete dead code.
7665
7666 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7667
7668 * symfile.c (addr_info_make_relative): Always use
7669 find_lowest_section.
7670
7671 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
7672
7673 * NEWS: Added entry for namespace fixes.
7674
7675 2010-02-15 Tom Tromey <tromey@redhat.com>
7676
7677 * dwarf2read.c (guess_structure_name): Allocate name on the
7678 objfile obstack.
7679
7680 2010-02-15 Tom Tromey <tromey@redhat.com>
7681
7682 * c-typeprint.c (c_type_print_base): Reverse order of test.
7683
7684 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7685
7686 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
7687 initialize it from ELF BFD. Extend the prelink condition by it.
7688
7689 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7690
7691 * defs.h (parse_pid_to_attach): New.
7692 * utils.c (parse_pid_to_attach): New.
7693 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
7694 * gnu-nat.c (gnu_attach): Likewise.
7695 * nto-procfs.c (procfs_attach): Likewise.
7696 * procfs.c (procfs_attach): Likewise.
7697 * windows-nat.c (windows_attach): Likewise.
7698 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
7699 * inf-ttrace.c (inf_ttrace_attach): Likewise.
7700 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
7701 check.
7702
7703 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
7704
7705 * MAINTAINERS: Add myself for write after approval privileges.
7706
7707 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7708
7709 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
7710 block.
7711
7712 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7713
7714 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
7715 only if INFO_VERBOSE.
7716
7717 2010-02-12 Tomas Holmberg <th@virtutech.com>
7718
7719 * mi/mi-main.c: Added the --reverse flag to the following MI
7720 commands: exec-continue, exec-finish, exec-next, exec-step,
7721 exec-next-instruction, exec-step-instruction. This is to
7722 support reverse execution over the MI interface to gdb.
7723
7724 2010-02-12 Pedro Alves <pedro@codesourcery.com>
7725
7726 * tracepoint.c (_initialize_tracepoint): Specify that the address
7727 range of `tfind outsize' is exclusive, and that the address range
7728 of `tfind range' is inclusive, in the commands' help strings.
7729
7730 2010-02-12 Joel Brobecker <brobecker@adacore.com>
7731
7732 Spurious "dll not found" error messages on x64-windows.
7733 * windows-nat.c: Add include of complaints.h.
7734 (handle_unload_dll): Change dll-not-found error into a complaint.
7735
7736 2010-02-12 Pedro Alves <pedro@codesourcery.com>
7737
7738 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
7739 bp_tracepoint and bp_fast_tracepoint, not
7740 bp_loc_software_breakpoint.
7741 (update_global_location_list): Tracepoints are never duplicates of
7742 anything.
7743
7744 2010-02-12 Pedro Alves <pedro@codesourcery.com>
7745
7746 * breakpoint.c (break_command_really): Change return type to int.
7747 Return false if no breakpoint was created, true otherwise.
7748 (trace_command): Don't set the tracepoint count if no tracepoint
7749 was created.
7750 (ftrace_command): Ditto.
7751 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
7752 created in the breakpoints table.
7753
7754 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7755 Ulrich Weigand <uweigand@de.ibm.com>
7756
7757 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
7758
7759 2010-02-11 Pedro Alves <pedro@codesourcery.com>
7760
7761 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
7762 the offset value isn't of integral type.
7763
7764 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7765
7766 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
7767 New.
7768
7769 2010-02-11 Pedro Alves <pedro@codesourcery.com>
7770
7771 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
7772 non-subscriptable types.
7773 * valarith.c (binop_types_user_defined_p): New, abstracted out
7774 from ...
7775 (binop_user_defined_p): ... this.
7776 * value.h (binop_types_user_defined_p): Declare.
7777
7778 2010-02-11 Pedro Alves <pedro@codesourcery.com>
7779
7780 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
7781 Merge uploaded TSVs before merging uploaded tracepoints.
7782
7783 2010-02-11 Pedro Alves <pedro@codesourcery.com>
7784
7785 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
7786
7787 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
7788
7789 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
7790 whitespace character after a dot in comment.
7791 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
7792 Likewise.
7793 (list_args_or_locals): For the 'all' (that is
7794 -stack-list-variables) case, always output list of tuples.
7795 Output 'arg' field if variable is argument.
7796
7797 2010-02-10 Tom Tromey <tromey@redhat.com>
7798
7799 * parser-defs.h (parser_debug): Declare.
7800 * parse.c (_initialize_parse): Install "debug parser" set/show
7801 command.
7802 (parser_debug): New global.
7803 (show_parserdebug): New function.
7804 * c-exp.y (c_parse): Set yydebug.
7805
7806 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
7807
7808 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
7809 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
7810 (tdesc_predefined_types): Add i387_ext, i386_eflags and
7811 i386_mxcsr.
7812 (tdesc_find_type): New.
7813 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
7814 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
7815
7816 * target-descriptions.h (tdesc_find_type): New.
7817
7818 2010-02-10 Michael Snyder <msnyder@vmware.com>
7819
7820 * gdb-gdb.py: Comment fix.
7821
7822 2010-02-09 Tristan Gingold <gingold@adacore.com>
7823
7824 * machoread.c (macho_symfile_relocate): New function.
7825 (macho_sym_fns): Use macho_symfile_relocate instead of
7826 default_symfile_relocate.
7827 (macho_oso_data): New type.
7828 (current_oso): New variable.
7829 (macho_add_oso_symfile): Do not compute section_addr_info, but
7830 instead set vma of sections.
7831 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
7832 Set and clear current_oso.
7833
7834 2010-02-09 Joel Brobecker <brobecker@adacore.com>
7835
7836 Wrong type description for tagged type parameter.
7837 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
7838 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
7839 reference to a tagged type.
7840
7841 2010-02-09 Tristan Gingold <gingold@adacore.com>
7842
7843 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
7844 brothers of the parent.
7845
7846 2010-02-08 Tom Tromey <tromey@redhat.com>
7847
7848 PR c++/8017:
7849 * value.h: Update.
7850 * valops.c (search_struct_field): Make 'name' const.
7851 (search_struct_method): Likewise.
7852 (find_method_list): Make 'method' const.
7853 (value_struct_elt): Make 'name' and 'err' const.
7854 (value_find_oload_method_list): Make 'method' const.
7855 (find_overload_match): Make 'name' const.
7856 * eval.c (evaluate_subexp_standard): New locals function,
7857 function_name.
7858 <OP_FUNCALL>: Handle OP_SCOPE specially.
7859
7860 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
7861
7862 * infrun.c (handle_inferior_event): Do not look up regcache
7863 for exited processes.
7864
7865 2010-02-08 Chris Moller <moller@mollerware.com>
7866
7867 PR gdb/10728
7868 * valarith.c (value_ptrdiff): Added a test for a zero type length,
7869 warn if found, and assume length = 1.
7870
7871 2010-02-08 Chris Moller <cmoller@redhat.com>
7872
7873 PR gdb/9067
7874 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
7875 (cp_print_static_field) Fix use of obstacks.
7876
7877 2010-02-08 Pedro Alves <pedro@codesourcery.com>
7878
7879 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
7880 resumed LWPs as resumed.
7881 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
7882 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
7883 of throwing an internal error. If an LWP of a process we're not
7884 waiting for reports a signal, don't force collecting a SIGSTOP,
7885 and if it was breakpoint hit in non-stop mode, cancel it. Don't
7886 go through all LWPs cancelling breakpoints in non-stop mode.
7887 (resume_stopped_resumed_lwps): New.
7888 (linux_nat_wait): Use it.
7889
7890 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
7891
7892 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
7893 i386/amd64 and i386/amd64-linux.
7894 (i386/i386-expedite): New.
7895 (i386/i386-linux-expedite): Likewise.
7896 (i386/amd64-expedite):Likewise.
7897 (i386/amd64-linux-expedite): Likewise.
7898 ($(outdir)/i386/i386-linux.dat): Likewise.
7899 ($(outdir)/i386/amd64.dat): Likewise.
7900 ($(outdir)/i386/amd64-linux.dat): Likewise.
7901
7902 * features/i386/32bit-core.xml: New.
7903 * features/i386/32bit-linux.xml: Likewise.
7904 * features/i386/32bit-sse.xml: Likewise.
7905 * features/i386/64bit-core.xml: Likewise.
7906 * features/i386/64bit-linux.xml: Likewise.
7907 * features/i386/64bit-sse.xml: Likewise.
7908 * features/i386/i386-linux.xml: Likewise.
7909 * features/i386/i386.xml: Likewise.
7910 * features/i386/amd64-linux.xml: Likewise.
7911 * features/i386/amd64.xml: Likewise.
7912 * features/i386/i386-linux.c: Likewise.
7913 * features/i386/i386.c: Likewise.
7914 * features/i386/amd64-linux.c: Likewise.
7915 * features/i386/amd64.c: Likewise.
7916
7917 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
7918
7919 PR c++/7935:
7920 * cp-support.h: Added char* alias element to using_direct data
7921 struct.
7922 (cp_add_using): Added char* alias argument.
7923 (cp_add_using_directive): Ditto.
7924 * cp-namespace.c: Updated with the above changes.
7925 (cp_lookup_symbol_imports): Check for aliases.
7926 * dwarf2read.c (read_import_statement): Figure out local alias
7927 for the import and pass it on to cp_add_using.
7928 (read_namespace): Pass alias argument to cp_add_using.
7929
7930 2010-02-05 Hui Zhu <teawater@gmail.com>
7931
7932 * defs.h (gdb_bfd_errmsg): New extern.
7933 * exec.c (exec_file_attach): Change bfd_errmsg to
7934 gdb_bfd_errmsg.
7935 * utils.c (AMBIGUOUS_MESS1): New macro.
7936 (AMBIGUOUS_MESS2): New macro.
7937 (gdb_bfd_errmsg): New function.
7938
7939 2010-02-04 Doug Evans <dje@google.com>
7940
7941 * solib-svr4.c (enable_break): Add comment.
7942
7943 2010-02-04 Anthony Green <green@moxielogic.com>
7944
7945 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
7946 gracefully.
7947
7948 2010-02-04 Tom Tromey <tromey@redhat.com>
7949
7950 * valops.c (search_struct_field): Account for
7951 value_embedded_offset. Fix check for virtual base past the end of
7952 the object. Use value_copy when making a slice of the value.
7953
7954 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
7955
7956 PR tui/9622
7957 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
7958 only if gdb_stdout is a tty.
7959
7960 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
7961
7962 * target-descriptions.c: Include "osabi.h".
7963 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
7964 OSABI.
7965
7966 2010-02-04 Tristan Gingold <gingold@adacore.com>
7967
7968 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
7969 (macho_symtab_read): Adjust calls to macho_add_oso.
7970 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
7971 (macho_symfile_read): Adjust call to macho_oso_symfile.
7972 (macho_new_init): Move this function after declarations.
7973 (macho_symfile_init): Ditto.
7974 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
7975 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
7976
7977 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
7978
7979 Include MI command in remotelog.
7980
7981 * mi/mi-main.c (mi_execute_command): Call target_log_command.
7982
7983 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
7984
7985 * remote.c (remote_state): Remove gdbarch.
7986 (init_remote_state): Don't set gdbarch.
7987 (remote_query_supported): Pass target_gdbarch instead of
7988 rs->gdbarch to gdbarch_qsupported.
7989
7990 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
7991
7992 * gdbarch.sh: Add qsupported.
7993
7994 * gdbarch.c: Regenerated.
7995 * gdbarch.h: Likewise.
7996
7997 * remote.c (remote_state): Add gdbarch.
7998 (init_remote_state): Set gdbarch.
7999 (remote_query_supported): Support gdbarch_qsupported.
8000
8001 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
8002
8003 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
8004 __FreeBSD_kernel_version.
8005
8006 2010-02-03 Tristan Gingold <gingold@adacore.com>
8007
8008 * symfile.h (struct sym_fns): Add sym_relocate field.
8009 (default_symfile_relocate): New prototype.
8010 (symfile_relocate_debug_section): First argument is now an objfile.
8011 * symfile.c (default_symfile_relocate): Rename from
8012 symfile_relocate_debug_section, first argument is now an objfile.
8013 (symfile_relocate_debug_section): New function.
8014 * coffread.c (coff_sym_fns): Set sym_relocate field.
8015 * somread.c (som_sym_fns): Ditto.
8016 * mipsread.c (ecoff_sym_fns): Ditto.
8017 * machoread.c (macho_sym_fns): Ditto.
8018 * elfread.c (elf_sym_fns): Ditto.
8019 * dwarf2read.c (dwarf2_read_section): Ditto.
8020 * xcoffread.c (xcoff_sym_fns): Ditto.
8021 * dbxread.c (aout_sym_fns): Ditto.
8022 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
8023 (elfstab_build_psymtabs): Ditto.
8024
8025 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
8026
8027 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
8028
8029 2010-02-02 Tom Tromey <tromey@redhat.com>
8030
8031 * valops.c (value_cast_structs): Try downcasting using the RTTI
8032 type.
8033
8034 2010-02-02 Tom Tromey <tromey@redhat.com>
8035
8036 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
8037 (gnuv2_baseclass_offset): Now static.
8038 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
8039 * gnu-v2-abi.h: Remove.
8040
8041 2010-02-02 Tom Tromey <tromey@redhat.com>
8042
8043 * m2-typeprint.c (m2_record_fields): Don't use
8044 TYPE_DECLARED_TYPE.
8045 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
8046 (struct main_type) <flag_declared_class>: New field.
8047 (struct cplus_struct_type) <declared_type>: Remove.
8048 <ntemplate_args>: Move earlier.
8049 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
8050 (DECLARED_TYPE_TEMPLATE): Remove.
8051 (TYPE_DECLARED_TYPE): Remove.
8052 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
8053 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
8054 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
8055 TYPE_DECLARED_TYPE.
8056
8057 2010-02-02 Tom Tromey <tromey@redhat.com>
8058
8059 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
8060 * valops.c (search_struct_field): Compute nbases after calling
8061 CHECK_TYPEDEF.
8062 (check_field): Call CHECK_TYPEDEF.
8063 * cp-valprint.c (cp_print_value): Pass correct address to
8064 baseclass_offset. Fix check for virtual base past the end of the
8065 object. Don't offset address passed to cp_print_value_fields or
8066 apply_val_pretty_printer.
8067 (cp_print_value_fields): Fix call to val_print.
8068 (cp_print_value_fields_rtti): New function.
8069 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
8070 * p-valprint.c (pascal_object_print_value_fields): Fix call to
8071 val_print.
8072 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
8073 offset to address.
8074 * language.h (struct language_defn) <la_val_print>: Document.
8075 * c-lang.h (cp_print_value_fields_rtti): Declare.
8076
8077 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8078
8079 PR libc/11214:
8080 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
8081 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
8082 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
8083
8084 2010-02-01 Michael Matz <matz@suse.de>
8085 Daniel Jacobowitz <dan@codesourcery.com>
8086
8087 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
8088 functions use a frame pointer.
8089
8090 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8091
8092 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
8093 by a conditional setting DYN_ADDR. Use DYN_ADDR.
8094 * config/djgpp/fnchange.lst: Add translations for
8095 symbol-without-target_section.exp and symbol-without-target_section.c.
8096
8097 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8098
8099 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
8100 (remote_breakpoint_for_pc): Correct invalid_p check.
8101 * gdbarch.c: Regenerated.
8102
8103 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8104
8105 * arm-tdep.c (arm_find_mapping_symbol): New function, from
8106 arm_pc_is_thumb.
8107 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
8108 (extend_buffer_earlier): New function.
8109 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
8110 (arm_adjust_breakpoint_address): New function.
8111 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
8112
8113 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8114
8115 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
8116 (arm_linux_thumb2_le_breakpoint): New constants.
8117 (arm_linux_init_abi): Set thumb2_breakpoint and
8118 thumb2_breakpoint_size.
8119 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
8120 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
8121 Implement support for single stepping through IT blocks if
8122 a 32-bit Thumb breakpoint instruction is available.
8123 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
8124 is available, use it when needed.
8125 (arm_remote_breakpoint_from_pc): New function.
8126 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
8127 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
8128 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
8129
8130 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8131
8132 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
8133 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
8134 * gdbarch.c, gdbarch.h: Regenerated.
8135 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
8136 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
8137 gdbarch_remote_breakpoint_from_pc.
8138
8139 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8140
8141 * infrun.c (prepare_to_proceed): Handle other signals which might
8142 match a breakpoint.
8143 (handle_inferior_event): Move the check for unusual breakpoint
8144 signals earlier.
8145
8146 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
8147
8148 amd64 - function returning record with field straddling 2 registers.
8149 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
8150 a record of length <= 16 in which a field straddles the two
8151 eightbytes.
8152
8153 2010-01-29 Joel Brobecker <brobecker@adacore.com>
8154
8155 Implement return values on amd64-windows.
8156 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
8157 (amd64_windows_return_value): New function.
8158 (amd64_windows_init_abi): Call set_gdbarch_return_value with
8159 amd64_windows_return_value.
8160
8161 2010-01-29 Joel Brobecker <brobecker@adacore.com>
8162
8163 amd64-windows: 32 bytes allocated on stack by caller for integer
8164 parameter registers.
8165 * i386-tdep.h (struct gdbarch_tdep): Add new field
8166 integer_param_regs_saved_in_caller_frame.
8167 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
8168 tdep->integer_param_regs_saved_in_caller_frame to 1.
8169 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
8170 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
8171
8172 2010-01-29 Joel Brobecker <brobecker@adacore.com>
8173
8174 amd64-windows: memory args passed by pointer during function calls.
8175 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
8176 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
8177 where tdep->memory_args_by_pointer is non-zero.
8178 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
8179 tdep->memory_args_by_pointer to 1.
8180
8181 2010-01-29 Joel Brobecker <brobecker@adacore.com>
8182
8183 amd64-windows: Integer parameters in function calls.
8184 * i386-tdep.h (enum amd64_reg_class): New, moved here from
8185 amd64-tdep.c.
8186 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
8187 call_dummy_integer_regs, and classify.
8188 * amd64-tdep.h (amd64_classify): Add declaration.
8189 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
8190 (amd64_reg_class): Delete, moved to i386-tdep.h.
8191 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
8192 Replace call to amd64_classify by call to tdep->classify.
8193 (amd64_push_arguments): Get the list of registers to use for
8194 passing integer parameters from the gdbarch tdep structure,
8195 rather than using a hardcoded one. Replace calls to amd64_classify
8196 by calls to tdep->classify.
8197 (amd64_push_dummy_call): Get the register number used for
8198 the "hidden" argument from tdep->call_dummy_integer_regs.
8199 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
8200 and tdep->call_dummy_integer_regs. Set tdep->classify.
8201 * amd64-windows-tdep.c: Add include of gdbtypes.h.
8202 (amd64_windows_dummy_call_integer_regs): New static global.
8203 (amd64_windows_classify): New function.
8204 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
8205 tdep->call_dummy_integer_regs and tdep->classify.
8206
8207 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
8208
8209 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
8210 for the new regcache. All callers updated.
8211 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
8212 (get_thread_arch_regcache): Do not set aspace here.
8213 * regcache.h (regcache_xmalloc): Update declaration.
8214
8215 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
8216 regcache_xmalloc updated.
8217
8218 2010-01-28 Joel Brobecker <brobecker@adacore.com>
8219
8220 Another -Wunused-function error in procfs.c (sparc-solaris)
8221 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
8222 Only define if SYS_syssgi is defined.
8223 (remove_dbx_link_breakpoint): Delete declaration. Move up.
8224 (dbx_link_addr, insert_dbx_link_bpt_in_file)
8225 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
8226 is itself defined.
8227
8228 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
8229
8230 * windows-nat.c (windows_initialization_done): New variable.
8231 (get_windows_debug_event): Issue error when process dies before
8232 completely initializing.
8233 (do_initial_windows_stuff): Set flag to indicate when we are done with
8234 the initial steps of attaching to the child.
8235
8236 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8237
8238 * symtab.h (struct symbol <symtab>): New comment on NULL values.
8239
8240 2010-01-27 Doug Evans <dje@google.com>
8241
8242 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
8243
8244 * breakpoint.c (bpstat_stop_status): Delete useless code.
8245
8246 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8247
8248 * printcmd.c (display_uses_solib_p): Remove variable section. Access
8249 objfile via SYMBOL_SYMTAB.
8250
8251 2010-01-26 Tom Tromey <tromey@redhat.com>
8252
8253 PR exp/7643:
8254 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
8255 coerce_array on result.
8256
8257 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
8258
8259 * cp-namespace.c (cp_lookup_symbol_namespace): Added
8260 search_parent argument.
8261 (cp_add_using): Initialize 'searched' field.
8262 (reset_directive_searched): New function.
8263 * cp-support.h: Add 'searched' field to using_direct struct.
8264 (cp_lookup_symbol_imports): Ditto.
8265 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
8266 Perform recursive search.
8267 Implement non parent search.
8268 * valops.c (value_maybe_namespace_elt): Updated.
8269
8270 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
8271
8272 PR gdb/10929:
8273 * dwarf2read.c (read_lexical_block_scope): Create blocks for
8274 scopes which contain using directives even if they contain no
8275 declarations.
8276 * symtab.c (lookup_symbol_aux): Pass lowest level block to
8277 la_lookup_symbol_nonlocal.
8278 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
8279 cp_lookup_symbol_namespace.
8280 (cp_lookup_symbol_namespace): Perform an import lookup at every
8281 block level.
8282 (cp_lookup_symbol_imports): New function.
8283 (cp_lookup_symbol_in_namespace): New function.
8284
8285 2010-01-25 Tom Tromey <tromey@redhat.com>
8286
8287 PR gdb/11049:
8288 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
8289 result.
8290
8291 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8292
8293 * configure.ac: Only use host_os part when disabling TUI on osf.
8294 Use test to check variables, prefix strings with x.
8295 * configure: Regenerate.
8296
8297 * solib-osf.c (osf_current_sos): Initialize tail.
8298
8299 2010-01-25 gingold <gingold@adacore.com>
8300
8301 * windows-nat.c (windows_continue): Use %x to print thread id.
8302 (get_windows_debug_event): Ditto.
8303
8304 2010-01-22 Tom Tromey <tromey@redhat.com>
8305
8306 PR symtab/11199:
8307 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
8308 type and arguments. Use smash_to_methodptr_type.
8309 (read_structure_type): Call quirk_gcc_member_function_pointer
8310 later.
8311 * gdbtypes.h (smash_to_methodptr_type): Declare.
8312 * gdbtypes.c (smash_to_methodptr_type): New function.
8313 (lookup_methodptr_type): Use it.
8314
8315 2010-01-21 Tom Tromey <tromey@redhat.com>
8316
8317 PR symtab/11198:
8318 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
8319 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
8320 * glibc-tdep.c (find_minsym_and_objfile): Remove.
8321 (glibc_skip_solib_resolver): Use
8322 lookup_minimal_symbol_and_objfile.
8323
8324 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
8325
8326 * inflow.c (check_syscall): Guard by #if clause for GO32 and
8327 WIN32 targets.
8328
8329 2010-01-20 Tom Tromey <tromey@redhat.com>
8330
8331 PR backtrace/10770:
8332 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
8333 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
8334 * dwarf2expr.c (new_dwarf_expr_context): Allocate
8335 dwarf_stack_values, not CORE_ADDRs.
8336 (execute_stack_op): Change DW_OP_div and comparison operators to
8337 use signed operands.
8338
8339 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
8340
8341 Per-inferior args and tty and environment.
8342
8343 * infcmd.c (inferior_args): Rename to ...
8344 (inferior_args_scratch): ... this.
8345 (inferior_io_terminal): Rename to ...
8346 (inferior_io_terminal_scratch): ... this.
8347 (inferior_argc, inferior_argv): Remove.
8348 (set_inferior_io_terminal, get_inferior_io_terminal): Store
8349 inside current_inferior().
8350 (set_inferior_tty_command, show_inferior_tty_command): New.
8351 (get_inferior_args, set_inferior_args): Store inside
8352 current_inferior().
8353 (notice_args_set): Likewise and rename to...
8354 (set_args_command): ... this.
8355 (set_inferior_args_vector): Likewise.
8356 (notice_args_read): Rename to...
8357 (show_args_command): ...new.
8358 (tty_command): Remove.
8359 (run_command_1): Don't free old args, as they are freed by
8360 set_inferior_arg now.
8361 (run_no_args_command): Likewise.
8362 (inferior_environ): Remove.
8363 (run_command_1): Use environment of the current inferior.
8364 (environment_info, set_environment_command)
8365 (unset_environment_command, path_info, path_command): Likewise.
8366 (_initialize_infcmd): Adjust for function and variable renames.
8367 Do not init inferior_environ.
8368 * inferior.h (set_inferior_arg): Adjust prototype.
8369 (struct inferior): New fields args, argc, argv, terminal, environment.
8370 (inferior_environ): Remove declaration.
8371 * inferior.c (free_inferior): Free new fields.
8372 (add_inferior_silent): Initialize 'environment' field.
8373 * main.c (captured_main): Set arguments only after the initial
8374 inferior has been created. Set set_inferior_io_terminal,
8375 not tty_command.
8376 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
8377 inferior.
8378 (_initialize_mi_cmd_env): Adjust for disappearance of global
8379 inferior_environ.
8380 * solib.c (solib_find): Use environment of the current inferior.
8381
8382 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8383
8384 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
8385 HAVE_PYTHON.
8386 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
8387
8388 2010-01-20 Joel Brobecker <brobecker@adacore.com>
8389
8390 Get rid of ada-lang.c:function_name_from_pc.
8391 * ada-lang.c: Add "stack.h" #include.
8392 (function_name_from_pc): Delete.
8393 (is_known_support_routine): Replace call to function_name_from_pc
8394 by call to find_frame_funname.
8395 (ada_unhandled_exception_name_addr_from_raise): Likewise.
8396
8397 2010-01-19 Tom Tromey <tromey@redhat.com>
8398
8399 PR c++/11026:
8400 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
8401 objfile obstack.
8402
8403 2010-01-19 Tom Tromey <tromey@redhat.com>
8404
8405 * top.c (stop_sig, float_handler, do_nothing): Remove.
8406
8407 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8408
8409 * breakpoint.c (watchpoint_check): Check the call
8410 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
8411 Extend the comment.
8412 * config/djgpp/fnchange.lst: Add translations for
8413 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
8414 watchpoint-cond-gone-stripped.c.
8415
8416 2010-01-19 Tom Tromey <tromey@redhat.com>
8417
8418 PR c++/8000:
8419 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
8420 into parent scope, and enumerator into grandparent scope.
8421
8422 2010-01-19 Joel Brobecker <brobecker@adacore.com>
8423
8424 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
8425
8426 2010-01-19 Joel Brobecker <brobecker@adacore.com>
8427
8428 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
8429 i[34567]86-*-solaris2.1[0-9]*.
8430 * configure.tgt: Likewise.
8431
8432 2010-01-19 Joel Brobecker <brobecker@adacore.com>
8433
8434 * NEWS: Document the source command enhancement allowing it
8435 to load Python scripts. Document the "set/show script-extension"
8436 commands.
8437
8438 2010-01-19 Joel Brobecker <brobecker@adacore.com>
8439
8440 Add -Wunused-function to compile flags.
8441 * configure.ac: Add -Wunused-function to build_warnings.
8442 * configure: Regenerate.
8443
8444 2010-01-19 Joel Brobecker <brobecker@adacore.com>
8445
8446 "delete" ada-lex.c:input function, not used.
8447 * ada-lex.l: #define YY_NO_INPUT.
8448
8449 2010-01-19 Joel Brobecker <brobecker@adacore.com>
8450
8451 Delete free_named_symtabs and associated cleanup.
8452 * symfile.h (free_named_symtabs): Delete declaration.
8453 * symfile.c: Remove some commented out code (clear_symtab_users_once).
8454 (cashier_psymtab): Comment function out.
8455 Delete declaration.
8456 (free_named_symtabs): Delete.
8457 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
8458 * dbxread.c (end_psymtab): Likewise.
8459 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
8460 * exec.c (exec_close_1): Ditto.
8461 * xcoffread.c (xcoff_end_psymtab): Likewise.
8462
8463 2010-01-19 Joel Brobecker <brobecker@adacore.com>
8464
8465 * stack.c (print_block_frame_labels): Comment function out.
8466
8467 2010-01-19 Joel Brobecker <brobecker@adacore.com>
8468
8469 Delete unused or undefined functions.
8470 * breakpoint.c (ep_parse_optional_filename): Delete.
8471 * dcache.c (dcache_write_line): Remove declaration.
8472 * infrun.c (build_infrun): Remove declaration.
8473 * tracepoint.c (tracepoint_save_command): Remove declaration.
8474 * linux-nat.c (init_lwp_list): Delete. No longer used.
8475 * event-loop.c (check_async_signal_handlers): Delete declaration.
8476 * infrun.c (init_execution_control_state): Delete.
8477 (proceed): Update comment to avoid mentioning
8478 init_execution_control_state.
8479 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
8480 * ada-lang.c (ada_to_static_fixed_value): Delete.
8481 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
8482 * cp-namespace.c (cp_copy_usings): Delete.
8483 * xml-syscall.c (xml_number_of_syscalls): Delete.
8484 * progspace.c (find_program_space_by_num): Delete.
8485 * inflow.c (handle_sigio): Delete declaration.
8486 * hppa-tdep.c (hppa_alignof): Delete.
8487 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
8488 (mipsnbsd_core_osabi_sniffer): Delete.
8489
8490 2010-01-18 Tom Tromey <tromey@redhat.com>
8491
8492 PR c++/9680:
8493 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
8494 (CONST_CAST): New tokens.
8495 (exp): Add new productions.
8496 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
8497 reinterpret_cast.
8498 (is_cast_operator): New function.
8499 (yylex): Handle cast operators specially.
8500 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
8501 UNOP_REINTERPRET_CAST>: New cases.
8502 * expprint.c (print_subexp_standard): Likewise.
8503 (op_name_standard): Likewise.
8504 (dump_subexp_body_standard): Likewise.
8505 * parse.c (operator_length_standard): Likewise.
8506 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
8507 UNOP_REINTERPRET_CAST.
8508 * gdbtypes.c (class_types_same_p): New function.
8509 (is_ancestor): Use it.
8510 (is_public_ancestor): New function.
8511 (is_unique_ancestor_worker): Likewise.
8512 (is_unique_ancestor): Likewise.
8513 * gdbtypes.h (class_types_same_p, is_public_ancestor)
8514 (is_unique_ancestor): Declare.
8515 * valops.c (value_reinterpret_cast): New function.
8516 (dynamic_cast_check_1): Likewise.
8517 (dynamic_cast_check_2): Likewise.
8518 (value_dynamic_cast): Likewise.
8519 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
8520
8521 2010-01-18 Joel Brobecker <brobecker@adacore.com>
8522
8523 Fix build failure when building without Python support.
8524 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
8525 is not defined.
8526
8527 2010-01-18 Joel Brobecker <brobecker@adacore.com>
8528
8529 Use XVS field type instead of doing a parallel lookup.
8530 * ada-lang.c (ada_get_base_type): Follow the XVS field type
8531 if it is a reference type instead of doing a type lookup using
8532 the XVS field name.
8533
8534 2010-01-18 Joel Brobecker <brobecker@adacore.com>
8535
8536 Trust PAD types instead of using PAD___XVS.
8537 * ada-lang.c (trust_pad_over_xvs): New static variable.
8538 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
8539 parallel XVS type, follow the XVS type instead of the PAD type.
8540 (unwrap_value): Make sure that there is no parallel XVE type
8541 before returning the value as is.
8542 (set_ada_list, show_ada_list): New static variables.
8543 (set_ada_command, show_ada_command): New functions.
8544 (_initialize_ada_language): Add new "set/show ada" prefix commands.
8545 Add new "set/show ada trust-PAD-over-XVS" setting.
8546
8547 2010-01-18 Tom Tromey <tromey@redhat.com>
8548 Thiago Jung Bauermann <bauerman@br.ibm.com>
8549
8550 Allow "source" to load python scripts.
8551 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
8552 * python/python.c (source_python_script): New function.
8553 * python/python.h (source_python_script): Add declaration.
8554 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
8555 (script_ext_off, script_ext_soft, script_ext_strict)
8556 (script_ext_enums, script_ext_mode): New static constants.
8557 (show_script_ext_mode, find_and_open_script): New functions.
8558 (source_script): Enhance to handle Python scripts.
8559 (init_cli_cmds): Add set/show script-extension commands.
8560
8561 2010-01-16 Stan Shebs <stan@codesourcery.com>
8562
8563 * tracepoint.h (struct trace_status): Use unsigned long long
8564 instead of size_t.
8565 * tracepoint.c (trace_status_command): Fix printf directive.
8566 (trace_save_command): Check fwrite returns, fix printf directive.
8567 (trace_filename): New global.
8568 (tfile_open): Set it, check read returns.
8569 (tfile_close): Free trace_filename.
8570 (tfile_get_traceframe_address): Check read returns.
8571 (tfile_trace_find): Ditto.
8572 (tfile_fetch_registers): Ditto.
8573 (tfile_xfer_partial): Ditto.
8574 (tfile_get_trace_state_variable_value): Ditto.
8575
8576 2010-01-15 Stan Shebs <stan@codesourcery.com>
8577
8578 Add trace file support.
8579 * tracepoint.h (enum trace_stop_reason): New enum.
8580 (struct trace_status): New struct.
8581 (parse_trace_status): Declare.
8582 (struct uploaded_tp): Move here from remote.c,
8583 add fields for actions.
8584 (struct uploaded_tsv): New struct.
8585 * tracepoint.c (tfile_ops): New target vector.
8586 (trace_fd): New global.
8587 (tfile_open): New function.
8588 (tfile_close): New function.
8589 (tfile_files_info): New function.
8590 (tfile_get_trace_status): New function.
8591 (tfile_get_traceframe_address): New function.
8592 (tfile_trace_find): New function.
8593 (tfile_fetch_registers): New function.
8594 (tfile_xfer_partial): New function.
8595 (tfile_get_trace_state_variable_value): New function.
8596 (init_tfile_ops): New function.
8597 (_initialize_tracepoint): Call it, add tfile target.
8598 (trace_status): New global.
8599 (current_trace_status): New function.
8600 (trace_running_p): Remove, change all users to get from
8601 current_trace_status()->running.
8602 (get_trace_status): Remove.
8603 (trace_status_command): Call target_get_trace_status directly,
8604 report more detail including tracing stop reasons.
8605 (trace_find_command): Always allow tfind on a file.
8606 (trace_find_pc_command): Ditto.
8607 (trace_find_tracepoint_command): Ditto.
8608 (trace_find_line_command): Ditto.
8609 (trace_find_range_command): Ditto.
8610 (trace_find_outside_command): Ditto.
8611 (trace_frames_offset, cur_offset): Declare as off_t.
8612 (trace_regblock_size): Rename from reg_size, update users.
8613 (parse_trace_status): New function.
8614 (tfile_interp_line): New function.
8615 (disconnect_or_stop_tracing): Ensure current trace
8616 status before asking what to do.
8617 (stop_reason_names): New global.
8618 (trace_save_command): New command.
8619 (get_uploaded_tp): Move here from remote.c.
8620 (find_matching_tracepoint): Ditto.
8621 (merge_uploaded_tracepoints): New function.
8622 (parse_trace_status): Use stop_reason_names.
8623 (_initialize_tracepoint): Define tsave command.
8624 * target.h (target_ops): New fields to_save_trace_data,
8625 to_upload_tracepoints, to_upload_trace_state_variables,
8626 to_get_raw_trace_data, change to_get_trace_status
8627 to take a pointer to a status struct.
8628 (target_save_trace_data): New macro.
8629 (target_upload_tracepoints): New macro.
8630 (target_upload_trace_state_variables): New macro.
8631 (target_get_raw_trace_data): New macro.
8632 * target.c (update_current_target): Add new methods, change
8633 signature of to_get_trace_status.
8634 * remote.c (hex2bin): Make globally visible.
8635 (bin2hex): Ditto.
8636 (remote_download_trace_state_variable): Download name also.
8637 (remote_get_trace_status): Update parameter, use
8638 parse_trace_status.
8639 (remote_save_trace_data): New function.
8640 (remote_upload_tracepoints): New function.
8641 (remote_upload_trace_state_variables): New function.
8642 (remote_get_raw_trace_data): New function.
8643 (remote_start_remote): Use them.
8644 (_initialize_remote_ops): Add operations.
8645 * ax-gdb.c: Include breakpoint.h.
8646 * breakpoint.c (create_tracepoint_from_upload): Use
8647 break_command_really, return tracepoint, warn about unimplemented
8648 parts.
8649 * NEWS: Mention trace file addition.
8650
8651 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8652
8653 Fix compilation warning on gcc-3.4.
8654 * exec.c (print_section_info): Move the `displacement' variable
8655 initialization to its declaration.
8656
8657 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8658
8659 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
8660 comparison.
8661
8662 2010-01-15 Eric Botcazou <botcazou@adacore.com>
8663
8664 "info tasks" broken by typedefs in ATCB type definitions.
8665 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
8666 ada_check_typedef before retrieving the length of the type for
8667 regular fields.
8668
8669 2010-01-15 Joel Brobecker <brobecker@adacore.com>
8670
8671 Do not use name-based lookup for unconstrained packed arrays.
8672 * ada-lang.c (find_parallel_type_by_descriptive_type):
8673 Limit the fallback to name-based lookups to the case where
8674 the type is a constrained packed array.
8675
8676 2010-01-15 Joel Brobecker <brobecker@adacore.com>
8677
8678 Enhance gdb-gdb.py to handle main_type.type_specific.
8679 * gdb-gdb.py: Print the type-specific part of struct main_type.
8680
8681 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8682
8683 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
8684 * configure: Regenerate.
8685 * config.in: Regenerate.
8686 * utils.c: Include sys/resource.h.
8687 (dump_core, can_dump_core): New.
8688 (internal_vproblem): Update the comment. Check can_dump_core while
8689 setting dump_core_p. Replace two abort calls by dump_core calls.
8690
8691 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8692 Eli Zaretskii <eliz@gnu.org>
8693
8694 * NEWS: Document the PIE support.
8695
8696 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8697
8698 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
8699 (check_is_pie_binary, _initialize_linux_tdep): Remove.
8700
8701 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8702
8703 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
8704 Replace exec_entry_point call by bfd_get_start_address.
8705
8706 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8707
8708 Support Valgrind attachments broken by the PIE support.
8709 * auxv.c: Include gdbcore.h.
8710 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
8711 parameters ops, object and annex. Remove their assertions.
8712 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
8713 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
8714 (memory_xfer_auxv): ... here.
8715 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
8716 memory_xfer_auxv.
8717 * procfs.c (procfs_xfer_partial): Likewise.
8718 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
8719 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
8720 (svr4_solib_create_inferior_hook): Conditionalize the
8721 svr4_relocate_main_executable call.
8722
8723 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8724
8725 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
8726 target_section. Find SECT in current_target_sections, gdb_assert it.
8727 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
8728 New variable abfd.
8729 * symtab.c (lookup_objfile_from_block): Return the binary file instead
8730 of separate debug info file.
8731
8732 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8733
8734 Support PIEs with no symfile_objfile.
8735 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
8736 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
8737
8738 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8739
8740 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
8741 code part to ...
8742 (svr4_static_exec_displacement): ... a new function.
8743 (svr4_exec_displacement): New function.
8744 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
8745 new_offsets using alloca now. Remove variable old_chain and changed.
8746 Call objfile_relocate unconditionally now.
8747
8748 2010-01-14 Doug Evans <dje@google.com>
8749
8750 * gdbtypes.c (arch_flags_type): Fix comment.
8751 * gdbtypes.h (arch_composite_type): Fix comment.
8752
8753 2009-01-14 Tristan Gingold <gingold@adacore.com>
8754
8755 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
8756 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
8757 to symbol_file_add_from_bfd. Add OSO as separate objfile.
8758 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
8759 macho_add_oso_symfile.
8760 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
8761
8762 2010-01-14 Joel Brobecker <brobecker@adacore.com>
8763
8764 Tru64: Dead threads are never deleted.
8765 * dec-thread.c (dec_thread_ptid_is_alive): New function.
8766 (dec_thread_count_gdb_threads): Fix counter increment.
8767 (dec_thread_add_gdb_thread): Fix *listp increment.
8768 (resync_thread_list): Fix bug in deletion of dead threads that
8769 caused all threads to be deleted, instead of just the dead ones.
8770
8771 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
8772
8773 PR python/10705
8774
8775 * python/python-internal.h: Add lazy_string_object_type
8776 definition.
8777 (create_lazy_string_object, gdbpy_initialize_lazy_string)
8778 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
8779 * python/py-value.c (valpy_lazy_string): New function.
8780 (convert_value_from_python): Add lazy string conversion.
8781 * python/py-prettyprint.c (pretty_print_one_value): Check if
8782 return is also a lazy string.
8783 (print_string_repr): Add lazy string printing branch.
8784 (print_children): Likewise.
8785 * python/py-lazy-string.c: New file. Implement lazy strings.
8786 * python/python.c (_initialize_python): Call
8787 gdbpy_initialize_lazy_string.
8788 * varobj.c (value_get_print_value): Add lazy string printing
8789 branch. Account for encoding.
8790 * c-lang.c (c_printstr): Account for new encoding argument. If
8791 encoding is NULL, find encoding suited for type, otherwise use
8792 user encoding.
8793 * language.h (language_defn): Add encoding argument.
8794 (LA_PRINT_STRING): Likewise.
8795 * language.c (unk_lang_printstr): Update to reflect new encoding
8796 argument to language_defn.
8797 * ada-lang.h (ada_printstr): Likewise.
8798 * c-lang.h (c_printstr): Likewise.
8799 * p-lang.h (pascal_printstr);
8800 * f-lang.c (f_printstr): Likewise.
8801 * m2-lang.c (m2_printstr): Likewise.
8802 * objc-lang.c (objc_printstr): Likewise.
8803 * p-lang.c (pascal_printstr): Likewise.
8804 * scm-lang.c (scm_printstr): Likewise.
8805 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
8806 encoding argument.
8807 * ada-valprint.c (ada_printstr): Likewise.
8808 * f-valprint.c (f_val_print): Likewise
8809 * m2-valprint.c (m2_val_print): Likewise.
8810 * p-valprint.c (pascal_val_print): Likewise.
8811 * expprint.c (print_subexp_standard): Likewise.
8812 * valprint.c (val_print_string): Likewise.
8813 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
8814 (SUBDIR_PYTHON_SRCS): Likewise.
8815 (py-lazy-string.o): New rule.
8816
8817 2010-01-13 Doug Evans <dje@google.com>
8818
8819 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
8820 uninitialized" warning from gcc on local `tree'.
8821
8822 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
8823
8824 Implement core awareness.
8825
8826 * bcache.c (compare_ints): Remove
8827 (print_percentage): Use compare_positive_ints.
8828 * defs.h (compare_positive_ints): Declare.
8829 * linux-nat.h (struct lin_lwp): New field core.
8830 (linux_nat_core_of_thread_1): Declare.
8831 * linux-nat.c (add_lwp): Init the 'core' field.
8832 (linux_nat_wait_1): Record the core.
8833 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
8834 (linux_nat_add_target): Register the above.
8835 * linux-thread-db.c (update_thread_core): New.
8836 (thread_db_find_new_threads): Update core information for
8837 every thread.
8838 * remote.c (struct private_thread_info): New.
8839 (free_private_thread_info, demand_private_info): New.
8840 (PACKET_qXfer_threads, use_osdata_threads): New.
8841 (struct thread_item, threads_parsing_context
8842 (start_thread, end_thread, thread_attributes)
8843 (thread_children, threads_children, threads_elements): New.
8844 (remote_threads_info): Try qXfer:threads before anything
8845 else.
8846 (remote_protocol_packets): Register qXfer:threads.
8847 (remote_open_1): Init use_osdata_threads.
8848 (struct stop_reply): New field 'core'.
8849 (remote_parse_stop_reply): Parse core number.
8850 (process_stop_reply): Record core number.
8851 (remote_xfer_partial): Handle qXfer:threads.
8852 (remote_core_of_thread): New.
8853 (init_remote_ops): Register remote_core_of_thread.
8854 (_initialize_remote): Register qXfer:read.
8855 * target.c (target_core_of_thread): New
8856 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
8857 (struct target_ops): New field to_core_of_threads.
8858 (target_core_of_thread): Declare.
8859 * gdbthread.h (struct thread_info): New field private_dtor.
8860 * thread.c (print_thread_info): Report the core.
8861 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
8862 * utils.c (compare_positive_ints): New.
8863 * features/threads.dtd: New.
8864 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
8865 * mi/mi-main.c (struct collect_cores_data, collect_cores)
8866 (do_nothing, free_vector_of_osdata_items)
8867 (splay_tree_int_comparator, free_splay_tree): New.
8868 (print_one_inferior_data): Implemented printing of selected
8869 inferiors. Collect and print cores.
8870 (output_cores): New.
8871 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
8872 thread groups together with --available.
8873
8874 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8875
8876 * configure: Regenerate (for _STRUCTURED_PROC).
8877
8878 2010-01-12 Joel Brobecker <brobecker@adacore.com>
8879
8880 Delete dead function.
8881 * ada-lang.c (extract_string): Delete. No longer used.
8882
8883 2010-01-12 Joel Brobecker <brobecker@adacore.com>
8884
8885 Fix -Wunused warning in dec-thread.c.
8886 * dec-thread.c (dec_thread_count_gdb_threads)
8887 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
8888
8889 2010-01-12 Joel Brobecker <brobecker@adacore.com>
8890
8891 * ada-valprint.c (ada_print_floating): Remove trailing space.
8892
8893 2010-01-12 Joel Brobecker <brobecker@adacore.com>
8894
8895 Add support for DW_AT_GNAT_descriptive_type.
8896 * gdbtypes.h (enum type_specific_kind): New enum.
8897 (struct main_type) [type_specific_field]: New component.
8898 [type_specific]: Add new component "gnat_stuff".
8899 (struct gnat_aux_type): New type.
8900 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
8901 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
8902 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
8903 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
8904 (TYPE_SPECIFIC_FIELD): New macros.
8905 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
8906 type does not hold any cplus-specific data.
8907 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
8908 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
8909 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
8910 cplus-specific data.
8911 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
8912 Set new component TYPE_SPECIFIC_FIELD (type).
8913 (gnat_aux_default): New constant.
8914 (allocate_gnat_aux_type): New function.
8915 (init_type): Add initialization the type-specific stuff for
8916 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
8917 (print_gnat_stuff): New function.
8918 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
8919 specific data. Adjust code that prints the contents of the
8920 type-specific union using the TYPE_SPECIFIC_FIELD value.
8921 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
8922 the type cplus stuff for Ada types.
8923 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
8924 Error out if these routines are called with an Ada type.
8925 (read_structure_type, read_array_type, read_subrange_type):
8926 Add call to set_descriptive_type.
8927 (set_die_type): Initialize the gnat-specific data if necessary.
8928 (need_gnat_info, die_descriptive_type, set_descriptive_type):
8929 New functions.
8930 * ada-lang.c (decode_constrained_packed_array_type): Use
8931 decode_constrained_packed_array_type instead of doing a standard
8932 lookup to locate a parallel type.
8933 (find_parallel_type_by_descriptive_type): New function.
8934 (ada_find_parallel_type_with_name): New function.
8935 (ada_find_parallel_type): Reimplement using
8936 ada_find_parallel_type_with_name.
8937 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
8938 to check if type has a cplus stuff.
8939 * linespec.c (total_number_of_methods): Likewise.
8940 * mdebugread.c (new_type): Likewise.
8941
8942 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8943
8944 * NEWS: Document the 0b binary number prefix parsing.
8945
8946 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8947
8948 * objfiles.c (objfile_relocate1): Change the return type to int.
8949 Describe the new return value. Return non-zero if data changed.
8950 (objfile_relocate): New variable changed. Set it. Call
8951 breakpoint_re_set depending on CHANGED.
8952
8953 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8954
8955 Implement binary numbers parsing.
8956 * c-exp.y (parse_number): New case 'b' and 'B'.
8957
8958 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8959 Tristan Gingold <gingold@adacore.com>
8960
8961 * solib.c (info_sharedlibrary_command): Replace
8962 objfile_has_partial_symbols and objfile_has_full_symbols calls by
8963 objfile_has_symbols.
8964
8965 2010-01-10 Joel Brobecker <brobecker@adacore.com>
8966
8967 * NEWS: Document the improvements made to the mips-irix port.
8968
8969 2010-01-09 Joel Brobecker <brobecker@adacore.com>
8970
8971 Fix the documentation of valprint.c:value_print.
8972 * valprint.c (value_print): Update the function description to
8973 mention that the syntax of the output follows the current_language,
8974 not necessarily C.
8975
8976 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8977
8978 Fix displacement of separate debug info files.
8979 * objfiles.c (objfile_relocate): Rename to ...
8980 (objfile_relocate1): ... here and make it static. Extend the comment.
8981 (objfile_relocate): New function.
8982 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
8983 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
8984 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
8985 allocated using alloca.
8986 * symfile.c (copy_section_addr_info): Remove.
8987 (build_section_addr_info_from_objfile): Make it global. New variables
8988 addr_bit and mask, use them.
8989 * symfile.h (build_section_addr_info_from_objfile): New prototype.
8990 (copy_section_addr_info): Remove.
8991
8992 2010-01-09 Joel Brobecker <brobecker@adacore.com>
8993
8994 Signal unwinder for mips-irix N32.
8995 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
8996 tramp-frame.h.
8997 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
8998 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
8999 (SIGCONTEXT_LO_OFF): New macros.
9000 (mips_irix_n32_tramp_frame_init): New function.
9001 (mips_irix_n32_tramp_frame): New static constant.
9002 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
9003
9004 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9005
9006 Breakpoint in shared library does not work on mips-irix.
9007 * procfs.c: #include "observer.h".
9008 (procfs_inferior_created): New function, moving here the code
9009 which unsets the syssgi syscall-exit notifications.
9010 (procfs_create_inferior): Remove the code which unsets the syssgi
9011 syscall-exit notifications. It is too early to do this here.
9012 (_initialize_procfs): Attach the procfs_inferior_created observer.
9013
9014 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9015
9016 Wrong return convention for arrays (mips-irix).
9017 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
9018 128 bits or smaller are returned the same way as structs
9019 and unions of the the same size.
9020
9021 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9022
9023 Cannot set the PC on mips-irix.
9024 * irix5-nat.c (fill_gregset): Check regno against the raw PC
9025 register number, no the cooked one.
9026
9027 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9028
9029 Error while loading core file on mips-irix.
9030 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
9031 if debugging from a core file.
9032
9033 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9034
9035 GDB hangs when attaching to process on mips-irix.
9036 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
9037 attaching to a process.
9038
9039 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9040
9041 Use the correct breakpoint instruction on mips-irix.
9042 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
9043 containing the correct breakpoint instruction to use on mips-irix.
9044 Use it when the osabi is GDB_OSABI_IRIX.
9045
9046 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9047
9048 -Wunused warning in procfs.c (mips-irix only).
9049 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
9050 throughout instead of using praddset and prdelset respectively.
9051
9052 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9053
9054 GDB crash while stepping into function.
9055 * infrun.c (handle_inferior_event): Refetch the current frame
9056 after handling what.main_action, in case that pointer became
9057 dangling.
9058
9059 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9060
9061 Fix build failure of solaris-hosted cross debuggers.
9062 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
9063
9064 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
9065
9066 Fix build failure on sparc-solaris.
9067 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
9068
9069 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9070
9071 Move some symfile code into subroutines.
9072 * symfile.h (relative_addr_info_to_section_offsets)
9073 (addr_info_make_relative): New prototypes.
9074 * symfile.c (default_symfile_offsets): Move a part to ...
9075 (relative_addr_info_to_section_offsets): ... this new function.
9076 (default_symfile_offsets): Call it.
9077 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
9078 this part to ...
9079 (addr_info_make_relative): ... this new function.
9080
9081 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9082
9083 Add from_tty to solib_create_inferior_hook.
9084 * infcmd.c (post_create_inferior): Move solib_add after
9085 solib_create_inferior_hook. Pass from_tty to
9086 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
9087 0 from_tty and comment why.
9088 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
9089 * linux-nat.c (linux_child_follow_fork): Likewise.
9090 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
9091 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
9092 from_tty.
9093 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
9094 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
9095 * solib-null.c (null_solib_create_inferior_hook): Likewise.
9096 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
9097 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
9098 * solib-som.c (som_solib_create_inferior_hook): Likewise.
9099 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
9100 Pass it to svr4_so_ops.solib_create_inferior_hook.
9101 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
9102 from_tty.
9103 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
9104 solib_add.
9105 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
9106 enable_break.
9107 * solib-target.c (solib_target_solib_create_inferior_hook): New
9108 parameter from_tty.
9109 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
9110 it to ops->solib_create_inferior_hook.
9111 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
9112 Move solib_add after solib_create_inferior_hook, call it now with
9113 from_tty as 0. New comment there.
9114 * solib.h (solib_create_inferior_hook): New parameter from_tty.
9115 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
9116 Likewise.
9117
9118 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
9119
9120 Fix multiexec race.
9121 * infrun.c (handle_inferior_event): Use get_thread_regcache
9122 with events ptid, not get_current_regcache.
9123
9124 2009-01-08 Joel Brobecker <brobecker@adacore.com>
9125
9126 GDB crash with empty executable name (MinGW).
9127 * source.c (openp): Add assert that parameter string is not NULL.
9128 if parameter string is an empty string, then return with a failure
9129 immediately.
9130
9131 2009-01-08 Joel Brobecker <brobecker@adacore.com>
9132
9133 Get rid of support for VAX Floats.
9134 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
9135 (ada_vax_float_print_function): Delete.
9136 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
9137 (ada_vax_float_print_function): Delete.
9138 * ada-typeprint.c (print_vax_floating_point_type): Delete.
9139 (ada_print_type): Remove support for VAX floats.
9140 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
9141
9142 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9143
9144 * stabsread.c (read_args): Handle zero arguments.
9145
9146 2009-01-08 Joel Brobecker <brobecker@adacore.com>
9147
9148 Cannot find in-tree libiconv.a after reconfigure.
9149 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
9150 that we can use, then cache the path to this archive.
9151 * configure: Regenerate.
9152
9153 2010-01-07 Stan Shebs <stan@codesourcery.com>
9154
9155 Make tracepoint operations go through target vector.
9156 * target.h (enum trace_find_type): New enum.
9157 (struct target_ops): New fields to_trace_init,
9158 to_download_tracepoint, to_download_trace_state_variable,
9159 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
9160 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
9161 to_set_disconnected_tracing.
9162 (target_trace_init): New macro.
9163 (target_download_tracepoint): New macro.
9164 (target_download_trace_state_variable): New macro.
9165 (target_trace_start): New macro.
9166 (target_trace_set_readonly_regions): New macro.
9167 (target_get_trace_status): New macro.
9168 (target_trace_stop): New macro.
9169 (target_trace_find): New macro.
9170 (target_get_trace_state_variable_value): New macro.
9171 (target_set_disconnected_tracing): New macro.
9172 * target.c (update_current_target): Inherit and set defaults for
9173 tracepoint operations.
9174 * tracepoint.c (default_collect): Make globally visible.
9175 (target_is_remote): Remove, along with all calls.
9176 (tvariables_info): Call target_get_trace_state_variable_value.
9177 (remote_set_transparent_ranges): Remove.
9178 (trace_start_command): Call target_trace_init,
9179 target_download_tracepoint, etc.
9180 (download_tracepoint): Remove.
9181 (trace_stop_command): Simplify.
9182 (stop_tracing): Call target_trace_stop.
9183 (get_trace_status): Call target_get_trace_status.
9184 (trace_status_command): Add case for targets that cannot trace.
9185 (finish_tfind_command): Change to take numerical arguments, call
9186 target_trace_find.
9187 (trace_find_command): Update call to finish_tfind_command.
9188 (trace_find_pc_command): Ditto.
9189 (trace_find_tracepoint_command): Ditto.
9190 (trace_find_line_command): Ditto.
9191 (trace_find_range_command): Ditto.
9192 (trace_find_outside_command): Ditto.
9193 (set_disconnected_tracing_value): Call
9194 target_set_disconnected_tracing.
9195 * remote.c: Add protocol encoding bits from tracepoint.c.
9196 (trace_error): Move from tracepoint.c.
9197 (remote_get_noisy_reply): Ditto.
9198 (free_actions_list_cleanup_wrapper): Ditto.
9199 (free_actions_list): Ditto.
9200 (remote_trace_init): New function.
9201 (remote_download_tracepoint): New function.
9202 (remote_download_trace_state_variable): New function.
9203 (remote_trace_set_readonly_regions): New function.
9204 (remote_trace_start): New function.
9205 (remote_get_trace_status): New function.
9206 (remote_trace_stop): New function.
9207 (remote_trace_find): New function.
9208 (remote_download_trace_state_variable): New function.
9209 (remote_set_disconnected_tracing): New function.
9210 (init_remote_ops): Add tracepoint operations.
9211
9212 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
9213
9214 2010-01-07 Tristan Gingold <gingold@adacore.com>
9215
9216 * symfile.c (build_section_addr_info_from_objfile): New function.
9217 (symbol_file_add_separate): Don't use offsets from objfile but
9218 built an addr info.
9219
9220 2010-01-06 Stan Shebs <stan@codesourcery.com>
9221
9222 Support disconnected tracing.
9223 * infcmd.c (detach_command): Ask whether to stop tracing.
9224 * cli/cli-cmds.c (quit_command): Ditto.
9225 * breakpoint.h (struct breakpoint): New field number_on_target.
9226 * breakpoint.c (create_tracepoint_from_upload): New function.
9227 (get_tracepoint_by_number_on_target): New function.
9228 * remote.c (struct remote): New field disconnected_tracing.
9229 (remote_disconnected_tracing_feature): New function.
9230 (remote_protocol_features): Add DisconnectedTracing.
9231 (struct uploaded_tp): New struct.
9232 (uploaded_tps): New global.
9233 (get_uploaded_tp): New function.
9234 (find_matching_tracepoint): New function.
9235 (remote_get_tracing_state): New function.
9236 (remote_start_remote): Call it.
9237 * tracepoint.c (disconnected_tracing): New global.
9238 (trace_start_command): Initialize number_on_target.
9239 (stop_tracing): New function, split out from...
9240 (trace_stop_command): Call stop_tracing.
9241 (get_trace_status): New function, split out from...
9242 (trace_status_command): Call get_trace_status, add info on
9243 disconnection behavior.
9244 (disconnect_or_stop_tracing): New function.
9245 (finish_tfind_command): Translate from number on target.
9246 (trace_find_tracepoint_command): Translate to number on target.
9247 (send_disconnected_tracing_value): New function.
9248 (set_disconnected_tracing): New function.
9249 (_initialize_tracepoint): Add disconnected-tracing variable.
9250 * NEWS: Mention disconnected tracing.
9251
9252 2010-01-06 Tristan Gingold <gingold@adacore.com>
9253
9254 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
9255 parameter to main_objfile. Iterate on all separate debug objfiles.
9256 * symfile.h (symbol_file_add_separate)
9257 (find_separate_debug_file_by_debuglink): Remove parameter names.
9258 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
9259 (reread_symbols): Use free_objfile_separate_debug.
9260 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
9261 Adjust comment.
9262 (objfile_separate_debug_iterate, add_separate_debug_objfile)
9263 (free_objfile_separate_debug): New prototypes.
9264 * objfiles.c (objfile_separate_debug_iterate): New function.
9265 (add_separate_debug_objfile, free_objfile_separate_debug): New
9266 functions.
9267 (free_objfile): Use free_objfile_separate_debug. Adjust for
9268 multiple separate debug objfile.
9269 (objfile_has_symbols): Adjust comment. Iterate on all separate
9270 debug objfiles.
9271 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
9272 debug objfile.
9273 (lookup_minimal_symbol_text): Ditto.
9274 (lookup_minimal_symbol_by_pc_name): Ditto.
9275 (lookup_minimal_symbol_solib_trampoline): Ditto.
9276 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
9277 debug objfiles.
9278
9279 2010-01-05 Stan Shebs <stan@codesourcery.com>
9280
9281 Add fast tracepoints.
9282 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
9283 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
9284 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
9285 * breakpoint.c (tracepoint_type): New function.
9286 (ALL_TRACEPOINTS): Use it.
9287 (should_be_inserted): Ditto.
9288 (bpstat_check_location): Ditto.
9289 (print_one_breakpoint_location): Ditto.
9290 (user_settable_breakpoint): Ditto.
9291 (set_breakpoint_location_function): Ditto.
9292 (disable_breakpoints_in_shlibs): Ditto.
9293 (delete_trace_command): Ditto.
9294 (print_it_typical): Add bp_fast_tracepoint case.
9295 (bpstat_what): Ditto.
9296 (print_one_breakpoint_location): Ditto.
9297 (allocate_bp_location): Ditto.
9298 (mention): Ditto.
9299 (breakpoint_re_set_one): Ditto.
9300 (disable_command): Ditto.
9301 (enable_command): Ditto.
9302 (check_fast_tracepoint_sals): New function.
9303 (break_command_really): Call it.
9304 (ftrace_command): New function.
9305 (_initialize_breakpoint): Add ftrace command.
9306 * gdbarch.sh (fast_tracepoint_valid_at): New.
9307 * gdbarch.h, gdbarch.c: Regenerate.
9308 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
9309 (i386_gdbarch_init): Use it.
9310 * remote.c (struct remote_state): New field fast_tracepoints.
9311 (PACKET_FastTracepoints): New packet config type.
9312 (remote_fast_tracepoint_feature): New function.
9313 (remote_protocol_features): Add FastTracepoints.
9314 (remote_supports_fast_tracepoints): New function.
9315 (_initialize_remote): Add FastTracepoints.
9316 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
9317 * NEWS: Mention fast tracepoints.
9318
9319 2010-01-06 Joel Brobecker <brobecker@adacore.com>
9320
9321 * gdb-gdb.py: New file.
9322
9323 2010-01-05 Michael Snyder <msnyder@vmware.com>
9324
9325 * infrun.c (handle_inferior_event): Fix typo in comment.
9326
9327 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9328
9329 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
9330
9331 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
9332
9333 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
9334 and s390x-linux64.
9335 (s390-linux32-expedite): Define.
9336 (s390-linux64-expedite): Define.
9337 (s390x-linux64-expedite): Define.
9338 * features/s390-acr.xml: New file.
9339 * features/s390-fpr.xml: New file.
9340 * features/s390-core32.xml: New file.
9341 * features/s390-core64.xml: New file.
9342 * features/s390x-core64.xml: New file.
9343 * features/s390-linux32.xml: New file.
9344 * features/s390-linux64.xml: New file.
9345 * features/s390x-linux64.xml: New file.
9346 * features/s390-linux32.c: New generated file.
9347 * features/s390-linux64.c: New generated file.
9348 * features/s390x-linux64.c: New generated file.
9349
9350 * regformats/s390-linux32.dat: New generated file.
9351 * regformats/s390-linux64.dat: New generated file.
9352 * regformats/s390x-linux64.dat: New generated file.
9353 * regformats/reg-s390.dat: Remove.
9354 * regformats/reg-s390x.dat: Remove.
9355
9356 * s390-nat.c: Include "auxv.h" and <elf.h>.
9357 (HWCAP_S390_HIGH_GPRS): Define if undefined.
9358 (s390_target_wordsize): New function.
9359 (s390_auxv_parse): Likewise.
9360 (s390_get_hwcap): Likewise.
9361 (s390_read_description): Likewise.
9362 (_initialize_s390_nat): Install s390_auxv_parse and
9363 s390_read_description.
9364
9365 * s390-tdep.c: Include "features/s390-linux32.c",
9366 "features/s390-linux64.c", and "features/s390x-linux64.c".
9367 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
9368 (s390_register_call_saved): New function.
9369 (s390_register_name): Remove.
9370 (s390_register_type): Remove.
9371 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
9372 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
9373 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
9374 (s390_pseudo_register_name): New function.
9375 (s390_pseudo_register_type): New function.
9376 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
9377 Handle full GPR pesudos and varying pseudo register numbers.
9378 (s390_pseudo_register_write): Likewise
9379 (s390x_pseudo_register_read): Remove.
9380 (s390x_pseudo_register_write): Likewise.
9381 (s390_register_group): Remove.
9382 (s390_pseudo_register_group): New function.
9383 (s390_regmap_gregset): Add GPR upper halves.
9384 (s390x_regmap_gregset): Likewise.
9385 (s390_regmap_fpregset): Likewise.
9386 (s390_regmap_upper): New global variable.
9387 (s390_upper_regset): New global variable.
9388 (s390_upper_regset_sections): New global variable.
9389 (s390_regset_from_core_section): Handle GPR upper halves.
9390 (s390_core_read_description): New function.
9391 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
9392 register information. Handle varying pseudo register numbers.
9393 (s390_backchain_frame_unwind_cache): Likewise.
9394 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
9395 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
9396 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
9397 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
9398 Handle varying pseudo register numbers.
9399 (s390_unwind_pc): Handle varying pseudo register numbers.
9400 (s390_dwarf2_prev_register): New function.
9401 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
9402 register information. Handle varying pseudo register numbers.
9403 Install s390_dwarf2_prev_register to unwind full GPRs.
9404 (s390_gdbarch_init): Handle target descriptions. Assign varying
9405 pseudo register numbers. Install s390_adjust_frame_regnum.
9406 (_initialize_s390_tdep): Initialize target descriptions.
9407
9408 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
9409 (S390_NUM_REGS): Redefine to include upper half registers.
9410 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
9411 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
9412 (tdesc_s390_linux32): Add declaration.
9413 (tdesc_s390_linux64): Likewise.
9414 (tdesc_s390x_linux64): Likewise.
9415
9416 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
9417
9418 * regset.h (struct core_regset_section): Add HUMAN_NAME.
9419 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
9420 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
9421 (ppc_linux_vmx_regset_sections): Likewise.
9422 (ppc_linux_fp_regset_sections): Likewise.
9423
9424 * corelow.c (get_core_register_section): Constify arguments.
9425 (get_core_registers): Use gdbarch_core_regset_sections instead
9426 of hard-coded platform-specific register section names.
9427
9428 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
9429
9430 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
9431 a register, assume the least-significant part is used.
9432 (write_pieced_value): Likewise.
9433
9434 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
9435
9436 * printcmd.c: Include "arch-utils.h".
9437 (do_one_display): Re-parse expression if current architecture changed.
9438
9439 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9440 Joel Brobecker <brobecker@adacore.com>
9441
9442 * gdbtypes.c (check_typedef): New comment on type length.
9443 * value.c (allocate_value_lazy): Remove the unused atype variable. New
9444 comment on type length.
9445 (value_primitive_field): Keep the original TYPE value, new comment.
9446
9447 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9448
9449 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
9450 p_start. Change != comparisons to > and < comparisons.
9451
9452 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9453
9454 * cli/cli-script.c (process_next_line): Check P2 overrun.
9455
9456 2009-01-01 Joel Brobecker <brobecker@adacore.com>
9457
9458 Update the copyright hearder to add year 2010 for most GDB files.
9459
9460 2009-01-01 Joel Brobecker <brobecker@adacore.com>
9461
9462 Fix build failure in inf-ptrace.c.
9463 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
9464
9465 2010-01-01 Joel Brobecker <brobecker@adacore.com>
9466
9467 * top.c (print_gdb_version): Update copyright year.
9468
9469 2010-01-01, 10 Joel Brobecker <brobecker@adacore.com>
9470
9471 Fix break *FUN'address thread NUM.
9472 * ada-lex.l (task): Expand rule to also match the thread keyword.
9473
9474 2010-01-01 Joel Brobecker <brobecker@adacore.com>
9475
9476 Fix break *FUN'address task NUM.
9477 * ada-lex.l (task): New rule.
9478 * ada-lang.c (valid_task_id): Make sure the Ada task list has
9479 been built before using it.
9480
9481 For older changes see ChangeLog-2009.
9482 \f
9483 Local Variables:
9484 mode: change-log
9485 left-margin: 8
9486 fill-column: 74
9487 version-control: never
9488 coding: utf-8
9489 End:
This page took 0.22801 seconds and 4 git commands to generate.