* expprint.c (dump_raw_expression): Print note if non-NULL.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
36dc683c
DE
12009-03-18 Doug Evans <dje@google.com>
2
a411cd0e
DE
3 * expprint.c (dump_raw_expression): Print note if non-NULL.
4
36dc683c
DE
5 * printcmd.c (display_uses_solib_p): Redo loop, scan element list
6 backwards.
7
5b1ba0e5
NS
82009-03-18 Nathan Sidwell <nathan@codesourcery.com>
9
10 * Makefile.in: Update license to GPLv3.
11 * ada-exp.y: Update license to GPLv3.
12 * ada-lex.l: Update license to GPLv3.
13 * c-exp.y: Update license to GPLv3.
14 * cp-name-parser.y: Update license to GPLv3.
15 * darwin-nat-info.c: Update license to GPLv3.
16 * f-exp.y: Update license to GPLv3.
17 * gdb_thread_db.h: Update license to GPLv3.
18 * hppanbsd-nat.c: Update license to GPLv3.
19 * hppanbsd-tdep.c: Update license to GPLv3.
20 * hppaobsd-tdep.c: Update license to GPLv3.
21 * jv-exp.y: Update license to GPLv3.
22 * m2-exp.y: Update license to GPLv3.
23 * objc-exp.y: Update license to GPLv3.
24 * p-exp.y: Update license to GPLv3.
25 * reply_mig_hack.awk: Update license to GPLv3.
26 * reverse.c: Update license to GPLv3.
27 * xtensa-xtregs.c: Update license to GPLv3.
28
8a2492ee
PA
292009-03-18 Pedro Alves <pedro@codesourcery.com>
30
31 * remote.c (remote_close): Don't call generic_mourn_inferior.
32 (remote_mourn_1): Call generic_mourn_inferior after closing the
33 target.
34
5338cef1
PA
352009-03-18 Pedro Alves <pedro@codesourcery.com>
36
37 * remote.c (remote_start_remote): Add missing call to
38 init_wait_for_inferior in non-stop mode.
39
717a8278
PA
402009-03-18 Pedro Alves <pedro@codesourcery.com>
41
42 * breakpoint.c (bpstat_should_step): Only consider software
43 watchpoints that have a location.
44
7d85a9c0
JB
452009-03-17 Joel Brobecker <brobecker@adacore.com>
46
47 Add a target_ops parameter to the to_kill method in struct target_ops.
48
49 * target.h (struct target_ops): Add a "target_ops *" parameter to
50 method to_kill.
51 (target_kill): Remove macro. Add declaration.
52 * target.c (debug_to_kill): Delete, no longer necessary.
53 (target_kill): New function.
54 (update_current_target): Stop inheriting the to_kill method.
55 Do not de_fault it to no_process either.
56 (setup_target_debug): Do not set current_target.to_kill.
57 * gnu-nat.c, go32-nat.c, hpux-thread.c, inf-ptrace.c, inf-ttrace.c,
58 linux-nat.c, monitor.c, nto-procfs.c, procfs.c, remote-m32r-sdi.c,
59 remote-mips.c, remote-sim.c, remote.c, windows-nat.c: Update
60 accordingly.
61
14064aa2
DE
622009-03-17 Doug Evans <dje@google.com>
63
64 * amd64-linux-nat.c (si_timerid,si_overrun): Provide definition for
65 glibc 2.3.2 and earlier.
66
f06eadd9
JB
672009-03-17 Joel Brobecker <brobecker@adacore.com>
68
69 * frame.c (get_prev_frame_1): Do not perform the inner_frame
70 sanity check if this_frame is not NORMAL.
71 (frame_id_inner): Update the description of this function.
72
481df73e
HZ
732009-03-17 Hui Zhu <teawater@gmail.com>
74
75 * stack.c: Change the introduce of "disassemble-next-line".
76
6b251945
PA
772009-03-17 Pedro Alves <pedro@codesourcery.com>
78
79 * mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,
80 declare as extern.
81
30c33a9f
HZ
822009-03-17 Hui Zhu <teawater@gmail.com>
83
dafb3b41 84 * stack.c: Include valprint.h.
30c33a9f
HZ
85 (disassemble_next_line): New enum.
86 (show_disassemble_next_line): New function. Show the current
87 value of disassemble-next-line.
88 (gdb_disassembly_stub_args): New struct for argument passing
89 between function do_gdb_disassembly and function
90 gdb_disassembly_stub.
91 (gdb_disassembly_stub): New function. Helper for
92 gdb_disassembly.
93 (do_gdb_disassembly): New function. Use TRY_CATCH to catch
94 the exception from the gdb_disassembly because it will be
95 broken by filter sometime.
96 (print_frame_info): If disassemble-next-line is set to auto
97 or on and doesn't have the line debug messages for $pc,
98 output the next instruction.
99 If disassemble-next-line is set to on and there is line debug
100 messages, output assembly codes for next line.
101 (_initialize_stack): Make the "set disassemble-next-line"
102 command an auto-boolean command. Change its class to
103 class_stack. Place it in the top level set list. Extend help
104 to describe the auto mode.
105
fee0be5d
PA
1062009-03-17 Pedro Alves <pedro@codesourcery.com>
107
108 * infrun.c (normal_stop): Don't overwrite old_chain.
109
a624e111
JB
1102009-03-16 Joel Brobecker <brobecker@adacore.com>
111
112 * remote-mips.c (mips_load): Replace call to regcache_set_valid_p,
113 which is undefined, by call to regcache_invalidate, which should
114 do what the original author wanted to do.
115
383c0389
JB
1162009-03-16 Joel Brobecker <brobecker@adacore.com>
117
118 * remote-mips.c (mips_mourn_inferior): Add missing ops parameter.
119 (mips_create_inferior): Likewise.
120
267fbcde
JB
1212009-03-16 Joel Brobecker <brobecker@adacore.com>
122
123 * go32-nat.c (go32_create_inferior): Add missing ops parameter.
124
da66f6a6
JB
1252009-03-16 Joel Brobecker <brobecker@adacore.com>
126
127 * darwin-nat.c (darwin_resume): Fix a compiler warning when
128 building on x86_64-darwin.
129
58529c02
JB
1302009-03-16 Tristan Gingold <gingold@adacore.com>
131
132 * configure.tgt: Add handling for x86_64-darwin.
133
ba30a4e9
JK
1342009-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
135
136 * auxv.c (fprint_target_auxv): New TAG for AT_RANDOM.
137
7fc0c7b5
JB
1382009-03-15 Joel Brobecker <brobecker@adacore.com>
139
140 * aix-thread.c (aix_thread_thread_alive, aix_thread_pid_to_str):
141 Use the ops parameter to get to the target beneath, rather than
142 using the current_target global. Using the current_target global
143 was an unintended accident.
144
1ba0a4ee
JB
1452009-03-15 Joel Brobecker <brobecker@adacore.com>
146
147 Fix an error happening while loading symbols from a core file
148 (on AIX).
149
150 * rs6000-nat.c (xcoff_relocate_symtab): Use target_has_execution
151 to detect whether we're debugging a core file or not.
152
d30acaa7
JB
1532009-03-15 Joel Brobecker <brobecker@adacore.com>
154
155 Modernize the aix-thread later by getting rid of the base_target
156 global. This brings back to life the AIX port which was otherwise
157 crashing all the time.
158
159 * aix-thread.c (base_target): Delete.
160 (pd_enable): Do not set base_target.
161 (aix_thread_attach): Use find_target_beneath instead of base_target.
162 (aix_thread_detach, aix_thread_resume, aix_thread_wait)
163 (aix_thread_fetch_registers, aix_thread_store_registers),
164 (aix_thread_xfer_partial, aix_thread_mourn_inferior)
165 (aix_thread_thread_alive, aix_thread_pid_to_str): Likewise.
166 (aix_thread_kill): Delete. Does not seem necessary.
167 (init_aix_thread_ops): Do not set aix_thread_ops.to_kill.
168
61ff14c6
JK
1692009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
170
171 * stack.c (return_command <retval_exp>): New variables retval_expr
172 and old_chain. Inline parse_and_eval to initialize retval_expr. Check
173 RETVAL_EXPR for UNOP_CAST and set RETURN_TYPE to the RETURN_VALUE type
174 if RETURN_TYPE is NULL.
175
5b1ba0e5 176>>>>>>> 1.10280
0b16c5cf
PA
1772009-03-14 Pedro Alves <pedro@codesourcery.com>
178
179 * remote.c (PACKET_qAttached): New.
180 (remote_query_attached): New.
181 (remote_add_inferior): Add new `attached' argument. Handle it.
182 (remote_notice_new_inferior, remote_start_remote): Adjust to pass
183 -1 to remote_add_inferior in new parameter.
184 (extended_remote_attach_1): Adjust to pass 1 to
185 remote_add_inferior in the new parameter.
186 (extended_remote_create_inferior_1): Adjust to pass 0 to
187 remote_add_inferior in the new parameter.
188 (_initialize_remote): Add "set/show remote query-attached-packet"
189 commands.
190
9ee6bb93
TT
1912009-03-13 Tom Tromey <tromey@redhat.com>
192
193 * symtab.c (lookup_symbol_in_language): Use a cleanup.
194
787274f0
DE
1952009-03-13 Doug Evans <dje@google.com>
196
197 * exceptions.h: Clean up some comments on catch_exceptions usage.
198 * exceptions.c: Ditto. Plus mark catch_errors as superseded by
199 catch_exceptions.
200
24f81874
JB
2012009-02-17 Joel Brobecker <brobecker@adacore.com>
202
203 The following patch helps getting rid of a warning inside solib-som.c.
204
205 * source.c (source_full_path_of): Constify parameter filename.
206 * defs.h (source_full_path_of): Update declaration accordingly.
207
e1578042
JB
2082009-03-12 Joel Brobecker <brobecker@adacore.com>
209
210 * ada-lang.c (ada_evaluate_subexp): Merge case BINOP_REM and
211 BINOP_MOD cases with the handling of case BINOP_DIV and BINOP_MUL.
212 Remove useless op value checks when EVAL_AVOID_SIDE_EFFECTS.
213
9c2be529
JB
2142009-03-12 Joel Brobecker <brobecker@adacore.com>
215
216 * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV>: make sure to
217 promote the operands when noside is EVAL_AVOID_SIDE_EFFECTS.
218
2360f94a 2192009-03-12 Joel Brobecker <brobecker@adacore.com>
e22dccb5
JB
220
221 * ada-tasks.c (ada_task_is_alive): Move up and make static.
222 * ada-lang.h (ada_task_is_alive): Remove declaration.
223
facc390f
JB
2242009-03-12 Jerome Guitton <guitton@adacore.com>
225
226 * ada-lang.c (ada_delta): Change the type of numerators and
227 denominators to DOUBLEST, as they may not fit into a long.
228 (scaling_factor): Ditto.
229
47e729a8
JB
2302009-03-12 Jerome Guitton <guitton@adacore.com>
231
5c20fa2a 232 * language.c (lang_bool_type): Set lai->bool_type_symbol to NULL.
47e729a8 233
b79819ba
JB
2342009-03-12 Joel Brobecker <brobecker@adacore.com>
235
236 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: For tagged
237 types, if we are unable to determine the actual symbol type
238 from its tag, then use the static approximation instead.
239
0056e4d5
JB
2402009-03-12 Joel Brobecker <brobecker@adacore.com>
241
242 Fix crash printing packed record with packed array.
243
244 * ada-lang.c (ada_modulus_from_name): New function.
245 (ada_modulus): In the case where the type length is bigger than
246 the size of the type used to hold the bounds, try determining
247 the modulus from the type name.
248 (ada_value_primitive_packed_val): Fix bug in the computation of
249 ntarg causing an out-of-buffer invalid access.
250
3c513ee6
JB
2512009-03-12 Joel Brobecker <brobecker@adacore.com>
252
253 Fix segfault when printing short_integer'last.
254
255 * ada-lang.c (ada_find_any_type): Search in the primitive types
256 if a symbol could not be found.
257
680f3fad
JB
2582009-03-12 Joel Brobecker <brobecker@adacore.com>
259
260 * ada-tasks.c (task_states,long_task_states): Add new states
261 Activating and Acceptor_Delay_Sleep. Update the description
262 of state Acceptor_Sleep.
263
2ab1c2d9
JB
2642009-03-12 Jonas Maebe <jonas.maebe@elis.ugent.be> (obvious change)
265
266 Fix a build failure on Darwin following some changes in
267 the profile of some target_ops methods.
268
269 * darwin-nat.c (darwin_kill_inferior): Add target_ops parameter
270 where missing.
271 (darwin_stop_inferior, darwin_detach): Likewise.
272
1f31650a
VP
2732009-03-12 Vladimir Prus <vladimir@codesourcery.com>
274
275 Include token in ^running notification for CLI commands.
276
277 * mi/mi-main.c (mi_execute_command): Set current_token here.
278 (mi_cmd_execute): Do not set current_token here.
279
4333ada3
VP
2802009-03-12 Vladimir Prus <vladimir@codesourcery.com>
281
282 Fix MI timings.
283
284 * mi/mi-main.c (mi_print_timing_maybe): New.
285 (captured_mi_execute_command): Simplify. Output timings to
286 CLI commands, too.
287 (mi_execute_async_cli_command): Do not print timings.
288 * mi/mi-main.h (mi_print_timing_maybe): Declare.
289 * mi/mi-interp.c (mi_on_normal_stop): Call mi_print_timing_maybe.
290
c5933f6d
JB
2912009-03-12 Jerome Guitton <guitton@adacore.com>
292
293 * xcoffread.c (process_linenos): Check if the line in the
294 include table refers to the main source file and, if so,
295 add them to the main subfile.
296
c7660128
JB
2972009-03-12 Joel Brobecker <brobecker@adacore.com>
298
299 Fix a build failure on AIX introduced after a change in the profile
300 of some of the "methods" in the target_ops structure.
301 * aix-thread.c: Add missing target_ops parameter throughout.
302
303 Implement Ada task switching on AIX.
304 * aix-thread.c (aix_thread_get_ada_task_ptid): New function.
305 (init_aix_thread_ops): Set aix_thread_ops.to_get_ada_task_ptid.
306
c5bc3a77
DJ
3072009-03-11 Daniel Jacobowitz <dan@codesourcery.com>
308
309 * breakpoint.c (bpstat_check_breakpoint_conditions): Use
310 value_mark and value_free_to_mark.
311 * objfiles.c (free_objfile): Call objfile_free_data before
312 freeing the BFD.
313
55518360
HZ
3142009-03-10 Hui Zhu <teawater@gmail.com>
315
316 * disasm.c (gdb_disassembly): Remove unused argument
317 "line_num".
318 * disasm.h (gdb_disassembly): Ditto.
319 * cli/cli-cmds.c (print_disassembly): Ditto.
320 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
321
5fd1a349
PP
3222009-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
323
324 * solib.c (solib_contains_address_p): New function.
325 (solib_name_from_address): Use it.
326 * printcmd.c (display_uses_solib_p): Use it.
327 * solib.h (solib_contains_address_p): Declare it.
328
36746093
JK
3292009-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
330
331 * varobj.c (free_variable): Call value_free.
332
757a13d0
JK
3332009-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
334
335 PR gdb/9873:
336 * dwarf2read.c (dwarf_decode_macros): New variable `at_commandline'.
337 Move the variable `macinfo_type' out of the loop. Create a new
338 processing pass before the current one to pre-create `current_file'.
339 New complaint on misplaced zero/non-zero definitions/includes.
340 Skip first DW_MACINFO_start_file with `at_commandline' set.
341
c8fa6cdd
VP
3422008-03-09 Vladimir Prus <vladimir@codesourcery.com>
343
344 * solib.c (reload_shared_libraries): Give
345 inferior a chance to reset solib breakpoint.
346 Reinit frame cache.
347
41b4aadc
CF
3482009-03-08 Christopher Faylor <me+cygwin@cgf.cx>
349
350 * windows-nat.c (dr): Redefine to use largest possible integer which
351 holds a pointer.
352 (cygwin_set_dr): Avoid coercion.
353
3542009-03-08 Oswald Buddenhagen <oswald.buddenhagen@trolltech.de>
355
14b69f28 356 * windows-nat.c (windows_create_inferior): Implement --tty handling on
41b4aadc
CF
357 non-cygwin.
358
f5c9a895
PP
3592009-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
360
361 Rename solib_address to solib_name_from_address.
362 * breakpoint.c (insert_bp_location, disable_breakpoints_in_shlibs)
363 (disable_breakpoints_in_unloaded_shlib): Update.
364 * printcmd.c (display_uses_solib_p): Likewise.
365 * stack.c (print_frame): Likewise.
366 * solib.c: Rename.
367 * solib.h: Rename.
368
a3247a22
PP
3692009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
370
371 * printcmd.c (do_one_display): Reparse exp_string.
372 (display_uses_solib_p): New function.
373 (clear_dangling_display_expressions): New function.
374 (_initialize_printcmd): Add observer.
375 * solib.c (no_shared_libraries): Swap order of calls to
376 clear_solib and objfile_purge_solibs.
377
d36df9c5
JB
3782009-03-05 Joel Brobecker <brobecker@adacore.com>
379
380 Implement the target-specific part of Ada tasking support
381 on Tru64.
382
383 * dec-thread.c (dec_thread_get_ada_task_ptid): New function.
384 (init_dec_thread_ops): Set the to_get_ada_task_ptid method.
385
b254c0b2
JB
3862009-03-05 Joel Brobecker <brobecker@adacore.com>
387
388 Get rid of the global "base_target" and use "find_target_beneath"
389 to find the underlying target.
390 * dec-thread.c (base_target): Delete.
391 (enable_dec_thread): Remove assignement to base_target.
392 (dec_thread_detach, dec_thread_wait, dec_thread_wait)
393 (dec_thread_fetch_registers, dec_thread_store_registers)
394 (dec_thread_mourn_inferior, dec_thread_pid_to_str):
395 Update the function profile if necessary.
396 Use find_target_beneath to call the same method but from
397 the underlying target, removing the need for "base_target".
398
399 * dec-thread.c (dec_thread_get_regsets, dec_thread_set_regsets):
400 Fix a copy/paste error in a few debug traces...
401
402 * solib-osf.c (init_so): Use a simpler method for computing
403 the size of lm_info structure. This also gets rid of warning
404 emitted by the compiler.
405
aae64587
PA
4062009-03-05 Pedro Alves <pedro@codesourcery.com>
407
408 * breakpoint.c (check_duplicates_for): Skip permanent breakpoints
409 duplicates of permanent breakpoints.
410
1941c569
PA
4112009-03-04 Pedro Alves <pedro@codesourcery.com>
412
413 * inferior.h (notice_new_inferior): Declare.
414 * infcmd.c (notice_new_inferior): New.
415 * remote.c (remote_add_inferior, remote_add_thread): New.
416 (notice_new_inferiors): Rename to...
417 (remote_notice_new_inferior): ... this. Add RUNNING argument.
418 Use remote_add_thread instead of add_thread, passing it the
419 RUNNING argument. Add an inferior with remote_add_inferior. If
420 we just learned about an inferior, call notice_new_inferior.
421 (record_currthread): Adjust.
422 (remote_threads_info): Adjust to use remote_notice_new_inferior.
237d4315
PA
423 (remote_start_remote, extended_remote_attach_1): Use
424 remote_add_inferior.
1941c569
PA
425 (process_stop_reply): Adjust. Call remote_notice_new_inferior
426 after handling expedited registers and watchpoint state.
427 (extended_remote_create_inferior_1): Use remote_add_inferior.
428
9bde0732
AR
4292009-03-04 Aleksandar Ristovski <aristovski@qnx.com>
430
431 * infcmd.c (registers_info): Remove register number case.
432
6aa8e5c2
PA
4332009-03-03 Pedro Alves <pedro@codesourcery.com>
434
435 * top.c (quit_target): Check for target_has_execution before
436 killing or detaching from inferiors.
437
1d59cee5
JB
4382009-03-02 Joel Brobecker <brobecker@adacore.com>
439
440 Remove some unused routines.
441
442 * ada-lang.c (is_suppressed_name, ada_suppress_symbol_printing):
443 Delete.
444 * ada-lang.c (ada_task_list_iterator_ftype)
445 (iterate_over_live_ada_tasks): Delete.
446 * ada-tasks.c (ada_get_environment_task, iterate_over_live_ada_tasks):
447 Delete.
448
223698f8
DE
4492009-03-01 Doug Evans <dje@google.com>
450
9af17804
DE
451 * symtab.c: Remove trailing whitespace throughout the file.
452 (expand_line_sal): Fix some typos and whitespace.
453
3c54f140
DE
454 * Makefile.in (clean): rm -f $(DEPDIR)/*.
455
2aecd87f
DE
456 * Makefile.in (GDB_CFLAGS): Add -I$(srcdir)/common.
457 (init.c): signals/ -> common/.
458 (signals.o): Update.
459 * target.h (target_signal_to_string,target_signal_to_string)
460 (target_signal_from_name,target_signal_to_host_p)
461 (target_signal_from_host,target_signal_to_host): Move to ...
462 * common/gdb_signals.h: ... here. New file.
463 * common/signals.c: Moved here from signals/signals.c.
464 #include gdb_signals.h, remove #include of target.h in gdb case.
465 (target_signal_from_command,default_target_signal_to_host)
466 (default_target_signal_from_host): Move inside #ifndef GDBSERVER.
467
223698f8
DE
468 Include thread ID in target_wait debugging output.
469 * infrun.c (print_target_wait_results): New function.
470 (wait_for_inferior,fetch_inferior_event): Call it.
471
93a91755
PA
4722009-02-27 Pedro Alves <pedro@codesourcery.com>
473
474 * gdb_proc_service.h (struct ps_prochandle): Replace pid_t field
475 with a ptid_t field.
476 * linux-thread-db.c (thread_get_info_callback): Build the ptid
477 using the pid stored in proc_handle.ptid.
478 (thread_from_lwp, thread_db_attach_lwp, enable_thread_event)
479 (check_for_thread_db, thread_db_detach, check_event)
480 (thread_db_mourn_inferior, find_new_threads_callback)
481 (thread_db_find_new_threads_1): Adjust.
482 * proc-service.c (ps_xfer_memory, ps_lgetregs, ps_lsetregs)
483 (ps_lgetfpregs, ps_lsetfpregs, ps_getpid): Adjust.
484
b5096abe
PM
4852009-02-27 Phil Muldoon <pmuldoon@redhat.com>
486
487 * valprint.c (read_string): Rework clean-up logic. Use
488 free_current_contents to clean-up buffer.
489
a2f63f5e
AS
4902009-02-27 Andreas Schwab <schwab@linux-m68k.org>
491
492 * MAINTAINERS: Update e-mail address.
493
83390453
PM
4942009-02-26 Phil Muldoon <pmuldoon@redhat.com>
495
496 * python/python-utils.c (python_string_to_unicode): Always return
497 a new reference.
498 (python_string_to_target_string): Decrement transient python
499 instance.
500 (python_string_to_host_string): Likewise.
501
5022007-02-26 Pedro Alves <pedro@codesourcery.com>
a0740d21
PA
503
504 * mips-linux-nat.c (mips64_linux_fetch_registers): Pass `ops' to
505 call to super_fetch_registers.
506 (mips64_linux_store_registers): Pass `ops' to call to
507 super_store_registers.
508
89c83b10
DE
5092009-02-25 Doug Evans <dje@google.com>
510
99361f52
DE
511 * breakpoint.c (insert_bp_location): Add \n to overlay breakpoint
512 error message.
513
1c2af6c4
DE
514 * breakpoint.c (disable_breakpoints_in_shlibs): Delete local
515 disabled_shlib_breaks, unused.
516
89c83b10
DE
517 * printcmd.c (build_address_symbolic): Fix comment.
518
9e2f0ad4
HZ
5192009-02-25 Hui Zhu <teawater@gmail.com>
520
521 * cli/cli-script.c (define_command): Add _() to query.
522 * gnu-nat.c (inf_validate_task_sc): Ditto.
523 * infcmd.c (kill_if_already_running): Ditto.
524 (jump_command): Ditto.
525 (attach_command): Ditto.
526 * inflow.c (kill_command): Ditto.
527 * infrun.c (handle_command): Ditto.
528 * maint.c (maintenance_dump_me): Ditto.
529 * memattr.c (mem_delete_command): Ditto.
530 * monitor.c (monitor_interrupt_query): Ditto.
531 * nto-procfs.c (interrupt_query): Ditto.
532 * printcmd.c (undisplay_command): Ditto.
533 * remote-mips.c (mips_kill): Ditto.
534 * remote.c (interrupt_query): Ditto.
535 * solib-irix.c (irix_open_symbol_file_object): Ditto.
536 * solib-osf.c (osf_open_symbol_file_object): Ditto.
537 * solib-pa64.c (pa64_open_symbol_file_object): Ditto.
538 * solib-som.c (som_open_symbol_file_object): Ditto.
539 * solib-svr4.c (open_symbol_file_object): Ditto.
540 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
541 * target.c (kill_or_be_killed): Ditto.
542 * tracepoint.c (delete_trace_command): Ditto.
543 * top.c (quit_confirm): Add _() to s that will be used
544 in query.
545
02529b48
PM
5462009-02-24 Pierre Muller <muller@ics.u-strasbg.fr>
547
548 Fix windows-nat.c compilation failure.
549
550 * windows-nat.c (windows_thread_alive): Fix forward declaration.
551 (get_windows_debug_event): Add ops parameter to call to windows_resume.
552
2fb89e62
PA
5532009-02-23 Pedro Alves <pedro@codesourcery.com>
554
555 * remote-sim.c (gdbsim_resume): Add target_ops* argument.
556
6f43c46f
JB
5572009-02-23 Jay Krell <jay.krell@cornell.edu> (tiny change)
558
559 * symtab.c (find_line_symtab): Initialize exact to avoid
560 a compiler warning.
561
84e473c8
PA
5622009-02-23 Pedro Alves <pedro@codesourcery.com>
563
564 * i386-linux-nat.c (i386_linux_fetch_inferior_registers): Pass
565 `ops' to recursive call.
566
28439f5e
PA
5672009-02-23 Pedro Alves <pedro@codesourcery.com>
568
569 * corelow.c (get_core_registers): Adjust.
570 (core_file_thread_alive): Rename to...
571 (core_thread_alive): ... this.
572 (core_pid_to_str): Try gdbarch_core_pid_to_str first.
573 (init_core_ops): Adjust.
574 (coreops_suppress_target): Delete.
575 (_initialize_corelow): Unconditionally add core_ops.
576 * procfs.c: Include "inf-child.h".
577 (procfs_ops): Delete.
578 (init_procfs_ops): Delete. Reimplement as...
579 (procfs_target): ... this, inheriting from inf-child.
580 (procfs_attach, procfs_detach, procfs_fetch_registers): Adjust.
581 (procfs_prepare_to_store): Delete.
582 (procfs_store_registers, procfs_resume): Adjust.
583 (procfs_open): Delete.
584 (procfs_suppress_run): Delete.
585 (procfs_can_run): Delete.
586 (procfs_mourn_inferior): Adjust.
587 (procfs_init_inferior): Add target_ops parameter. Adjust.
588 (procfs_create_inferior): Don't pass procfs_init_inferior to
589 fork_inferior. Instead call it after fork_inferior returns.
590 (procfs_find_new_threads): Adjust.
591 (_initialize_procfs): Adjust to use procfs_target instead of
592 init_procfs_ops.
593 * sol-thread.c (orig_core_ops, sol_core_ops): Delete.
594 (lwp_to_thread): Use target_thread_alive.
595 (sol_thread_open): Delete.
596 (sol_thread_attach): Delete.
597 (sol_thread_detach, sol_thread_resume, sol_thread_wait)
598 (sol_thread_fetch_registers, sol_thread_store_registers): Adjust
599 to use find_target_beneath.
600 (sol_thread_prepare_to_store, sol_thread_xfer_memory): Delete.
601 (sol_thread_xfer_partial): Adjust to use find_target_beneath.
602 (sol_thread_files_info, sol_thread_kill_inferior): Delete.
603 (check_for_thread_db): New.
604 (sol_thread_notice_signals, sol_thread_create_inferior): Delete.
605 (sol_thread_new_objfile): Call check_for_thread_db.
606 (sol_thread_mourn_inferior): Adjust to use find_target_beneath.
607 (sol_thread_can_run): Delete.
608 (sol_thread_alive): Adjust to use find_target_beneath.
609 (sol_thread_stop): Delete.
610 (rw_common): Use target_write_memory or target_read_memory.
611 (ps_lgetregs, ps_lgetfpregs): Use target_fetch_registers.
612 (ps_lsetregs, ps_lsetfpregs): Use target_store_registers.
613 (solaris_pid_to_str): Remove check for libthread_db initialization
614 failing.
615 (sol_find_new_threads): Remove check for libthread_db
616 initialization failing, or for an invalid inferior_ptid. Adjust
617 to use find_target_beneath.
618 (sol_core_open, sol_core_close, sol_core_detach,
619 sol_core_files_info, sol_find_memory_regions,
620 sol_make_note_section, ignore): Delete.
621 (init_sol_thread_ops): Make it a thread_stratum target. Remove
622 unneeded callback settings.
623 (init_sol_core_ops): Delete.
624 (_initialize_sol_thread): No longer call init_sol_core_ops, set
625 procfs_suppress_run, or hack with core_ops.
626
627 * target.h (struct target_ops): Add a target_ops * parameter to
628 to_resume, to_fetch_registers, to_store_registers, to_thread_alive
629 and to_find_new_threads.
630 (target_fetch_registers, target_store_registers)
631 (target_thread_alive, target_find_new_threads): Redeclare as
632 function.
a2f63f5e 633
28439f5e
PA
634 * target.c (update_current_target): Do not inherit or de_fault
635 to_resume, to_fetch_registers, to_store_registers,
636 to_thread_alive, to_find_new_threads.
637 (target_resume): Adjust.
638 (target_thread_alive, target_find_new_threads): New.
639 (debug_to_resume, debug_to_fetch_registers): Delete.
640 (target_fetch_registers): New.
641 (debug_to_store_registers): Delete.
642 (target_store_registers): New.
643 (debug_to_thread_alive, debug_to_find_new_threads): Delete.
644 (setup_target_debug): Adjust.
a2f63f5e 645
28439f5e 646 * gdbcore.h (core_ops): Delete declaration.
a2f63f5e 647
28439f5e
PA
648 * inf-ptrace.c, linux-nat.c, remote.c, amd64-linux-nat.c,
649 inf-child.c, linux-thread-db.c, bsd-uthread.c, inf-ttrace.c,
650 i386-sol2-tdep.c, darwin-nat.c, gnu-nat.c, go32-nat.c,
651 hpux-thread.c, i386-linux-nat.c, i386fbsd-nat.c, monitor.c,
652 nto-procfs.c, remote-m32r-sdi.c, remote-mips.c, windows-nat.c,
653 alphabsd-nat.c, amd64bsd-nat.c, arm-linux-nat.c, armnbsd-nat.c,
654 bsd-kvm.c, hppa-hpux-nat.c, hppa-linux-nat.c, hppabsd-nat.c,
655 hppanbsd-nat.c, i386-darwin-nat.c, i386bsd-nat.c,
656 ia64-linux-nat.c, m32r-linux-nat.c, m68kbsd-nat.c,
657 m68klinux-nat.c, m88kbsd-nat.c, mips-linux-nat.c,
658 mips64obsd-nat.c, mipsnbsd-nat.c, ppc-linux-nat.c, ppcnbsd-nat.c,
659 ppcobsd-nat.c, remote-sim.c, rs6000-nat.c, s390-nat.c,
660 shnbsd-nat.c, sparc-nat.c, sparc-nat.h, spu-linux-nat.c,
661 vaxbsd-nat.c, xtensa-linux-nat.c: Adjust to target_ops changes.
662
663 * gdbarch.sh (core_pid_to_str): New gdbarch callback.
664 * gdbarch.h, gdbarch.c: Regenerate.
665
666 * sol2-tdep.c: Include "inferior.h".
667 (sol2_core_pid_to_str): New.
668 * sol2-tdep.h (sol2_core_pid_to_str): Declare.
669
670 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
671 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
672 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
673 * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
674
907083d1
DE
6752009-02-22 Doug Evans <dje@google.com>
676
677 * exec.c (exec_file_attach): Fix comment.
678
63807e1d
PA
6792009-02-22 Pedro Alves <pedro@codesourcery.com>
680
681 Silence a few -Wmissing-prototypes warnings.
682
683 PR build/9877:
a2f63f5e 684 * alpha-linux-tdep.c (alpha_linux_regset_from_core_section): Make
63807e1d 685 it static.
a2f63f5e
AS
686 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Declare.
687 * amd64fbsd-tdep.c (amd64fbsd_init_abi): Make it static.
688 * amd64nbsd-tdep.c (_initialize_amd64nbsd_ndep): Rename to ...
63807e1d
PA
689 (_initialize_amd64nbsd_tdep): ... this.
690 * arm-linux-tdep.c (arm_linux_software_single_step): Make it static.
691 (_initialize_arm_linux_tdep): Declare.
692 * armbsd-tdep.c (armbsd_fpreg_offset): Make it static.
693 * armnbsd-tdep.c (_initialize_arm_netbsd_tdep): Declare.
694 * armobsd-tdep.c (_initialize_armobsd_tdep): Declare.
695 * avr-tdep.c (avr_return_value): Make it static.
696 (avr_frame_unwind_cache): Ditto.
697 * bsd-uthread.c (bsd_uthread_inferior_created): Ditto.
698 (bsd_uthread_solib_loaded): Ditto.
699 (bsd_uthread_solib_unloaded): Ditto.
700 (bsd_uthread_target): Ditto.
701 (_initialize_bsd_uthread): Declare.
702 * cris-tdep.c (crisv32_single_step_through_delay): Make it static.
703 (cris_frame_unwind_cache): Ditto.
704 * frv-tdep.c (frv_return_value): Ditto.
705 * h8300-tdep.c (h8300_use_struct_convention): Ditto.
706 (h8300h_use_struct_convention): Ditto.
707 * hppa-tdep.c (hppa_sign_extend, hppa_low_hppa_sign_extend):
708 Ditto.
709 * hppa-tdep.h (hppa_low_sign_extend, hppa_sign_extend): Delete
710 declarations.
711 * hppabsd-tdep.c: Include hppabsd-tdep.h.
712 (hppabsd_find_global_pointer): Make it static.
713 * hppabsd-tdep.h: New.
714 * hppanbsd-tdep.c: Include hppabsd-tdep.h.
715 (hppabsd_init_abi): Remove declaration.
716 (_initialize_hppabsd_tdep): Remove declaration.
717 (_initialize_hppanbsd_tdep): Declare.
718 * hppaobsd-tdep.c: Include hppabsd-tdep.h.
719 (hppabsd_init_abi): Delete declaration.
720 (hppaobsd_init_abi): Make it static.
721 * i386-nto-tdep.c (_initialize_i386nto_tdep): Declare.
722 * i386nbsd-tdep.c (_initialize_i386nbsd_tdep): Declare.
723 * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Declare.
724 * ia64-tdep.c (ia64_register_reggroup_p): Make it static.
725 * iq2000-tdep.c (_initialize_iq2000_tdep): Declare.
726 * m32c-tdep.c (m32c_register_reggroup_p): Make it static.
727 (m32c_analyze_prologue, m32c_virtual_frame_pointer): Ditto.
728 (_initialize_m32c_tdep): Declare.
729 * m32r-rom.c (_initialize_m32r_rom): Declare.
730 * m32r-tdep.c (m32r_skip_prologue): Make it static.
731 (m32r_return_value): Ditto.
732 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Make it static.
733 (m68hc11_return_value): Ditto.
734 * m68klinux-tdep.c (_initialize_m68k_linux_tdep): Declare.
735 * m88k-tdep.c (m88k_frame_cache): Make it static.
736 * mep-tdep.c (mep_gdb_print_insn): Ditto.
737 (mep_return_value): Ditto.
738 (_initialize_mep_tdep): Declare.
739 * mips-irix-tdep.c (_initialize_mips_irix_tdep): Declare.
740 * mips-linux-tdep.c (supply_64bit_reg): Make it static.
741 (mips_linux_syscall_next_pc): Ditto.
742 (_initialize_mips_linux_tdep): Declare.
743 * mips-tdep.c (mips_single_step_through_delay): Make it static.
744 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Declare.
745 * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Declare.
746 * mn10300-tdep.c (_initialize_mn10300_tdep): Declare.
747 * mt-tdep.c (_initialize_mt_tdep): Declare.
748 * nbsd-tdep.c: Include nbsd-tdep.h.
749 * nto-tdep.c (find_load_phdr): Make it static.
750 (_initialize_nto_tdep): Declare.
751 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Make it
752 static.
753 (_initialize_ppc_linux_tdep): Declare.
754 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint)
755 (m32r_insert_watchpoint, m32r_remove_watchpoint)
756 (m32r_stopped_data_address, m32r_stopped_by_watchpoint): Make
757 static.
758 * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Declare.
759 * rs6000-nat.c: Include xcoffread.h.
760 (find_toc_address): Don't extern declare get_toc_offset. Adjust
761 to call xcoff_get_to_offset.
762 * rs6000-tdep.c (ppc_vsx_support_p, ppc_displaced_step_fixup)
763 (rs6000_skip_main_prologue, rs6000_in_solib_return_trampoline)
764 (rs6000_skip_trampoline_code): Make static.
765 * s390-tdep.c (s390_regset_from_core_section): Ditto.
766 * sh-tdep.c (sh_register_reggroup_p): Ditto.
767 * shnbsd-tdep.c (shnbsd_regset_from_core_section): Ditto.
768 (_initialize_shnbsd_tdep): Declare.
769 * solib-frv.c (displacement_from_map): Make static.
770 (_initialize_frv_solib): Declare.
771 * solib-irix.c (fetch_lm_info): Make static.
772 (_initialize_irix_solib): Declare.
773 * solib-som.c: Include solib-som.h.
774 (som_solib_select): Line break.
775 * sparc-tdep.c (sparc_regset_from_core_section): Make static.
776 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Rename to ...
777 (_initialize_sparcnbsd_tdep): ... this.
778 * spu-tdep.c (spu_software_single_step): Make it static.
779 (_initialize_spu_tdep): Declare.
780 * vax-tdep.c (vax_frame_cache): Make it static.
781 * xcoffread.c: Include xcoffread.h.
782 (get_toc_offset): Rename to ...
783 (xcoff_get_toc_offset): ... this.
784 (_initialize_xcoffread): Declare.
785 * xcoffread.h: New.
786 * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Declare.
787 * xtensa-tdep.c (xtensa_skip_prologue, xtensa_derive_tdep): Make
788 static.
789 (_initialize_xtensa_tdep): Declare.
790
2c0b251b
PA
7912008-02-21 Pedro Alves <pedro@codesorcery.com>
792
793 Silence a few -Wmissing-prototypes warnings.
794
795 PR build/9877:
796 * amd64-nat.c: Include "amd64-nat.h".
797 * fork-child.c (_initialize_fork_child): Ditto.
798 * gcore.c (_initialize_gcore): Ditto.
799 * inf-ptrace.c: Include "inf-ptrace.h".
800 (inf_ptrace_store_registers): Make it static.
801 * linux-nat.c (linux_nat_terminal_ours): Make it static.
802 (_initialize_linux_nat): Declare before definition.
803 * linux-tdep.c: Include "linux-tdep.h".
804 * linux-thread-db.c (_initialize_thread_db): Declare before
805 definition.
806 * proc-service.c (_initialize_proc_service): Ditto.
807 * remote.c (remote_send_printf): Make it static.
808 * solib.c: Include "solib.h".
809 * symfile-mem.c (_initialize_symfile_mem): Declare before
810 definition.
811 * ada-lang.c (ada_la_decode, ada_match_name)
812 (ada_suppress_symbol_printing, ada_is_array_type)
813 (ada_value_ptr_subscript, ada_array_length)
814 (ada_to_static_fixed_value): Make them static.
815 (_initialize_ada_language): Declare before definition.
816 * ada-tasks.c (ada_get_task_number, ada_get_environment_task)
817 (ada_task_list_changed, ada_new_objfile_observer): Make them
818 static.
819 (_initialize_tasks): Declare before definition.
820 * addrmap.c (_initialize_addrmap): Declare before definition.
821 * auxv.c (default_auxv_parse): Make it static.
822 * bfd-target.c (target_bfd_xfer_partial, target_bfd_xclose): Make
823 them static.
824 * breakpoint.c (remove_sal): Add line break.
825 (expand_line_sal_maybe): Make it static.
826 * cp-name-parser.y: Include "cp-support.h".
827 * cp-valprint.c (cp_find_class_member): Make it static.
828 * eval.c (value_f90_subarray): Ditto.
829 * exceptions.c (print_any_exception): Ditto.
830 * findcmd.c (_initialize_mem_search): Declare before definition.
831 * frame.c (frame_observer_target_changed): Make it static.
832 * gnu-v3-abi.c (gnuv3_find_method_in): Make it static.
833 * inf-child.c: Include "inf-child.h".
834 * inferior.h (valid_inferior_id): Rename to ...
835 (valid_gdb_inferior_id): ... this.
836 * infrun.c (infrun_thread_stop_requested, siginfo_make_value):
837 Make them static.
838 * jv-lang.c (java_language_arch_info): Make it static.
839 * m2-typeprint.c (m2_get_discrete_bounds): Ditto.
840 * osdata.c (info_osdata_command): Make it static.
841 * regcache.c (regcache_observer_target_changed): Make it static.
842 * reverse.c (_initialize_reverse): Declare before definition.
843 * stabsread.c (cleanup_undefined_types_noname)
844 (cleanup_undefined_types_1): Make them static.
845 * symfile.c (place_section): Make it static.
846 * symtab.c (find_pc_sect_psymtab_closer): Make it static.
847 * target-descriptions.c (_initialize_target_descriptions): Declare
848 before definition.
849 * target.c (default_get_ada_task_ptid, find_default_can_async_p)
850 (find_default_is_async_p, find_default_supports_non_stop): Make
851 them static.
852 (target_supports_non_stop): Add prototype.
853 (dummy_pid_to_str): Make it static.
854 * utils.c (_initialize_utils): Declare before definition.
855 * ada-exp.y (_initialize_ada_exp): Declare before definition.
856 * solib-svr4.c (HAS_LM_DYNAMIC_FROM_LINK_MAP): Add a prototype.
857 * target.h (struct target_ops): Add a prototype to the
858 to_can_execute_reverse callback.
a2f63f5e
AS
859 * macroscope.c (_initialize_macroscope): Declare before definition.
860 * cp-namespace.c (_initialize_cp_namespace): Declare before definition.
2c0b251b
PA
861 * python/python.c (_initialize_python): Declare before definition.
862 * tui/tui-command.c: Include "tui/tui-command.h".
863 * tui/tui-data.c (init_content_element, init_win_info): Make them
864 static.
865 * tui/tui-disasm.c: Include "tui/tui-disasm.h".
866 * tui/tui-interp.c (_initialize_tui_interp): Declare before
867 definition.
868 * tui/tui-layout.c: Include "tui/tui-layout.h".
869 (_initialize_tui_layout): Declare before definition.
870 * tui/tui-regs.c: Include "tui/tui-regs.h".
871 (tui_display_reg_element_at_line): Make it static.
872 (_initialize_tui_regs): Declare before definition.
873 * tui/tui-stack.c (_initialize_tui_stack): Declare before
874 definition.
875 * tui/tui-win.c: Include "tui/tui-win.h".
876 (_initialize_tui_win): Declare before definition.
877 (tui_sigwinch_handler): Make it static. Wrap in ifdef SIGWINCH.
878 * tui/tui-win.h (tui_sigwinch_handler): Delete declaration.
879 (tui_get_cmd_list): Add a prototype.
880 * tui/tui-windata.c: Include tui-windata.h.
881 * tui/tui-wingeneral.c (box_win): Make it static.
882 * cli/cli-logging.c (show_logging_command): Make it static.
883 (_initialize_cli_logging): Declare before definition.
884 * mi/mi-common.c (_initialize_gdb_mi_common): Declare before
885 definition.
886
5aca5a82
PM
8872009-02-20 Pierre Muller <muller@ics.u-strasbg.fr>
888
08c1f091 889 Extend use of i386_use_watchpoints to all i386 native files
5aca5a82 890 using hardware watchpoints.
08c1f091
DE
891 * go32-nat.c (init_go32_ops): Call i386_use_watchpoints.
892 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Ditto.
893 * windows-nat.c (init_windows_ops): Ditto.
894 * config/i386/nm-cygwin.h: Define I386_WATCHPOINTS_IN_TARGET_VECTOR.
895 * config/i386/nm-cygwin64.h: Ditto.
896 * config/i386/nm-fbsd.h: Ditto.
897 * config/i386/nm-go32.h: Ditto.
5aca5a82 898
1db300f1
JB
8992009-02-19 Joel Brobecker <brobecker@adacore.com>
900
901 * ada-typeprint.c (ada_typedef_print): Remove. Unused.
902
c86cf029
VP
9032009-02-18 Vladimir Prus <vladimir@codesourcery.com>
904
905 * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New.
906 (mi_interpreter_init): Register the above.
907 * solib.c (clear_solib): Notify solib unload.
908 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Do not
909 disable breakpoints on a.out targets.
910
3ea85240
VP
9112009-02-17 Vladimir Prus <vladimir@codesourcery.com>
912
913 * observer.c (observer_test_first_notification_function)
914 (observer_test_second_notification_function)
915 (observer_test_third_notification_function): Adjust prototype.
916
4c1d2973
PA
9172009-02-17 Pedro Alves <pedro@codesourcery.com>
918
919 * Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o.
920 (ALL_TARGET_OBS): Add dicos-tdep.o.
921 (ALLDEPFILES): Add amd64-dicos-tdep.c and dicos-tdep.c.
922 * configure.tgt (i[34567]86-*-dicos*): Add dicos-tdep.o to
923 gdb_target_obs.
924 (x86_64-*-dicos*): Add dicos-tdep.o and amd64-dicos-tdep.o to
925 gdb_target_obs.
926 * dicos-tdep.h, dicos-tdep.c: New.
927 * amd64-dicos-tdep.c: New.
928 * i386-dicos-tdep.c: Don't include solib.h, solib-target.h or
929 inferior.h. Include dicos-tdep.h.
930 (i386_dicos_init_abi): Call dicos_init_abi.
931 (i386_dicos_bfd_has_symbol_p): Delete.
932 (i386_dicos_osabi_sniffer): Use dicos_load_module_p.
933
934 * NEWS: Mention x86-64 DICOS target support.
935
1903f0e6
DE
9362009-02-16 Doug Evans <dje@google.com>
937
938 * amd64-tdep.c (amd64_skip_prefixes): Renamed from skip_prefixes.
939 All callers updated.
940 (amd64_get_insn_details): Handle more 3-byte opcode insns.
941 (amd64_breakpoint_p): Delete.
942 (amd64_displaced_step_fixup): When fixing up after stepping an int3,
943 don't back up pc to the start of the int3.
944 * i386-tdep.c: #include opcode/i386.h.
945 (i386_skip_prefixes): New function.
946 (i386_absolute_jmp_p): Constify argument.
947 (i386_absolute_call_p,i386_ret_p,i386_call_p,i386_syscall_p): Ditto.
948 (i386_breakpoint_p): Delete.
949 (i386_displaced_step_fixup): Handle unnecessary or redundant prefixes.
950 When fixing up after stepping an int3, don't back up pc to the start
951 of the int3.
952
959b8724
PA
9532009-02-16 Pedro Alves <pedro@codesourcery.com>
954
955 * corelow.c (core_close): Don't hardcode the core's pid.
956 (core_open): Find core threads before calling
957 post_create_inferior.
958 (add_to_thread_list, get_core_register_section): Take into account
959 systems where the regset section names encode the pid of the
960 inferior.
961
962 * gdbarch.sh (core_reg_section_encodes_pid): New gdbarch setting.
963 * gdbarch.h, gdbarch.c: Regenerate.
964
965 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
966 * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
967 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
968 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
969
1d33d6ba
VP
9702009-02-14 Vladimir Prus <vladimir@codesourcery.com>
971
972 Include frame information for *stopped due to CLI commands.
973
a2f63f5e
AS
974 * ada-tasks.c (ada_normal_stop_observer): Adjust prototype.
975 * infcmd.c (finish_command_continuation): Pass '1' for
976 'print_frame' parameter to the observer.
977 * infrun.c (normal_stop): Don't print mi-specific information
978 here. Pass 'stop_print_frame' to the 'print_frame' parameter
979 of the observer.
980 * mi/mi-interp.c (mi_on_normal_stop): Adjust prototype.
981 If we need to print frame, and current uiout is not the MI one,
982 print frame again.
1d33d6ba 983
2ff5e605
PM
9842009-02-13 Pierre Muller <muller@ics.u-strasbg.fr>
985
986 * xtensa-tdep.c (call0_analyze_prologue): Delete BSZ macro.
987 Replace BSZ macro uses by XTENSA_ISA_BSZ macro.
988
5d7cb8df
JK
9892009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
990
991 PR fortran/9806
992 * dwarf2read.c (process_die <DW_TAG_module>, read_module)
993 (scan_partial_symbols <DW_TAG_module>, add_partial_module): New.
994
868a0084
PM
9952009-02-11 Pierre Muller <muller@ics.u-strasbg.fr>
996
997 * dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHAR
5d7cb8df 998 for DW_ATE_signed_char and DW_ATE_unsigned_char
868a0084
PM
999 for pascal language.
1000
42e2132c
JK
10012009-02-11 Jim Meyering <meyering@redhat.com>
1002 Jan Kratochvil <jan.kratochvil@redhat.com>
1003
1004 Avoid NULL dereference.
1005 * stack.c (return_command): Guard use of SYMBOL_TYPE (thisfun).
1006 New variable func_type.
1007
315aef0a
PA
10082009-02-11 Pedro Alves <pedro@codesourcery.com>
1009
1010 * gdbarch.c: Regenerate.
1011
58159490
PM
10122009-02-10 Pierre Muller <muller@ics.u-strasbg.fr>
1013
1014 * p-lang.c (is_pascal_string_type): Fix comment.
1015 Determine exact size of char elements for GPC
1016 strings.
1017 (pascal_printstr): Handle char width of 2 or 4.
1018 * p-valprint.c (pascal_val_print): Handle char
1019 of width 2 or 4.
a2f63f5e 1020
d3f36a39
DJ
10212009-02-07 Daniel Jacobowitz <dan@codesourcery.com>
1022
1023 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpc
1024 inside the loop. Only call addrmap_set_empty if the compilation unit
1025 had DW_AT_high_pc and DW_AT_low_pc. Update call to
1026 scan_partial_symbols.
1027 (scan_partial_symbols): Take NEED_PC argument and pass it along with
1028 LOWPC and HIGHPC.
1029 (add_partial_namespace): Take NEED_PC argument and pass it through.
1030 (add_partial_subprogram): Take NEED_PC argument. Update the addrmap
1031 if necessary.
1032
47a3467a
PA
10332009-02-07 Pedro Alves <pedro@codesourcery.com>
1034
1035 * NEWS: Mention inspecting extra signal information, $_siginfo,
1036 and the qXfer:siginfo:read and qXfer:siginfo:write packets.
1037
1ef18d08
PA
10382009-02-07 Pedro Alves <pedro@codesourcery.com>
1039
1040 * linux-nat.c (PTRACE_SETSIGINFO): Define if PTRACE_GETSIGINFO
1041 isn't defined.
1042
5b009018
PA
10432009-02-06 Pedro Alves <pedro@codesourcery.com>
1044
1045 * amd64-linux-nat.c (compat_int_t, compat_uptr_t, compat_time_t)
1046 (compat_timer_t, compat_clock_t, struct compat_timeval)
1047 (compat_sigval_t, compat_siginfo_t): New types.
1048 (cpt_si_pid, cpt_si_uid, cpt_si_timerid, cpt_si_overrun)
1049 (cpt_si_status, cpt_si_utime, cpt_si_stime, cpt_si_ptr)
1050 (cpt_si_addr, cpt_si_band, cpt_si_fd): New defines.
1051 (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
1052 (amd64_linux_siginfo_fixup): New.
1053 * linux-nat.c (linux_nat_siginfo_fixup): New.
1054 (siginfo_fixup): New.
1055 (linux_xfer_siginfo): Use siginfo_fixup to convert between the
1056 siginfo layout expected by ptrace and the siginfo layout of the
1057 inferior.
1058 (linux_nat_set_siginfo_fixup): New.
1059 * linux-nat.h (linux_nat_set_siginfo_fixup): Declare.
1060
4aa995e1
PA
10612009-02-06 Pedro Alves <pedro@codesourcery.com>
1062
1063 * target.h (enum target_object): Add new TARGET_OBJECT_SIGNAL_INFO.
1064 * infrun.c (siginfo_value_read, siginfo_value_write): New.
1065 (siginfo_value_funcs): New.
1066 (siginfo_make_value): New.
1067 (_initialize_infrun): Create the $_siginfo convenience variable.
1068 * gdbtypes.h (append_composite_type_field_aligned): Declare.
1069 * gdbtypes.c (append_composite_type_field): Rename to...
1070 (append_composite_type_field_aligned): ... this. Add ALIGNMENT
1071 argument. Handle it.
1072 (append_composite_type_field): Rewrite on top of
1073 append_composite_type_field_aligned.
1074 * value.h (internalvar_make_value): New typedef.
1075 (struct internalvar) <make_value>: New field.
1076 (create_internalvar_type_lazy): Declare.
1077 * value.c (create_internalvar): Clear make_value.
1078 (create_internalvar_type_lazy): New.
1079 (value_of_internalvar): If make_value is set use it.
1080 (preserve_values): Skip internal variables that don't have a
1081 value.
1082 * gdbarch.sh (get_siginfo_type): New.
1083 * gdbarch.h, gdbarch.c: Regenerate.
1084
1085 * linux-tdep.h, linux-tdep.c: New.
1086 * amd64-linux-tdep.c: Include "linux-tdep.h".
1087 (amd64_linux_init_abi): Register linux_get_siginfo_type and
1088 linux_get_siginfo_mapper.
1089 * i386-linux-tdep.c: Include "linux-tdep.h".
1090 (i386_linux_init_abi): Register linux_get_siginfo_type and
1091 linux_get_siginfo_mapper.
1092 * arm-linux-tdep.c: Include "linux-tdep.h".
1093 (i386_linux_init_abi): Register linux_get_siginfo_type and
1094 linux_get_siginfo_mapper.
1095
1096 * linux-nat.c (linux_xfer_siginfo): New.
1097 (linux_nat_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
1098 * remote.c (PACKET_qXfer_siginfo_read)
1099 (PACKET_qXfer_siginfo_write): New.
1100 (feature remote_protocol_features): Add "qXfer:siginfo:read" and
1101 "qXfer:siginfo:write" features.
1102 (remote_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
1103 (_initialize_remote): Add "set/show remote read-siginfo-object"
1104 and "set/show remote write-siginfo-object" commands.
1105
1106 * Makefile.in (ALL_TARGET_OBS): Add linux-tdep.o.
1107 (HFILES_NO_SRCDIR): Add linux-tdep.h.
1108 (ALLDEPFILES): Add linux-tdep.c.
a2f63f5e 1109
4aa995e1
PA
1110 * configure.tgt (arm*-*-linux* | arm*-*-uclinux*)
1111 (i[34567]86-*-linux*, x86_64-*-linux*): Add linux-tdep.o to
1112 gdb_target_obs.
1113
5f5233d4
PA
11142009-02-06 Jim Blandy <jimb@codesourcery.com>
1115 Daniel Jacobowitz <dan@codesourcery.com>
1116 Vladimir Prus <vladimir@codesourcery.com>
1117 Pedro Alves <pedro@codesourcery.com>
1118
1119 * defs.h (enum lval_type): New value: lval_computed.
1120 * value.h (struct lval_funcs): New type.
1121 (allocate_computed_value, value_computed_funcs)
1122 (value_computed_closure): New declarations.
1123 * value.c (struct value): Add a structure to the location union
1124 for computed lvalues, containing 'funcs' and 'closure' members.
1125 (allocate_computed_value, value_computed_funcs)
1126 (value_computed_closure): New functions.
1127 (value_free): For computed lvalues, call the closure's
1128 'free_closure' function before freeing the value itself.
1129 (value_copy): If we're copying an lval_computed value, call the
1130 closure's 'copy_closure' function.
1131 (set_value_component_location): If the original value is a
1132 computed lvalue, then call the closure's 'copy_closure' function.
1133 (value_of_internalvar): If an internal variable's value is a
1134 computed lvalue, make retrieving its value produce an equivalent
1135 computed lvalue.
1136 * valops.c (value_fetch_lazy): Unlazy computed lvalues by calling
1137 their read function.
1138 (value_assign): Assign to computed lvalues by calling their write
1139 function.
1140
117de6a9
PA
11412009-02-06 Pedro Alves <pedro@codesourcery.com>
1142
1143 * linux-nat.c (linux_nat_wait): Adjust.
1144 (linux_nat_pid_to_str): Adjust. Remove call to thread_db_init.
1145 * linux-nat.h (thread_db_init): Delete declaration.
1146 * linux-thread-db.c (target_beneath): Delete.
1147 (thread_db_init): Delete.
1148 (thread_db_detach): Use find_target_beneath.
1149 (thread_db_wait): Adjust interface. Use find_target_beneath.
1150 (thread_db_mourn_inferior): Use find_target_beneath.
1151 (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
1152 (thread_db_async_mask): Delete.
1153 (thread_db_pid_to_str): Adjust interface. Use
1154 find_target_beneath.
1155 (thread_db_get_thread_local_address): Adjust interface. Use
1156 find_target_beneath.
1157 (init_thread_db_ops): Delete references to delete functions.
1158 * target.c (update_current_target): Don't inherit or default
1159 to_wait. Don't inherit to_pid_to_str and
1160 to_get_thread_local_address.
1161 (target_translate_tls_address): Look for a pushed target that
1162 implements to_get_thread_local_address, and use it instead of
1163 checking for target_get_thread_local_address_p.
1164 (target_wait, target_pid_to_str): Reimplement as functions.
1165 (dummy_pid_to_str): New.
1166 (init_dummy_target): Register it.
1167 (debug_to_wait): Delete.
1168 * target.h (struct target_ops): Make to_wait, to_pid_to_str and
1169 to_get_thread_local_address accept a pointer to struct target_ops.
1170 (target_wait): Delete macro, and declare as function.
1171 (target_pid_to_str): Likewise.
1172 (target_get_thread_local_address)
1173 (target_get_thread_local_address_p): Delete.
1174 (noprocess): Add NORETURN and ATTR_NORETURN tags.
1175 * inf-ptrace.c (inf_ptrace_wait): Adjust.
1176 (inf_ptrace_pid_to_str): New.
1177 (inf_ptrace_target): Use inf_ptrace_pid_to_str.
1178 * aix-thread.c (aix_thread_wait, aix_thread_pid_to_str): Adjust.
1179 * bsd-kvm.c (bsd_kvm_pid_to_str): Adjust.
1180 * bsd-uthread.c (bsd_uthread_wait, bsd_uthread_pid_to_str):
1181 Adjust.
1182 * corelow.c (core_pid_to_str): Adjust.
1183 * darwin-nat.c (darwin_wait, darwin_pid_to_str): Adjust.
1184 * dec-thread.c (dec_thread_wait, dec_thread_pid_to_str): Adjust.
1185 * gnu-nat.c (gnu_wait, gnu_pid_to_str): Adjust.
1186 * go32-nat.c (go32_wait, go32_pid_to_str): Adjust.
1187 * hpux-thread.c (hpux_thread_wait): Adjust.
1188 * inf-ttrace.c (inf_ttrace_wait, inf_ttrace_pid_to_str): Adjust.
1189 * monitor.c (monitor_wait, monitor_pid_to_str): Adjust.
1190 * nto-procfs.c (procfs_wait, procfs_pid_to_str): Adjust.
1191 * procfs.c (procfs_pid_to_str): Adjust.
1192 * remote-m32r-sdi.c (m32r_wait, m32r_pid_to_str): Adjust.
1193 * remote-mips.c (mips_wait): Adjust.
1194 * remote-sim.c (gdbsim_wait, gdbsim_pid_to_str): Adjust.
1195 * remote.c (remote_wait, remote_pid_to_str)
1196 (remote_get_thread_local_address): Adjust.
1197 * rs6000-nat.c (rs6000_wait): Adjust.
1198 * sol-thread.c (procfs_pid_to_str): Adjust declaration.
1199 (sol_thread_wait, solaris_pid_to_str): Adjust.
1200 * spu-linux-nat.c (spu_child_wait): Adjust.
1201 * windows-nat.c (windows_wait, windows_pid_to_str): Adjust.
1202
d8906c6f
TJB
12032009-02-06 Tom Tromey <tromey@redhat.com>
1204
1205 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-cmd.o.
1206 (SUBDIR_PYTHON_SRCS): Add python-cmd.c.
1207 (python-cmd.o): New target.
1208 * cli/cli-decode.c (set_cmd_completer): Add self parameter to
1209 completer prototype.
1210 (add_cmd): Initialize destroyer member of cmd_list_element. Use
1211 make_symbol_completion_list_fn as completer.
1212 (delete_cmd): Call destroyer if one is set.
1213 * cli/cli-decode.h (cmd_list_element): Add cmd parameter to
1214 completer member. Add destroyer member.
1215 (set_cmd_completer): Add self parameter to
1216 completer prototype.
1217 * command.h (set_cmd_completer): Add cmd parameter to
1218 completer prototype.
1219 * completer.c (noop_completer, filename_completer,
1220 location_completer, expression_completer, command_completer): Adapt
1221 to new completer prototype.
1222 (complete_line_internal): Pass new parameter to completer function.
1223 * completer.h (noop_completer, filename_completer,
1224 location_completer, expression_completer, command_completer): Adapt
1225 prototypes to new completer prototype.
1226 * interps.c (interpreter_completer): Adapt to new completer
1227 prototype.
1228 * python/python-cmd.c: New file.
1229 * python/python-internal.h (gdbpy_initialize_commands): Add
1230 prototype.
1231 (gdbpy_doc_cst): Add forward declaration.
1232 * python/python.c (gdbpy_doc_cst): Declare.
1233 (_initialize_python): Call gdbpy_initialize_commands. Initialize
1234 gdbpy_doc_cst.
1235 * symtab.c (make_symbol_completion_list_fn): New function.
1236 * symtab.h (make_symbol_completion_list_fn): Add prototype.
1237
739ef7fb
PA
12382009-02-06 Pedro Alves <pedro@codesourcery.com>
1239
1240 * target.c (target_get_osdata): Check for equal or higher than
1241 process_stratum, not dummy_stratum.
1242
6d097e65
PA
12432009-02-06 Pedro Alves <pedro@codesourcery.com>
1244
1245 * remote.c (extended_remote_can_run): Delete.
1246 (init_remote_ops): Don't register it.
1247 * target.c (target_get_osdata): Don't check for target_can_run.
1248 Instead any target that has already been pushed, otherwise
739ef7fb 1249 fallback to the default run target.
6d097e65 1250
947b8855
PA
12512009-02-06 Pedro Alves <pedro@codesourcery.com>
1252
1253 * target.c (target_create_inferior, target_detach)
1254 (target_mourn_inferior, target_attach, target_close): Do target
1255 debug output.
1256 (debug_to_attach, debug_to_detach, debug_to_create_inferior)
1257 (debug_to_mourn_inferior, debug_to_close): Delete.
1258 (setup_target_debug): Adjust.
1259
611041af
PA
12602009-02-05 Pedro Alves <pedro@codesourcery.com>
1261
1262 * target.h (target_stopped_data_address_p): Delete declaration,
1263 and don't define as macro.
1264 * target.c (target_stopped_data_address_p): Delete.
1265
b6cb8e7d
TJB
12662009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
1267 Tom Tromey <tromey@redhat.com>
1268
1269 * python/python-utils.c (target_string_to_unicode): New function.
1270 * python/python-internal.h (target_string_to_unicode): New prototype.
1271 * python/python-value.c (valpy_string): New function.
1272 (value_object_methods): Add `string' entry.
1273
54ba13f7
PA
12742009-02-05 Pedro Alves <pedro@codesourcery.com>
1275
1276 * target.h (target_tid_to_str): Delete.
1277 * thread.c (print_thread_info, thread_apply_all_command)
1278 (thread_apply_command, thread_command, do_captured_thread_select):
1279 Use target_pid_to_str instead of target_tid_to_str.
1280 * linux-fork.c (delete_fork_command): Likewise.
1281
9d49bdc2
PA
12822009-02-05 Pedro Alves <pedro@codesourcery.com>
1283
1284 * frame.c (has_stack_frames): Make public.
1285 (get_prev_frame): Don't allow a NULL this_frame anymore.
1286 * frame.h (has_stack_frames): Declare.
1287 * varobj.c (find_frame_addr_in_frame_chain): Don't ever pass NULL
1288 to get_prev_frame, instead start at get_current_frame.
1289 (varobj_create): Check has_stack_frames before getting any frame;
1290 eliminate one usage of deprecated_safe_get_selected_frame.
1291
12453b93
TJB
12922009-02-05 Tom Tromey <tromey@redhat.com>
1293 Thiago Jung Bauermann <bauerman@br.ibm.com>
1294
1295 * python/python.c (GdbMethods): Move to bottom of file.
1296 (get_parameter, execute_gdb_command, gdbpy_write,
1297 gdbpy_flush): Remove forward declarations.
1298 (eval_python_from_control_command): Fix error checking of function
1299 PyRun_SimpleString. Fix error string.
1300 (python_command): Likewise.
1301 (execute_gdb_command): Added from_tty argument.
1302
ae6a3a4c
TJB
13032009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
1304
1305 * language.h (language_dfn): Add la_get_string member.
1306 (LA_GET_STRING): New macro.
1307 (default_get_string): New prototype.
1308 * language.c (default_get_string): New function.
1309 (unknown_language_defn, auto_language_defn, local_language_defn): Use
1310 default_get_string for la_get_string.
1311 * c-lang.c (c_get_string): New function.
1312 (c_language_defn, cplus_language_defn, asm_language_defn): Use
1313 c_get_string for la_get_string.
1314 (minimal_language_defn): Likewise
1315 * ada-lang.c (ada_language_defn): Likewise.
1316 * f-lang.c (f_language_defn): Use default_get_string for
1317 la_get_string.
1318 * jv-lang.c (java_language_defn): Likewise.
1319 * m2-lang.c (m2_language_defn): Likewise.
1320 * objc-lang.c (objc_language_defn): Likewise.
1321 * p-lang.c (p_language_defn): Likewise.
1322 * scm-lang.c (scm_language_defn): Likewise.
1323 * typeprint.c (type_to_string): New function.
1324 * value.h (type_to_string): New prototype.
1325 * valprint.c (val_print_string): Factor out code for reading string
1326 from the inferior into its own function. Put 2 spaces after period
1327 in comments.
1328 (read_string): New function.
1329 * valprint.h (read_string): New prototype.
1330
fa8a61dc
TT
13312009-01-07 Pierre Muller <muller@ics.u-strasbg.fr>
1332 Tom Tromey <tromey@redhat.com>
1333
1334 PR breakpoints/8079:
1335 * breakpoint.c (print_one_breakpoint): Use exp_string field
1336 to display expression of watchpoints.
1337 (mention): Likewise.
1338 (watch_command_1): Remove trailing whitespace from expression.
1339 * printcmd.c (struct display) <exp_string>: New field.
1340 (display_command): Set exp_string.
1341 (free_display): Free exp_string.
1342 (clear_displays): Use free_display.
1343 (do_one_display): Print exp_string.
1344 (display_info): Likewise.
1345
08c637de
TJB
13462009-02-04 Tom Tromey <tromey@redhat.com>
1347 Thiago Jung Bauermann <bauerman@br.ibm.com>
1348 Phil Muldoon <pmuldoon@redhat.com>
1349
1350 * python/python-internal.h (gdbpy_get_value_from_history): Rename
1351 prototype to gdbpy_history.
1352 (gdbpy_is_string): Declare.
1353 (python_string_to_host_string): Declare.
1354 * python/python-utils.c (gdbpy_is_string): New function.
1355 (unicode_to_encoded_string): New function.
1356 (unicode_to_target_string): Use it.
1357 (python_string_to_host_string): New function.
1358 * python/python-value.c (valpy_address): New function.
1359 (convert_value_from_python): Use gdbpy_is_string. Change to throw
1360 Python exception instead of a GDB exception on error. Properly check
1361 Python booleans.
1362 (valpy_getitem): Convert field name to host string. Handle array
1363 accesses. Adapt to new behaviour of convert_value_from_python.
1364 (valpy_new): Adapt to new behaviour of convert_value_from_python.
1365 (enum valpy_opcode) <VALPY_LSH, VALPY_RSH, VALPY_BITAND,
1366 VALPY_BITXOR, VALPY_BITOR>: New constants.
1367 (valpy_binop): Update. Adapt to new behaviour of
1368 convert_value_from_python.
1369 (valpy_invert): New function.
1370 (valpy_lsh): Likewise.
1371 (valpy_rsh): Likewise.
1372 (valpy_and): Likewise.
1373 (valpy_or): Likewise.
1374 (valpy_xor): Likewise.
1375 (valpy_richcompare): Call convert_value_from_python instead of doing
1376 conversions itself.
1377 (is_intlike, valpy_int, valpy_long, valpy_float): New functions.
1378 (gdbpy_get_value_from_history): Rename
1379 function to gdbpy_history.
1380 (gdbpy_initialize_values): Don't set tp_new.
1381 (value_object_type): Add valpy_new.
1382 (value_object_methods): Add `address' entry.
1383 (value_object_as_number): Update for new methods.
1384 * python/python.c (GdbMethods): Rename entry from
1385 `get_value_from_history' to `history'.
1386
538e13a6 13872009-02-04 Jerome Guitton <guitton@adacore.com>
b5304971
JG
1388
1389 * ada-lang.c (ada_template_to_fixed_record_type_1): Check size
1390 of type to guard against a crash.
1391
33d502b4
JG
13922009-02-04 Jerome Guitton <guitton@adacore.com>
1393
1394 * value.c (value_from_contents_and_address): Always return
1395 a lval_memory value, even if address is null.
1396
9f08ae4f
TG
13972009-02-04 Tristan Gingold <gingold@adacore.com>
1398
1399 * i386-darwin-tdep.c (i386_darwin_sigcontext_addr): New function.
1400 (amd64_darwin_sigcontext_addr): Ditto.
1401 (darwin_dwarf_signal_frame_p): Ditto.
1402 (i386_darwin_init_abi): Handle signal frames, use the const for
1403 sc_num_regs.
1404 (x86_darwin_init_abi_64): Ditto.
1405
4bd207ef
TG
14062009-02-04 Tristan Gingold <gingold@adacore.com>
1407
1408 * i386-tdep.c (i386_sigtramp_p): Make it public.
1409 * i386-tdep.h (i386_sigtramp_p): Declare.
1410
4aa99a88
TG
14112009-02-04 Tristan Gingold <gingold@adacore.com>
1412
1413 * machoread.c (macho_symfile_read): Read minsymtab also from
1414 shared libraries.
1415 (macho_symfile_read): Try to read dwarf2 frame info from main
1416 object file, but not from OSO files.
1417 (macho_symfile_offsets): Update section names for latest BFD
1418 changes.
1419 * i386-darwin-tdep.c (i386_darwin_init_abi): Call set_solib_ops.
1420 (x86_darwin_init_abi_64): Ditto.
1421 * solib-darwin.c: New file.
1422 * solib-darwin.h: New file.
1423 * configure.tgt: Add solib.o solib-darwin.o for Darwin.
1424
7a848be1
TG
14252009-02-04 Tristan Gingold <gingold@adacore.com>
1426
1427 * solist.h (struct target_so_ops): Comment fallback behavior for
1428 operation same.
1429
b32d97f3
TT
14302009-02-03 Tom Tromey <tromey@redhat.com>
1431
1432 * completer.c (add_struct_fields): Check type_name against NULL
1433 before use.
1434
692263b8
JB
14352009-02-03 Joel Brobecker <brobecker@adacore.com>
1436
1437 * MAINTAINERS: Update Elena's email address.
1438
bfa149ac
JB
14392009-02-02 Joel Brobecker <brobecker@adacore.com>
1440
1441 * breakpoint (update_watchpoint): Minor comment adjustment.
1442
1c71341a
TT
14432009-02-02 Tom Tromey <tromey@redhat.com>
1444
52e44b43 1445 PR gdb/9594:
1c71341a
TT
1446 * completer.c (count_struct_fields): Count method names.
1447 (add_struct_fields): Add matching method names.
1448
85541719
DE
14492009-02-02 Doug Evans <dje@google.com>
1450
1451 * configure.ac (gdbkt): Check both no_tcl/no_tk first, before
1452 doing any further tcl/tk configury. Don't configure gdbtk if
1453 tcl or tk check fails.
1454 * aclocal.m4: Regenerate.
1455 * configure: Regenerate.
1456
a4295225
TT
14572009-02-02 Tom Tromey <tromey@redhat.com>
1458
1459 PR exp/9059:
1460 * valops.c (find_overload_match): Follow typedefs before taking
1461 address of object argument.
1462
f00150c9
DE
14632009-02-01 Doug Evans <dje@google.com>
1464
1465 * target.h (target_waitstatus_to_string): Declare.
1466 * target.c (target_waitstatus_to_string): New function. Copied from
1467 debug_to_wait. Add missing entries for TARGET_WAITKIND_SYSCALL_ENTRY,
1468 TARGET_WAITKIND_SYSCALL_RETURN, TARGET_WAITKIND_IGNORE,
1469 TARGET_WAITKIND_NO_HISTORY.
1470 (debug_to_wait): Call it.
1471 * infrun.c (wait_for_inferior): If debug_infrun, print result of
1472 target_wait.
1473 (fetch_inferior_event): Ditto.
1474
5abdf4bd
TT
14752009-01-30 Tom Tromey <tromey@redhat.com>
1476
1477 * Makefile.in (HFILES_NO_SRCDIR): Remove i386-cygwin-tdep.h.
1478
592375cd
VP
14792009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1480
1481 PR 8145.
1482 * thread.c (do_captured_list_thread_ids): Report the current
1483 thread id.
1484
41447f92
VP
14852009-01-30 Vladimir Prus <vladimir@codesourcery.com>
1486
1487 * breakpoint.c (create_breakpoint, create_breakpoints)
1488 (break_command_really, set_breakpoint): New parameter enabled.
1489 (create_breakpoint, break_command_really): Make breakpoint
1490 disabled if so requested.
1491 * breakpoint.h (set_breakpoint): New parameter enabled.
1492 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle the -d option.
1493
35669430
DE
14942009-01-28 Doug Evans <dje@google.com>
1495
1496 * amd64-tdep.h (amd64_displaced_step_copy_insn): Declare.
1497 (amd64_displaced_step_fixup): Declare.
1498 * amd64-tdep.c: #include opcode/i386.h, dis-asm.h.
1499 (amd64_arch_regmap): Move out of amd64_analyze_stack_align
1500 and make static global.
1501 (amd64_arch_regmap_len): New static global.
1502 (amd64_arch_reg_to_regnum): New function.
1503 (struct amd64_insn): New struct.
1504 (struct displaced_step_closure): New struct.
1505 (onebyte_has_modrm,twobyte_has_modrm): New static globals.
1506 (rex_prefix_p,skip_prefixes)
1507 (amd64_insn_length_fprintf,amd64_insn_length_init_dis)
1508 (amd64_insn_length,amd64_get_unused_input_int_reg)
1509 (amd64_get_insn_details,fixup_riprel,fixup_displaced_copy)
1510 (amd64_displaced_step_copy_insn)
1511 (amd64_absolute_jmp_p,amd64_absolute_call_p,amd64_ret_p)
1512 (amd64_call_p,amd64_breakpoint_p,amd64_syscall_p)
1513 (amd64_displaced_step_fixup): New functions.
1514 * amd64-linux-tdep.c: #include arch-utils.h.
1515 (amd64_linux_init_abi): Install displaced stepping support.
1516
4eb7c016
JG
15172009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1518 Jerome Guitton <guitton@adacore.com>
1519
1520 * configure, config.in: Regenerated.
1521 * configure.ac: Add --with-system-gdbinit.
1522 * main.c (get_init_files): New.
1523 (captured_main): Use get_init_files. Load system gdbinit before
1524 $HOME/.gdbinit.
1525 (print_gdb_help): Print location of init files.
1526
7df3ce47
PA
15272009-01-28 Pedro Alves <pedro@codesourcery.com>
1528
1529 * corefile.c (generic_search): Delete disabled code.
1530 * gdbcore.h (generic_search): Delete declaration.
1531
77435e4c
PA
15322009-01-26 Pedro Alves <pedro@codesourcery.com>
1533
1534 * linux-nat.c (linux_child_follow_fork): Copy attach_flag from the
1535 parent to the child.
1536 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
1537 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise. Use
1538 remove_breakpoints to remove breakpoints from the parent.
1539
1e275f79
PA
15402009-01-26 Pedro Alves <pedro@codesourcery.com>
1541
7488432f 1542 PR backtrace/9458, PR backtrace/8864:
1e275f79
PA
1543 * frame.c (create_new_frame): Update the frame's cached PC before
1544 finding its unwinder. Use frame_id_build to build the new frame's
1545 id.
1546 * stack.c (parse_frame_specification_1): Correct setting ``addrs''
1547 array values from the ``args'' array values.
1548
1deafd4e
PA
15492009-01-26 Pedro Alves <pedro@codesourcery.com>
1550
1551 * gdbtypes.c (alloc_type, alloc_type_instance, create_range_type)
1552 (create_array_type, create_set_type, init_flags_type)
1553 (copy_type_recursive): Replace pairs of calls to XALLOC and memset
1554 with a call to XZALLOC or XCALLOC, and pairs of calls to
1555 obstack_alloc and memset with a call to OBSTACK_ZALLOC.
1556
3c16cced
PA
15572009-01-26 Pedro Alves <pedro@codesourcery.com>
1558
1559 Add "maint set|show internal-error|internal-warning quit|corefile
1560 ask|yes|no" commands.
1561
1562 PR gdb/7580:
1563 * utils.c (internal_problem_ask, internal_problem_yes)
1564 (internal_problem_no, internal_problem_modes): New.
1565 (struct internal_problem): Remove FIXME. Make should_quit and
1566 should_dump_core types to char *.
1567 (internal_vproblem, internal_error_problem)
1568 (internal_warning_problem): Adjust.
1569 (set_internal_problem_cmd, show_internal_problem_cmd): New dummy
1570 functions.
1571 (add_internal_problem_command): New.
1572 (_initialize_utils): New.
1573
616d7dd2
PA
15742009-01-25 Pedro Alves <pedro@codesourcery.com>
1575
1576 * infcmd.c (program_info): Use paddress instead of casting stop_pc
1577 to unsigned long.
1578
0516318b
PA
15792009-01-24 Pedro Alves <pedro@codesourcery.com>
1580
1581 * infrun.c (normal_stop): Don't call
1582 deprecated_update_frame_pc_hack.
1583 * frame.c (deprecated_update_frame_pc_hack)
1584 (deprecated_update_frame_base_hack): Delete, and ...
1585 (create_new_frame): ... inline here.
1586 * frame.h (deprecated_update_frame_pc_hack)
1587 (deprecated_update_frame_base_hack): Delete declarations.
1588
1e8fb976
PA
15892009-01-23 Pedro Alves <pedro@codesourcery.com>
1590
1591 * cli/cli-decode.c (add_setshow_zuinteger_cmd): New.
1592 * cli/cli-setshow.c (do_setshow_command): Handle it.
1593 * command.h (enum var_types): Add var_zuinteger.
1594 (add_setshow_zuinteger_cmd): Declare.
1595
1596 * valprint.c (_initialize_valprint): Change the set input-radix
1597 and set output-radix commands to zuinteger type.
1598
dd7e2d2b
PA
15992009-01-23 Pedro Alves <pedro@codesourcery.com>
1600
1601 PR gdb/9664:
1602 * infrun.c (normal_stop): Tag threads as stopped, and run the
1603 hook-stop before printing the stack frame.
1604
392452f6
PA
16052009-01-22 Pedro Alves <pedro@codesourcery.com>
1606
1607 PR c++/9631:
1608 * gnu-v3-abi.c (gnuv3_baseclass_offset): Call check_typedef on
1609 vbasetype.
1610
f6a96b83
KH
16112009-01-20 Kazu Hirata <kazu@codesourcery.com>
1612
1613 * gdb/procfs.c (info_mappings_callback): Cast map->pr_size to
1614 unsigned long.
1615
5d277928 16162009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
a12cc160
DJ
1617
1618 PR gdb/9346
1619 * infcmd.c (signal_command): Do not specify a resume PC.
1620
b89667eb
DE
16212009-01-19 Doug Evans <dje@google.com>
1622
1623 * dummy-frame.c (dummy_frame): Replace regcache member with
1624 caller_state.
1625 (dummy_frame_push): Replace caller_regcache arg with caller_state.
1626 All callers updated.
1627 (remove_dummy_frame,pop_dummy_frame,lookup_dummy_frame): New fns.
1628 (dummy_frame_pop): Rewrite. Verify requested frame is in the
1629 dummy frame stack. Restore program state.
1630 (cleanup_dummy_frames): Rewrite.
1631 (dummy_frame_sniffer): Update. Make static.
1632 * dummy-frame.h (regcache,frame_info): Delete forward decls.
1633 (inferior_thread_state): New forward decl.
1634 (dummy_frame_push): Update prototype.
1635 * frame.c (frame_pop): dummy_frame_pop now does all the work for
1636 DUMMY_FRAMEs.
1637 * infcall.c (breakpoint_auto_delete_contents): Delete.
1638 (get_function_name,run_inferior_call): New fns.
1639 (call_function_by_hand): Simplify by moving some code to
1640 get_function_name, run_inferior_call. Inferior function call wrapped
1641 in TRY_CATCH so there's less need for cleanups and all exits from
1642 proceed are handled similarily. Detect program exit.
1643 Detect program stopping in a different thread.
1644 Make error messages more consistent.
1645 * inferior.h (inferior_thread_state): Declare (opaque type).
1646 (save_inferior_thread_state,restore_inferior_thread_state,
1647 make_cleanup_restore_inferior_thread_state,
1648 discard_inferior_thread_state, get_inferior_thread_state_regcache):
1649 Declare.
1650 (save_inferior_status): Update prototype.
1651 * infrun.c: (normal_stop): When stopped for the completion of an
1652 inferior function call, verify the expected stack frame kind.
1653 (inferior_thread_state): New struct.
1654 (save_inferior_thread_state,restore_inferior_thread_state,
1655 do_restore_inferior_thread_state_cleanup,
1656 make_cleanup_restore_inferior_thread_state,
1657 discard_inferior_thread_state,
1658 get_inferior_thread_state_regcache): New functions.
1659 (inferior_status): Move stop_signal, stop_pc, registers to
1660 inferior_thread_state. Remove restore_stack_info.
1661 (save_inferior_status): Remove arg restore_stack_info.
1662 All callers updated. Remove saving of state now saved by
1663 save_inferior_thread_state.
1664 (restore_inferior_status): Remove restoration of state now done by
1665 restore_inferior_thread_state.
1666 (discard_inferior_status): Remove freeing of registers, now done by
1667 discard_inferior_thread_state.
1668
aefc7064
PA
16692009-01-18 Pedro Alves <pedro@codesourcery.com>
1670
1671 * tui/tui-disasm.c (tui_vertical_disassem_scroll): Scroll one line
1672 at a time, times NUM_TO_SCROLL.
1673 * tui/tui-winsource.c (tui_horizontal_source_scroll): Don't try to
1674 fetch the selected frame if there is no stack.
1675
29f49a6a
PA
16762009-01-18 Pedro Alves <pedro@codesourcery.com>
1677
1678 PR gdb/9747:
1679 * gdbthread.h (finish_thread_state, finish_thread_state_cleanup):
1680 Declare.
1681 * thread.c (finish_thread_state, finish_thread_state_cleanup): New.
1682 * infrun.c (wait_for_inferior, fetch_inferior_event): If an error
1683 is thrown while handling an event, finish the thread state.
1684 (normal_stop): Use finish_thread_state cleanup.
1685 * infcmd.c (run_command_1): If an error is thrown while starting
1686 the inferior, finish the thread state.
1687
e7243d73
PA
16882009-01-18 Pedro Alves <pedro@codesourcery.com>
1689
1690 * tui/tui-winsource.c (tui_update_breakpoint_info): In asm layout,
1691 skip breakpoints without a location (pending breakpoints).
1692
e74994b5
PA
16932009-01-18 Pedro Alves <pedro@codesourcery.com>
1694
1695 PR build/9186:
1696 * hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'.
1697
8405c36e
NR
16982009-01-18 Nick Roberts <nickrob@snap.net.nz>
1699
1700 * thread.c (thread_command): Move call to annotate_thread_changed
1701 to...
1702 (do_captured_thread_select): ... here, to avoid printing an
1703 annotation if the thread change generates an exception.
1704
b8bfd3ed
JB
17052009-01-16 Joel Brobecker <brobecker@adacore.com>
1706
1707 * NEWS: Document x86_64/MinGW as a new native configuration.
1708
2dde91e9
JB
17092009-01-16 Joel Brobecker <brobecker@adacore.com>
1710
1711 * NEWS: Move the documentation of "info os processes" to
1712 the appropriate section (documenting the new commands).
1713
54363045
DE
17142009-01-15 Doug Evans <dje@google.com>
1715
1716 * target.h (target_signal_to_string): Make return type const char *.
1717 (target_signal_to_name): Ditto.
1718 (target_signal_from_name): Make arg const char *.
54363045 1719 * infrun.c (sig_print_info): Update.
54363045
DE
1720 * signals/signals.c (signals): Make array and struct members const.
1721 (target_signal_to_string): Make return type const char *.
1722 (target_signal_to_name): Ditto.
1723 (target_signal_from_name): Make arg const char *.
1724
572d275c
UW
17252009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
1726 Tristan Gingold <gingold@adacore.com>
1727
1728 * solist.h (struct target_so_ops): New member bfd_open.
1729 (solib_find): Add prototype.
1730 (solib_bfd_fopen): Add prototype.
1731 * solib.c (solib_find, solib_bfd_fopen): New functions, extracted
1732 from solib_bfd_open.
1733 (solib_bfd_open): Use ops->bfd_open override if present. Call
1734 solib_find and solib_bfd_open otherwise.
1735
1736 * objfiles.h (OBJF_KEEPBFD): New define.
1737 * objfiles.c (free_objfile): Do not close BFD if OBJF_KEEPBFD
1738 objfile flag is set.
1739 * solib.c (symbol_add_stub): Do not allocate second BFD for
1740 shared library; use OBJF_KEEPBFD flag on solib objfile.
1741
0701b271
UW
17422009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
1743
1744 * frame.c (get_frame_arch): Abort if called with NULL this_frame.
1745
61212c0f
UW
17462009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
1747
1748 * value.h (address_of_variable): Add prototype.
1749 (locate_var_value): Remove prototype.
1750
1751 * findvar.c (read_var_value): Do not attempt to default frame
1752 to selected frame.
1753 (locate_var_value): Remove function.
1754 * valops.c (value_of_variable): Retrieve selected frame for
1755 symbols that require a frame when called with NULL block.
1756 * valops.c (address_of_variable): New function.
1757
1758 * eval.c (evaluate_subexp_for_address): Call address_of_variable
1759 instead of calling locate_var_value.
1760 (evaluate_subexp_with_coercion): Likewise.
1761
adb483fe
DJ
17622009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
1763
1764 * NEWS: Document "define" for prefixed commands.
1765 * cli/cli-cmds.c (show_user): Update calls to show_user_1. Call
1766 show_user_1 for prefix commands.
1767 * cli/cli-decode.c (help_cmd_list): Recurse for "help user-defined".
1768 * cli/cli-script.c (validate_comname): Rewrite to handle prefix
1769 commands. Return the containing command list.
1770 (define_command, document_command): Update to handle prefix commands.
1771 (show_user_1): Add prefix and name arguments. Handle prefix
1772 commands.
1773 * cli/cli-script.h (show_user_1): Update prototype.
1774
a32d7317
KT
17752009-01-14 Kai Tietz <kai.tietz@onevision.com>
1776
1777 * mingw-ser.c (console_select_thread): Add return to make
1778 compiler happy.
1779 (pipe_select_thread): Likewise.
1780 (file_select_thread): Likewise.
1781
041d0fd7
PA
17822009-01-14 Pedro Alves <pedro@codesourcery.com>
1783
1784 * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from
1785 previous change.
1786
dc1981d7
PA
17872009-01-14 Pedro Alves <pedro@codesourcery.com>
1788
1789 * remote.c (extended_remote_mourn_1): Invalidate our notion of
1790 current general thread.
1791
244bf9ae
PA
17922009-01-14 Pedro Alves <pedro@codesourcery.com>
1793
1794 * mi/mi-main.c (mi_cmd_execute): Also allow -list-thread-groups
1795 without a live selected thread.
1796
e4d013fc
JB
17972009-01-14 Joel Brobecker <brobecker@adacore.com>
1798
1799 Update the copyright notice of some of the files I missed
1800 in the previous copyright update.
1801
a588db63
JB
18022009-01-14 Joel Brobecker <brobecker@adacore.com>
1803
1804 * windows-nat.c (handle_unload_dll): Use %p to print the DLL
1805 base address instead of casting it to DWORD.
1806
77a732d9
UW
18072009-01-13 Ulrich Weigand <uweigand@de.ibm.com>
1808
1809 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Do not call get_frame_arch
1810 for NULL frame pointers.
1811
773698b5
JB
18122009-01-13 Mark Kettenis <kettenis@gnu.org>
1813
1814 * utils.c (host_address_to_string): Reimplement in a way that
1815 avoids the cast of the address to long.
1816
9918cab9
JB
18172009-01-13 Joel Brobecker <brobecker@adacore.com>
1818
1819 * mdebugread.c (parse_symbol): Save the symbol private data
1820 using SYMBOL_VALUE_BYTES instead of SYMBOL_VALUE.
1821 (psymtab_to_symtab_1): Likewise.
1822 (parse_procedure): Declare variable "e" only in the scope
1823 where it is used. Extract the symbol private data using
1824 SYMBOL_VALUE_BYTES.
1825
74bcbdf3
PA
18262009-01-13 Jim Blandy <jimb@codesourcery.com>
1827
1828 Abstract out common code for copying value locations.
1829
1830 * value.h (set_value_component_location): New declaration.
1831 * value.c (set_value_component_location): New function.
1832 (value_primitive_field): Use it.
1833 * valarith.c (value_subscript, value_subscripted_rvalue): Same.
1834 * valops.c (search_struct_field, value_slice): Same.
1835 * ada-lang.c (coerce_unspec_val_to_type)
1836 (ada_value_primitive_packed_val): Same.
1837
d7dc3873
JB
18382009-01-13 Joel Brobecker <brobecker@adacore.com>
1839
1840 * MAINTAINERS (GLOBAL MAINTAINERS): Add Tom Tromey.
1841
dc05df57
CF
18422009-01-12 Christopher Faylor <me+cygwin@cgf.cx>
1843
1844 * amd64-windows-nat.c Rename gdb-specific win32_* to windows_*
1845 throughout.
1846 * i386-cygwin-tdep.c: Ditto.
1847 * i386-windows-nat.c: Ditto.
1848 * windows-nat.h: Ditto.
1849 * windows-tdep.c: Ditto.
1850 * windows-tdep.h: Ditto.
1851 * windows-nat.c: Ditto.
1852 (cygwin_load_start): Redefine as CORE_ADDR.
1853 (cygwin_load_end): Ditto.
b8511eeb 1854 (windows_make_so): Coerce result of address arithmetic to uintptr_t
dc05df57
CF
1855 before coercing to CORE_ADDR to avoid a compiler warning.
1856 (handle_exception): Define addr as CORE_ADDR and coerce
1857 ExceptionAddress to uintptr_t before assigining to avoid a compiler
1858 warning.
1859 * config/djgpp/fnchange.lst: Add mappings for recently renamed windows
1860 files.
1861
31b060a2
CF
18622009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1863
1864 Fix linking with --enable-targets=all:
1865 * Makefile.in (ALL_TARGET_OBS): Add windows-tdep.o.
1866 (HFILES_NO_SRCDIR): Add windows-tdep.h.
1867 (ALLDEPFILES): Add windows-tdep.c.
1868
f3b6bd60 18692009-01-11 Chris Faylor <me.gdb@cgf.cx>
31b060a2
CF
1870
1871 * win32-nat.h: Delete.
1872 * windows-nat.h: Rename from win32-nat.h.
1873 * win32-nat.c: Delete.
1874 * windows-nat.c: Rename from win32-nat.c.
1875 * win32-termcap.c: Delete.
1876 * windows-termcap.c: Rename from win32-termcap.c.
1877 * amd64-windows-nat.c: Handle rename from win32-nat.h -> windows-nat.h.
1878 * configure.ac: Handle rename from win32-termcap.c ->
1879 windows-termcap.c.
1880 * configure: Regenerate.
1881 * gdb_curses.h: Change comment to reflect rename from win32-termcap.c
1882 -> windows-termcap.c.
1883 * i386-cygwin-tdep.c: Handle rename from win32-tdep.h ->
1884 windows-tdep.h.
1885 * i386-windows-nat.c: Refect rename from win32-nat.h -> windows-nat.h.
1886 * windows-nat.c: Ditto. Also reflect rename from from win32-tdep.h ->
1887 windows-tdep.h.
1888 (win32_make_so): Handle cygwin compiler warning due to change of
1889 load_addr from DWORD to LPVOID.
1890 (handle_load_dll): Use %p in format string to properly print address
1891 and avoid a compiler warning.
1892 (DEBUG_EXCEPTION_SIMPLE): Ditto.
1893 (handle_exception): Ditto.
1894 * windows-tdep.c: Handle rename from win32-tdep.h -> windows-tdep.h.
1895 * config/i386/cygwin.mh: Handle rename from win32-nat.o ->
1896 windows-nat.o.
1897 * config/i386/mingw.mh: Ditto.
1898 * config/i386/mingw64.mh: Ditto.
1899
0311118f
JK
19002009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1901
1902 * f-typeprint.c (f_type_print_varspec_suffix): Convert the autovariable
1903 arrayprint_recurse_level to a parameter. Update all the callers. New
1904 comment at autovariables.
1905
5f61c20e
JK
19062009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1907
1908 * gdbtypes.c (make_qualified_type, replace_type): Reformat to the GNU
1909 coding style.
1910
19112009-01-11 Joel Brobecker <brobecker@adacore.com>
53b71562
JB
1912
1913 * target.c (target_xfer_partial): Use host_address_to_string to
1914 print the address of readbuf and writebuf. Cast the address of
1915 elements inside the myaddr buffer into intptr_t.
1916 (deprecated_debug_xfer_memory): Use paddress to print memaddr.
1917 Cast the address of elements inside the myaddr buffer into
1918 intptr_t.
1919
5f61c20e 19202009-01-11 Joel Brobecker <brobecker@adacore.com>
d0761299
JB
1921
1922 * amd64-windows-nat.c, amd64-windows-tdep.c: New files.
1923 * config/i386/mingw64.mh, config/i386/nm-cygwin64.h: New files.
1924 * configure.host, configure.tgt: Add handling for x86_64/windows.
1925 * config/djgpp/fnchange.lst: Add entries for amd64-windows-nat.c
1926 and amd64-windows-tdep.c.
1927
5f61c20e 19282009-01-11 Joel Brobecker <brobecker@adacore.com>
bfb87e33
JB
1929
1930 * win32-tdep.h, win32-tdep.c: New files.
1931 * i386-cygwin-tdep.h: Delete.
1932 * i386-cygwin-tdep.c: Include win32-tdep.h instead of
1933 i386-cygwin-tdep.h.
1934 (win32_xfer_shared_library): Delete. Moved to win32-tdep.c.
1935 * win32-nat.c: Likewise.
1936 * configure.tgt: Add win32-tdep.o to the list of target object
1937 files for i386-cygwin and i386-mingw targets.
1938
5f61c20e 19392009-01-11 Joel Brobecker <brobecker@adacore.com>
7e63b4e4
JB
1940
1941 * win32-nat.h: New file.
1942 * win32-nat.c (mappings): Initialize to NULL.
1943 (win32_set_context_register_offsets): New function.
1944 * i386-windows-nat.c: New file.
1945 (mappings): Moved here from win32-nat.c.
1946 (_initialize_i386_windows_nat): New function.
1947 * config/i386/mingw.mh (NATDEPFILES): Add i386-windows-nat.o.
1948 * config/i386/cygwin.mh (NATDEPFILES): Likewise.
1949
25fc6591
AS
19502009-01-09 Andreas Schwab <schwab@suse.de>
1951
1952 * Makefile.in (init.c): Set LANG/LC_ALL to C, not c.
1953
87f70781
PA
19542009-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1955
1956 * gdbtypes.c (append_composite_type_field): Correct the location of
1957 appended fields.
1958
58d4abe1
PA
19592009-01-09 Pedro Alves <pedro@codesourcery.com>
1960
1961 * defs.h (deprecated_error_hook): Delete declaration.
1962 * interps.c (clear_interpreter_hooks): Adjust.
1963 * remote-sim.c (gdb_os_error): Don't try to call
1964 deprecated_error_hook. No need to call exit anymore.
1965 * top.c (deprecated_error_hook): Delete.
1966
e3cb3832
JB
19672009-01-09 Joel Brobecker <brobecker@adacore.com>
1968
1969 * arch-utils.c (gdbarch_update_p): Use host_address_to_string
1970 to print the address of the gdbarch pointer.
1971
30737ed9
JB
19722009-01-09 Joel Brobecker <brobecker@adacore.com>
1973
1974 * gdbarch.sh: Fix all the compilation errors on amd64-windows
1975 due to casting a pointer to a long when printing a function
1976 address. Instead, use host_address_to_string to convert our
1977 address to a string.
1978 * gdbarch.c: Regenerate.
1979
ec4dfccf
JB
19802009-01-09 Joel Brobecker <brobecker@adacore.com>
1981
1982 * event-top.c (async_disconnect, async_stop_sig): use "raise"
1983 instead of "kill" to raise a signal.
1984
d3653bf6
JB
19852009-01-09 Joel Brobecker <brobecker@adacore.com>
1986
1987 * win32-nat.c (get_module_name): Change the type of parameter
1988 "base_address" to LPVOID. Remove unnecessary cast.
1989 (struct lm_info): Change type of load_addr to LPVOID.
1990 (win32_make_so): Change the type of parameter "load_addr"
1991 to LPVOID. Remove some unnecessary casts.
1992 (handle_unload_dll): Change the type of "lpBaseOfDll" to LPVOID.
1993 (win32_xfer_shared_libraries): Add missing cast.
1994
308a8808
JB
19952009-01-09 Joel Brobecker <brobecker@adacore.com>
1996
1997 * win32-nat.c (has_detach_ability, set_process_privilege):
1998 Cast the result of GetProcAddress to (void *) to avoid
1999 a compilation warning.
2000
5851ab76
JB
20012009-01-09 Joel Brobecker <brobecker@adacore.com>
2002
2003 * win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
2004 already defined.
2005
5732a500
JB
20062009-01-09 Joel Brobecker <brobecker@adacore.com>
2007
2008 * win32-nat.c (get_image_name, win32_xfer_memory): Fix type
2009 definition of local variable "done".
2010 (info_w32_command, handle_exception): Remove unnecessary cast.
2011
def4de3a
JB
20122009-01-09 Joel Brobecker <brobecker@adacore.com>
2013
2014 * win32-nat.c (kernel32_DebugSetProcessKillOnExit): Renames
2015 DebugSetProcessKillOnExit. Update all uses in this file.
2016 (kernel32_DebugActiveProcessStop): Renames DebugActiveProcessStop.
2017 Update all uses in this file.
2018
20192009-01-09 Joel Brobecker <brobecker@adacore.com>
0795be10
JB
2020
2021 * win32-nat.c (do_initial_win32_stuff): Add new ops parameter,
2022 and use it when pushing the target.
2023 (win32_attach, win32_create_inferior): Update call to
2024 do_initial_win32_stuff.
2025 (win32_detach, win32_mourn_inferior): Use our ops parameter
2026 instead of the global win32_ops to unpush the target.
2027
1be7fe8d
JB
20282009-01-09 Joel Brobecker <brobecker@adacore.com>
2029
2030 * ser-mingw.c (ser_windows_open): Use proper type when casting
2031 in call to _open_osfhandle.
2032
1dac1b47
KT
20332009-01-09 Kai Tietz <kai.tietz@onevision.com>
2034
2035 * coff-pe-read.c (read_pe_exported_syms): Fix typo.
2036
ecf180db
JB
20372009-01-09 Joel Brobecker <brobecker@adacore.com>
2038
2039 * CONTRIBUTE: Minor reformatting.
2040
8234eceb
KT
20412009-01-08 Kai Tietz <kai.tietz@onevision.com>
2042
2043 * MAINTAINERS: Add myself to Write After Approval.
a68ddad5
KT
2044 * coff-pe-read.c (read_pe_exported_syms): Enable read of PE+
2045 export directory.
8234eceb 2046
72ee8797
NF
20472009-01-08 Nathan Froyd <froydnj@codesourcery.com>
2048
2049 * remote-sim.c (gdb_os_error): Mark as a noreturn function.
2050 Call exit to make it obvious to GCC.
2051
f7545552
TT
20522009-01-08 Tom Tromey <tromey@redhat.com>
2053
2054 PR breakpoints/9350:
2055 * varobj.c (varobj_invalidate): Unconditionally free
2056 all_rootvarobj.
2057 * symfile.c (syms_from_objfile): Free local_addr when returning
2058 normally.
2059 * exec.c (exec_file_attach): Do cleanups before returning.
2060 (exec_file_command): Likewise.
2061 * corefile.c (reopen_exec_file): Do cleanups before returning.
2062 * breakpoint.c (insert_breakpoint_locations): Do cleanups before
a2f63f5e 2063 returning.
f7545552
TT
2064 (do_vec_free): New function.
2065 (update_global_location_list): Make a cleanup for old_locations.
2066 Do cleanups before returning. Remove unused variable 'e'.
2067 (find_condition_and_thread): Free result of parsing the
2068 expression.
2069 (print_it_typical): Do cleanups before returning.
2070 (breakpoint_re_set_one): Always free sals.sals.
2071
dde02812
ES
20722009-01-08 Joel Brobecker <brobecker@adacore.com>
2073 Emi Suzuki <emi-suzuki@tjsys.co.jp>
a2f63f5e 2074
dde02812
ES
2075 * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
2076 watchpoints.
2077
69bcc6bc
DE
20782009-01-07 Doug Evans <dje@google.com>
2079
2080 * top.c (gdb_prompt_string): Delete, unused.
2081
fa3a767f
PA
20822009-01-07 Pedro Alves <pedro@codesourcery.com>
2083
2084 Delete ONE_PROCESS_WRITETEXT leftovers.
2085
2086 * breakpoint.c (insert_bp_location): Delete process_warning
2087 argument. Adjust.
2088 (insert_breakpoint_locations): Adjust.
2089 (reattach_breakpoints): Adjust.
2090 * infrun.c (normal_stop): Drop "It might be running in another
2091 process" notice.
2092
7b93f36d
SS
20932009-01-07 Stan Shebs <stan@codesourcery.com>
2094
2095 * config/pa/linux.mh (XDEPFILES): Remove.
2096
0380c18b
DE
20972009-01-07 Doug Evans <dje@google.com>
2098
2099 * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
2100
60023297
JK
21012009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2102
2103 * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
2104 spacing, a regression from 2008-04-22.
2105
ea8992ce
JB
21062009-01-07 Joel Brobecker <brobecker@adacore.com>
2107
2108 * utils.c (gdb_print_host_address): Adjust implementation to
2109 reuse host_address_to_string. Move comment explaining the conversion
2110 from host address to string from here...
2111 (host_address_to_string): ... to there.
2112
301d2c47
ES
21132009-01-07 Emi Suzuki <emi-suzuki@tjsys.co.jp>
2114
2115 * MAINTAINERS: Add myself for write after approval privileges.
2116
170ce852
TT
21172009-01-06 Tom Tromey <tromey@redhat.com>
2118
2119 * value.c (set_internalvar): Use value_free, not xfree.
2120
fdb7262a
JB
21212009-01-06 Jim Blandy <jimb@red-bean.com>
2122
bf1d7d9c
JB
2123 Check return values of functions declared with warn_unused_result
2124 attribute in GLIBC 2.8.
2125 * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
2126 * inflow.c (check_syscall): New function.
2127 (new_tty): Use check_syscall to check return values from open and dup.
2128 * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
2129 * main.c (captured_main): Call cwd after setting up gdb_stderr;
2130 check for errors from getcwd.
2131 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
2132 * ui-file.c (stdio_file_write): Ignore return value from fwrite.
2133 (stdio_file_fputs): Same.
2134 * utils.c (internal_vproblem): abort if last-ditch error message
2135 write fails.
2136
fdb7262a
JB
2137 * top.c (gdb_init): Don't set the current directory here; that's
2138 already been done in captured_main.
2139
84603566
SL
21402009-01-06 Sandra Loosemore <sandra@codesourcery.com>
2141
2142 * ser-tcp.c: Adjust includes.
2143 (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
2144 (tcp_auto_retry, tcp_retry_limit): Declare.
2145 (TIMEOUT): Remove, in favor of tcp_retry_limit.
2146 (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
2147 (wait_for_connect): New function.
2148 (net_open): Use it. Add auto-retry logic.
2149 (set_tcp_cmd, show_tcp_cmd): New functions.
2150 (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
2151 and "set/show tcp connect-timeout" commands.
2152 * NEWS: Document new commands.
2153
5171e6b3
TT
21542009-01-05 Tom Tromey <tromey@redhat.com>
2155
2156 * python/python-internal.h (Py_ssize_t): Define as int.
2157
a367a1f2
JB
21582009-01-05 Jim Blandy <jimb@red-bean.com>
2159
2160 * MAINTAINERS: Fix my e-mail address as steering committee member.
2161
0fb0cc75
JB
21622009-01-03 Joel Brobecker <brobecker@adacore.com>
2163
2164 Updated copyright notices for most files.
2165
c9fc347d
JB
21662009-01-03 Joel Brobecker <brobecker@adacore.com>
2167
2168 * top.c (print_gdb_version): Update copyright year.
2169
a85d99b4
JB
21702009-01-03 Joel Brobecker <brobecker@adacore.com>
2171
2172 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
2173
4d78a120
JB
21742009-01-01 Pedro Alves <pedro@codesourcery.com>
2175
2176 PR breakpoints/9681:
2177 * exceptions.h (enum errors): New error type, MEMORY_ERROR.
2178 * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
2179 * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
2180 retrow all other exceptions.
2181
67de2a4c 2182For older changes see ChangeLog-2008.
c906108c
SS
2183\f
2184Local Variables:
2185mode: change-log
2186left-margin: 8
2187fill-column: 74
2188version-control: never
57da7796 2189coding: utf-8
c906108c 2190End:
This page took 1.095277 seconds and 4 git commands to generate.