a7913b2cff70226e49e05b7d73fecd664c7dcdd2
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * config/djgpp/fnchange.lst: Fix typo in translations for
4 symbol-without-target_section.exp and symbol-without-target_section.c.
5
6 2010-04-09 Pedro Alves <pedro@codesourcery.com>
7
8 * breakpoint.c (condition_command): Pass condition expression to
9 set_breakpoint_condition stripped from breakpoint number.
10
11 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
12 Thiago Jung Bauermann <bauerman@br.ibm.com>
13 Tom Tromey <tromey@redhat.com>
14
15 * breakpoint.c (condition_command): Simplify. Move condition
16 setting code to ...
17 (set_breakpoint_condition): ... here. New function.
18 * breakpoint.h (set_breakpoint_condition): Declare.
19 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
20 (SUBDIR_PYTHON_SRCS): Likewise.
21 (py-breakpoint.o): New rule.
22 * python/py-breakpoint.c: New file.
23 * python/python-internal.h (gdbpy_breakpoints)
24 (gdbpy_initialize_breakpoints): Declare.
25 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
26
27 2010-04-09 Pedro Alves <pedro@codesourcery.com>
28
29 * regformats/regdat.sh: Include server.h. Don't include
30 regcache.h.
31
32 2010-04-08 Stan Shebs <stan@codesourcery.com>
33 Pedro Alves <pedro@codesourcery.com>
34
35 * tracepoint.h (struct trace_status): New fields disconnected_tracing
36 and circular_buffer.
37 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
38 * tracepoint.c (trace_status_command): Display target's status for
39 disconnected tracing and circular buffer.
40 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
41 query for non-disconnected-tracing case, remove the stop_tracing
42 call.
43 (tfile_open): Clear disconnected and circular buffer status.
44 (trace_save): Save disconnected and circular buffer status.
45 (parse_trace_status): Parse disconnected and circular buffer status,
46 also recognize disconnected as a stop reason.
47 * remote.c (remote_set_disconnected_tracing): Only set
48 QTDisconnected if the remote end supports disconnected tracing.
49 Warn otherwise, if trying to enable disconnected tracing.
50 * infcmd.c (detach_command): Update disconnect_tracing call.
51 * cli/cli-cmds.c (quit_command): Ditto.
52
53 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
54
55 * i387-tdep.c (i387_collect_xsave): Replace abort with
56 internal_error.
57
58 2010-04-08 Stan Shebs <stan@codesourcery.com>
59
60 * breakpoint.c (default_collect_info): New function.
61 (breakpoints_info): Call it.
62 (maintenance_info_breakpoints): Ditto.
63 (tracepoints_info): Ditto.
64
65 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
66
67 * i387-tdep.c (i387_collect_xsave): Re-indent.
68
69 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
70
71 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
72 if HAVE_PTRACE_GETFPXREGS is defined.
73 (i386_linux_read_description): Set have_ptrace_getfpxregs and
74 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
75
76 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
77 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
78 if .reg-xfp section doesn't exist.
79 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
80
81 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
82
83 * i386-tdep.c: Include "features/i386/i386-mmx.c".
84 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
85 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
86 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
87 (i386_gdbarch_init): Update comments.
88 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
89
90 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
91
92 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
93
94 * features/Makefile (i386/i386-mmx-expedite): New.
95 (i386/i386-mmx-linux-expedite): Likewise.
96 ($(outdir)/i386/i386-mmx.dat): Likewise.
97 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
98
99 * features/i386/i386-mmx-linux.c: New.
100 * features/i386/i386-mmx-linux.xml: Likewise.
101 * features/i386/i386-mmx.c: Likewise.
102 * features/i386/i386-mmx.xml: Likewise.
103 * regformats/i386/i386-mmx-linux.dat: Likewise.
104 * regformats/i386/i386-mmx.dat: Likewise.
105
106 * features/Makefile (WHICH): Add i386/i386-mmx and
107 i386/i386-mmx-linux.
108
109 2010-04-08 Doug Evans <dje@google.com>
110
111 * source.c (openp): Skip $cdir in PATH.
112
113 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
114
115 PR python/11417
116 * python/py-lazy-string.c (stpy_convert_to_value): Check for
117 a NULL address.
118 (gdbpy_create_lazy_string_object): Allow strings with a NULL
119 address and a zero length.
120
121 2010-04-08 Hui Zhu <teawater@gmail.com>
122
123 * i386-tdep.c (i386_process_record): Add support for insn
124 rdtsc.
125
126 2010-04-07 Doug Evans <dje@google.com>
127
128 * python/python.c (source_python_script): Use ensure_python_env
129 to prepare environment for script.
130
131 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
132
133 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
134 <sys/uio.h> and "i386-xstate.h".
135 (PTRACE_GETREGSET): New.
136 (PTRACE_SETREGSET): Likewise.
137 (have_ptrace_getregset): Likewise.
138 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
139 registers.
140 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
141 registers.
142 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
143 (amd64_linux_store_inferior_registers): Likewise.
144 (amd64_linux_read_description): Check and enable AVX target
145 descriptions.
146
147 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
148 and "features/i386/amd64-avx-linux.c".
149 (amd64_linux_regset_sections): New.
150 (amd64_linux_core_read_description): Check and enable AVX
151 target description.
152 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
153 set_gdbarch_core_regset_sections.
154 (_initialize_amd64_linux_tdep): Call
155 initialize_tdesc_amd64_avx_linux.
156
157 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
158 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
159 (tdesc_amd64_avx_linux): New.
160 (amd64_linux_update_xstateregset): Likewise.
161
162 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
163 (amd64_ymm_names): New.
164 (amd64_ymmh_names): Likewise.
165 (amd64_register_name): Likewise.
166 (amd64_supply_xstateregset): Likewise.
167 (amd64_collect_xstateregset): Likewise.
168 (amd64_supply_xsave): Likewise.
169 (amd64_collect_xsave): Likewise.
170 (AMD64_NUM_REGS): Removed.
171 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
172 %xmmN if AVX is available.
173 (amd64_pseudo_register_name): Support pseudo YMM registers.
174 (amd64_regset_from_core_section): Support .reg-xstate section.
175 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
176 and ymm0h_regnum. Call set_gdbarch_register_name.
177 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
178
179 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
180 AMD64_YMM15H_REGNUM.
181 (AMD64_NUM_REGS): New.
182 (amd64_supply_xsave): Likewise.
183 (amd64_collect_xsave): Likewise.
184 (amd64_register_name): Removed.
185 (amd64_register_type): Likewise.
186
187 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
188
189 * i387-tdep.c: Include "i386-xstate.h".
190 (XSAVE_XSTATE_BV_ADDR): New.
191 (xsave_avxh_offset): Likewise.
192 (XSAVE_AVXH_ADDR): Likewise.
193 (i387_supply_xsave): Likewise.
194 (i387_collect_xsave): Likewise.
195
196 * i387-tdep.h (I387_NUM_YMM_REGS): New.
197 (I387_YMM0H_REGNUM): Likewise.
198 (I387_YMMENDH_REGNUM): Likewise.
199 (i387_supply_xsave): Likewise.
200 (i387_collect_xsave): Likewise.
201
202 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
203
204 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
205 <sys/uio.h> and "i386-xstate.h".
206 (PTRACE_GETREGSET): New.
207 (PTRACE_SETREGSET): Likewise.
208 (fetch_xstateregs): Likewise.
209 (store_xstateregs): Likewise.
210 (GETXSTATEREGS_SUPPLIES): Likewise.
211 (regmap): Include 8 upper YMM registers.
212 (i386_linux_fetch_inferior_registers): Support XSAVE extended
213 state.
214 (i386_linux_store_inferior_registers): Likewise.
215 (i386_linux_read_description): Check and enable AVX target
216 descriptions.
217
218 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
219 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
220 (i386_linux_regset_sections): Add ".reg-xstate".
221 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
222 (i386_linux_core_read_xcr0): New.
223 (i386_linux_core_read_description): Check and enable AVX target
224 description.
225 (i386_linux_init_abi): Set xsave_xcr0_offset.
226 (_initialize_i386_linux_tdep): Call
227 initialize_tdesc_i386_avx_linux.
228
229 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
230 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
231 (i386_linux_core_read_xcr0): New.
232 (tdesc_i386_avx_linux): Likewise.
233 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
234
235 * i386-tdep.c: Include "i386-xstate.h" and
236 "features/i386/i386-avx.c".
237 (i386_ymm_names): New.
238 (i386_ymmh_names): Likewise.
239 (i386_ymmh_regnum_p): Likewise.
240 (i386_ymm_regnum_p): Likewise.
241 (i386_xmm_regnum_p): Likewise.
242 (i386_register_name): Likewise.
243 (i386_ymm_type): Likewise.
244 (i386_supply_xstateregset): Likewise.
245 (i386_collect_xstateregset): Likewise.
246 (i386_sse_regnum_p): Removed.
247 (i386_pseudo_register_name): Support pseudo YMM registers.
248 (i386_pseudo_register_type): Likewise.
249 (i386_pseudo_register_read): Likewise.
250 (i386_pseudo_register_write): Likewise.
251 (i386_dbx_reg_to_regnum): Return %ymmN register number for
252 %xmmN if AVX is available.
253 (i386_regset_from_core_section): Support .reg-xstate section.
254 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
255 (i386_process_record): Replace i386_sse_regnum_p with
256 i386_xmm_regnum_p.
257 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
258 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
259 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
260 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
261 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
262 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
263 Set ymm0_regnum.
264 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
265
266 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
267 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
268 i386_ymm_type.
269 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
270 (I386_AVX_NUM_REGS): New.
271 (i386_xmm_regnum_p): Likewise.
272 (i386_ymm_regnum_p): Likewise.
273 (i386_ymmh_regnum_p): Likewise.
274
275 * common/i386-xstate.h: New.
276
277 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
278
279 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
280
281 * features/Makefile (WHICH): Add i386/i386-avx,
282 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
283 (i386/i386-avx-expedite): New.
284 (i386/i386-avx-linux-expedite): Likewise.
285 (i386/x86-64-avx-expedite):Likewise.
286 (i386/x86-64-avx-linux-expedite): Likewise.
287 ($(outdir)/i386/i386-avx.dat): New dependency.
288 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
289 ($(outdir)/i386/x86-avx-64.dat): Likewise.
290 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
291
292 * features/i386/32bit-avx.xml: New.
293 * features/i386/64bit-avx.xml: Likewise.
294 * features/i386/i386-avx-linux.c: Likewise.
295 * features/i386/i386-avx-linux.xml: Likewise.
296 * features/i386/i386-avx.c: Likewise.
297 * features/i386/i386-avx.xml: Likewise.
298 * features/i386/x86-64-avx-linux.c: Likewise.
299 * features/i386/x86-64-avx-linux.xml: Likewise.
300 * features/i386/x86-64-avx.c: Likewise.
301 * features/i386/x86-64-avx.xml: Likewise.
302 * regformats/i386/i386-avx-linux.dat: Likewise.
303 * regformats/i386/i386-avx.dat: Likewise.
304 * regformats/i386/x86-64-avx-linux.dat: Likewise.
305 * regformats/i386/x86-64-avx.dat: Likewise.
306
307 2010-04-07 Doug Evans <dje@google.com>
308
309 * top.c (source_file_name): Make const char *.
310 * top.h (source_file_name): Update.
311 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
312 const char *.
313 (script_from_file): Change `file' arg to const char *.
314 * cli/cli-script.h (script_from_file): Update.
315
316 2010-04-06 Doug Evans <dje@google.com>
317
318 * cli/cli-cmds.c (source_command): Run cleanups.
319
320 2010-04-06 Stan Shebs <stan@codesourcery.com>
321
322 * defs.h (char_ptr): Move typedef here from...
323 * ada-lang.c (char_ptr): Remove.
324 * charset.c (char_ptr): Remove.
325 * tracepoint.h (struct uploaded_string): Remove.
326 (struct uploaded_tp): Use vectors for string arrays.
327 * tracepoint.c (trace_save): Use vectors of actions.
328 (parse_tracepoint_definition): Ditto.
329 (get_uploaded_tp): Clear vectors.
330 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
331 (next_cmd): Change to an int.
332 (read_next_cmd): Use vector of command strings.
333
334 2010-04-06 Doug Evans <dje@google.com>
335
336 * top.h (source_script, cd_command): Delete.
337 * main.c: #include "cli/cli-cmds.h"
338
339 2010-04-06 Kevin Buettner <kevinb@redhat.com>
340
341 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
342 type in bytes, not bits.
343
344 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
345
346 * stabsread.c (define_symbol): Add support for char
347 and string constants.
348
349 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
350
351 Remove remaining "%ll" uses.
352 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
353 hex_string call.
354 * rs6000-nat.c (rs6000_ptrace64): Idem.
355 * solib-pa64.c (pa64_current_sos): Idem.
356 * solib-spu.c (spu_current_sos): Idem.
357 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
358 plongest call.
359 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
360 phex (VAR, 8) call.
361 * sh64-tdep.c (sh64_show_media_regs): Idem.
362
363 2010-04-05 Stan Shebs <stan@codesourcery.com>
364
365 * tracepoint.c: Include gdbcore.h.
366 (tfile_xfer_partial): Return partial results, also try reading
367 from executable.
368 (tfile_has_all_memory): New function.
369 (init_tfile_ops): Use it.
370
371 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
372
373 PR gdb/10736:
374 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
375 the changes in data-directory.
376 (init_sysinfo): Reload the syscall XML file if the data-directory
377 has changed.
378
379 2010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
380
381 Code cleanup.
382 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
383
384 2010-04-04 Stan Shebs <stan@codesourcery.com>
385 Nathan Sidwell <nathan@codesourcery.com>
386
387 * breakpoint.c (breakpoint_1): Add filter argument, return number of
388 breakpoints printed.
389 (is_hardware_watchpoint): Make argument const.
390 (is_watchpoint): Ditto.
391 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
392 use it everywhere.
393 (breakpoints_info): Pass NULL to breakpoint_1.
394 (maintenance_info_breakpoints): Ditto.
395 (watchpoints_info): New function.
396 (tracepoints_info): Use breakpoint_1 filter.
397 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
398 (_initialize_breakpoint): Make "info watchpoints" its own command.
399 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
400 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
401
402 2010-04-04 Stan Shebs <stan@codesourcery.com>
403
404 * tracepoint.c (tfile_fetch_registers): Add fallback case.
405
406 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
407
408 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
409 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
410
411 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
412
413 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
414 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
415
416 2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
417
418 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
419 code form.
420
421 2010-04-02 Hui Zhu <teawater@gmail.com>
422
423 * i386-tdep.c (OT_DQUAD): New enum.
424 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
425 SSE3, SSSE3 and SSE4.
426
427 2010-04-02 Hui Zhu <teawater@gmail.com>
428
429 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
430 "*addr = 0".
431
432 2010-04-02 Pedro Alves <pedro@codesourcery.com>
433
434 * tracepoint.c (trace_dump_actions): New, factored out from
435 trace_dump_command, and adjusted to recurse into while-stepping's
436 action list.
437 (trace_dump_command): Use it.
438
439 2010-04-02 Pedro Alves <pedro@codesourcery.com>
440
441 * breakpoint.h (struct counted_command_line): Moved definition to
442 breakpoint.c, and forward declare.
443 (breakpoint_commands): Declare.
444 * breakpoint.c (struct counted_command_line): Moved here.
445 (breakpoint_commands): New.
446 * tracepoint.c (encode_actions): Use breakpoint_commands.
447 * remote.c (remote_download_tracepoint): Ditto.
448
449 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
450
451 * remote.c (remote_parse_stop_reply): Use hex_string instead
452 of phex_nz for error.
453
454 2010-04-01 Stan Shebs <stan@codesourcery.com>
455 Nathan Sidwell <nathan@codesourcery.com>
456
457 * tracepoint.h (enum actionline_type): Remove.
458 (validate_actionline): Change return to void.
459 * tracepoint.c (report_agent_reqs_errors): New function.
460 (validate_actionline): Call it, change return to void, report errors
461 more consistently.
462 (collect_symbol): Call report_agent_reqs_errors.
463 (encode_actions_1): Ditto.
464 (encode_actions): Don't expect a result from validate_actionline.
465
466 2010-04-01 Stan Shebs <stan@codesourcery.com>
467
468 * tracepoint.c (trace_start_command): Confirm if trace is running.
469 (trace_stop_command): Error if trace not running.
470
471 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
472
473 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
474 (AMD64_NUM_LOWER_BYTE_REGS): New.
475 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
476 (amd64_pseudo_register_write): Likewise.
477 (amd64_init_abi): Set num_byte_regs to 20.
478
479 2010-04-01 Pedro Alves <pedro@codesourcery.com>
480
481 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
482 (prev_breakpoint_count): New.
483 (set_breakpoint_count): Adjust.
484 (rbreak_start_breakpoint_count): New.
485 (start_rbreak_breakpoints): Adjust.
486 (end_rbreak_breakpoints): Adjust.
487 (struct commands_info) <arg>: New field.
488 (do_map_commands_command): Tweak output to include breakpoint spec
489 range.
490 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
491 ARG was empty on entry. Set INFO's arg.
492 (create_breakpoint): Adjust.
493
494 * NEWS: Clarify `commands' changes.
495
496 2010-04-01 Pedro Alves <pedro@codesourcery.com>
497
498 * tracepoint.c: Include stack.h.
499 (struct add_local_symbols_data): New.
500 (do_collect_symbol): New.
501 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
502 iterate_over_block_local_vars.
503 * stack.c (print_block_frame_locals): Rewrite as ...
504 (iterate_over_block_locals): ... this. Take a callback function
505 pointer and generic data pointer, and call that instead of
506 print_variable_and_value.
507 (struct print_variable_and_value_data): New.
508 (do_print_variable_and_value): New.
509 (iterate_over_block_local_vars): New, abstracted out from
510 print_frame_local_vars.
511 (print_frame_local_vars): Rewrite using
512 iterate_over_block_local_vars.
513 (iterate_over_block_arg_vars): New, abstracted out from
514 print_frame_arg_vars.
515 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
516 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
517 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
518
519 2010-03-31 Richard Earnshaw <rearnsha@arm.com>
520
521 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
522 instructions. Use the PC+4 if the base of the TBB or TBH is the
523 PC register.
524
525 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
526
527 Fix crash on reading wrong function declaration DWARF.
528 * dwarf2read.c (read_subroutine_type): New variable void_type.
529 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
530 more close to their use.
531
532 2010-03-31 Stan Shebs <stan@codesourcery.com>
533
534 * breakpoint.c (tracepoint_save_command): Include variables,
535 conditionals, tracepoint types, and default-collect.
536 * tracepoint.c (save_trace_state_variables): New function.
537 * tracepoint.h (save_trace_state_variables): Declare it.
538
539 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
540
541 * src/gdb/remote.c (end_thread): ARI fix: Use xstrdup instead of
542 strdup.
543
544 2010-03-30 Keith Seitz <keiths@redhat.com>
545
546 * c-typeprint.c (c_type_print_args): Don't print "void"
547 for java, regardless of whether it is TYPE_PROTOTYPED.
548 Use the passed-in language instead of current_language.
549 (c_type_print_varspec_suffix): Use current_language instead
550 of assuming language_c.
551 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
552 any return type specifier from the physname.
553
554 2010-03-30 Pedro Alves <pedro@codesourcery.com>
555
556 * tui/tui-interp.c (tui_is_toplevel): New.
557 (tui_init): Set it.
558 (tui_allowed_p): New.
559 * tui/tui.c (tui_enable): Check if the TUI is allowed before
560 enabling it.
561 * tui/tui.h (tui_allowed_p): Declare.
562
563 2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
564
565 * serial.h: Include winsock2.h before windows.h.
566
567 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
568
569 * NEWS: Mention xmlRegisters= in qSupported packet.
570
571 * i386-tdep.c: Include "remote.h".
572 (_initialize_i386_tdep): Call register_remote_support_xml.
573
574 * remote.c (remote_support_xml): New.
575 (register_remote_support_xml): Likewise.
576 (remote_query_supported_append): Likewise.
577 (remote_query_supported): Support remote_support_xml.
578
579 * remote.h (register_remote_support_xml): New.
580
581 2010-03-29 Stan Shebs <stan@codesourcery.com>
582
583 * tracepoint.c (trace_find_line_command): Remove dead code.
584
585 * tracepoint.h (struct uploaded_string): New struct.
586 (struct uploaded_tp): New fields for source strings.
587 * breakpoint.c (this_utp, next_cmd): New globals.
588 (read_uploaded_action): New function.
589 (create_tracepoint_from_upload): Fill in more parts
590 of a tracepoint.
591 * tracepoint.c (encode_source_string): New function.
592 (trace_save): Write out source strings, fix error checks.
593 (parse_tracepoint_definition): Add source string parsing.
594 * remote.c (PACKET_TracepointSource): New packet type.
595 (remote_download_command_source): New function.
596 (remote_download_tracepoint): Download source pieces also.
597 (_initialize_remote): Add packet config command.
598
599 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
600 expression handler.
601
602 * tracepoint.c (start_tracing): Check tracepoints before sending
603 commands to target, don't start if all tracepoints disabled.
604
605 2010-03-28 Pedro Alves <pedro@codesourcery.com>
606
607 * cli/cli-script.c (process_next_line): Handle 'stepping'.
608
609 2010-03-26 Stan Shebs <stan@codesourcery.com>
610
611 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
612
613 2010-03-26 Tom Tromey <tromey@redhat.com>
614
615 * breakpoint.c (commands_command_1): Duplicate 'arg'.
616
617 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
618
619 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
620 (skip_prologue_sal): Remove local definition.
621 (resolve_sal_pc): Remove now unnecessary code.
622 * linespec.c (minsym_found): Call skip_prologue_sal.
623 * symtab.c (find_function_start_pc): Remove.
624 (find_function_start_sal): Extract prologue skipping into ...
625 (skip_prologue_sal): ... this new function. Handle code both
626 with and without debug info. Respect SAL's explicit_pc and
627 explicit_line flags. Inline old find_function_start_pc.
628 * symtab.h (find_function_start_pc): Remove.
629 (skip_prologue_sal): Add prototype.
630
631 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
632
633 * dwarf2read.c (read_func_scope): Also scan specification DIEs
634 for DW_TAG_imported_module children.
635
636 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
637
638 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
639 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
640 * completer.c (add_struct_fields): Fix inverted logic.
641
642 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
643
644 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
645
646 2010-03-26 Pedro Alves <pedro@codesourcery.com>
647
648 * tracepoint.c (current_trace_status): Don't make sure error_desc
649 is non-NULL here.
650 (parse_trace_status): Release a previous error_desc string, and
651 set it to NULL by default. If stop reason is tracepoint_error,
652 make sure error_desc is not left NULL.
653
654 2010-03-26 Pedro Alves <pedro@codesourcery.com>
655
656 * tracepoint.c (trace_save): Remove X from tracepoint error
657 description.
658
659 2010-03-26 Pedro Alves <pedro@codesourcery.com>
660
661 * tracepoint.c (parse_trace_status): Don't allow plain strings in
662 the terror description. Don't expect an X prefix.
663
664 2010-03-25 Stan Shebs <stan@codesourcery.com>
665
666 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
667 (struct trace_status): New field error_desc.
668 * tracepoint.c (stop_reason_names): Add terror.
669 (current_trace_status): Ensure non-NULL error description.
670 (trace_status_command): Add error report.
671 (trace_status_mi): Ditto.
672 (trace_save): Add special case for error description.
673 (parse_trace_status): Add case for errors.
674
675 2010-03-25 Keith Seitz <keiths@redhat.com>
676
677 * dwarf2read.c (read_subroutine_type): If the compilation unit
678 language is Java, mark any formal parameter named "this" as
679 artificial (GCC/43521).
680 (dwarf2_name): Add special handling for Java constructors.
681
682 2010-03-25 Tom Tromey <tromey@redhat.com>
683
684 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
685 * infrun.c (handle_inferior_event): Change initialization of
686 stop_stack_dummy.
687 (handle_inferior_event): Change assignment to stop_stack_dummy.
688 (normal_stop): Update use of stop_stack_dummy.
689 (struct inferior_status) <stop_stack_dummy>: Change type.
690 * inferior.h (stop_stack_dummy): Update.
691 * infcmd.c (stop_stack_dummy): Change type.
692 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
693 function.
694 (call_function_by_hand): Call set_std_terminate_breakpoint.
695 Rewrite std::terminate handling.
696 * breakpoint.h (enum bptype) <bp_std_terminate,
697 bp_std_terminate_master>: New.
698 (enum stop_stack_kind): New.
699 (struct bpstat_what) <call_dummy>: Change type.
700 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
701 Declare.
702 * breakpoint.c (create_std_terminate_master_breakpoint): New
703 function.
704 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
705 Call create_std_terminate_master_breakpoint.
706 (print_it_typical): Handle new breakpoint kinds.
707 (bpstat_stop_status): Handle bp_std_terminate_master.
708 (bpstat_what): Correctly set call_dummy field. Handle
709 bp_std_terminate_master and bp_std_terminate.
710 (print_one_breakpoint_location): Update.
711 (allocate_bp_location): Update.
712 (set_std_terminate_breakpoint): New function.
713 (delete_std_terminate_breakpoint): Likewise.
714 (create_thread_event_breakpoint): Update.
715 (delete_command): Update.
716 (breakpoint_re_set_one): Update.
717 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
718
719 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
720
721 * symfile.c (build_section_addr_info_from_bfd): New.
722 (build_section_addr_info_from_objfile): Base it on
723 build_section_addr_info_from_bfd.
724 (addrs_section_compar, addrs_section_sort): New.
725 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
726 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
727 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
728
729 2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
730
731 * elfread.c (find_separate_debug_file_by_buildid):
732 Remove unused local variable.
733
734 2010-03-24 Tom Tromey <tromey@redhat.com>
735
736 PR breakpoints/9352:
737 * NEWS: Mention changes to `commands' and `rbreak'.
738 * symtab.c (do_end_rbreak_breakpoints): New function.
739 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
740 end_rbreak_breakpoints.
741 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
742 (set_breakpoint_count): Likewise. Clear last_was_multi.
743 (multi_start, multi_end, last_was_multi): New globals.
744 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
745 functions.
746 (struct commands_info): New
747 (do_map_commands_command): New function.
748 (commands_command_1): New function.
749 (commands_command): Use it.
750 (commands_from_control_command): Likewise.
751 (do_delete_breakpoint): New function.
752 (delete_command): Use it.
753 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
754 (do_map_disable_breakpoint): New function.
755 (disable_command): Use it.
756 (do_map_enable_breakpoint): New function.
757 (enable_command): Use it.
758 (enable_once_breakpoint): Add argument.
759 (enable_once_command): Update.
760 (enable_delete_breakpoint): Add argument.
761 (enable_delete_command): Update.
762 (break_command_really): Set last_was_multi when needed.
763 (check_tracepoint_command): Fix formatting.
764 (validate_commands_for_breakpoint): New function.
765 (breakpoint_set_commands): Use it.
766 (tracepoint_save_command): Update.
767 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
768 Declare.
769
770 2010-03-24 Tom Tromey <tromey@redhat.com>
771
772 * breakpoint.h (struct counted_command_line): New struct.
773 (struct breakpoint) <commands>: Change type.
774 (struct bpstats) <commands>: Change type.
775 <commands_left>: New field.
776 * breakpoint.c (alloc_counted_command_line): New function.
777 (incref_counted_command_line): Likewise.
778 (decref_counted_command_line): Likewise.
779 (do_cleanup_counted_command_line): Likewise.
780 (make_cleanup_decref_counted_command_line): Likewise.
781 (breakpoint_set_commands): Use decref_counted_command_line and
782 alloc_counted_command_line.
783 (commands_command): Don't error if breakpoint commands are
784 executing.
785 (commands_from_control_command): Likewise.
786 (bpstat_free): Update.
787 (bpstat_copy): Likewise.
788 (bpstat_clear_actions): Likewise.
789 (bpstat_do_actions_1): Likewise.
790 (bpstat_stop_status): Likewise.
791 (print_one_breakpoint_location): Likewise.
792 (delete_breakpoint): Likewise.
793 (bpstat_alloc): Initialize new field.
794 (tracepoint_save_command): Update.
795 * tracepoint.c (encode_actions): Update.
796 (trace_dump_command): Update.
797
798 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
799
800 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
801 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
802 (read_structure_type): For RealView, set TYPE_STUB on structures with
803 no byte size and no children.
804 (read_subroutine_type): Mark functions as prototyped by default.
805 * symtab.c (producer_is_realview): New function.
806 * symtab.h (expand_line_sal): Fix declaration formatting.
807 (producer_is_realview): Declare.
808
809 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
810
811 * arm-tdep.c (skip_prologue_function): New function.
812 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
813 (thumb_analyze_prologue): Document return value. Recognize more
814 Thumb instructions, skippable calls, and some Thumb-2 instructions.
815 Add debug output.
816 (arm_skip_prologue): Remove call dummy check. Check the prologue
817 for non-GNU compilers.
818 (arm_instruction_changes_pc): New function.
819 (arm_analyze_prologue): New function, broken out from
820 arm_scan_prologue. Recognize more ARM instructions and skippable
821 calls. Update comments. Handle NULL cache. Return the address
822 of the first unrecognized instruction. Do not skip past other
823 instructions which change control flow. Add debug output.
824 (arm_scan_prologue): Use arm_analyze_prologue.
825 (ARM_PC_32): Delete.
826 (shifted_reg_val): Simplify ARM_PC_32 check.
827
828 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
829
830 * tracepoint.c (tvariables_info_1): Actually compute
831 the number of rows in the result.
832
833 2010-03-24 Pedro Alves <pedro@codesourcery.com>
834
835 * remote.c (crc32): Constify `buf' parameter.
836 (remote_verify_memory): New, abstracted out from...
837 (compare_sections_command): ... this. Remove hardcoded target
838 checks.
839 (init_remote_ops): Install remote_verify_memory.
840 * target.c (target_verify_memory): New.
841 * target.h (struct target_ops) <to_verify_memory>: New field.
842 (target_verify_memory): Declare.
843
844 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
845
846 Implement -trace-save.
847
848 * mi-cmds.h (mi_cmds_trace_save): Declare.
849 * mi-cmds.c (mi_cmds): Register -trace-save.
850 * mi/mi-main.c (mi_cmd_trace_save): New.
851 * remote.c (remote_save_trace_data): Take const parameter.
852 * target.h (struct target_ops::to_save_trace_data): Take
853 const parameter.
854 * target.c (update_current_target): Adjust to the above.
855 * tracepoint.c (trave_save): New, extracted from
856 (trace_save_command): ...this.
857 (tfile_trace_find): Remove message that is unnecessary now
858 that 'tfind' reports found frame.
859 * tracepoint.h (trace_save): Declare.
860
861 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
862
863 Implement -trace-find.
864
865 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
866 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
867 * mi/mi-main.c (mi_cmd_trace_find): New.
868 * target.h (struct target_ops): Document to_trace_find.
869 * tracepoint.h (tfind_1): Declare.
870 * tracepoint.c (finish_tfind_command): Rename to...
871 (tfind_1): ...this.
872 * remote.c (remote_trace_find): Return -1 if target say
873 there's no frame. Improve error diagnostics.
874
875 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
876
877 -trace-define-variable and -trace-list-variables.
878
879 * tracepoint.c (create_trace_state_variable): Make
880 private copy of name, as opposed to assuming the
881 pointer lives forever.
882 (tvariables_info_1): New.
883 (tvariables_info): Use the above.
884 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
885 Declare.
886 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
887 and -trace-list-variables.
888 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
889 (mi_cmd_trace_list_variables): New.
890 * mi/mi-main.c (mi_cmd_trace_define_variable)
891 (mi_cmd_trace_list_variables): New.
892
893 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
894
895 Implement -break-passcount.
896
897 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
898 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
899 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
900
901 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
902
903 -trace-start/-trace-end/-trace-status.
904
905 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
906 and -trace-stop.
907 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
908 (mi_cmd_trace_stop): Declare.
909 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
910 (mi_cmd_trace_stop): New.
911 * tracepoint.c (start_tracing): New, extracted from...
912 (trace_start_command): ...this.
913 (trace_status_mi): New.
914 * tracepoint.h (struct trace_status): Document
915 stopping_tracepoint.
916 (start_tracing, stop_tracing, trace_status_mi): Declare.
917
918 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
919
920 Implement creating tracepoints with -break-insert.
921
922 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
923 to mean that tracepoint should be created.
924
925 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
926
927 * breakpoint.c (check_no_tracepoint_commands): Use
928 current spelling of 'teval'.
929
930 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
931
932 Unify actions and commands
933
934 * defs.h (read_command_lines, read_command_lines_1): New
935 parameters validator and closure.
936 * tracepoint.h (struct action_line): Remove.
937 * breakpoint.h (struct breakpoint): Remove the 'actions'
938 field.
939 * defs.h (enum command_control_type): New value
940 while_stepping_control.
941 (struct command_line): Add comments.
942 * breakpoint.c (breakoint_is_tracepoint): New.
943 (breakpoint_set_commands): For tracepoints,
944 verify the commands are permissible.
945 (check_tracepoint_commands): New.
946 (commands_command): Require that each new line is validated using
947 check_tracepoint_command, if we set commands for a tracepoint.
948 (create_tracepoint_from_upload): Likewise.
949 (print_one_breakpoint_location): Remove the code to print
950 actions specifically.
951 (tracepoint_save_command): Relay to print_command_lines.
952 * cli/cli-script.c (process_next_line): New parameters validator
953 and closure. Handle 'while-stepping'. Call validator if not null.
954 (read_command_lines, read_command_lines1): Likewise.
955 (recurse_read_control_structure): New parameters validator and
956 closure. Handle while_stepping_control.
957 (print_command_lines): Handle while-stepping.
958 (get_command_line, define_command, document_command): Adjust.
959 * remote.c (remote_download_tracepoint): Adjust.
960 * tracepoint.c (make_cleanup_free_actions, read_actions)
961 (free_actions, do_free_actions_cleanup): Remove.
962 (trace_actions_command): Use read_command_lines.
963 (validate_actionline): Use error in one place.
964 (encode_actions_1): New, extracted from...
965 (encode_actions): ...this. Also use cleanups for exception
966 safety.
967 (trace_dump_command): Adjust.
968 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
969 it's tracepoint.
970
971 2010-03-23 Mike Frysinger <vapier@gentoo.org>
972
973 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
974
975 2010-03-22 Stan Shebs <stan@codesourcery.com>
976
977 * value.c (value_static_field): Be lazy about the field's value.
978
979 2010-03-22 Reid Kleckner <reid@kleckner.net>
980
981 PR gdb/11094
982 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
983 bp_jit_event.
984 (disable_breakpoints_in_shlibs): Likewise.
985
986 2010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
987
988 * dwarf2read.c (partial_die_parent_scope): Work around buggy
989 GCC 4.1 debug info generation (GCC PR c++/28460).
990 (determine_prefix): Likewise.
991
992 2010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
993
994 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
995 get_current_arch.
996 * tui/tui-layout.c (extract_display_start_addr): Likewise.
997
998 2010-03-19 Stan Shebs <stan@codesourcery.com>
999
1000 * ax-gdb.c (gen_fetch): Handle bool.
1001 (gen_usual_unary): Ditto.
1002 (gen_cast): Ditto.
1003 (gen_equal): New function.
1004 (gen_less): New function.
1005 (gen_expr_binop_rest): Call them, also return integer type from
1006 logical operations.
1007 (gen_expr): Ditto.
1008
1009 2010-03-19 Tom Tromey <tromey@redhat.com>
1010
1011 * jv-lang.c (jv_dynamics_objfile_data_key)
1012 (jv_type_objfile_data_key): New globals.
1013 (class_symtab): Move earlier.
1014 (jv_per_objfile_free): New function.
1015 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
1016 parameter.
1017 Remove ancient #if 1.
1018 (add_class_symbol): Remove redundant declaration.
1019 (java_lookup_class): Use alloc_type, not alloc_type_arch.
1020 (java_link_class_type): Mark as static. Update.
1021 (jv_clear_object_type): New function.
1022 (set_java_object_type): Likewise.
1023 (get_java_object_type): Use set_java_object_type.
1024 (is_object_type): Likewise.
1025 (_initialize_java_language): Register new objfile keys.
1026 (get_java_class_symtab): Add 'gdbarch' parameter.
1027 (add_class_symtab_symbol): Update.
1028 (type_from_class): Update.
1029
1030 2010-03-19 Stan Shebs <stan@codesourcery.com>
1031
1032 * ax-general.c (ax_const_l): Fix a sizing bug.
1033
1034 2010-03-18 Joel Brobecker <brobecker@adacore.com>
1035
1036 GDB 7.1 released.
1037
1038 2010-03-18 Stan Shebs <stan@codesourcery.com>
1039 Pedro Alves <pedro@codesourcery.com>
1040
1041 * target.h (struct target_ops): New method
1042 to_set_circular_trace_buffer.
1043 (target_set_circular_trace_buffer): New macro.
1044 * target.c (update_current_target): Add
1045 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
1046 default behavior.
1047 * remote.c (remote_set_circular_trace_buffer): New function.
1048 (init_remote_ops): Add it to vector.
1049 * tracepoint.h (struct trace_status): New field traceframes_created,
1050 change buffer_size and buffer_free to int.
1051 * tracepoint.c (circular_trace_buffer): New global.
1052 (start_tracing): Send values of disconnected tracing and circular
1053 trace buffer settings.
1054 (set_circular_trace_buffer): New function.
1055 (parse_trace_state): Handle total space and frames created.
1056 (trace_status_command): Display total space and total frames
1057 created.
1058 (trace_save): Write out new status values.
1059 (parse_trace_status): Set traceframe_count, traceframes_created,
1060 buffer_free and buffer_size to -1 by default.
1061 (_initialize_tracepoint): New setshow for circular-trace-buffer.
1062 * NEWS: Mention the circular trace buffer option.
1063
1064 2010-03-18 Tom Tromey <tromey@redhat.com>
1065
1066 * infcmd.c (finish_command_continuation): Wrap print_return_value
1067 in TRY_CATCH.
1068
1069 2010-03-18 Joel Brobecker <brobecker@adacore.com>
1070
1071 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
1072 DIE has a name before creating the associated partial symbol.
1073 (read_func_scope): Emit a complaint if the subprogram does not
1074 have a name or when we can't extract the subprogram PC bounds.
1075
1076 2010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
1077
1078 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
1079 instead of selected frame architecture.
1080
1081 2010-03-18 Pedro Alves <pedro@codesourcery.com>
1082
1083 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
1084 a valid selected thread, and that it is not running.
1085 (advance_command): Ditto.
1086 (finish_command): Ditto.
1087
1088 2010-03-17 Stan Shebs <stan@codesourcery.com>
1089
1090 * ax-gdb.c (require_rvalue): Disallow non-scalars.
1091
1092 * infcall.c: Include tracepoint.h.
1093 (call_function_by_hand): Disallow calls in tfind mode.
1094 * infcmd.c: Include tracepoint.h.
1095 (ensure_not_tfind_mode): New function.
1096 (continue_1): Call it.
1097 (step_1) Ditto.
1098 (jump_command): Ditto.
1099 (signal_command): Ditto.
1100 (advance_command): Ditto.
1101 (until_command): Ditto.
1102 (finish_command): Ditto.
1103 * tracepoint.h (disconnect_or_stop_tracing): Declare.
1104
1105 * ax-gdb.h (struct axs_value): New field optimized_out.
1106 (gen_trace_for_var): Add gdbarch argument.
1107 * ax-gdb.c (gen_trace_static_fields): New function.
1108 (gen_traced_pop): Call it, add gdbarch argument.
1109 (gen_trace_for_expr): Update call to it.
1110 (gen_trace_for_var): Ditto, and report optimized-out variables.
1111 (gen_struct_ref_recursive): Check for optimized-out value.
1112 (gen_struct_elt_for_reference): Ditto.
1113 (gen_static_field): Pass gdbarch instead of expression, assume
1114 optimization if field not found.
1115 (gen_var_ref): Set the optimized_out flag.
1116 (gen_expr): Error on optimized-out variable.
1117 * tracepoint.c (collect_symbol): Handle struct-valued vars as
1118 expressions, skip optimized-out variables with computed locations.
1119 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
1120 erroring out if location expression missing.
1121 (loclist_tracepoint_var_ref): Don't error out here.
1122
1123 2010-03-17 Tom Tromey <tromey@redhat.com>
1124
1125 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
1126 DWARF data is available.
1127
1128 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
1129
1130 * symfile.c (generic_load): Reset breakpoints after loading.
1131
1132 2010-03-17 Tom Tromey <tromey@redhat.com>
1133
1134 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
1135
1136 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1137
1138 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
1139 create_breakpoint call, adjust the parameters.
1140
1141 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1142 Chandru <chandru@in.ibm.com>
1143
1144 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
1145 * valarith.c (value_subscripted_rvalue): Suppress error if
1146 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
1147
1148 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
1149
1150 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
1151
1152 2010-03-16 Joel Brobecker <brobecker@adacore.com>
1153
1154 * ada-tasks.c (task_command_1): Check that the task ptid is valid
1155 before doing the associated thread switch.
1156
1157 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
1158
1159 * MAINTAINERS: Update my email address.
1160
1161 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
1162
1163 Simplify MI breakpoint setting.
1164
1165 * breakpoint.c (break_command_really): Make nonstatic and
1166 rename to...
1167 (create_breakpoint): ...this. Rename prior function by this name
1168 to...
1169 (create_breakpoint_sal): ...this.
1170 (create_breakpoints): Rename to...
1171 (create_breakpoints_sal): ...this.
1172 (set_breakpoint): Remove.
1173 * breakpoint.h: Adjust to above changes.
1174 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
1175
1176 2010-03-15 Stan Shebs <stan@codesourcery.com>
1177
1178 * ax-gdb.c: Include cp-support.h.
1179 (find_field): Remove.
1180 (gen_primitive_field): New function.
1181 (gen_struct_ref_recursive): New function.
1182 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
1183 of find_field.
1184 (gen_static_field): New function.
1185 (gen_struct_elt_for_reference): New.
1186 (gen_namespace_elt): New.
1187 (gen_maybe_namespace_elt): New.
1188 (gen_aggregate_elt_ref): New.
1189 (gen_expr): Add OP_SCOPE, display opcode name in error message.
1190
1191 2010-03-15 Tom Tromey <tromey@redhat.com>
1192
1193 * dwarf2read.c (die_needs_namespace): Also return 0 for
1194 DW_TAG_subprogram.
1195
1196 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
1197
1198 PR c++/7936:
1199 * cp-support.h: Added char *declaration element to using_direct
1200 data struct.
1201 (cp_add_using): Added char *declaration argument.
1202 (cp_add_using_directive): Ditto.
1203 (cp_lookup_symbol_imports): made extern.
1204 * cp-namespace.c: Updated with the above changes.
1205 * dwarf2read.c (read_import_statement): Ditto.
1206 (read_namespace): Ditto.
1207 (read_import_statement): Support import declarations.
1208 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
1209 declarations.
1210 Added support for 'declaration_only' search.
1211 (cp_lookup_symbol_namespace): Attempt to search for the name as
1212 is before consideration of imports.
1213 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
1214 search at every block level search.
1215 Now takes language argument.
1216 (lookup_symbol_aux): Updated.
1217
1218 2010-03-15 Tom Tromey <tromey@redhat.com>
1219
1220 * c-exp.y (name_not_typename): Add 'operator' clause.
1221
1222 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
1223
1224 * configure.ac: Exit if ${gdb_target_obs}" is not set.
1225 * configure: Regenerate.
1226
1227 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1228
1229 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
1230 and ".sdynbss". Update the comment.
1231
1232 2010-03-15 Jie Zhang <jie@codesourcery.com>
1233
1234 * MAINTAINERS: Update my email address.
1235
1236 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1237
1238 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
1239
1240 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1241
1242 * charset.c [USE_WIN32API]: Include <windows.h>.
1243 (_initialize_charset): Correct type of w32_host_default_charset.
1244
1245 2010-03-14 Pedro Alves <pedro@codesourcery.com>
1246
1247 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
1248
1249 2010-03-12 Tom Tromey <tromey@redhat.com>
1250
1251 PR c++/9708:
1252 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
1253 in a lexical block does not need a namespace.
1254 (new_symbol) <DW_TAG_variable>: Put extern variables on
1255 list_in_scope in all cases.
1256
1257 2010-03-12 Stan Shebs <stan@codesourcery.com>
1258
1259 * ax-gdb.c (gen_expr): Add shift expressions.
1260 (gen_expr_binop_rest): Ditto.
1261
1262 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
1263
1264 * buildsym.c (finish_block): Reset using_directives pointer
1265 after block initialization.
1266
1267 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
1268
1269 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
1270 * i386-tdep.c (i386_word_names): Likewise.
1271
1272 2010-03-12 Pedro Alves <pedro@codesourcery.com>
1273
1274 * target.c (memory_xfer_partial): Don't use the stack cache if
1275 inspecting trace frames.
1276 * tracepoint.c (finish_tfind_command): Invalidate the target
1277 dcache.
1278
1279 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1280
1281 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
1282 for the PIC displacement, print also the displacement value.
1283 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
1284
1285 2010-03-10 Kevin Buettner <kevinb@redhat.com>
1286
1287 * remote-mips.c (close_ports, mips_initialize_cleanups)
1288 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
1289 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
1290 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
1291 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
1292 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
1293 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
1294 comments describing each of these functions.
1295 (mips_enter_debug, mips_exit_debug, common_open)
1296 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
1297 blank line after the comment describing the function.
1298
1299 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1300
1301 * solib-svr4.c (svr4_exec_displacement): Return now success, new
1302 parameter displacementp. Update comment.
1303 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
1304 element exists. Return if svr4_exec_displacement was not successful.
1305 Update comment.
1306
1307 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1308 Daniel Jacobowitz <dan@codesourcery.com>
1309
1310 * solib-svr4.c (read_program_header): Support type == -1 to read
1311 all program headers.
1312 (read_program_headers_from_bfd): New function.
1313 (svr4_static_exec_displacement): Remove and move the comment ...
1314 (svr4_exec_displacement): ... here. Remove variable found. New
1315 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
1316 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
1317 targets using read_program_headers_from_bfd. Remove the call of
1318 svr4_static_exec_displacement.
1319
1320 2010-03-10 Tom Tromey <tromey@redhat.com>
1321
1322 * dwarf2read.c (struct pubnames_header): Remove.
1323 (_PUBNAMES_HEADER): Remove.
1324 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
1325 (struct aranges_header): Remove.
1326 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
1327 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
1328 (PUBNAMES_SECTION): Remove.
1329 (ARANGES_SECTION): Remove.
1330 (dwarf2_locate_sections): Don't handle pubnames or aranges.
1331 (dwarf2_build_psymtabs): Remove dead code.
1332 (dwarf2_build_psymtabs_easy): Remove.
1333
1334 2010-03-10 Tom Tromey <tromey@redhat.com>
1335
1336 * elfread.c (elf_symfile_read): Don't call
1337 dwarf2_build_frame_info.
1338 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
1339 (struct dwarf2_per_objfile) <objfile>: New field.
1340 (dwarf2_has_info): Now idempotent. Set objfile field.
1341 (dwarf2_read_section): Check and set readin field. Call
1342 posix_madvise.
1343 (dwarf2_build_psymtabs): Don't read all sections.
1344 (read_type_comp_unit_head): Read types section.
1345 (create_debug_types_hash_table): Likewise.
1346 (init_cu_die_reader): Add asserts.
1347 (process_type_comp_unit): Add assert.
1348 (dwarf2_build_psymtabs_hard): Read info section.
1349 (load_partial_comp_unit): Add assert.
1350 (create_all_comp_units): Read info section.
1351 (load_full_comp_unit): Likewise.
1352 (dwarf2_ranges_read): Read ranges section.
1353 (dwarf2_record_block_ranges): Add assert.
1354 (dwarf2_read_abbrevs): Read abbrev section.
1355 (read_indirect_string): Read str section.
1356 (dwarf_decode_line_header): Read line section.
1357 (read_signatured_type_at_offset): Read types section.
1358 (dwarf_decode_macros): Read macinfo section.
1359 (dwarf2_symbol_mark_computed): Read loc section.
1360 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
1361 dwarf2_build_frame_info.
1362 (dwarf2_build_frame_info): Unconditionally set
1363 dwarf2_frame_objfile_data on the objfile.
1364 * configure.ac: Check for posix_madvise.
1365 * config.in, configure: Rebuild.
1366
1367 2010-03-10 Tom Tromey <tromey@redhat.com>
1368
1369 * xcoffread.c (xcoff_start_psymtab): Update.
1370 (xcoff_end_psymtab): Update.
1371 * psymtab.c (allocate_psymtab): Remove dead code.
1372 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
1373 void*.
1374 * mdebugread.c (parse_partial_symbols): Update.
1375 (new_psymtab): Likewise.
1376 * dwarf2read.c (process_psymtab_comp_unit): Update.
1377 (psymtab_to_symtab_1): Update.
1378 * dbxread.c (start_psymtab): Update.
1379 (end_psymtab): Likewise.
1380
1381 2010-03-10 Tom Tromey <tromey@redhat.com>
1382
1383 * xcoffread.c: Include psymtab.h.
1384 (xcoff_sym_fns): Update.
1385 * symtab.h (struct partial_symbol): Remove.
1386 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
1387 (struct partial_symtab): Remove.
1388 (PSYMTAB_TO_SYMTAB): Remove.
1389 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
1390 (find_pc_sect_psymtab): Remove.
1391 (find_pc_sect_symtab_via_partial): Declare.
1392 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
1393 (find_main_psymtab): Remove.
1394 (find_main_filename): Declare.
1395 (fixup_psymbol_section): Remove.
1396 (fixup_section): Declare.
1397 * symtab.c: Include psymtab.h.
1398 (lookup_symtab): Use lookup_symtab method.
1399 (lookup_partial_symtab): Remove.
1400 (find_pc_sect_psymtab_closer): Remove.
1401 (find_pc_sect_psymtab): Remove.
1402 (find_pc_sect_symtab_via_partial): New function.
1403 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
1404 (fixup_section): No longer static.
1405 (fixup_psymbol_section): Remove.
1406 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
1407 (lookup_global_symbol_from_objfile): Likewise.
1408 (lookup_symbol_aux_psymtabs): Remove.
1409 (lookup_symbol_aux_quick): New function.
1410 (lookup_symbol_global): Use lookup_symbol_aux_quick.
1411 (lookup_partial_symbol): Remove.
1412 (basic_lookup_transparent_type_quick): New function.
1413 (basic_lookup_transparent_type): Use it.
1414 (find_main_psymtab): Remove.
1415 (find_main_filename): New function.
1416 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
1417 (find_line_symtab): Use expand_symtabs_with_filename method.
1418 (output_partial_symbol_filename): New function.
1419 (sources_info): Use map_partial_symbol_filenames.
1420 (struct search_symbols_data): New type.
1421 (search_symbols_file_matches): New function.
1422 (search_symbols_name_matches): Likewise.
1423 (search_symbols): Use expand_symtabs_matching method.
1424 (struct add_name_data): Rename from add_macro_name_data.
1425 (add_macro_name): Update.
1426 (add_partial_symbol_name): New function.
1427 (default_make_symbol_completion_list): Use
1428 map_partial_symbol_names.
1429 (struct add_partial_symbol_name): New type.
1430 (maybe_add_partial_symtab_filename): New function.
1431 (make_source_files_completion_list): Use
1432 map_partial_symbol_filenames.
1433 (expand_line_sal): Use expand_symtabs_with_filename method.
1434 * symmisc.c: Include psymtab.h.
1435 (print_objfile_statistics): Use print_stats method.
1436 (dump_objfile): Use dump method.
1437 (dump_psymtab, maintenance_print_psymbols)
1438 (maintenance_info_psymtabs, maintenance_check_symtabs)
1439 (extend_psymbol_list): Remove.
1440 * symfile.h (struct quick_symbol_functions): New struct.
1441 (struct sym_fns) <qf>: New field.
1442 (sort_pst_symbols): Remove.
1443 (increment_reading_symtab): Declare.
1444 * symfile.c: Include psymtab.h.
1445 (compare_psymbols, sort_pst_symbols): Remove.
1446 (psymtab_to_symtab): Remove.
1447 (increment_reading_symtab): New function.
1448 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
1449 method.
1450 (set_initial_language): Use find_main_filename.
1451 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
1452 (free_named_symtabs): Remove unused code.
1453 (start_psymtab_common, add_psymbol_to_bcache)
1454 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
1455 Remove.
1456 * stack.c: Include psymtab.h, symfile.h.
1457 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
1458 * source.h (psymtab_to_fullname): Don't declare.
1459 * source.c: Include psymtab.h.
1460 (select_source_symtab): Use find_last_source_symtab method.
1461 (forget_cached_source_info): Use forget_cached_source_info
1462 method.
1463 (find_and_open_source): No longer static.
1464 (psymtab_to_fullname): Remove.
1465 * somread.c: Include psymtab.h.
1466 (som_sym_fns): Update.
1467 * psympriv.h: New file.
1468 * psymtab.h: New file.
1469 * psymtab.c: New file.
1470 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
1471 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
1472 * objfiles.c: Include psymtab.h.
1473 (objfile_relocate1): Use relocate method.
1474 (objfile_has_partial_symbols): Use has_symbols method.
1475 * mipsread.c: Include psymtab.h.
1476 (ecoff_sym_fns): Update.
1477 * mi/mi-cmd-file.c: Include psymtab.h.
1478 (print_partial_file_name): New function.
1479 (mi_cmd_file_list_exec_source_files): Use
1480 map_partial_symbol_filenames.
1481 * mdebugread.c: Include psympriv.h.
1482 * machoread.c: Include psympriv.h.
1483 (macho_sym_fns): Update.
1484 * m2-exp.y (yylex): Use lookup_symtab.
1485 * elfread.c: Include psympriv.h.
1486 (elf_sym_fns): Update.
1487 * dwarf2read.c: Include psympriv.h.
1488 * dbxread.c: Include psympriv.h.
1489 (aout_sym_fns): Update.
1490 * cp-support.c: Include psymtab.h.
1491 (read_in_psymtabs): Remove.
1492 (make_symbol_overload_list_qualified): Use
1493 expand_symtabs_for_function method.
1494 * coffread.c: Include psympriv.h.
1495 (coff_sym_fns): Update.
1496 * blockframe.c: Include psymtab.h.
1497 (find_pc_partial_function): Use find_pc_sect_symtab method.
1498 * ada-lang.h (ada_update_initial_language): Update.
1499 * ada-lang.c: Include psymtab.h.
1500 (ada_update_initial_language): Remove 'main_pst' argument.
1501 (ada_lookup_partial_symbol): Remove.
1502 (struct ada_psym_data): New type.
1503 (ada_add_psyms): New function.
1504 (ada_add_non_local_symbols): Use map_ada_symtabs method.
1505 (struct add_partial_datum): New type.
1506 (ada_add_partial_symbol_completions): New function.
1507 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
1508 (ada_exception_support_info_sniffer): Update.
1509 * Makefile.in (SFILES): Add psymtab.c.
1510 (COMMON_OBS): Add psymtab.o.
1511 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
1512
1513 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
1514
1515 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
1516
1517 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
1518
1519 PR C++/11236:
1520 * cp-namespace.c (cp_add_using): Deleted.
1521 (cp_add_using_directive): Use obstack allocations.
1522 Merged the function cp_add_using into this one.
1523 Added 'struct obstack *' argument.
1524 (cp_scan_for_anonymous_namespaces): Updated.
1525 * cp-support.h: Updated.
1526 * dwarf2read.c (read_import_statement): Updated.
1527 (read_namespace): Updated.
1528
1529 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
1530
1531 * windows-nat.c (cygwin_conv_path): Remove old macro.
1532
1533 2010-03-10 Pedro Alves <pedro@codesourcery.com>
1534
1535 * breakpoint.c (condition_command): Handle watchpoint conditions.
1536 (is_hardware_watchpoint): Add comment.
1537 (is_watchpoint): New.
1538 (update_watchpoint): Don't reparse the watchpoint's condition
1539 unless necessary.
1540 (WP_IGNORE): New.
1541 (watchpoint_check): Use it.
1542 (bpstat_check_watchpoint): Handle it.
1543 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
1544 conditions in a frame where it makes sense.
1545 (watch_command_1): Store the innermost block of the condition
1546 expression.
1547 (delete_breakpoint): Delete the watchpoint condition expression.
1548 * breakpoint.h (struct bp_location) <cond>: Update comment.
1549 (struct breakpoint): New field `cond_exp_valid_block'.
1550
1551 2010-03-09 Joel Brobecker <brobecker@adacore.com>
1552
1553 Adjust handling of Ada DIEs after dwarf2_physname patch.
1554 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
1555
1556 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
1557 Pierre Muller <muller@ics.u-strasbg.fr>
1558
1559 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
1560 from/to posix/win32.
1561 (windows_make_so): Use non-Cygwin 1.7 specific function.
1562 (windows_create_inferior): Make sure that cygallargs points to
1563 original args in non Cygwin 1.7. case.
1564
1565 2010-03-09 Michael Snyder <msnyder@vmware.com>
1566
1567 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
1568 after target_read_memory to get host byte order.
1569 (i386_process_record): Ditto.
1570
1571 2010-03-09 Keith Seitz <keiths@redhat.com>
1572
1573 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
1574 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
1575 print out const or volatile qualifiers, too.
1576 (c_type_print_args): Add parameters show_artificial and language.
1577 Skip artificial parameters when requested.
1578 Use the appropriate language printer.
1579 (c_type_print_varspec): Tell c_type_print_args to skip artificial
1580 parameters and pass language_c.
1581 * dwarf2read.c (die_list): New file global.
1582 (struct partial_die_info): Update comments for name field.
1583 (pdi_needs_namespace): Renamed to ...
1584 (die_needs_namespace): ... this. Rewrite.
1585 (dwarf2_linkage_name): Remove.
1586 (add_partial_symbol): Do not predicate the call to
1587 partial_die_full_name based on pdi_needs_namespace.
1588 Remove call to cp_check_possible_namespace_symbols and associated
1589 outdated comments.
1590 (guess_structure_name): Do not inspect child subprogram DIEs.
1591 (dwarf2_fullname): Update comments.
1592 Use die_needs_namespace to assist in computing the name.
1593 (read_func_scope): Use dwarf2_name to get the DIE's name.
1594 Use dwarf2_physname to get the "linkage name" of the DIE.
1595 (dwarf2_add_member_field): Use dwarf2_physname instead of
1596 dwarf2_linkage_name.
1597 (read_structure_type): For structs and classes, set TYPE_NAME, too.
1598 (determine_class): Remove.
1599 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
1600 except Ada.
1601 (new_symbol): Unconditionally call dwarf2_name.
1602 Compute the "linkage name" using dwarf2_physname.
1603 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
1604 When determining to scan for anonymous C++ namespaces, ignore
1605 the linkage name.
1606 (dwarf2_physname): New function.
1607 (dwarf2_full_name): Move content to new function and call
1608 that.
1609 (dwarf2_compute_name): "New" function.
1610 (_initialize_dwarf2_read): Initialize die_list.
1611 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
1612 physname.
1613 (gnu_v3_print_method_ptr): Use the physname for virtual methods
1614 without a demangled name.
1615 Print out type information for non-virtual methods.
1616 * linespec.c (decode_line_1): Force ANY string using "::" (or
1617 "." for java) to use decode_compound, and clean up any stray quoting.
1618 If we found a file symtab, re-evaluate whether the remainder is_quoted.
1619 (decode_compound): Stop consuming at an open parenthesis.
1620 Keep template parameters.
1621 Keep any overload information.
1622 Keep keywords like "const".
1623 Remove paren_pointer.
1624 Move is_quoted check from set_flags to here.
1625 Remove #if 0 code from 2000. Ten years is long enough.
1626 (find_method): Before comparing symbol names, canonicalize the string
1627 from the user.
1628 If a specific overload is requested, find it. Otherwise throw an error.
1629 (find_method_overload_end): New function.
1630 (set_flags): Remove.
1631 (decode_compound): Assume that parentheses are matched.
1632 It's a lot easier.
1633 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
1634 to cplus_demangle.
1635 * linespec.c (decode_line_1): Keep important keywords like
1636 "const" and "volatile".
1637 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
1638 * typeprint.h (c_type_print_args): Add declaration.
1639 * ui-file.c (do_ui_file_obsavestring): New function.
1640 (ui_file_obsavestring): New function.
1641 * ui-file.h (ui_file_obsavestring): Add declaration.
1642 * valops.c (find_overload_match): Resolve the object to
1643 a non-pointer type.
1644 If the object is a data member, search the object for the member
1645 and return with staticp set.
1646 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
1647 Do not attempt to extract a function name from non-function types.
1648 If the extracted function name and the original name are the same,
1649 we don't have a C++ method.
1650
1651 From Jan Kratochvil <jan.kratochvil@redhat.com>:
1652 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
1653
1654 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
1655 and arguments from symbol lookups.
1656 * ax-gdb.c (gen_expr): Likewise.
1657 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
1658 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
1659 lookup_possible_namespace_symbol): Likewise.
1660 * cp-support.c (read_in_psymtabs): Likewise.
1661 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
1662 * language.h (la_lookup_symbol_nonlocal): Likewise.
1663 * scm-valprint.c (scm_inferior_print): Likewise.
1664 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
1665 * solib-svr.c (elf_lookup_lib): Likewise.
1666 * solib.c (show_auto_solib_add): Likewise.
1667 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
1668 * symmisc.c (maintenance_check_symtabs): Likewise.
1669 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
1670 lookup_symbol_aux_local, lookup_symbol_aux_block,
1671 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
1672 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
1673 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
1674 basic_lookup_transparent_type, find_main_psymtab,
1675 lookup_block_symbol): Likewise.
1676 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
1677 lookup_symbol_global, lookup_symbol_aux_block,
1678 lookup_symbol_partial_symbol, lookup_block_symbol,
1679 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
1680
1681 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
1682
1683 * python/python-internal.h: Include symtab.h.
1684
1685 2010-03-09 Joel Brobecker <brobecker@adacore.com>
1686 Pierre Muller <muller@ics.u-strasbg.fr>
1687
1688 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
1689 * p-valprint.c (pascal_val_print): Remove undeed block and fix
1690 indentation.
1691
1692 2010-03-08 Tom Tromey <tromey@redhat.com>
1693
1694 * breakpoint.c (breakpoint_1): Add "QUIT".
1695
1696 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
1697 Pedro Alves <pedro@codesourcery.com>
1698
1699 * solib.c (solib_find): Replace extension if
1700 solib_symbols_extension is set in the target gdbarch.
1701 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
1702 solib_symbols_extension to "sym".
1703 * gdbarch.sh (solib_symbols_extension): New variable.
1704 (pstring): New function.
1705 * gdbarch.h, gdbarch.c: Regenerate.
1706
1707 2010-03-08 Tom Tromey <tromey@redhat.com>
1708
1709 PR cli/9591:
1710 * NEWS: Update.
1711 * utils.c: Include main.h.
1712 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
1713 (defaulted_query): Use default answer if `batch_flag'.
1714 * main.h (batch_flag): Declare.
1715 * main.c (batch_flag): New global.
1716 (captured_main): Remove 'batch'. Update.
1717
1718 2010-03-08 Kevin Buettner <kevinb@redhat.com>
1719
1720 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
1721 and Kevin Buettner:
1722
1723 * remote-mips.c (rockhopper_ops): New target_ops struct.
1724 (MON_ROCKHOPPER): New mips_monitor_type.
1725 (read_hex_value): New function.
1726 (mips_request): Send 8-byte values with a 'T' packet. Read the
1727 packet argument as a string and use read_hex_value to parse it.
1728 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
1729 (rockhopper_open): New function.
1730 (mips_wait): Read the PC, FP and SP fields as strings. Use
1731 read_hex_value to parse them and mips_set_register to commit them.
1732 (mips_set_register): New function.
1733 (mips_fetch_registers): Do not cast register value to "unsigned"
1734 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
1735 (mips_store_registers): Use a 'T' packet to set registers when
1736 using MON_ROCKHOPPER.
1737 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
1738 and expect the total to be printed before the entry address.
1739 (_initialize_remote_mips): Initialize and add rockhopper_ops.
1740
1741 2010-03-08 Kevin Buettner <kevinb@redhat.com>
1742
1743 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
1744 Change return value to int. Store value fetched in location
1745 addressed by `val'. Use function's return value as success
1746 or failure indicator. Adjust all callers.
1747
1748 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
1749
1750 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
1751
1752 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1753 Hui Zhu <teawater@gmail.com>
1754
1755 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
1756 tmp_to_stopped_data_address.
1757 (record_open): Reset tmp_to_stopped_by_watchpoint and
1758 tmp_to_stopped_data_address.
1759 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
1760 to_stopped_data_address.
1761
1762 2010-03-08 Hui Zhu <teawater@gmail.com>
1763
1764 * i386-tdep.c (i386_process_record): Initialize regnum.
1765
1766 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1767
1768 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
1769 Do not warn on ".gnu.liblist" and ".gnu.conflict".
1770
1771 2010-03-08 Joel Brobecker <brobecker@adacore.com>
1772
1773 Memory error when reading wrong core file.
1774 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
1775 errors while reading the inferior memory, and return zero if
1776 an exception was raised.
1777
1778 2010-03-07 Michael Snyder <msnyder@vmware.com>
1779
1780 * record.c (record_restore): Rename tmpu8 to rectype.
1781
1782 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
1783 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
1784
1785 (i386_record_push): Rename local tmpulongest to addr.
1786
1787 (i386_process_record): Rename local tmpulongest to addr.
1788
1789 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
1790 addr64.
1791
1792 Rename local variable tmpu8 to opcode8 and regnum.
1793
1794 2010-03-07 Joel Brobecker <brobecker@adacore.com>
1795
1796 * remote.c (remote_get_ada_task_ptid): New function.
1797 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
1798
1799 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
1800
1801 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
1802 block. Define helper macros to reduce ifdefs in code.
1803 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
1804 size. Call unadorned GetModuleFileNameEx rather than
1805 GetModuleFileNameEx*.
1806 (windows_make_so): Use __PMAX to denote maximum buffer size and
1807 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
1808 appropriate.
1809 (get_image_name): Use __PMAX to denote maximum buffer size.
1810 (handle_load_dll): Likewise.
1811 (windows_pid_to_exec_file): Likewise.
1812 (windows_create_inferior): Add many accommodations for older Cygwin and
1813 non-Cygwin.
1814 (bad_GetModuleFileNameExW): Control inclusion of this function based on
1815 __USEWIDE conditional.
1816 (bad_GetModuleFileNameExA): Likewise.
1817 (_initialize_loadable): Just use real function names without the dyn_
1818 part since they are defined earlier.
1819
1820 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
1821 Tom Tromey <tromey@redhat.com>
1822
1823 * utils.c (host_char_to_target): Add 'gdbarch' argument.
1824 (parse_escape): Likewise.
1825 * python/py-utils.c (unicode_to_target_string): Update.
1826 (unicode_to_target_python_string): Update.
1827 (target_string_to_unicode): Update.
1828 * printcmd.c (printf_command): Update.
1829 * p-exp.y (yylex): Update.
1830 * objc-exp.y (yylex): Update.
1831 * mi/mi-parse.c: Include charset.h.
1832 (mi_parse_escape): New function.
1833 (mi_parse_argv): Use it.
1834 * jv-exp.y (yylex): Update.
1835 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
1836 function.
1837 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
1838 * gdbarch.sh (auto_charset, auto_wide_charset): New.
1839 * gdbarch.c: Rebuild.
1840 * gdbarch.h: Rebuild.
1841 * defs.h (parse_escape): Update.
1842 * cli/cli-setshow.c: Include arch-utils.h.
1843 (do_setshow_command): Update.
1844 * cli/cli-cmds.c (echo_command): Update.
1845 * charset.h (target_charset, target_wide_charset): Update.
1846 * charset.c: Include arch-utils.h.
1847 (target_charset_name): Default to "auto".
1848 (target_wide_charset_name): Likewise.
1849 (show_target_charset_name): Handle "auto".
1850 (show_target_wide_charset_name): Likewise.
1851 (be_le_arch): New global.
1852 (set_be_le_names): Add 'gdbarch' argument.
1853 (validate): Likewise. Don't call set_be_le_names.
1854 (set_charset_sfunc, set_host_charset_sfunc)
1855 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
1856 Update.
1857 (target_charset): Add 'gdbarch' argument.
1858 (target_wide_charset): Likewise. Remove 'byte_order' argument.
1859 (auto_target_charset_name): New global.
1860 (default_auto_charset, default_auto_wide_charset): New functions.
1861 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
1862 for target charsets. Copy result of nl_langinfo. Use GetACP if
1863 USE_WIN32API.
1864 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
1865 remove 'byte_order' argument. Update.
1866 (classify_type): Likewise.
1867 (c_emit_char): Update.
1868 (c_printchar): Update.
1869 (c_printstr): Update.
1870 (c_get_string): Update.
1871 (evaluate_subexp_c): Update.
1872 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
1873 Declare.
1874 * python/python.c (gdbpy_target_charset): New function.
1875 (gdbpy_target_wide_charset): Likewise.
1876 (GdbMethods): Update.
1877 * NEWS: Update.
1878
1879 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
1880
1881 * symfile.c (build_section_addr_info_from_objfile): Do not mask
1882 off high address bits.
1883
1884 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
1885
1886 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
1887 address as UnsignedLongLong, not LongLong.
1888
1889 2010-03-05 Kevin Buettner <kevinb@redhat.com>
1890 Pedro Alves <pedro@codesourcery.com>
1891
1892 * remote-mips.c (gdbthread.h): Include.
1893 (remote_mips_ptid): Declare.
1894 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
1895 (common_open): Set inferior_ptid, add it as an inferior, and
1896 as a thread too. Delete FIXME comment regarding start_remote().
1897 (mips_close): Invoke generic_mourn_inferior().
1898 (mips_kill): Make sure that target_mourn_inferior is invoked.
1899 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
1900 it's now invoked from mips_close().
1901 (mips_load): Don't null out inferior_ptid. Don't call
1902 clear_symtab_users().
1903 (mips_thread_alive, mips_pid_to_str): New functions.
1904 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
1905 to_thread_alive and to_pid_to_str operations.
1906
1907 2010-03-04 Tom Tromey <tromey@redhat.com>
1908
1909 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
1910 in DWARF 3 and later.
1911 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
1912
1913 2010-03-04 Keith Seitz <keiths@redhat.com>
1914
1915 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
1916 If the filename portion of the linespec was quoted, recheck the
1917 remainder for additional quoting.
1918 (locate_first_half): Skip over completer chars, too.
1919
1920 2010-03-04 Tom Tromey <tromey@redhat.com>
1921
1922 * printcmd.c (printf_command): Pass dummy argument to
1923 printf_filtered.
1924
1925 2010-03-04 Doug Evans <dje@google.com>
1926
1927 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
1928 unwound_fp.
1929
1930 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
1931
1932 2010-03-04 Pedro Alves <pedro@codesourcery.com>
1933
1934 * breakpoint.c (update_watchpoint): Create a sentinel location if
1935 the software watchpoint isn't watching any memory.
1936 (breakpoint_address_bits): Skip dummy software watchpoint locations.
1937
1938 2010-03-04 Pedro Alves <pedro@codesourcery.com>
1939
1940 * utils.c (fputs_maybe_filtered): Check if there's already a top
1941 level interpreter before dereferencing it. If there isn't one,
1942 don't paginate either.
1943
1944 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1945
1946 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
1947 the state right when single stepping.
1948 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
1949 Get the next PC along with the instruction state.
1950 (thumb_get_next_pc): Remove.
1951 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
1952
1953 2010-03-04 Hui Zhu <teawater@gmail.com>
1954
1955 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
1956
1957 2010-03-03 Pedro Alves <pedro@codesourcery.com>
1958
1959 * utils.c (fputs_maybe_filtered): Always disable pagination if the
1960 top level interpreter is MI.
1961
1962 2010-03-03 Stan Shebs <stan@codesourcery.com>
1963
1964 * remote.c (remote_download_tracepoint): Iterate over locations.
1965 * tracepoint.c (validate_actionline): Ditto.
1966 (encode_actions): Add location argument.
1967 (trace_dump_command): Check all locations to see if stepping
1968 frame.
1969
1970 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
1971 Eli Zaretskii <eliz@gnu.org>
1972
1973 * NEWS: Add X86 general purpose registers section.
1974
1975 2010-03-03 Tom Tromey <tromey@redhat.com>
1976
1977 PR mi/11098:
1978 * varobj.c (install_new_value): Handle case where new print_value
1979 is NULL.
1980
1981 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
1982
1983 PR gdb/11345:
1984 * printcmd.c (printf_command): Print end of format string using
1985 printf_filtered.
1986
1987 2010-03-02 Tom Tromey <tromey@redhat.com>
1988
1989 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
1990 * defs.h (read_command_lines_1): Add missing 'void'.
1991 * cli/cli-script.c (recurse_read_control_structure): Add missing
1992 'void'.
1993 (read_next_line): Likewise.
1994 (read_command_lines_1): Likewise.
1995
1996 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
1997
1998 * spu-tdep.c (spu_analyze_prologue): Track instruction to
1999 store backchain as part of prologue.
2000
2001 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
2002
2003 * progspace.c (update_address_spaces): Update inferior address spaces
2004 also.
2005
2006 2010-03-02 Doug Evans <dje@google.com>
2007
2008 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
2009 lowpc,highpc args to addrmap_set_empty.
2010
2011 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
2012
2013 * amd64-tdep.c (amd64_byte_names): New.
2014 (amd64_word_names): Likewise.
2015 (amd64_dword_names): Likewise.
2016 (amd64_pseudo_register_name): Likewise.
2017 (amd64_pseudo_register_read): Likewise.
2018 (amd64_pseudo_register_write): Likewise.
2019 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
2020 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
2021 set_gdbarch_pseudo_register_write and
2022 set_tdesc_pseudo_register_name. Don't call
2023 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
2024
2025 * i386-tdep.c (i386_num_mmx_regs): Removed.
2026 (i386_num_pseudo_regs): Likewise.
2027 (i386_byte_names): New.
2028 (i386_word_names): Likewise.
2029 (i386_byte_regnum_p): Likewise.
2030 (i386_word_regnum_p): Likewise.
2031 (i386_mmx_regnum_p): Updated.
2032 (i386_pseudo_register_name): Make it global. Handle byte and
2033 word pseudo-registers.
2034 (i386_pseudo_register_read): Likewise.
2035 (i386_pseudo_register_write): Likewise.
2036 (i386_pseudo_register_type): Handle byte, word and dword
2037 pseudo-registers
2038 (i386_register_reggroup_p): Don't include pseudo
2039 registers, except for MXX, in any register groups. Don't
2040 include pseudo byte, word, dword registers in general_reggroup.
2041 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
2042 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
2043 pseudo-registers after word pseudo-registers. Call
2044 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
2045
2046 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
2047 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
2048 eax_regnum.
2049 (i386_byte_regnum_p): New.
2050 (i386_word_regnum_p): Likewise.
2051 (i386_dword_regnum_p): Likewise.
2052 (i386_pseudo_register_name): Likewise.
2053 (i386_pseudo_register_read): Likewise.
2054 (i386_pseudo_register_write): Likewise.
2055
2056 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
2057
2058 * target-descriptions.c (tdesc_type): Remove
2059 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
2060 (tdesc_predefined_types): Likewise.
2061 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
2062 if flag name is empty.
2063 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
2064
2065 * features/i386/32bit-core.xml: Define i386_eflags.
2066 * features/i386/64bit-core.xml: Likewise.
2067
2068 * features/i386/32bit-sse.xml: Define i386_mxcsr.
2069 * features/i386/64bit-sse.xml: Likewise.
2070
2071 * features/i386/amd64-linux.c: Regenerated.
2072 * features/i386/amd64.c: Likewise.
2073 * features/i386/i386-linux.c: Likewise.
2074 * features/i386/i386.c: Likewise.
2075
2076 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2077
2078 * gdbtypes.c (append_composite_type_field_raw): New.
2079 (append_composite_type_field_aligned): Use the new function.
2080 * gdbtypes.h (append_composite_type_field_raw): Declare.
2081 * target-descriptions.c (struct tdesc_type_field): Add start and end.
2082 (struct tdesc_type_flag): New type.
2083 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
2084 kind. Add size to u.u. Add u.f for flags.
2085 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
2086 (tdesc_free_type): Likewise.
2087 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
2088 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
2089 (tdesc_add_bitfield, tdesc_add_flag): New.
2090 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
2091 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
2092 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
2093 current_type. Add current_type_size and current_type_is_flags.
2094 (tdesc_start_union): Clear the new fields.
2095 (tdesc_start_struct, tdesc_start_flags): New.
2096 (tdesc_start_field): Handle struct fields, including bitfields.
2097 (field_attributes): Make type optional. Add start and end.
2098 (union_children): Rename to struct_union_children.
2099 (union_attributes): Rename to struct_union_attributes. Add optional
2100 size.
2101 (flags_attributes): New.
2102 (feature_children): Add struct and flags.
2103 * features/gdb-target.dtd: Add flags and struct to features.
2104 Make field type optional. Add field start and end.
2105
2106 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
2107
2108 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
2109 (amd64_linux_read_description): Likewise.
2110 (_initialize_amd64_linux_nat): Set to_read_description to
2111 amd64_linux_read_description.
2112
2113 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
2114 (amd64_linux_register_name): Removed.
2115 (amd64_linux_register_type): Likewise.
2116 (amd64_linux_core_read_description): New.
2117 (amd64_linux_init_abi): Set target description to
2118 tdesc_amd64_linux if needed. Support orig_rax in target
2119 description. Don't call set_gdbarch_register_name nor
2120 set_gdbarch_register_type. Call
2121 set_gdbarch_core_read_description.
2122 (_initialize_amd64_linux_tdep): Call
2123 initialize_tdesc_amd64_linux.
2124
2125 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
2126
2127 * amd64-tdep.c: Include "features/i386/amd64.c".
2128 (amd64_register_names): Removed.
2129 (amd64_register_name): Likewise.
2130 (amd64_register_type): Likewise.
2131 (amd64_init_abi): Set num_core_regs and register_names. Set
2132 target description to tdesc_amd64 if needed. Don't call
2133 set_gdbarch_register_name nor set_gdbarch_register_type.
2134 (_initialize_amd64_tdep): New.
2135
2136 * i386-linux-nat.c (i386_linux_read_description): New.
2137 (_initialize_i386_linux_nat): Set to_read_description to
2138 i386_linux_read_description.
2139
2140 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
2141 (i386_linux_register_name): Removed.
2142 (i386_linux_core_read_description): New.
2143 (i386_linux_read_description): Likewise.
2144 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
2145 Set target description to tdesc_i386_linux if needed. Support
2146 orig_eax. Set register_reggroup_p. Call
2147 set_gdbarch_core_read_description.
2148 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
2149
2150 * i386-linux-tdep.h (tdesc_i386_linux): New.
2151
2152 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
2153 with I387_NUM_REGS.
2154
2155 * i386-tdep.c: Include "features/i386/i386.c".
2156 (i386_register_names): Make it const.
2157 (i386_mmx_names): Likewise.
2158 (i386_num_register_names): Removed.
2159 (i386_register_name): Likewise.
2160 (i386_eflags_type): Likewise.
2161 (i386_mxcsr_type): Likewise.
2162 (i386_sse_type): Likewise.
2163 (i386_register_type): Likewise.
2164 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
2165 (i386_pseudo_register_name): New.
2166 (i386_pseudo_register_type): Likewise.
2167 (i386_mmx_type): Make it static.
2168 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
2169 I387_NUM_REGS. Set num_core_regs and register_names. Don't
2170 call set_gdbarch_register_name nor set_gdbarch_register_type.
2171 Set register_reggroup_p. Set target description to tdesc_i386
2172 if needed. Call set_tdesc_pseudo_register_type,
2173 set_tdesc_pseudo_register_name and tdesc_use_registers.
2174 (_initialize_i386_tdep): Call initialize_tdesc_i386.
2175 initialize_tdesc_x86_64.
2176
2177 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
2178 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
2179 register_names, tdesc and register_reggroup_p.
2180 (I386_NUM_FREGS): Removed.
2181 (i386_eflags_type): Likewise.
2182 (i386_mxcsr_type): Likewise.
2183 (i386_mmx_type): Likewise.
2184 (i386_sse_type): Likewise.
2185 (i386_register_name): Likewise.
2186 (i386_regnum): Add I386_MXCSR_REGNUM.
2187 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
2188
2189 * i387-tdep.h (I387_NUM_REGS): New.
2190
2191 * regformats/i386/i386-linux.dat: Generated.
2192 * regformats/i386/i386.dat: Likewise.
2193 * regformats/i386/amd64-linux.dat: Likewise.
2194 * regformats/i386/amd64.dat: Likewise.
2195
2196 * regformats/reg-i386-linux.dat: Removed.
2197 * regformats/reg-i386.dat: Likewise.
2198 * regformats/reg-x86-64-linux.dat: Likewise.
2199 * regformats/reg-x86-64.dat: Likewise.
2200
2201 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
2202
2203 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
2204 cygwin_conv_path API rather than the deprecated
2205 cygwin_conv_to_full_posix_path.
2206 * windows-nat.c:
2207 (GetModuleFileNameExA): Undefine for Cygwin.
2208 (GetModuleFileNameExW): Define for Cygwin.
2209 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
2210 Call GetModuleFileNameExW and convert path to POSIX using
2211 cygwin_conv_path.
2212 (windows_make_so): Always define p. Drop unused variable m.
2213 Don't use Win32 functions to check file existance, rather use
2214 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
2215 Use canonicalize_file_name to get full path.
2216 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
2217 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
2218 use correct target buffer size in call to WideCharToMultiByte.
2219 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
2220 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
2221 (windows_create_inferior): Convert all paths and arguments to wchar_t
2222 and use CreateProcessW on Cygwin.
2223 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
2224 (bad_GetModuleFileNameExA): Undefine for Cygwin.
2225 (bad_GetModuleFileNameExW): Define for Cygwin.
2226 (_initialize_loadable): Load GetModuleFileNameExW into
2227 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
2228
2229 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2230
2231 PR python/11036
2232 * python/py-frame.c (frapy_read_var): Add block argument and logic
2233 to cope with user provided blocks.
2234
2235 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2236
2237 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
2238 New comment.
2239
2240 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
2241
2242 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
2243 (COMMON_OBS): ... to here since it's used unconditionally.
2244 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
2245 (SFILES): To here.
2246
2247 2010-02-26 David Daney <ddaney@caviumnetworks.com>
2248
2249 * mips-linux-tdep.c: Update struct sigframe comments.
2250 (SIGFRAME_CODE_OFFSET): Delete macro.
2251 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
2252 this_frame's sp.
2253 (mips_linux_n32n64_sigframe_init): Same.
2254
2255 2010-02-26 Kevin Buettner <kevinb@redhat.com>
2256
2257 * remote-mips.c (mips_load): Don't use pseudo-register when
2258 invalidating regcache.
2259
2260 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
2261
2262 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
2263
2264 2010-02-26 Pedro Alves <pedro@codesourcery.com>
2265
2266 * NEWS: Add "New targets" section, and mention ARM Symbian
2267 support.
2268
2269 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
2270
2271 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
2272 add ADDR_SIZE member.
2273 (allocate_piece_closure): Update.
2274 (copy_pieced_value_closure): Likewise.
2275 (dwarf2_evaluate_loc_desc): Likewise.
2276 (read_pieced_value): Use DWARF address size instead of
2277 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
2278
2279 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
2280 Tom Tromey <tromey@redhat.com>
2281
2282 * python/py-type.c (typy_lookup_typename): Add in block argument.
2283 If provided restrict lookup to specified blocks.
2284 (gdbpy_lookup_type): Likewise.
2285 (typy_lookup_type): Likewise.
2286
2287 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
2288
2289 Symbian config
2290
2291 gdb/
2292 * arm-symbian-tdep.c: New.
2293 * configure.tgt (arm*-*-symbianelf*): New target.
2294 (*-*-symbianelf*): New OS.
2295 * osabi.c (gdb_osabi_names): Add Symbian.
2296 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
2297 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
2298 (ALLDEPFILES): Add arm-symbian-tdep.c.
2299
2300 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
2301
2302 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
2303
2304 2010-02-24 Pedro Alves <pedro@codesourcery.com>
2305
2306 * mi/mi-main.c (mi_cmd_execute): Fix typo.
2307
2308 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2309 Tom Tromey <tromey@redhat.com>
2310 Thiago Jung Bauermann <bauerman@br.ibm.com>
2311
2312 * python/python.c (_initialize_python): Call
2313 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
2314 gdbpy_initialize_blocks.
2315 * python/python-internal.h: Declare struct symbol, block and
2316 symtab_and_line. Declare block_object_type and
2317 symbol_object_type
2318 (gdbpy_lookup_symbol gdbpy_block_for_pc)
2319 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
2320 (symbol_to_symbol_object, block_to_block_object)
2321 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
2322 (gdbpy_initialize_blocks ): Declare.
2323 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
2324 (frapy_select): Add methods.
2325 (frapy_read_var): Add symbol branch.
2326 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
2327 py-block.
2328 (SUBDIR_PYTHON_SRCS): Likewise.
2329 (py-symbol.o): New rule.
2330 (py-symtab.o): Likewise.
2331 (py-block.o): Likewise.
2332 * python/py-symbol.c: New file.
2333 * python/py-symtab.c: Likewise.
2334 * python/py-block.c: Likewise.
2335
2336 2010-02-24 Pedro Alves <pedro@codesourcery.com>
2337
2338 PR gdb/11321
2339
2340 * inferior.h (prepare_for_detach): Declare.
2341 (struct inferior) <detaching>: New field.
2342 * infrun.c (prepare_for_detach): New.
2343 (handle_inferior_event) <random signal>: Don't stop if detaching.
2344 * target.c (target_detach): Call prepare_for_detach.
2345
2346 2010-02-24 Pedro Alves <pedro@codesourcery.com>
2347
2348 Per-process displaced stepping queue.
2349
2350 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
2351 (displaced_step_gdbarch, displaced_step_closure,
2352 (displaced_step_original, displaced_step_copy): Move globals to
2353 this...
2354 (struct displaced_step_inferior_state): ... new structure.
2355 (displaced_step_inferior_states): New global.
2356 (get_displaced_stepping_state, add_displaced_stepping_state)
2357 (remove_displaced_stepping_state, infrun_inferior_exit): New
2358 functions.
2359 (displaced_step_clear): Add displaced_step_inferior_state
2360 parameter, and adjust to handle it.
2361 (displaced_step_clear_cleanup): Parameter is now a
2362 displaced_step_inferior_state. Adjust.
2363 (displaced_step_prepare): Adjust.
2364 (displaced_step_fixup, displaced_step_fixup)
2365 (infrun_thread_ptid_changed, resume): Adjust.
2366 (init_wait_for_inferior): Don't call displaced_step_clear.
2367 (infrun_thread_stop_requested): Rewrite.
2368 (_initialize_infrun): Install infrun_inferior_exit as
2369 inferior_exit observer.
2370
2371 2010-02-24 Pedro Alves <pedro@codesourcery.com>
2372
2373 * inferior.h (ptid_match): Declare.
2374 * infrun.c (ptid_match): New.
2375 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
2376 (handle_notification): Add debug output.
2377 * linux-nat.c (ptid_match): Delete.
2378
2379 2010-02-24 David S. Miller <davem@davemloft.net>
2380
2381 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
2382 * syscalls/sparc-linux.xml: New.
2383 * syscalls/sparc64-linux.xml: New.
2384 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
2385 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
2386 (sparc32_linux_get_syscall_number): New function.
2387 (sparc32_linux_init_abi): Set syscall XML file name and hook up
2388 syscall number fetcher.
2389 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
2390 (sparc64_linux_get_syscall_number): New function.
2391 (sparc64_linux_init_abi): Set syscall XML file name and hook up
2392 syscall number fetcher.
2393
2394 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2395
2396 Multiexec MI
2397
2398 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
2399 * inferior.c (add_inferior_silent): Notify inferior_added
2400 observer.
2401 (delete_inferior_1): Notify inferior_removed observer.
2402 (exit_inferior_1): Pass inferior, not pid, to observer.
2403 (inferior_appeared): Likewise.
2404 (add_inferior_with_spaces): New.
2405 (add_inferior_command): Use the above.
2406 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
2407 Declare.
2408
2409 * inflow.c (inflow_inferior_exit): Likewise.
2410 * jit.c (jit_inferior_exit_hook): Likewise.
2411
2412 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
2413 remove-inferior.
2414 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
2415 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
2416 (report_initial_inferior): New.
2417 (mi_inferior_removed): Register the above. Make sure
2418 inferior_added observer is called on the first inferior.
2419 (mi_new_thread, mi_thread_exit): Thread group is now identified by
2420 inferior number, not pid.
2421 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
2422 affected.
2423 * mi/mi-main.c (current_context): New.
2424 (proceed_thread_callback): Use typed closure.
2425 Proceed everything if pid is 0. Most implementation split into
2426 (proceed_thread): ... this.
2427 (run_one_inferior): New.
2428 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
2429 Adjust for multiexec behaviour.
2430 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
2431 (mi_cmd_execute): Handle the 'thread-group' option here.
2432 Do some extra checks.
2433 * mi-parse.c (mi_parse): Handle the --all and --thread-group
2434 options.
2435 * mi-parse.h (struct mi_parse): New fields all and thread_group.
2436
2437 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
2438
2439 Make -exec-run a proper MI commands.
2440
2441 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
2442 * mi/mi-cmds.c (mi_cmds): Adjust.
2443 * mi/mi-main.c (mi_cmd_exec_run): New.
2444
2445 2010-02-24 Pedro Alves <pedro@codesourcery.com>
2446 Stan Shebs <stan@codesourcery.com>
2447
2448 * tracepoint.h (set_traceframe_number)
2449 (cleanup_restore_current_traceframe): Declare.
2450 * tracepoint.c (set_traceframe_number): New.
2451 (struct current_traceframe_cleanup): New.
2452 (do_restore_current_traceframe_cleanup)
2453 (restore_current_traceframe_cleanup_dtor)
2454 (make_cleanup_restore_current_traceframe): New.
2455 * infrun.c: Include tracepoint.h.
2456 (fetch_inferior_event): Switch out and in of tfind mode.
2457
2458 2010-02-24 Pedro Alves <pedro@codesourcery.com>
2459
2460 * breakpoint.c (breakpoint_init_inferior): Also delete
2461 bp_shlib_event breakpoints.
2462 * solib-frv.c (enable_break): Remove call to
2463 remove_solib_event_breakpoints.
2464 * solib-svr4.c (enable_break): Ditto.
2465 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
2466 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
2467 * solib-som.c (som_solib_create_inferior_hook): Ditto.
2468 * solib-spu.c (spu_enable_break): Ditto.
2469
2470 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
2471
2472 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
2473
2474 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
2475
2476 * varobj.c (varobj_update): Avoid non-constants in initializers.
2477
2478 2010-02-23 Tom Tromey <tromey@redhat.com>
2479
2480 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
2481 handle big-endian values.
2482 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
2483
2484 2010-02-22 Pedro Alves <pedro@codesourcery.com>
2485
2486 PR9605
2487
2488 gdb/
2489 * breakpoint.c (insert_bp_location): If inserting the read
2490 watchpoint failed, fallback to an access watchpoint.
2491 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
2492 if the value changed, if not watching the same memory for writes.
2493 (watchpoint_locations_match): Add comment.
2494 (update_global_location_list): Copy the location's watchpoint type.
2495 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
2496 handle read watchpoints here.
2497 (i386_insert_watchpoint): Read watchpoints aren't supported.
2498 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
2499 packets.
2500 * target.h (target_insert_watchpoint): Update description.
2501
2502 2010-02-19 Tom Tromey <tromey@redhat.com>
2503
2504 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
2505 * m2-typeprint.c (m2_print_type): Update.
2506 * gdbtypes.c (recursive_dump_type): Update.
2507 (copy_type_recursive): Update.
2508 * c-typeprint.c (c_type_print_varspec_prefix): Update.
2509 (c_type_print_base): Update.
2510 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
2511 Remove.
2512 (struct cplus_struct_type) <ntemplate_args>: Remove.
2513 <struct template_arg>: Remove.
2514 <is_dynamic>: Move earlier.
2515 (TYPE_TEMPLATE_ARGS): Remove.
2516 (TYPE_NTEMPLATE_ARGS): Remove.
2517 (TYPE_TEMPLATE_ARG): Remove.
2518
2519 2010-02-19 Tom Tromey <tromey@redhat.com>
2520
2521 PR c++/8693, PR c++/9496:
2522 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
2523 * c-exp.y (lex_one_token): Rename from yylex. Don't call
2524 write_dollar_variable. Don't try to classify NAME tokens.
2525 (token_and_value): New type.
2526 (token_fifo, popping, name_obstack): New globals.
2527 (classify_name): New function.
2528 (classify_inner_name): Likewise.
2529 (yylex): Likewise.
2530 (VARIABLE): Now has type sval.
2531 (exp : VARIABLE): Call write_dollar_variable.
2532 (qualified_name): Use TYPENAME, not typebase. Add production for
2533 multiple "::" instances.
2534 (variable): Use name_not_typename.
2535 (qualified_type): Remove.
2536 (typebase): Update.
2537
2538 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2539
2540 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
2541 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
2542 found by bfd_get_section_by_name.
2543 * symfile.h (struct section_addr_info) <sectindex>: New comment.
2544
2545 2010-02-19 Joel Brobecker <brobecker@adacore.com>
2546
2547 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
2548 7.0 section" into "Changes in 7.1".
2549
2550 2010-02-19 Joel Brobecker <brobecker@adacore.com>
2551
2552 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
2553 * version.in: Bump version to 7.1.50.20100219-cvs.
2554
2555 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
2556
2557 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
2558 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
2559
2560 2010-02-17 Tom Tromey <tromey@redhat.com>
2561
2562 * NEWS: Add Python API Improvements section.
2563
2564 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
2565
2566 * NEWS: Correct typo.
2567
2568 2010-02-17 Tom Tromey <tromey@redhat.com>
2569
2570 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
2571
2572 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2573
2574 * symfile.c (build_section_addr_info_from_objfile): Include sections
2575 only if they are SEC_ALLOC or SEC_LOAD.
2576
2577 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
2578
2579 PR shlibs/11293
2580 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
2581 of ULONGEST for address size.
2582
2583 2010-02-17 Tom Tromey <tromey@redhat.com>
2584
2585 * NEWS: Add C++ improvements section.
2586
2587 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
2588
2589 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
2590 PyThreadState_Swap): Avoid "statement with no effect" warning.
2591
2592 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2593
2594 * solib-svr4.c (enable_break <target_auxv_search>): New variable
2595 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
2596
2597 2010-02-17 Tristan Gingold <gingold@adacore.com>
2598 Petr Hluzín <petr.hluzin@gmail.com>
2599
2600 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
2601 gdb_assert. Fix info->size for SIG prologue.
2602
2603 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2604
2605 * infcmd.c (show_inferior_tty_command): Check for NULL.
2606 Correct output message.
2607
2608 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2609
2610 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
2611 FUNCTION contains parentheses. Improve removal of a trailing
2612 single quote.
2613
2614 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2615
2616 * gcore.c (do_bfd_delete_cleanup): New function.
2617 (gcore_command): Use it. Discard the cleanup after success.
2618 (gcore_copy_callback): Delete dead code.
2619
2620 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2621
2622 * symfile.c (addr_info_make_relative): Always use
2623 find_lowest_section.
2624
2625 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
2626
2627 * NEWS: Added entry for namespace fixes.
2628
2629 2010-02-15 Tom Tromey <tromey@redhat.com>
2630
2631 * dwarf2read.c (guess_structure_name): Allocate name on the
2632 objfile obstack.
2633
2634 2010-02-15 Tom Tromey <tromey@redhat.com>
2635
2636 * c-typeprint.c (c_type_print_base): Reverse order of test.
2637
2638 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2639
2640 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
2641 initialize it from ELF BFD. Extend the prelink condition by it.
2642
2643 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2644
2645 * defs.h (parse_pid_to_attach): New.
2646 * utils.c (parse_pid_to_attach): New.
2647 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
2648 * gnu-nat.c (gnu_attach): Likewise.
2649 * nto-procfs.c (procfs_attach): Likewise.
2650 * procfs.c (procfs_attach): Likewise.
2651 * windows-nat.c (windows_attach): Likewise.
2652 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
2653 * inf-ttrace.c (inf_ttrace_attach): Likewise.
2654 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
2655 check.
2656
2657 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
2658
2659 * MAINTAINERS: Add myself for write after approval privileges.
2660
2661 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2662
2663 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
2664 block.
2665
2666 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2667
2668 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
2669 only if INFO_VERBOSE.
2670
2671 2010-02-12 Tomas Holmberg <th@virtutech.com>
2672
2673 * mi/mi-main.c: Added the --reverse flag to the following MI
2674 commands: exec-continue, exec-finish, exec-next, exec-step,
2675 exec-next-instruction, exec-step-instruction. This is to
2676 support reverse execution over the MI interface to gdb.
2677
2678 2010-02-12 Pedro Alves <pedro@codesourcery.com>
2679
2680 * tracepoint.c (_initialize_tracepoint): Specify that the address
2681 range of `tfind outsize' is exclusive, and that the address range
2682 of `tfind range' is inclusive, in the commands' help strings.
2683
2684 2010-02-12 Joel Brobecker <brobecker@adacore.com>
2685
2686 Spurious "dll not found" error messages on x64-windows.
2687 * windows-nat.c: Add include of complaints.h.
2688 (handle_unload_dll): Change dll-not-found error into a complaint.
2689
2690 2010-02-12 Pedro Alves <pedro@codesourcery.com>
2691
2692 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
2693 bp_tracepoint and bp_fast_tracepoint, not
2694 bp_loc_software_breakpoint.
2695 (update_global_location_list): Tracepoints are never duplicates of
2696 anything.
2697
2698 2010-02-12 Pedro Alves <pedro@codesourcery.com>
2699
2700 * breakpoint.c (break_command_really): Change return type to int.
2701 Return false if no breakpoint was created, true otherwise.
2702 (trace_command): Don't set the tracepoint count if no tracepoint
2703 was created.
2704 (ftrace_command): Ditto.
2705 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
2706 created in the breakpoints table.
2707
2708 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2709 Ulrich Weigand <uweigand@de.ibm.com>
2710
2711 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
2712
2713 2010-02-11 Pedro Alves <pedro@codesourcery.com>
2714
2715 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
2716 the offset value isn't of integral type.
2717
2718 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2719
2720 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
2721 New.
2722
2723 2010-02-11 Pedro Alves <pedro@codesourcery.com>
2724
2725 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
2726 non-subscriptable types.
2727 * valarith.c (binop_types_user_defined_p): New, abstracted out
2728 from ...
2729 (binop_user_defined_p): ... this.
2730 * value.h (binop_types_user_defined_p): Declare.
2731
2732 2010-02-11 Pedro Alves <pedro@codesourcery.com>
2733
2734 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
2735 Merge uploaded TSVs before merging uploaded tracepoints.
2736
2737 2010-02-11 Pedro Alves <pedro@codesourcery.com>
2738
2739 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
2740
2741 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
2742
2743 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
2744 whitespace character after a dot in comment.
2745 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
2746 Likewise.
2747 (list_args_or_locals): For the 'all' (that is
2748 -stack-list-variables) case, always output list of tuples.
2749 Output 'arg' field if variable is argument.
2750
2751 2010-02-10 Tom Tromey <tromey@redhat.com>
2752
2753 * parser-defs.h (parser_debug): Declare.
2754 * parse.c (_initialize_parse): Install "debug parser" set/show
2755 command.
2756 (parser_debug): New global.
2757 (show_parserdebug): New function.
2758 * c-exp.y (c_parse): Set yydebug.
2759
2760 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
2761
2762 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
2763 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
2764 (tdesc_predefined_types): Add i387_ext, i386_eflags and
2765 i386_mxcsr.
2766 (tdesc_find_type): New.
2767 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
2768 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
2769
2770 * target-descriptions.h (tdesc_find_type): New.
2771
2772 2010-02-10 Michael Snyder <msnyder@vmware.com>
2773
2774 * gdb-gdb.py: Comment fix.
2775
2776 2010-02-09 Tristan Gingold <gingold@adacore.com>
2777
2778 * machoread.c (macho_symfile_relocate): New function.
2779 (macho_sym_fns): Use macho_symfile_relocate instead of
2780 default_symfile_relocate.
2781 (macho_oso_data): New type.
2782 (current_oso): New variable.
2783 (macho_add_oso_symfile): Do not compute section_addr_info, but
2784 instead set vma of sections.
2785 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
2786 Set and clear current_oso.
2787
2788 2010-02-09 Joel Brobecker <brobecker@adacore.com>
2789
2790 Wrong type description for tagged type parameter.
2791 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
2792 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
2793 reference to a tagged type.
2794
2795 2010-02-09 Tristan Gingold <gingold@adacore.com>
2796
2797 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
2798 brothers of the parent.
2799
2800 2010-02-08 Tom Tromey <tromey@redhat.com>
2801
2802 PR c++/8017:
2803 * value.h: Update.
2804 * valops.c (search_struct_field): Make 'name' const.
2805 (search_struct_method): Likewise.
2806 (find_method_list): Make 'method' const.
2807 (value_struct_elt): Make 'name' and 'err' const.
2808 (value_find_oload_method_list): Make 'method' const.
2809 (find_overload_match): Make 'name' const.
2810 * eval.c (evaluate_subexp_standard): New locals function,
2811 function_name.
2812 <OP_FUNCALL>: Handle OP_SCOPE specially.
2813
2814 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
2815
2816 * infrun.c (handle_inferior_event): Do not look up regcache
2817 for exited processes.
2818
2819 Mon Feb 8 13:17:10 2010 Chris Moller <moller@mollerware.com>
2820
2821 PR gdb/10728
2822 * valarith.c (value_ptrdiff): Added a test for a zero type length,
2823 warn if found, and assume length = 1.
2824
2825 2010-02-08 Chris Moller <cmoller@redhat.com>
2826
2827 PR gdb/9067
2828 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
2829 cp_print_static_field) Fix use of obstacks.
2830
2831 2010-02-08 Pedro Alves <pedro@codesourcery.com>
2832
2833 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
2834 resumed LWPs as resumed.
2835 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
2836 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
2837 of throwing an internal error. If an LWP of a process we're not
2838 waiting for reports a signal, don't force collecting a SIGSTOP,
2839 and if it was breakpoint hit in non-stop mode, cancel it. Don't
2840 go through all LWPs cancelling breakpoints in non-stop mode.
2841 (resume_stopped_resumed_lwps): New.
2842 (linux_nat_wait): Use it.
2843
2844 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
2845
2846 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
2847 i386/amd64 and i386/amd64-linux.
2848 (i386/i386-expedite): New.
2849 (i386/i386-linux-expedite): Likewise.
2850 (i386/amd64-expedite):Likewise.
2851 (i386/amd64-linux-expedite): Likewise.
2852 ($(outdir)/i386/i386-linux.dat): Likewise.
2853 ($(outdir)/i386/amd64.dat): Likewise.
2854 ($(outdir)/i386/amd64-linux.dat): Likewise.
2855
2856 * features/i386/32bit-core.xml: New.
2857 * features/i386/32bit-linux.xml: Likewise.
2858 * features/i386/32bit-sse.xml: Likewise.
2859 * features/i386/64bit-core.xml: Likewise.
2860 * features/i386/64bit-linux.xml: Likewise.
2861 * features/i386/64bit-sse.xml: Likewise.
2862 * features/i386/i386-linux.xml: Likewise.
2863 * features/i386/i386.xml: Likewise.
2864 * features/i386/amd64-linux.xml: Likewise.
2865 * features/i386/amd64.xml: Likewise.
2866 * features/i386/i386-linux.c: Likewise.
2867 * features/i386/i386.c: Likewise.
2868 * features/i386/amd64-linux.c: Likewise.
2869 * features/i386/amd64.c: Likewise.
2870
2871 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
2872
2873 PR c++/7935:
2874 * cp-support.h: Added char* alias element to using_direct data
2875 struct.
2876 (cp_add_using): Added char* alias argument.
2877 (cp_add_using_directive): Ditto.
2878 * cp-namespace.c: Updated with the above changes.
2879 (cp_lookup_symbol_imports): Check for aliases.
2880 * dwarf2read.c (read_import_statement): Figure out local alias
2881 for the import and pass it on to cp_add_using.
2882 (read_namespace): Pass alias argument to cp_add_using.
2883
2884 2010-02-05 Hui Zhu <teawater@gmail.com>
2885
2886 * defs.h (gdb_bfd_errmsg): New extern.
2887 * exec.c (exec_file_attach): Change bfd_errmsg to
2888 gdb_bfd_errmsg.
2889 * utils.c (AMBIGUOUS_MESS1): New macro.
2890 (AMBIGUOUS_MESS2): New macro.
2891 (gdb_bfd_errmsg): New function.
2892
2893 2010-02-04 Doug Evans <dje@google.com>
2894
2895 * solib-svr4.c (enable_break): Add comment.
2896
2897 2010-02-04 Anthony Green <green@moxielogic.com>
2898
2899 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
2900 gracefully.
2901
2902 2010-02-04 Tom Tromey <tromey@redhat.com>
2903
2904 * valops.c (search_struct_field): Account for
2905 value_embedded_offset. Fix check for virtual base past the end of
2906 the object. Use value_copy when making a slice of the value.
2907
2908 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
2909
2910 PR tui/9622
2911 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
2912 only if gdb_stdout is a tty.
2913
2914 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
2915
2916 * target-descriptions.c: Include "osabi.h".
2917 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
2918 OSABI.
2919
2920 2010-02-04 Tristan Gingold <gingold@adacore.com>
2921
2922 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
2923 (macho_symtab_read): Adjust calls to macho_add_oso.
2924 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
2925 (macho_symfile_read): Adjust call to macho_oso_symfile.
2926 (macho_new_init): Move this function after declarations.
2927 (macho_symfile_init): Ditto.
2928 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
2929 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
2930
2931 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
2932
2933 Include MI command in remotelog.
2934
2935 * mi/mi-main.c (mi_execute_command): Call target_log_command.
2936
2937 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
2938
2939 * remote.c (remote_state): Remove gdbarch.
2940 (init_remote_state): Don't set gdbarch.
2941 (remote_query_supported): Pass target_gdbarch instead of
2942 rs->gdbarch to gdbarch_qsupported.
2943
2944 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
2945
2946 * gdbarch.sh: Add qsupported.
2947
2948 * gdbarch.c: Regenerated.
2949 * gdbarch.h: Likewise.
2950
2951 * remote.c (remote_state): Add gdbarch.
2952 (init_remote_state): Set gdbarch.
2953 (remote_query_supported): Support gdbarch_qsupported.
2954
2955 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
2956
2957 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
2958 __FreeBSD_kernel_version.
2959
2960 2010-02-03 Tristan Gingold <gingold@adacore.com>
2961
2962 * symfile.h (struct sym_fns): Add sym_relocate field.
2963 (default_symfile_relocate): New prototype.
2964 (symfile_relocate_debug_section): First argument is now an objfile.
2965 * symfile.c (default_symfile_relocate): Rename from
2966 symfile_relocate_debug_section, first argument is now an objfile.
2967 (symfile_relocate_debug_section): New function.
2968 * coffread.c (coff_sym_fns): Set sym_relocate field.
2969 * somread.c (som_sym_fns): Ditto.
2970 * mipsread.c (ecoff_sym_fns): Ditto.
2971 * machoread.c (macho_sym_fns): Ditto.
2972 * elfread.c (elf_sym_fns): Ditto.
2973 * dwarf2read.c (dwarf2_read_section): Ditto.
2974 * xcoffread.c (xcoff_sym_fns): Ditto.
2975 * dbxread.c (aout_sym_fns): Ditto.
2976 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
2977 (elfstab_build_psymtabs): Ditto.
2978
2979 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
2980
2981 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
2982
2983 2010-02-02 Tom Tromey <tromey@redhat.com>
2984
2985 * valops.c (value_cast_structs): Try downcasting using the RTTI
2986 type.
2987
2988 2010-02-02 Tom Tromey <tromey@redhat.com>
2989
2990 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
2991 (gnuv2_baseclass_offset): Now static.
2992 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
2993 * gnu-v2-abi.h: Remove.
2994
2995 2010-02-02 Tom Tromey <tromey@redhat.com>
2996
2997 * m2-typeprint.c (m2_record_fields): Don't use
2998 TYPE_DECLARED_TYPE.
2999 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
3000 (struct main_type) <flag_declared_class>: New field.
3001 (struct cplus_struct_type) <declared_type>: Remove.
3002 <ntemplate_args>: Move earlier.
3003 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
3004 (DECLARED_TYPE_TEMPLATE): Remove.
3005 (TYPE_DECLARED_TYPE): Remove.
3006 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
3007 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
3008 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
3009 TYPE_DECLARED_TYPE.
3010
3011 2010-02-02 Tom Tromey <tromey@redhat.com>
3012
3013 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
3014 * valops.c (search_struct_field): Compute nbases after calling
3015 CHECK_TYPEDEF.
3016 (check_field): Call CHECK_TYPEDEF.
3017 * cp-valprint.c (cp_print_value): Pass correct address to
3018 baseclass_offset. Fix check for virtual base past the end of the
3019 object. Don't offset address passed to cp_print_value_fields or
3020 apply_val_pretty_printer.
3021 (cp_print_value_fields): Fix call to val_print.
3022 (cp_print_value_fields_rtti): New function.
3023 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
3024 * p-valprint.c (pascal_object_print_value_fields): Fix call to
3025 val_print.
3026 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
3027 offset to address.
3028 * language.h (struct language_defn) <la_val_print>: Document.
3029 * c-lang.h (cp_print_value_fields_rtti): Declare.
3030
3031 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3032
3033 PR libc/11214:
3034 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
3035 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
3036 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
3037
3038 2010-02-01 Michael Matz <matz@suse.de>
3039 Daniel Jacobowitz <dan@codesourcery.com>
3040
3041 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
3042 functions use a frame pointer.
3043
3044 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3045
3046 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
3047 by a conditional setting DYN_ADDR. Use DYN_ADDR.
3048 * config/djgpp/fnchange.lst: Add translations for
3049 symbol-without-target_section.exp and symbol-without-target_section.c.
3050
3051 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3052
3053 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
3054 (remote_breakpoint_for_pc): Correct invalid_p check.
3055 * gdbarch.c: Regenerated.
3056
3057 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3058
3059 * arm-tdep.c (arm_find_mapping_symbol): New function, from
3060 arm_pc_is_thumb.
3061 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
3062 (extend_buffer_earlier): New function.
3063 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
3064 (arm_adjust_breakpoint_address): New function.
3065 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
3066
3067 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3068
3069 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
3070 (arm_linux_thumb2_le_breakpoint): New constants.
3071 (arm_linux_init_abi): Set thumb2_breakpoint and
3072 thumb2_breakpoint_size.
3073 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
3074 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
3075 Implement support for single stepping through IT blocks if
3076 a 32-bit Thumb breakpoint instruction is available.
3077 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
3078 is available, use it when needed.
3079 (arm_remote_breakpoint_from_pc): New function.
3080 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
3081 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
3082 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
3083
3084 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3085
3086 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
3087 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
3088 * gdbarch.c, gdbarch.h: Regenerated.
3089 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
3090 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
3091 gdbarch_remote_breakpoint_from_pc.
3092
3093 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3094
3095 * infrun.c (prepare_to_proceed): Handle other signals which might
3096 match a breakpoint.
3097 (handle_inferior_event): Move the check for unusual breakpoint
3098 signals earlier.
3099
3100 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
3101
3102 amd64 - function returning record with field straddling 2 registers.
3103 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
3104 a record of length <= 16 in which a field straddles the two
3105 eightbytes.
3106
3107 2010-01-29 Joel Brobecker <brobecker@adacore.com>
3108
3109 Implement return values on amd64-windows.
3110 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
3111 (amd64_windows_return_value): New function.
3112 (amd64_windows_init_abi): Call set_gdbarch_return_value with
3113 amd64_windows_return_value.
3114
3115 2010-01-29 Joel Brobecker <brobecker@adacore.com>
3116
3117 amd64-windows: 32 bytes allocated on stack by caller for integer
3118 parameter registers.
3119 * i386-tdep.h (struct gdbarch_tdep): Add new field
3120 integer_param_regs_saved_in_caller_frame.
3121 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
3122 tdep->integer_param_regs_saved_in_caller_frame to 1.
3123 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
3124 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
3125
3126 2010-01-29 Joel Brobecker <brobecker@adacore.com>
3127
3128 amd64-windows: memory args passed by pointer during function calls.
3129 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
3130 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
3131 where tdep->memory_args_by_pointer is non-zero.
3132 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
3133 tdep->memory_args_by_pointer to 1.
3134
3135 2010-01-29 Joel Brobecker <brobecker@adacore.com>
3136
3137 amd64-windows: Integer parameters in function calls.
3138 * i386-tdep.h (enum amd64_reg_class): New, moved here from
3139 amd64-tdep.c.
3140 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
3141 call_dummy_integer_regs, and classify.
3142 * amd64-tdep.h (amd64_classify): Add declaration.
3143 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
3144 (amd64_reg_class): Delete, moved to i386-tdep.h.
3145 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
3146 Replace call to amd64_classify by call to tdep->classify.
3147 (amd64_push_arguments): Get the list of registers to use for
3148 passing integer parameters from the gdbarch tdep structure,
3149 rather than using a hardcoded one. Replace calls to amd64_classify
3150 by calls to tdep->classify.
3151 (amd64_push_dummy_call): Get the register number used for
3152 the "hidden" argument from tdep->call_dummy_integer_regs.
3153 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
3154 and tdep->call_dummy_integer_regs. Set tdep->classify.
3155 * amd64-windows-tdep.c: Add include of gdbtypes.h.
3156 (amd64_windows_dummy_call_integer_regs): New static global.
3157 (amd64_windows_classify): New function.
3158 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
3159 tdep->call_dummy_integer_regs and tdep->classify.
3160
3161 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3162
3163 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
3164 for the new regcache. All callers updated.
3165 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
3166 (get_thread_arch_regcache): Do not set aspace here.
3167 * regcache.h (regcache_xmalloc): Update declaration.
3168
3169 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
3170 regcache_xmalloc updated.
3171
3172 2010-01-28 Joel Brobecker <brobecker@adacore.com>
3173
3174 Another -Wunused-function error in procfs.c (sparc-solaris)
3175 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
3176 Only define if SYS_syssgi is defined.
3177 (remove_dbx_link_breakpoint): Delete declaration. Move up.
3178 (dbx_link_addr, insert_dbx_link_bpt_in_file)
3179 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
3180 is itself defined.
3181
3182 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
3183
3184 * windows-nat.c (windows_initialization_done): New variable.
3185 (get_windows_debug_event): Issue error when process dies before
3186 completely initializing.
3187 (do_initial_windows_stuff): Set flag to indicate when we are done with
3188 the initial steps of attaching to the child.
3189
3190 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3191
3192 * symtab.h (struct symbol <symtab>): New comment on NULL values.
3193
3194 2010-01-27 Doug Evans <dje@google.com>
3195
3196 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
3197
3198 * breakpoint.c (bpstat_stop_status): Delete useless code.
3199
3200 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3201
3202 * printcmd.c (display_uses_solib_p): Remove variable section. Access
3203 objfile via SYMBOL_SYMTAB.
3204
3205 2010-01-26 Tom Tromey <tromey@redhat.com>
3206
3207 PR exp/7643:
3208 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
3209 coerce_array on result.
3210
3211 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
3212
3213 * cp-namespace.c (cp_lookup_symbol_namespace): Added
3214 search_parent argument.
3215 (cp_add_using): Initialize 'searched' field.
3216 (reset_directive_searched): New function.
3217 * cp-support.h: Add 'searched' field to using_direct struct.
3218 (cp_lookup_symbol_imports): Ditto.
3219 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
3220 Perform recursive search.
3221 Implement non parent search.
3222 * valops.c (value_maybe_namespace_elt): Updated.
3223
3224 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
3225
3226 PR gdb/10929:
3227 * dwarf2read.c (read_lexical_block_scope): Create blocks for
3228 scopes which contain using directives even if they contain no
3229 declarations.
3230 * symtab.c (lookup_symbol_aux): Pass lowest level block to
3231 la_lookup_symbol_nonlocal.
3232 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
3233 cp_lookup_symbol_namespace.
3234 (cp_lookup_symbol_namespace): Perform an import lookup at every
3235 block level.
3236 (cp_lookup_symbol_imports): New function.
3237 (cp_lookup_symbol_in_namespace): New function.
3238
3239 2010-01-25 Tom Tromey <tromey@redhat.com>
3240
3241 PR gdb/11049:
3242 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
3243 result.
3244
3245 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3246
3247 * configure.ac: Only use host_os part when disabling TUI on osf.
3248 Use test to check variables, prefix strings with x.
3249 * configure: Regenerate.
3250
3251 * solib-osf.c (osf_current_sos): Initialize tail.
3252
3253 2010-01-25 gingold <gingold@adacore.com>
3254
3255 * windows-nat.c (windows_continue): Use %x to print thread id.
3256 (get_windows_debug_event): Ditto.
3257
3258 2010-01-22 Tom Tromey <tromey@redhat.com>
3259
3260 PR symtab/11199:
3261 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
3262 type and arguments. Use smash_to_methodptr_type.
3263 (read_structure_type): Call quirk_gcc_member_function_pointer
3264 later.
3265 * gdbtypes.h (smash_to_methodptr_type): Declare.
3266 * gdbtypes.c (smash_to_methodptr_type): New function.
3267 (lookup_methodptr_type): Use it.
3268
3269 2010-01-21 Tom Tromey <tromey@redhat.com>
3270
3271 PR symtab/11198:
3272 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
3273 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
3274 * glibc-tdep.c (find_minsym_and_objfile): Remove.
3275 (glibc_skip_solib_resolver): Use
3276 lookup_minimal_symbol_and_objfile.
3277
3278 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
3279
3280 * inflow.c (check_syscall): Guard by #if clause for GO32 and
3281 WIN32 targets.
3282
3283 2010-01-20 Tom Tromey <tromey@redhat.com>
3284
3285 PR backtrace/10770:
3286 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
3287 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
3288 * dwarf2expr.c (new_dwarf_expr_context): Allocate
3289 dwarf_stack_values, not CORE_ADDRs.
3290 (execute_stack_op): Change DW_OP_div and comparison operators to
3291 use signed operands.
3292
3293 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
3294
3295 Per-inferior args and tty and environment.
3296
3297 * infcmd.c (inferior_args): Rename to ...
3298 (inferior_args_scratch): ... this.
3299 (inferior_io_terminal): Rename to ...
3300 (inferior_io_terminal_scratch): ... this.
3301 (inferior_argc, inferior_argv): Remove.
3302 (set_inferior_io_terminal, get_inferior_io_terminal): Store
3303 inside current_inferior().
3304 (set_inferior_tty_command, show_inferior_tty_command): New.
3305 (get_inferior_args, set_inferior_args): Store inside
3306 current_inferior().
3307 (notice_args_set): Likewise and rename to...
3308 (set_args_command): ... this.
3309 (set_inferior_args_vector): Likewise.
3310 (notice_args_read): Rename to...
3311 (show_args_command): ...new.
3312 (tty_command): Remove.
3313 (run_command_1): Don't free old args, as they are freed by
3314 set_inferior_arg now.
3315 (run_no_args_command): Likewise.
3316 (inferior_environ): Remove.
3317 (run_command_1): Use environment of the current inferior.
3318 (environment_info, set_environment_command)
3319 (unset_environment_command, path_info, path_command): Likewise.
3320 (_initialize_infcmd): Adjust for function and variable renames.
3321 Do not init inferior_environ.
3322 * inferior.h (set_inferior_arg): Adjust prototype.
3323 (struct inferior): New fields args, argc, argv, terminal, environment.
3324 (inferior_environ): Remove declaration.
3325 * inferior.c (free_inferior): Free new fields.
3326 (add_inferior_silent): Initialize 'environment' field.
3327 * main.c (captured_main): Set arguments only after the initial
3328 inferior has been created. Set set_inferior_io_terminal,
3329 not tty_command.
3330 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
3331 inferior.
3332 (_initialize_mi_cmd_env): Adjust for disappearance of global
3333 inferior_environ.
3334 * solib.c (solib_find): Use environment of the current inferior.
3335
3336 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3337
3338 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
3339 HAVE_PYTHON.
3340 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
3341
3342 2010-01-20 Joel Brobecker <brobecker@adacore.com>
3343
3344 Get rid of ada-lang.c:function_name_from_pc.
3345 * ada-lang.c: Add "stack.h" #include.
3346 (function_name_from_pc): Delete.
3347 (is_known_support_routine): Replace call to function_name_from_pc
3348 by call to find_frame_funname.
3349 (ada_unhandled_exception_name_addr_from_raise): Likewise.
3350
3351 2010-01-19 Tom Tromey <tromey@redhat.com>
3352
3353 PR c++/11026:
3354 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
3355 objfile obstack.
3356
3357 2010-01-19 Tom Tromey <tromey@redhat.com>
3358
3359 * top.c (stop_sig, float_handler, do_nothing): Remove.
3360
3361 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3362
3363 * breakpoint.c (watchpoint_check): Check the call
3364 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
3365 Extend the comment.
3366 * config/djgpp/fnchange.lst: Add translations for
3367 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
3368 watchpoint-cond-gone-stripped.c.
3369
3370 2010-01-19 Tom Tromey <tromey@redhat.com>
3371
3372 PR c++/8000:
3373 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
3374 into parent scope, and enumerator into grandparent scope.
3375
3376 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3377
3378 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
3379
3380 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3381
3382 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
3383 i[34567]86-*-solaris2.1[0-9]*.
3384 * configure.tgt: Likewise.
3385
3386 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3387
3388 * NEWS: Document the source command enhancement allowing it
3389 to load Python scripts. Document the "set/show script-extension"
3390 commands.
3391
3392 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3393
3394 Add -Wunused-function to compile flags.
3395 * configure.ac: Add -Wunused-function to build_warnings.
3396 * configure: Regenerate.
3397
3398 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3399
3400 "delete" ada-lex.c:input function, not used.
3401 * ada-lex.l: #define YY_NO_INPUT.
3402
3403 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3404
3405 Delete free_named_symtabs and associated cleanup.
3406 * symfile.h (free_named_symtabs): Delete declaration.
3407 * symfile.c: Remove some commented out code (clear_symtab_users_once).
3408 (cashier_psymtab): Comment function out.
3409 Delete declaration.
3410 (free_named_symtabs): Delete.
3411 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
3412 * dbxread.c (end_psymtab): Likewise.
3413 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
3414 * exec.c (exec_close_1): Ditto.
3415 * xcoffread.c (xcoff_end_psymtab): Likewise.
3416
3417 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3418
3419 * stack.c (print_block_frame_labels): Comment function out.
3420
3421 2010-01-19 Joel Brobecker <brobecker@adacore.com>
3422
3423 Delete unused or undefined functions.
3424 * breakpoint.c (ep_parse_optional_filename): Delete.
3425 * dcache.c (dcache_write_line): Remove declaration.
3426 * infrun.c (build_infrun): Remove declaration.
3427 * tracepoint.c (tracepoint_save_command): Remove declaration.
3428 * linux-nat.c (init_lwp_list): Delete. No longer used.
3429 * event-loop.c (check_async_signal_handlers): Delete declaration.
3430 * infrun.c (init_execution_control_state): Delete.
3431 (proceed): Update comment to avoid mentioning
3432 init_execution_control_state.
3433 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
3434 * ada-lang.c (ada_to_static_fixed_value): Delete.
3435 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
3436 * cp-namespace.c (cp_copy_usings): Delete.
3437 * xml-syscall.c (xml_number_of_syscalls): Delete.
3438 * progspace.c (find_program_space_by_num): Delete.
3439 * inflow.c (handle_sigio): Delete declaration.
3440 * hppa-tdep.c (hppa_alignof): Delete.
3441 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
3442 (mipsnbsd_core_osabi_sniffer): Delete.
3443
3444 2010-01-18 Tom Tromey <tromey@redhat.com>
3445
3446 PR c++/9680:
3447 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
3448 (CONST_CAST): New tokens.
3449 (exp): Add new productions.
3450 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
3451 reinterpret_cast.
3452 (is_cast_operator): New function.
3453 (yylex): Handle cast operators specially.
3454 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
3455 UNOP_REINTERPRET_CAST>: New cases.
3456 * expprint.c (print_subexp_standard): Likewise.
3457 (op_name_standard): Likewise.
3458 (dump_subexp_body_standard): Likewise.
3459 * parse.c (operator_length_standard): Likewise.
3460 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
3461 UNOP_REINTERPRET_CAST.
3462 * gdbtypes.c (class_types_same_p): New function.
3463 (is_ancestor): Use it.
3464 (is_public_ancestor): New function.
3465 (is_unique_ancestor_worker): Likewise.
3466 (is_unique_ancestor): Likewise.
3467 * gdbtypes.h (class_types_same_p, is_public_ancestor)
3468 (is_unique_ancestor): Declare.
3469 * valops.c (value_reinterpret_cast): New function.
3470 (dynamic_cast_check_1): Likewise.
3471 (dynamic_cast_check_2): Likewise.
3472 (value_dynamic_cast): Likewise.
3473 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
3474
3475 2010-01-18 Joel Brobecker <brobecker@adacore.com>
3476
3477 Fix build failure when building without Python support.
3478 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
3479 is not defined.
3480
3481 2010-01-18 Joel Brobecker <brobecker@adacore.com>
3482
3483 Use XVS field type instead of doing a parallel lookup.
3484 * ada-lang.c (ada_get_base_type): Follow the XVS field type
3485 if it is a reference type instead of doing a type lookup using
3486 the XVS field name.
3487
3488 2010-01-18 Joel Brobecker <brobecker@adacore.com>
3489
3490 Trust PAD types instead of using PAD___XVS.
3491 * ada-lang.c (trust_pad_over_xvs): New static variable.
3492 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
3493 parallel XVS type, follow the XVS type instead of the PAD type.
3494 (unwrap_value): Make sure that there is no parallel XVE type
3495 before returning the value as is.
3496 (set_ada_list, show_ada_list): New static variables.
3497 (set_ada_command, show_ada_command): New functions.
3498 (_initialize_ada_language): Add new "set/show ada" prefix commands.
3499 Add new "set/show ada trust-PAD-over-XVS" setting.
3500
3501 2010-01-18 Tom Tromey <tromey@redhat.com>
3502 Thiago Jung Bauermann <bauerman@br.ibm.com>
3503
3504 Allow "source" to load python scripts.
3505 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
3506 * python/python.c (source_python_script): New function.
3507 * python/python.h (source_python_script): Add declaration.
3508 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
3509 (script_ext_off, script_ext_soft, script_ext_strict)
3510 (script_ext_enums, script_ext_mode): New static constants.
3511 (show_script_ext_mode, find_and_open_script): New functions.
3512 (source_script): Enhance to handle Python scripts.
3513 (init_cli_cmds): Add set/show script-extension commands.
3514
3515 2010-01-16 Stan Shebs <stan@codesourcery.com>
3516
3517 * tracepoint.h (struct trace_status): Use unsigned long long
3518 instead of size_t.
3519 * tracepoint.c (trace_status_command): Fix printf directive.
3520 (trace_save_command): Check fwrite returns, fix printf directive.
3521 (trace_filename): New global.
3522 (tfile_open): Set it, check read returns.
3523 (tfile_close): Free trace_filename.
3524 (tfile_get_traceframe_address): Check read returns.
3525 (tfile_trace_find): Ditto.
3526 (tfile_fetch_registers): Ditto.
3527 (tfile_xfer_partial): Ditto.
3528 (tfile_get_trace_state_variable_value): Ditto.
3529
3530 2010-01-15 Stan Shebs <stan@codesourcery.com>
3531
3532 Add trace file support.
3533 * tracepoint.h (enum trace_stop_reason): New enum.
3534 (struct trace_status): New struct.
3535 (parse_trace_status): Declare.
3536 (struct uploaded_tp): Move here from remote.c,
3537 add fields for actions.
3538 (struct uploaded_tsv): New struct.
3539 * tracepoint.c (tfile_ops): New target vector.
3540 (trace_fd): New global.
3541 (tfile_open): New function.
3542 (tfile_close): New function.
3543 (tfile_files_info): New function.
3544 (tfile_get_trace_status): New function.
3545 (tfile_get_traceframe_address): New function.
3546 (tfile_trace_find): New function.
3547 (tfile_fetch_registers): New function.
3548 (tfile_xfer_partial): New function.
3549 (tfile_get_trace_state_variable_value): New function.
3550 (init_tfile_ops): New function.
3551 (_initialize_tracepoint): Call it, add tfile target.
3552 (trace_status): New global.
3553 (current_trace_status): New function.
3554 (trace_running_p): Remove, change all users to get from
3555 current_trace_status()->running.
3556 (get_trace_status): Remove.
3557 (trace_status_command): Call target_get_trace_status directly,
3558 report more detail including tracing stop reasons.
3559 (trace_find_command): Always allow tfind on a file.
3560 (trace_find_pc_command): Ditto.
3561 (trace_find_tracepoint_command): Ditto.
3562 (trace_find_line_command): Ditto.
3563 (trace_find_range_command): Ditto.
3564 (trace_find_outside_command): Ditto.
3565 (trace_frames_offset, cur_offset): Declare as off_t.
3566 (trace_regblock_size): Rename from reg_size, update users.
3567 (parse_trace_status): New function.
3568 (tfile_interp_line): New function.
3569 (disconnect_or_stop_tracing): Ensure current trace
3570 status before asking what to do.
3571 (stop_reason_names): New global.
3572 (trace_save_command): New command.
3573 (get_uploaded_tp): Move here from remote.c.
3574 (find_matching_tracepoint): Ditto.
3575 (merge_uploaded_tracepoints): New function.
3576 (parse_trace_status): Use stop_reason_names.
3577 (_initialize_tracepoint): Define tsave command.
3578 * target.h (target_ops): New fields to_save_trace_data,
3579 to_upload_tracepoints, to_upload_trace_state_variables,
3580 to_get_raw_trace_data, change to_get_trace_status
3581 to take a pointer to a status struct.
3582 (target_save_trace_data): New macro.
3583 (target_upload_tracepoints): New macro.
3584 (target_upload_trace_state_variables): New macro.
3585 (target_get_raw_trace_data): New macro.
3586 * target.c (update_current_target): Add new methods, change
3587 signature of to_get_trace_status.
3588 * remote.c (hex2bin): Make globally visible.
3589 (bin2hex): Ditto.
3590 (remote_download_trace_state_variable): Download name also.
3591 (remote_get_trace_status): Update parameter, use
3592 parse_trace_status.
3593 (remote_save_trace_data): New function.
3594 (remote_upload_tracepoints): New function.
3595 (remote_upload_trace_state_variables): New function.
3596 (remote_get_raw_trace_data): New function.
3597 (remote_start_remote): Use them.
3598 (_initialize_remote_ops): Add operations.
3599 * ax-gdb.c: Include breakpoint.h.
3600 * breakpoint.c (create_tracepoint_from_upload): Use
3601 break_command_really, return tracepoint, warn about unimplemented
3602 parts.
3603 * NEWS: Mention trace file addition.
3604
3605 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3606
3607 Fix compilation warning on gcc-3.4.
3608 * exec.c (print_section_info): Move the `displacement' variable
3609 initialization to its declaration.
3610
3611 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3612
3613 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
3614 comparison.
3615
3616 2010-01-15 Eric Botcazou <botcazou@adacore.com>
3617
3618 "info tasks" broken by typedefs in ATCB type definitions.
3619 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
3620 ada_check_typedef before retrieving the length of the type for
3621 regular fields.
3622
3623 2010-01-15 Joel Brobecker <brobecker@adacore.com>
3624
3625 Do not use name-based lookup for unconstrained packed arrays.
3626 * ada-lang.c (find_parallel_type_by_descriptive_type):
3627 Limit the fallback to name-based lookups to the case where
3628 the type is a constrained packed array.
3629
3630 2010-01-15 Joel Brobecker <brobecker@adacore.com>
3631
3632 Enhance gdb-gdb.py to handle main_type.type_specific.
3633 * gdb-gdb.py: Print the type-specific part of struct main_type.
3634
3635 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3636
3637 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
3638 * configure: Regenerate.
3639 * config.in: Regenerate.
3640 * utils.c: Include sys/resource.h.
3641 (dump_core, can_dump_core): New.
3642 (internal_vproblem): Update the comment. Check can_dump_core while
3643 setting dump_core_p. Replace two abort calls by dump_core calls.
3644
3645 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3646 Eli Zaretskii <eliz@gnu.org>
3647
3648 * NEWS: Document the PIE support.
3649
3650 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3651
3652 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
3653 (check_is_pie_binary, _initialize_linux_tdep): Remove.
3654
3655 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3656
3657 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
3658 Replace exec_entry_point call by bfd_get_start_address.
3659
3660 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3661
3662 Support Valgrind attachments broken by the PIE support.
3663 * auxv.c: Include gdbcore.h.
3664 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
3665 parameters ops, object and annex. Remove their assertions.
3666 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
3667 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
3668 (memory_xfer_auxv): ... here.
3669 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
3670 memory_xfer_auxv.
3671 * procfs.c (procfs_xfer_partial): Likewise.
3672 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
3673 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
3674 (svr4_solib_create_inferior_hook): Conditionalize the
3675 svr4_relocate_main_executable call.
3676
3677 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3678
3679 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
3680 target_section. Find SECT in current_target_sections, gdb_assert it.
3681 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
3682 New variable abfd.
3683 * symtab.c (lookup_objfile_from_block): Return the binary file instead
3684 of separate debug info file.
3685
3686 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3687
3688 Support PIEs with no symfile_objfile.
3689 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
3690 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
3691
3692 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3693
3694 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
3695 code part to ...
3696 (svr4_static_exec_displacement): ... a new function.
3697 (svr4_exec_displacement): New function.
3698 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
3699 new_offsets using alloca now. Remove variable old_chain and changed.
3700 Call objfile_relocate unconditionally now.
3701
3702 2010-01-14 Doug Evans <dje@google.com>
3703
3704 * gdbtypes.c (arch_flags_type): Fix comment.
3705 * gdbtypes.h (arch_composite_type): Fix comment.
3706
3707 2009-01-14 Tristan Gingold <gingold@adacore.com>
3708
3709 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
3710 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
3711 to symbol_file_add_from_bfd. Add OSO as separate objfile.
3712 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
3713 macho_add_oso_symfile.
3714 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
3715
3716 2010-01-14 Joel Brobecker <brobecker@adacore.com>
3717
3718 Tru64: Dead threads are never deleted.
3719 * dec-thread.c (dec_thread_ptid_is_alive): New function.
3720 (dec_thread_count_gdb_threads): Fix counter increment.
3721 (dec_thread_add_gdb_thread): Fix *listp increment.
3722 (resync_thread_list): Fix bug in deletion of dead threads that
3723 caused all threads to be deleted, instead of just the dead ones.
3724
3725 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3726
3727 PR python/10705
3728
3729 * python/python-internal.h: Add lazy_string_object_type
3730 definition.
3731 (create_lazy_string_object, gdbpy_initialize_lazy_string)
3732 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
3733 * python/py-value.c (valpy_lazy_string): New function.
3734 (convert_value_from_python): Add lazy string conversion.
3735 * python/py-prettyprint.c (pretty_print_one_value): Check if
3736 return is also a lazy string.
3737 (print_string_repr): Add lazy string printing branch.
3738 (print_children): Likewise.
3739 * python/py-lazy-string.c: New file. Implement lazy strings.
3740 * python/python.c (_initialize_python): Call
3741 gdbpy_initialize_lazy_string.
3742 * varobj.c (value_get_print_value): Add lazy string printing
3743 branch. Account for encoding.
3744 * c-lang.c (c_printstr): Account for new encoding argument. If
3745 encoding is NULL, find encoding suited for type, otherwise use
3746 user encoding.
3747 * language.h (language_defn): Add encoding argument.
3748 (LA_PRINT_STRING): Likewise.
3749 * language.c (unk_lang_printstr): Update to reflect new encoding
3750 argument to language_defn.
3751 * ada-lang.h (ada_printstr): Likewise.
3752 * c-lang.h (c_printstr): Likewise.
3753 * p-lang.h (pascal_printstr);
3754 * f-lang.c (f_printstr): Likewise.
3755 * m2-lang.c (m2_printstr): Likewise.
3756 * objc-lang.c (objc_printstr): Likewise.
3757 * p-lang.c (pascal_printstr): Likewise.
3758 * scm-lang.c (scm_printstr): Likewise.
3759 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
3760 encoding argument.
3761 * ada-valprint.c (ada_printstr): Likewise.
3762 * f-valprint.c (f_val_print): Likewise
3763 * m2-valprint.c (m2_val_print): Likewise.
3764 * p-valprint.c (pascal_val_print): Likewise.
3765 * expprint.c (print_subexp_standard): Likewise.
3766 * valprint.c (val_print_string): Likewise.
3767 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
3768 (SUBDIR_PYTHON_SRCS): Likewise.
3769 (py-lazy-string.o): New rule.
3770
3771 2010-01-13 Doug Evans <dje@google.com>
3772
3773 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
3774 uninitialized" warning from gcc on local `tree'.
3775
3776 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3777
3778 Implement core awareness.
3779
3780 * bcache.c (compare_ints): Remove
3781 (print_percentage): Use compare_positive_ints.
3782 * defs.h (compare_positive_ints): Declare.
3783 * linux-nat.h (struct lin_lwp): New field core.
3784 (linux_nat_core_of_thread_1): Declare.
3785 * linux-nat.c (add_lwp): Init the 'core' field.
3786 (linux_nat_wait_1): Record the core.
3787 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
3788 (linux_nat_add_target): Register the above.
3789 * linux-thread-db.c (update_thread_core): New.
3790 (thread_db_find_new_threads): Update core information for
3791 every thread.
3792 * remote.c (struct private_thread_info): New.
3793 (free_private_thread_info, demand_private_info): New.
3794 (PACKET_qXfer_threads, use_osdata_threads): New.
3795 (struct thread_item, threads_parsing_context
3796 (start_thread, end_thread, thread_attributes)
3797 (thread_children, threads_children, threads_elements): New.
3798 (remote_threads_info): Try qXfer:threads before anything
3799 else.
3800 (remote_protocol_packets): Register qXfer:threads.
3801 (remote_open_1): Init use_osdata_threads.
3802 (struct stop_reply): New field 'core'.
3803 (remote_parse_stop_reply): Parse core number.
3804 (process_stop_reply): Record core number.
3805 (remote_xfer_partial): Handle qXfer:threads.
3806 (remote_core_of_thread): New.
3807 (init_remote_ops): Register remote_core_of_thread.
3808 (_initialize_remote): Register qXfer:read.
3809 * target.c (target_core_of_thread): New
3810 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
3811 (struct target_ops): New field to_core_of_threads.
3812 (target_core_of_thread): Declare.
3813 * gdbthread.h (struct thread_info): New field private_dtor.
3814 * thread.c (print_thread_info): Report the core.
3815 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
3816 * utils.c (compare_positive_ints): New.
3817 * features/threads.dtd: New.
3818 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
3819 * mi/mi-main.c (struct collect_cores_data, collect_cores)
3820 (do_nothing, free_vector_of_osdata_items)
3821 (splay_tree_int_comparator, free_splay_tree): New.
3822 (print_one_inferior_data): Implemented printing of selected
3823 inferiors. Collect and print cores.
3824 (output_cores): New.
3825 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
3826 thread groups together with --available.
3827
3828 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3829
3830 * configure: Regenerate (for _STRUCTURED_PROC).
3831
3832 2010-01-12 Joel Brobecker <brobecker@adacore.com>
3833
3834 Delete dead function.
3835 * ada-lang.c (extract_string): Delete. No longer used.
3836
3837 2010-01-12 Joel Brobecker <brobecker@adacore.com>
3838
3839 Fix -Wunused warning in dec-thread.c.
3840 * dec-thread.c (dec_thread_count_gdb_threads)
3841 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
3842
3843 2010-01-12 Joel Brobecker <brobecker@adacore.com>
3844
3845 * ada-valprint.c (ada_print_floating): Remove trailing space.
3846
3847 2010-01-12 Joel Brobecker <brobecker@adacore.com>
3848
3849 Add support for DW_AT_GNAT_descriptive_type.
3850 * gdbtypes.h (enum type_specific_kind): New enum.
3851 (struct main_type) [type_specific_field]: New component.
3852 [type_specific]: Add new component "gnat_stuff".
3853 (struct gnat_aux_type): New type.
3854 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
3855 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
3856 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
3857 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
3858 (TYPE_SPECIFIC_FIELD): New macros.
3859 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
3860 type does not hold any cplus-specific data.
3861 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
3862 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
3863 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
3864 cplus-specific data.
3865 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
3866 Set new component TYPE_SPECIFIC_FIELD (type).
3867 (gnat_aux_default): New constant.
3868 (allocate_gnat_aux_type): New function.
3869 (init_type): Add initialization the type-specific stuff for
3870 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
3871 (print_gnat_stuff): New function.
3872 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
3873 specific data. Adjust code that prints the contents of the
3874 type-specific union using the TYPE_SPECIFIC_FIELD value.
3875 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
3876 the type cplus stuff for Ada types.
3877 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
3878 Error out if these routines are called with an Ada type.
3879 (read_structure_type, read_array_type, read_subrange_type):
3880 Add call to set_descriptive_type.
3881 (set_die_type): Initialize the gnat-specific data if necessary.
3882 (need_gnat_info, die_descriptive_type, set_descriptive_type):
3883 New functions.
3884 * ada-lang.c (decode_constrained_packed_array_type): Use
3885 decode_constrained_packed_array_type instead of doing a standard
3886 lookup to locate a parallel type.
3887 (find_parallel_type_by_descriptive_type): New function.
3888 (ada_find_parallel_type_with_name): New function.
3889 (ada_find_parallel_type): Reimplement using
3890 ada_find_parallel_type_with_name.
3891 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
3892 to check if type has a cplus stuff.
3893 * linespec.c (total_number_of_methods): Likewise.
3894 * mdebugread.c (new_type): Likewise.
3895
3896 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3897
3898 * NEWS: Document the 0b binary number prefix parsing.
3899
3900 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3901
3902 * objfiles.c (objfile_relocate1): Change the return type to int.
3903 Describe the new return value. Return non-zero if data changed.
3904 (objfile_relocate): New variable changed. Set it. Call
3905 breakpoint_re_set depending on CHANGED.
3906
3907 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3908
3909 Implement binary numbers parsing.
3910 * c-exp.y (parse_number): New case 'b' and 'B'.
3911
3912 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3913 Tristan Gingold <gingold@adacore.com>
3914
3915 * solib.c (info_sharedlibrary_command): Replace
3916 objfile_has_partial_symbols and objfile_has_full_symbols calls by
3917 objfile_has_symbols.
3918
3919 2010-01-10 Joel Brobecker <brobecker@adacore.com>
3920
3921 * NEWS: Document the improvements made to the mips-irix port.
3922
3923 2010-01-09 Joel Brobecker <brobecker@adacore.com>
3924
3925 Fix the documentation of valprint.c:value_print.
3926 * valprint.c (value_print): Update the function description to
3927 mention that the syntax of the output follows the current_language,
3928 not necessarily C.
3929
3930 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3931
3932 Fix displacement of separate debug info files.
3933 * objfiles.c (objfile_relocate): Rename to ...
3934 (objfile_relocate1): ... here and make it static. Extend the comment.
3935 (objfile_relocate): New function.
3936 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
3937 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
3938 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
3939 allocated using alloca.
3940 * symfile.c (copy_section_addr_info): Remove.
3941 (build_section_addr_info_from_objfile): Make it global. New variables
3942 addr_bit and mask, use them.
3943 * symfile.h (build_section_addr_info_from_objfile): New prototype.
3944 (copy_section_addr_info): Remove.
3945
3946 2010-01-09 Joel Brobecker <brobecker@adacore.com>
3947
3948 Signal unwinder for mips-irix N32.
3949 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
3950 tramp-frame.h.
3951 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
3952 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
3953 (SIGCONTEXT_LO_OFF): New macros.
3954 (mips_irix_n32_tramp_frame_init): New function.
3955 (mips_irix_n32_tramp_frame): New static constant.
3956 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
3957
3958 2010-01-09 Joel Brobecker <brobecker@adacore.com>
3959
3960 Breakpoint in shared library does not work on mips-irix.
3961 * procfs.c: #include "observer.h".
3962 (procfs_inferior_created): New function, moving here the code
3963 which unsets the syssgi syscall-exit notifications.
3964 (procfs_create_inferior): Remove the code which unsets the syssgi
3965 syscall-exit notifications. It is too early to do this here.
3966 (_initialize_procfs): Attach the procfs_inferior_created observer.
3967
3968 2010-01-09 Joel Brobecker <brobecker@adacore.com>
3969
3970 Wrong return convention for arrays (mips-irix).
3971 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
3972 128 bits or smaller are returned the same way as structs
3973 and unions of the the same size.
3974
3975 2010-01-09 Joel Brobecker <brobecker@adacore.com>
3976
3977 Cannot set the PC on mips-irix.
3978 * irix5-nat.c (fill_gregset): Check regno against the raw PC
3979 register number, no the cooked one.
3980
3981 2010-01-09 Joel Brobecker <brobecker@adacore.com>
3982
3983 Error while loading core file on mips-irix.
3984 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
3985 if debugging from a core file.
3986
3987 2010-01-09 Joel Brobecker <brobecker@adacore.com>
3988
3989 GDB hangs when attaching to process on mips-irix.
3990 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
3991 attaching to a process.
3992
3993 2010-01-09 Joel Brobecker <brobecker@adacore.com>
3994
3995 Use the correct breakpoint instruction on mips-irix.
3996 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
3997 containing the correct breakpoint instruction to use on mips-irix.
3998 Use it when the osabi is GDB_OSABI_IRIX.
3999
4000 2010-01-09 Joel Brobecker <brobecker@adacore.com>
4001
4002 -Wunused warning in procfs.c (mips-irix only).
4003 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
4004 throughout instead of using praddset and prdelset respectively.
4005
4006 2010-01-09 Joel Brobecker <brobecker@adacore.com>
4007
4008 GDB crash while stepping into function.
4009 * infrun.c (handle_inferior_event): Refetch the current frame
4010 after handling what.main_action, in case that pointer became
4011 dangling.
4012
4013 2010-01-09 Joel Brobecker <brobecker@adacore.com>
4014
4015 Fix build failure of solaris-hosted cross debuggers.
4016 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
4017
4018 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
4019
4020 Fix build failure on sparc-solaris.
4021 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
4022
4023 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4024
4025 Move some symfile code into subroutines.
4026 * symfile.h (relative_addr_info_to_section_offsets)
4027 (addr_info_make_relative): New prototypes.
4028 * symfile.c (default_symfile_offsets): Move a part to ...
4029 (relative_addr_info_to_section_offsets): ... this new function.
4030 (default_symfile_offsets): Call it.
4031 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
4032 this part to ...
4033 (addr_info_make_relative): ... this new function.
4034
4035 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4036
4037 Add from_tty to solib_create_inferior_hook.
4038 * infcmd.c (post_create_inferior): Move solib_add after
4039 solib_create_inferior_hook. Pass from_tty to
4040 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
4041 0 from_tty and comment why.
4042 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
4043 * linux-nat.c (linux_child_follow_fork): Likewise.
4044 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
4045 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
4046 from_tty.
4047 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
4048 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
4049 * solib-null.c (null_solib_create_inferior_hook): Likewise.
4050 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
4051 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
4052 * solib-som.c (som_solib_create_inferior_hook): Likewise.
4053 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
4054 Pass it to svr4_so_ops.solib_create_inferior_hook.
4055 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
4056 from_tty.
4057 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
4058 solib_add.
4059 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
4060 enable_break.
4061 * solib-target.c (solib_target_solib_create_inferior_hook): New
4062 parameter from_tty.
4063 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
4064 it to ops->solib_create_inferior_hook.
4065 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
4066 Move solib_add after solib_create_inferior_hook, call it now with
4067 from_tty as 0. New comment there.
4068 * solib.h (solib_create_inferior_hook): New parameter from_tty.
4069 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
4070 Likewise.
4071
4072 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
4073
4074 Fix multiexec race.
4075 * infrun.c (handle_inferior_event): Use get_thread_regcache
4076 with events ptid, not get_current_regcache.
4077
4078 2009-01-08 Joel Brobecker <brobecker@adacore.com>
4079
4080 GDB crash with empty executable name (MinGW).
4081 * source.c (openp): Add assert that parameter string is not NULL.
4082 if parameter string is an empty string, then return with a failure
4083 immediately.
4084
4085 2009-01-08 Joel Brobecker <brobecker@adacore.com>
4086
4087 Get rid of support for VAX Floats.
4088 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
4089 (ada_vax_float_print_function): Delete.
4090 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
4091 (ada_vax_float_print_function): Delete.
4092 * ada-typeprint.c (print_vax_floating_point_type): Delete.
4093 (ada_print_type): Remove support for VAX floats.
4094 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
4095
4096 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4097
4098 * stabsread.c (read_args): Handle zero arguments.
4099
4100 2009-01-08 Joel Brobecker <brobecker@adacore.com>
4101
4102 Cannot find in-tree libiconv.a after reconfigure.
4103 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
4104 that we can use, then cache the path to this archive.
4105 * configure: Regenerate.
4106
4107 2010-01-07 Stan Shebs <stan@codesourcery.com>
4108
4109 Make tracepoint operations go through target vector.
4110 * target.h (enum trace_find_type): New enum.
4111 (struct target_ops): New fields to_trace_init,
4112 to_download_tracepoint, to_download_trace_state_variable,
4113 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
4114 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
4115 to_set_disconnected_tracing.
4116 (target_trace_init): New macro.
4117 (target_download_tracepoint): New macro.
4118 (target_download_trace_state_variable): New macro.
4119 (target_trace_start): New macro.
4120 (target_trace_set_readonly_regions): New macro.
4121 (target_get_trace_status): New macro.
4122 (target_trace_stop): New macro.
4123 (target_trace_find): New macro.
4124 (target_get_trace_state_variable_value): New macro.
4125 (target_set_disconnected_tracing): New macro.
4126 * target.c (update_current_target): Inherit and set defaults for
4127 tracepoint operations.
4128 * tracepoint.c (default_collect): Make globally visible.
4129 (target_is_remote): Remove, along with all calls.
4130 (tvariables_info): Call target_get_trace_state_variable_value.
4131 (remote_set_transparent_ranges): Remove.
4132 (trace_start_command): Call target_trace_init,
4133 target_download_tracepoint, etc.
4134 (download_tracepoint): Remove.
4135 (trace_stop_command): Simplify.
4136 (stop_tracing): Call target_trace_stop.
4137 (get_trace_status): Call target_get_trace_status.
4138 (trace_status_command): Add case for targets that cannot trace.
4139 (finish_tfind_command): Change to take numerical arguments, call
4140 target_trace_find.
4141 (trace_find_command): Update call to finish_tfind_command.
4142 (trace_find_pc_command): Ditto.
4143 (trace_find_tracepoint_command): Ditto.
4144 (trace_find_line_command): Ditto.
4145 (trace_find_range_command): Ditto.
4146 (trace_find_outside_command): Ditto.
4147 (set_disconnected_tracing_value): Call
4148 target_set_disconnected_tracing.
4149 * remote.c: Add protocol encoding bits from tracepoint.c.
4150 (trace_error): Move from tracepoint.c.
4151 (remote_get_noisy_reply): Ditto.
4152 (free_actions_list_cleanup_wrapper): Ditto.
4153 (free_actions_list): Ditto.
4154 (remote_trace_init): New function.
4155 (remote_download_tracepoint): New function.
4156 (remote_download_trace_state_variable): New function.
4157 (remote_trace_set_readonly_regions): New function.
4158 (remote_trace_start): New function.
4159 (remote_get_trace_status): New function.
4160 (remote_trace_stop): New function.
4161 (remote_trace_find): New function.
4162 (remote_download_trace_state_variable): New function.
4163 (remote_set_disconnected_tracing): New function.
4164 (init_remote_ops): Add tracepoint operations.
4165
4166 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
4167
4168 2010-01-07 Tristan Gingold <gingold@adacore.com>
4169
4170 * symfile.c (build_section_addr_info_from_objfile): New function.
4171 (symbol_file_add_separate): Don't use offsets from objfile but
4172 built an addr info.
4173
4174 2010-01-06 Stan Shebs <stan@codesourcery.com>
4175
4176 Support disconnected tracing.
4177 * infcmd.c (detach_command): Ask whether to stop tracing.
4178 * cli/cli-cmds.c (quit_command): Ditto.
4179 * breakpoint.h (struct breakpoint): New field number_on_target.
4180 * breakpoint.c (create_tracepoint_from_upload): New function.
4181 (get_tracepoint_by_number_on_target): New function.
4182 * remote.c (struct remote): New field disconnected_tracing.
4183 (remote_disconnected_tracing_feature): New function.
4184 (remote_protocol_features): Add DisconnectedTracing.
4185 (struct uploaded_tp): New struct.
4186 (uploaded_tps): New global.
4187 (get_uploaded_tp): New function.
4188 (find_matching_tracepoint): New function.
4189 (remote_get_tracing_state): New function.
4190 (remote_start_remote): Call it.
4191 * tracepoint.c (disconnected_tracing): New global.
4192 (trace_start_command): Initialize number_on_target.
4193 (stop_tracing): New function, split out from...
4194 (trace_stop_command): Call stop_tracing.
4195 (get_trace_status): New function, split out from...
4196 (trace_status_command): Call get_trace_status, add info on
4197 disconnection behavior.
4198 (disconnect_or_stop_tracing): New function.
4199 (finish_tfind_command): Translate from number on target.
4200 (trace_find_tracepoint_command): Translate to number on target.
4201 (send_disconnected_tracing_value): New function.
4202 (set_disconnected_tracing): New function.
4203 (_initialize_tracepoint): Add disconnected-tracing variable.
4204 * NEWS: Mention disconnected tracing.
4205
4206 2010-01-06 Tristan Gingold <gingold@adacore.com>
4207
4208 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
4209 parameter to main_objfile. Iterate on all separate debug objfiles.
4210 * symfile.h (symbol_file_add_separate)
4211 (find_separate_debug_file_by_debuglink): Remove parameter names.
4212 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
4213 (reread_symbols): Use free_objfile_separate_debug.
4214 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
4215 Adjust comment.
4216 (objfile_separate_debug_iterate, add_separate_debug_objfile)
4217 (free_objfile_separate_debug): New prototypes.
4218 * objfiles.c (objfile_separate_debug_iterate): New function.
4219 (add_separate_debug_objfile, free_objfile_separate_debug): New
4220 functions.
4221 (free_objfile): Use free_objfile_separate_debug. Adjust for
4222 multiple separate debug objfile.
4223 (objfile_has_symbols): Adjust comment. Iterate on all separate
4224 debug objfiles.
4225 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
4226 debug objfile.
4227 (lookup_minimal_symbol_text): Ditto.
4228 (lookup_minimal_symbol_by_pc_name): Ditto.
4229 (lookup_minimal_symbol_solib_trampoline): Ditto.
4230 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
4231 debug objfiles.
4232
4233 2010-01-05 Stan Shebs <stan@codesourcery.com>
4234
4235 Add fast tracepoints.
4236 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
4237 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
4238 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
4239 * breakpoint.c (tracepoint_type): New function.
4240 (ALL_TRACEPOINTS): Use it.
4241 (should_be_inserted): Ditto.
4242 (bpstat_check_location): Ditto.
4243 (print_one_breakpoint_location): Ditto.
4244 (user_settable_breakpoint): Ditto.
4245 (set_breakpoint_location_function): Ditto.
4246 (disable_breakpoints_in_shlibs): Ditto.
4247 (delete_trace_command): Ditto.
4248 (print_it_typical): Add bp_fast_tracepoint case.
4249 (bpstat_what): Ditto.
4250 (print_one_breakpoint_location): Ditto.
4251 (allocate_bp_location): Ditto.
4252 (mention): Ditto.
4253 (breakpoint_re_set_one): Ditto.
4254 (disable_command): Ditto.
4255 (enable_command): Ditto.
4256 (check_fast_tracepoint_sals): New function.
4257 (break_command_really): Call it.
4258 (ftrace_command): New function.
4259 (_initialize_breakpoint): Add ftrace command.
4260 * gdbarch.sh (fast_tracepoint_valid_at): New.
4261 * gdbarch.h, gdbarch.c: Regenerate.
4262 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
4263 (i386_gdbarch_init): Use it.
4264 * remote.c (struct remote_state): New field fast_tracepoints.
4265 (PACKET_FastTracepoints): New packet config type.
4266 (remote_fast_tracepoint_feature): New function.
4267 (remote_protocol_features): Add FastTracepoints.
4268 (remote_supports_fast_tracepoints): New function.
4269 (_initialize_remote): Add FastTracepoints.
4270 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
4271 * NEWS: Mention fast tracepoints.
4272
4273 2010-01-06 Joel Brobecker <brobecker@adacore.com>
4274
4275 * gdb-gdb.py: New file.
4276
4277 2010-01-05 Michael Snyder <msnyder@vmware.com>
4278
4279 * infrun.c (handle_inferior_event): Fix typo in comment.
4280
4281 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4282
4283 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
4284
4285 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
4286
4287 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
4288 and s390x-linux64.
4289 (s390-linux32-expedite): Define.
4290 (s390-linux64-expedite): Define.
4291 (s390x-linux64-expedite): Define.
4292 * features/s390-acr.xml: New file.
4293 * features/s390-fpr.xml: New file.
4294 * features/s390-core32.xml: New file.
4295 * features/s390-core64.xml: New file.
4296 * features/s390x-core64.xml: New file.
4297 * features/s390-linux32.xml: New file.
4298 * features/s390-linux64.xml: New file.
4299 * features/s390x-linux64.xml: New file.
4300 * features/s390-linux32.c: New generated file.
4301 * features/s390-linux64.c: New generated file.
4302 * features/s390x-linux64.c: New generated file.
4303
4304 * regformats/s390-linux32.dat: New generated file.
4305 * regformats/s390-linux64.dat: New generated file.
4306 * regformats/s390x-linux64.dat: New generated file.
4307 * regformats/reg-s390.dat: Remove.
4308 * regformats/reg-s390x.dat: Remove.
4309
4310 * s390-nat.c: Include "auxv.h" and <elf.h>.
4311 (HWCAP_S390_HIGH_GPRS): Define if undefined.
4312 (s390_target_wordsize): New function.
4313 (s390_auxv_parse): Likewise.
4314 (s390_get_hwcap): Likewise.
4315 (s390_read_description): Likewise.
4316 (_initialize_s390_nat): Install s390_auxv_parse and
4317 s390_read_description.
4318
4319 * s390-tdep.c: Include "features/s390-linux32.c",
4320 "features/s390-linux64.c", and "features/s390x-linux64.c".
4321 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
4322 (s390_register_call_saved): New function.
4323 (s390_register_name): Remove.
4324 (s390_register_type): Remove.
4325 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
4326 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
4327 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
4328 (s390_pseudo_register_name): New function.
4329 (s390_pseudo_register_type): New function.
4330 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
4331 Handle full GPR pesudos and varying pseudo register numbers.
4332 (s390_pseudo_register_write): Likewise
4333 (s390x_pseudo_register_read): Remove.
4334 (s390x_pseudo_register_write): Likewise.
4335 (s390_register_group): Remove.
4336 (s390_pseudo_register_group): New function.
4337 (s390_regmap_gregset): Add GPR upper halves.
4338 (s390x_regmap_gregset): Likewise.
4339 (s390_regmap_fpregset): Likewise.
4340 (s390_regmap_upper): New global variable.
4341 (s390_upper_regset): New global variable.
4342 (s390_upper_regset_sections): New global variable.
4343 (s390_regset_from_core_section): Handle GPR upper halves.
4344 (s390_core_read_description): New function.
4345 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
4346 register information. Handle varying pseudo register numbers.
4347 (s390_backchain_frame_unwind_cache): Likewise.
4348 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
4349 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
4350 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
4351 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
4352 Handle varying pseudo register numbers.
4353 (s390_unwind_pc): Handle varying pseudo register numbers.
4354 (s390_dwarf2_prev_register): New function.
4355 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
4356 register information. Handle varying pseudo register numbers.
4357 Install s390_dwarf2_prev_register to unwind full GPRs.
4358 (s390_gdbarch_init): Handle target descriptions. Assign varying
4359 pseudo register numbers. Install s390_adjust_frame_regnum.
4360 (_initialize_s390_tdep): Initialize target descriptions.
4361
4362 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
4363 (S390_NUM_REGS): Redefine to include upper half registers.
4364 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
4365 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
4366 (tdesc_s390_linux32): Add declaration.
4367 (tdesc_s390_linux64): Likewise.
4368 (tdesc_s390x_linux64): Likewise.
4369
4370 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
4371
4372 * regset.h (struct core_regset_section): Add HUMAN_NAME.
4373 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
4374 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
4375 (ppc_linux_vmx_regset_sections): Likewise.
4376 (ppc_linux_fp_regset_sections): Likewise.
4377
4378 * corelow.c (get_core_register_section): Constify arguments.
4379 (get_core_registers): Use gdbarch_core_regset_sections instead
4380 of hard-coded platform-specific register section names.
4381
4382 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
4383
4384 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
4385 a register, assume the least-significant part is used.
4386 (write_pieced_value): Likewise.
4387
4388 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
4389
4390 * printcmd.c: Include "arch-utils.h".
4391 (do_one_display): Re-parse expression if current architecture changed.
4392
4393 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4394 Joel Brobecker <brobecker@adacore.com>
4395
4396 * gdbtypes.c (check_typedef): New comment on type length.
4397 * value.c (allocate_value_lazy): Remove the unused atype variable. New
4398 comment on type length.
4399 (value_primitive_field): Keep the original TYPE value, new comment.
4400
4401 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4402
4403 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
4404 p_start. Change != comparisons to > and < comparisons.
4405
4406 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4407
4408 * cli/cli-script.c (process_next_line): Check P2 overrun.
4409
4410 2009-01-01 Joel Brobecker <brobecker@adacore.com>
4411
4412 Update the copyright hearder to add year 2010 for most GDB files.
4413
4414 2009-01-01 Joel Brobecker <brobecker@adacore.com>
4415
4416 Fix build failure in inf-ptrace.c.
4417 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
4418
4419 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4420
4421 * top.c (print_gdb_version): Update copyright year.
4422
4423 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4424
4425 Fix break *FUN'address thread NUM.
4426 * ada-lex.l (task): Expand rule to also match the thread keyword.
4427
4428 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4429
4430 Fix break *FUN'address task NUM.
4431 * ada-lex.l (task): New rule.
4432 * ada-lang.c (valid_task_id): Make sure the Ada task list has
4433 been built before using it.
4434
4435 For older changes see ChangeLog-2009.
4436 \f
4437 Local Variables:
4438 mode: change-log
4439 left-margin: 8
4440 fill-column: 74
4441 version-control: never
4442 coding: utf-8
4443 End:
This page took 0.122171 seconds and 4 git commands to generate.