2005-01-19 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / utils.c
CommitLineData
c906108c 1/* General utility routines for GDB, the GNU debugger.
1bac305b 2
a752853e 3 Copyright 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
05ff989b
AC
4 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free
5 Software Foundation, Inc.
c906108c 6
c5aa993b 7 This file is part of GDB.
c906108c 8
c5aa993b
JM
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2 of the License, or
12 (at your option) any later version.
c906108c 13
c5aa993b
JM
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
c906108c 18
c5aa993b
JM
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 59 Temple Place - Suite 330,
22 Boston, MA 02111-1307, USA. */
c906108c 23
4e8f7a8b
DJ
24#include "defs.h"
25#include "gdb_assert.h"
26#include <ctype.h>
27#include "gdb_string.h"
28#include "event-top.h"
60250e8b 29#include "exceptions.h"
4e8f7a8b 30
6a83354a
AC
31#ifdef TUI
32#include "tui/tui.h" /* For tui_get_command_dimension. */
33#endif
34
9d271fd8
AC
35#ifdef __GO32__
36#include <pc.h>
37#endif
38
c906108c
SS
39/* SunOS's curses.h has a '#define reg register' in it. Thank you Sun. */
40#ifdef reg
41#undef reg
42#endif
43
042be3a9 44#include <signal.h>
c906108c
SS
45#include "gdbcmd.h"
46#include "serial.h"
47#include "bfd.h"
48#include "target.h"
49#include "demangle.h"
50#include "expression.h"
51#include "language.h"
234b45d4 52#include "charset.h"
c906108c 53#include "annotate.h"
303c8ebd 54#include "filenames.h"
7b90c3f9 55#include "symfile.h"
c906108c 56
8731e58e 57#include "inferior.h" /* for signed_pointer_to_address */
ac2e2ef7 58
2d1b2124
AC
59#include <sys/param.h> /* For MAXPATHLEN */
60
3b78cdbb 61#include "gdb_curses.h"
020cc13c 62
dbda9972 63#include "readline/readline.h"
c906108c 64
3c37485b 65#ifdef NEED_DECLARATION_MALLOC
8dbb1c65 66extern PTR malloc (); /* OK: PTR */
3c37485b 67#endif
0e52036f 68#ifdef NEED_DECLARATION_REALLOC
8dbb1c65 69extern PTR realloc (); /* OK: PTR */
0e52036f 70#endif
81b8eb80
AC
71#ifdef NEED_DECLARATION_FREE
72extern void free ();
73#endif
a4db0f07
RH
74/* Actually, we'll never have the decl, since we don't define _GNU_SOURCE. */
75#if defined(HAVE_CANONICALIZE_FILE_NAME) \
76 && defined(NEED_DECLARATION_CANONICALIZE_FILE_NAME)
77extern char *canonicalize_file_name (const char *);
78#endif
81b8eb80 79
c906108c
SS
80/* readline defines this. */
81#undef savestring
82
9a4105ab 83void (*deprecated_error_begin_hook) (void);
c906108c
SS
84
85/* Prototypes for local functions */
86
d9fcf2fb
JM
87static void vfprintf_maybe_filtered (struct ui_file *, const char *,
88 va_list, int);
c906108c 89
d9fcf2fb 90static void fputs_maybe_filtered (const char *, struct ui_file *, int);
c906108c 91
e42c9534
AC
92static void do_my_cleanups (struct cleanup **, struct cleanup *);
93
a14ed312 94static void prompt_for_continue (void);
c906108c 95
eb0d3137 96static void set_screen_size (void);
a14ed312 97static void set_width (void);
c906108c 98
c906108c
SS
99/* Chain of cleanup actions established with make_cleanup,
100 to be executed if an error happens. */
101
c5aa993b
JM
102static struct cleanup *cleanup_chain; /* cleaned up after a failed command */
103static struct cleanup *final_cleanup_chain; /* cleaned up when gdb exits */
104static struct cleanup *run_cleanup_chain; /* cleaned up on each 'run' */
105static struct cleanup *exec_cleanup_chain; /* cleaned up on each execution command */
6426a772 106/* cleaned up on each error from within an execution command */
8731e58e 107static struct cleanup *exec_error_cleanup_chain;
43ff13b4
JM
108
109/* Pointer to what is left to do for an execution command after the
110 target stops. Used only in asynchronous mode, by targets that
111 support async execution. The finish and until commands use it. So
112 does the target extended-remote command. */
113struct continuation *cmd_continuation;
c2d11a7d 114struct continuation *intermediate_continuation;
c906108c
SS
115
116/* Nonzero if we have job control. */
117
118int job_control;
119
120/* Nonzero means a quit has been requested. */
121
122int quit_flag;
123
124/* Nonzero means quit immediately if Control-C is typed now, rather
125 than waiting until QUIT is executed. Be careful in setting this;
126 code which executes with immediate_quit set has to be very careful
127 about being able to deal with being interrupted at any time. It is
128 almost always better to use QUIT; the only exception I can think of
129 is being able to quit out of a system call (using EINTR loses if
130 the SIGINT happens between the previous QUIT and the system call).
131 To immediately quit in the case in which a SIGINT happens between
132 the previous QUIT and setting immediate_quit (desirable anytime we
133 expect to block), call QUIT after setting immediate_quit. */
134
135int immediate_quit;
136
4a351cef
AF
137/* Nonzero means that encoded C++/ObjC names should be printed out in their
138 C++/ObjC form rather than raw. */
c906108c
SS
139
140int demangle = 1;
141
4a351cef
AF
142/* Nonzero means that encoded C++/ObjC names should be printed out in their
143 C++/ObjC form even in assembler language displays. If this is set, but
c906108c
SS
144 DEMANGLE is zero, names are printed raw, i.e. DEMANGLE controls. */
145
146int asm_demangle = 0;
147
148/* Nonzero means that strings with character values >0x7F should be printed
149 as octal escapes. Zero means just print the value (e.g. it's an
150 international character, and the terminal or window can cope.) */
151
152int sevenbit_strings = 0;
153
154/* String to be printed before error messages, if any. */
155
156char *error_pre_print;
157
158/* String to be printed before quit messages, if any. */
159
160char *quit_pre_print;
161
162/* String to be printed before warning messages, if any. */
163
164char *warning_pre_print = "\nwarning: ";
165
166int pagination_enabled = 1;
c906108c 167\f
c5aa993b 168
c906108c
SS
169/* Add a new cleanup to the cleanup_chain,
170 and return the previous chain pointer
171 to be passed later to do_cleanups or discard_cleanups.
172 Args are FUNCTION to clean up with, and ARG to pass to it. */
173
174struct cleanup *
e4005526 175make_cleanup (make_cleanup_ftype *function, void *arg)
c906108c 176{
c5aa993b 177 return make_my_cleanup (&cleanup_chain, function, arg);
c906108c
SS
178}
179
180struct cleanup *
e4005526 181make_final_cleanup (make_cleanup_ftype *function, void *arg)
c906108c 182{
c5aa993b 183 return make_my_cleanup (&final_cleanup_chain, function, arg);
c906108c 184}
7a292a7a 185
c906108c 186struct cleanup *
e4005526 187make_run_cleanup (make_cleanup_ftype *function, void *arg)
c906108c 188{
c5aa993b 189 return make_my_cleanup (&run_cleanup_chain, function, arg);
c906108c 190}
7a292a7a 191
43ff13b4 192struct cleanup *
e4005526 193make_exec_cleanup (make_cleanup_ftype *function, void *arg)
43ff13b4 194{
c5aa993b 195 return make_my_cleanup (&exec_cleanup_chain, function, arg);
43ff13b4
JM
196}
197
6426a772 198struct cleanup *
e4005526 199make_exec_error_cleanup (make_cleanup_ftype *function, void *arg)
6426a772
JM
200{
201 return make_my_cleanup (&exec_error_cleanup_chain, function, arg);
202}
203
7a292a7a 204static void
fba45db2 205do_freeargv (void *arg)
7a292a7a 206{
c5aa993b 207 freeargv ((char **) arg);
7a292a7a
SS
208}
209
210struct cleanup *
fba45db2 211make_cleanup_freeargv (char **arg)
7a292a7a
SS
212{
213 return make_my_cleanup (&cleanup_chain, do_freeargv, arg);
214}
215
5c65bbb6
AC
216static void
217do_bfd_close_cleanup (void *arg)
218{
219 bfd_close (arg);
220}
221
222struct cleanup *
223make_cleanup_bfd_close (bfd *abfd)
224{
225 return make_cleanup (do_bfd_close_cleanup, abfd);
226}
227
f5ff8c83
AC
228static void
229do_close_cleanup (void *arg)
230{
f042532c
AC
231 int *fd = arg;
232 close (*fd);
233 xfree (fd);
f5ff8c83
AC
234}
235
236struct cleanup *
237make_cleanup_close (int fd)
238{
f042532c
AC
239 int *saved_fd = xmalloc (sizeof (fd));
240 *saved_fd = fd;
241 return make_cleanup (do_close_cleanup, saved_fd);
f5ff8c83
AC
242}
243
11cf8741 244static void
d9fcf2fb 245do_ui_file_delete (void *arg)
11cf8741 246{
d9fcf2fb 247 ui_file_delete (arg);
11cf8741
JM
248}
249
250struct cleanup *
d9fcf2fb 251make_cleanup_ui_file_delete (struct ui_file *arg)
11cf8741 252{
d9fcf2fb 253 return make_my_cleanup (&cleanup_chain, do_ui_file_delete, arg);
11cf8741
JM
254}
255
7b90c3f9
JB
256static void
257do_free_section_addr_info (void *arg)
258{
259 free_section_addr_info (arg);
260}
261
262struct cleanup *
263make_cleanup_free_section_addr_info (struct section_addr_info *addrs)
264{
265 return make_my_cleanup (&cleanup_chain, do_free_section_addr_info, addrs);
266}
267
268
c906108c 269struct cleanup *
e4005526
AC
270make_my_cleanup (struct cleanup **pmy_chain, make_cleanup_ftype *function,
271 void *arg)
c906108c 272{
52f0bd74 273 struct cleanup *new
8731e58e 274 = (struct cleanup *) xmalloc (sizeof (struct cleanup));
52f0bd74 275 struct cleanup *old_chain = *pmy_chain;
c906108c
SS
276
277 new->next = *pmy_chain;
278 new->function = function;
279 new->arg = arg;
280 *pmy_chain = new;
281
282 return old_chain;
283}
284
285/* Discard cleanups and do the actions they describe
286 until we get back to the point OLD_CHAIN in the cleanup_chain. */
287
288void
aa1ee363 289do_cleanups (struct cleanup *old_chain)
c906108c 290{
c5aa993b 291 do_my_cleanups (&cleanup_chain, old_chain);
c906108c
SS
292}
293
294void
aa1ee363 295do_final_cleanups (struct cleanup *old_chain)
c906108c 296{
c5aa993b 297 do_my_cleanups (&final_cleanup_chain, old_chain);
c906108c
SS
298}
299
300void
aa1ee363 301do_run_cleanups (struct cleanup *old_chain)
c906108c 302{
c5aa993b 303 do_my_cleanups (&run_cleanup_chain, old_chain);
c906108c
SS
304}
305
43ff13b4 306void
aa1ee363 307do_exec_cleanups (struct cleanup *old_chain)
43ff13b4 308{
c5aa993b 309 do_my_cleanups (&exec_cleanup_chain, old_chain);
43ff13b4
JM
310}
311
6426a772 312void
aa1ee363 313do_exec_error_cleanups (struct cleanup *old_chain)
6426a772
JM
314{
315 do_my_cleanups (&exec_error_cleanup_chain, old_chain);
316}
317
e42c9534 318static void
aa1ee363
AC
319do_my_cleanups (struct cleanup **pmy_chain,
320 struct cleanup *old_chain)
c906108c 321{
52f0bd74 322 struct cleanup *ptr;
c906108c
SS
323 while ((ptr = *pmy_chain) != old_chain)
324 {
325 *pmy_chain = ptr->next; /* Do this first incase recursion */
326 (*ptr->function) (ptr->arg);
b8c9b27d 327 xfree (ptr);
c906108c
SS
328 }
329}
330
331/* Discard cleanups, not doing the actions they describe,
332 until we get back to the point OLD_CHAIN in the cleanup_chain. */
333
334void
aa1ee363 335discard_cleanups (struct cleanup *old_chain)
c906108c 336{
c5aa993b 337 discard_my_cleanups (&cleanup_chain, old_chain);
c906108c
SS
338}
339
340void
aa1ee363 341discard_final_cleanups (struct cleanup *old_chain)
c906108c 342{
c5aa993b 343 discard_my_cleanups (&final_cleanup_chain, old_chain);
c906108c
SS
344}
345
6426a772 346void
aa1ee363 347discard_exec_error_cleanups (struct cleanup *old_chain)
6426a772
JM
348{
349 discard_my_cleanups (&exec_error_cleanup_chain, old_chain);
350}
351
c906108c 352void
aa1ee363
AC
353discard_my_cleanups (struct cleanup **pmy_chain,
354 struct cleanup *old_chain)
c906108c 355{
52f0bd74 356 struct cleanup *ptr;
c906108c
SS
357 while ((ptr = *pmy_chain) != old_chain)
358 {
359 *pmy_chain = ptr->next;
b8c9b27d 360 xfree (ptr);
c906108c
SS
361 }
362}
363
364/* Set the cleanup_chain to 0, and return the old cleanup chain. */
365struct cleanup *
fba45db2 366save_cleanups (void)
c906108c 367{
c5aa993b 368 return save_my_cleanups (&cleanup_chain);
c906108c
SS
369}
370
371struct cleanup *
fba45db2 372save_final_cleanups (void)
c906108c 373{
c5aa993b 374 return save_my_cleanups (&final_cleanup_chain);
c906108c
SS
375}
376
377struct cleanup *
fba45db2 378save_my_cleanups (struct cleanup **pmy_chain)
c906108c
SS
379{
380 struct cleanup *old_chain = *pmy_chain;
381
382 *pmy_chain = 0;
383 return old_chain;
384}
385
386/* Restore the cleanup chain from a previously saved chain. */
387void
fba45db2 388restore_cleanups (struct cleanup *chain)
c906108c 389{
c5aa993b 390 restore_my_cleanups (&cleanup_chain, chain);
c906108c
SS
391}
392
393void
fba45db2 394restore_final_cleanups (struct cleanup *chain)
c906108c 395{
c5aa993b 396 restore_my_cleanups (&final_cleanup_chain, chain);
c906108c
SS
397}
398
399void
fba45db2 400restore_my_cleanups (struct cleanup **pmy_chain, struct cleanup *chain)
c906108c
SS
401{
402 *pmy_chain = chain;
403}
404
405/* This function is useful for cleanups.
406 Do
407
c5aa993b
JM
408 foo = xmalloc (...);
409 old_chain = make_cleanup (free_current_contents, &foo);
c906108c
SS
410
411 to arrange to free the object thus allocated. */
412
413void
2f9429ae 414free_current_contents (void *ptr)
c906108c 415{
2f9429ae 416 void **location = ptr;
e2f9c474 417 if (location == NULL)
8e65ff28
AC
418 internal_error (__FILE__, __LINE__,
419 "free_current_contents: NULL pointer");
2f9429ae 420 if (*location != NULL)
e2f9c474 421 {
b8c9b27d 422 xfree (*location);
e2f9c474
AC
423 *location = NULL;
424 }
c906108c
SS
425}
426
427/* Provide a known function that does nothing, to use as a base for
428 for a possibly long chain of cleanups. This is useful where we
429 use the cleanup chain for handling normal cleanups as well as dealing
430 with cleanups that need to be done as a result of a call to error().
431 In such cases, we may not be certain where the first cleanup is, unless
432 we have a do-nothing one to always use as the base. */
433
c906108c 434void
e4005526 435null_cleanup (void *arg)
c906108c
SS
436{
437}
438
74f832da 439/* Add a continuation to the continuation list, the global list
c2d11a7d 440 cmd_continuation. The new continuation will be added at the front.*/
43ff13b4 441void
74f832da
KB
442add_continuation (void (*continuation_hook) (struct continuation_arg *),
443 struct continuation_arg *arg_list)
43ff13b4 444{
c5aa993b 445 struct continuation *continuation_ptr;
43ff13b4 446
8731e58e
AC
447 continuation_ptr =
448 (struct continuation *) xmalloc (sizeof (struct continuation));
c5aa993b
JM
449 continuation_ptr->continuation_hook = continuation_hook;
450 continuation_ptr->arg_list = arg_list;
451 continuation_ptr->next = cmd_continuation;
452 cmd_continuation = continuation_ptr;
43ff13b4
JM
453}
454
455/* Walk down the cmd_continuation list, and execute all the
c2d11a7d
JM
456 continuations. There is a problem though. In some cases new
457 continuations may be added while we are in the middle of this
458 loop. If this happens they will be added in the front, and done
459 before we have a chance of exhausting those that were already
460 there. We need to then save the beginning of the list in a pointer
461 and do the continuations from there on, instead of using the
0a4a0819 462 global beginning of list as our iteration pointer. */
c5aa993b 463void
fba45db2 464do_all_continuations (void)
c2d11a7d
JM
465{
466 struct continuation *continuation_ptr;
467 struct continuation *saved_continuation;
468
469 /* Copy the list header into another pointer, and set the global
470 list header to null, so that the global list can change as a side
471 effect of invoking the continuations and the processing of
472 the preexisting continuations will not be affected. */
473 continuation_ptr = cmd_continuation;
474 cmd_continuation = NULL;
475
0a4a0819 476 /* Work now on the list we have set aside. */
c2d11a7d 477 while (continuation_ptr)
8731e58e
AC
478 {
479 (continuation_ptr->continuation_hook) (continuation_ptr->arg_list);
480 saved_continuation = continuation_ptr;
481 continuation_ptr = continuation_ptr->next;
482 xfree (saved_continuation);
483 }
c2d11a7d
JM
484}
485
486/* Walk down the cmd_continuation list, and get rid of all the
487 continuations. */
488void
fba45db2 489discard_all_continuations (void)
43ff13b4 490{
c5aa993b 491 struct continuation *continuation_ptr;
43ff13b4 492
c5aa993b
JM
493 while (cmd_continuation)
494 {
c5aa993b
JM
495 continuation_ptr = cmd_continuation;
496 cmd_continuation = continuation_ptr->next;
b8c9b27d 497 xfree (continuation_ptr);
c5aa993b 498 }
43ff13b4 499}
c2c6d25f 500
57e687d9 501/* Add a continuation to the continuation list, the global list
0a4a0819
MS
502 intermediate_continuation. The new continuation will be added at
503 the front. */
c2d11a7d 504void
74f832da
KB
505add_intermediate_continuation (void (*continuation_hook)
506 (struct continuation_arg *),
507 struct continuation_arg *arg_list)
c2d11a7d
JM
508{
509 struct continuation *continuation_ptr;
510
8731e58e
AC
511 continuation_ptr =
512 (struct continuation *) xmalloc (sizeof (struct continuation));
c2d11a7d
JM
513 continuation_ptr->continuation_hook = continuation_hook;
514 continuation_ptr->arg_list = arg_list;
515 continuation_ptr->next = intermediate_continuation;
516 intermediate_continuation = continuation_ptr;
517}
518
519/* Walk down the cmd_continuation list, and execute all the
520 continuations. There is a problem though. In some cases new
521 continuations may be added while we are in the middle of this
522 loop. If this happens they will be added in the front, and done
523 before we have a chance of exhausting those that were already
524 there. We need to then save the beginning of the list in a pointer
525 and do the continuations from there on, instead of using the
526 global beginning of list as our iteration pointer.*/
527void
fba45db2 528do_all_intermediate_continuations (void)
c2d11a7d
JM
529{
530 struct continuation *continuation_ptr;
531 struct continuation *saved_continuation;
532
533 /* Copy the list header into another pointer, and set the global
534 list header to null, so that the global list can change as a side
535 effect of invoking the continuations and the processing of
536 the preexisting continuations will not be affected. */
537 continuation_ptr = intermediate_continuation;
538 intermediate_continuation = NULL;
539
0a4a0819 540 /* Work now on the list we have set aside. */
c2d11a7d 541 while (continuation_ptr)
8731e58e
AC
542 {
543 (continuation_ptr->continuation_hook) (continuation_ptr->arg_list);
544 saved_continuation = continuation_ptr;
545 continuation_ptr = continuation_ptr->next;
546 xfree (saved_continuation);
547 }
c2d11a7d
JM
548}
549
c2c6d25f
JM
550/* Walk down the cmd_continuation list, and get rid of all the
551 continuations. */
552void
fba45db2 553discard_all_intermediate_continuations (void)
c2c6d25f
JM
554{
555 struct continuation *continuation_ptr;
556
c2d11a7d 557 while (intermediate_continuation)
c2c6d25f 558 {
c2d11a7d
JM
559 continuation_ptr = intermediate_continuation;
560 intermediate_continuation = continuation_ptr->next;
b8c9b27d 561 xfree (continuation_ptr);
c2c6d25f
JM
562 }
563}
c906108c 564\f
c5aa993b 565
8731e58e 566
f5a96129
AC
567/* Print a warning message. The first argument STRING is the warning
568 message, used as an fprintf format string, the second is the
569 va_list of arguments for that string. A warning is unfiltered (not
570 paginated) so that the user does not need to page through each
571 screen full of warnings when there are lots of them. */
c906108c
SS
572
573void
f5a96129 574vwarning (const char *string, va_list args)
c906108c 575{
9a4105ab
AC
576 if (deprecated_warning_hook)
577 (*deprecated_warning_hook) (string, args);
f5a96129
AC
578 else
579 {
580 target_terminal_ours ();
581 wrap_here (""); /* Force out any buffered output */
582 gdb_flush (gdb_stdout);
583 if (warning_pre_print)
306d9ac5 584 fputs_unfiltered (warning_pre_print, gdb_stderr);
f5a96129
AC
585 vfprintf_unfiltered (gdb_stderr, string, args);
586 fprintf_unfiltered (gdb_stderr, "\n");
587 va_end (args);
588 }
c906108c
SS
589}
590
591/* Print a warning message.
592 The first argument STRING is the warning message, used as a fprintf string,
593 and the remaining args are passed as arguments to it.
594 The primary difference between warnings and errors is that a warning
595 does not force the return to command level. */
596
c906108c 597void
8731e58e 598warning (const char *string, ...)
c906108c
SS
599{
600 va_list args;
c906108c 601 va_start (args, string);
f5a96129
AC
602 vwarning (string, args);
603 va_end (args);
c906108c
SS
604}
605
c906108c
SS
606/* Print an error message and return to command level.
607 The first argument STRING is the error message, used as a fprintf string,
608 and the remaining args are passed as arguments to it. */
609
4ce44c66
JM
610NORETURN void
611verror (const char *string, va_list args)
612{
6b1b7650 613 throw_verror (GENERIC_ERROR, string, args);
4ce44c66
JM
614}
615
c906108c 616NORETURN void
8731e58e 617error (const char *string, ...)
c906108c
SS
618{
619 va_list args;
c906108c 620 va_start (args, string);
6b1b7650 621 throw_verror (GENERIC_ERROR, string, args);
4ce44c66 622 va_end (args);
c906108c
SS
623}
624
d75e3c94
JJ
625/* Print an error message and quit.
626 The first argument STRING is the error message, used as a fprintf string,
627 and the remaining args are passed as arguments to it. */
628
629NORETURN void
630vfatal (const char *string, va_list args)
631{
6b1b7650 632 throw_vfatal (string, args);
d75e3c94
JJ
633}
634
635NORETURN void
636fatal (const char *string, ...)
637{
638 va_list args;
639 va_start (args, string);
6b1b7650 640 throw_vfatal (string, args);
d75e3c94
JJ
641 va_end (args);
642}
643
d75e3c94
JJ
644NORETURN void
645error_stream (struct ui_file *stream)
2acceee2 646{
4ce44c66 647 long len;
6b1b7650
AC
648 char *message = ui_file_xstrdup (stream, &len);
649 make_cleanup (xfree, message);
650 error ("%s", message);
2acceee2 651}
c906108c 652
dec43320
AC
653/* Print a message reporting an internal error/warning. Ask the user
654 if they want to continue, dump core, or just exit. Return
655 something to indicate a quit. */
c906108c 656
dec43320 657struct internal_problem
c906108c 658{
dec43320
AC
659 const char *name;
660 /* FIXME: cagney/2002-08-15: There should be ``maint set/show''
661 commands available for controlling these variables. */
662 enum auto_boolean should_quit;
663 enum auto_boolean should_dump_core;
664};
665
666/* Report a problem, internal to GDB, to the user. Once the problem
667 has been reported, and assuming GDB didn't quit, the caller can
668 either allow execution to resume or throw an error. */
669
670static void
671internal_vproblem (struct internal_problem *problem,
8731e58e 672 const char *file, int line, const char *fmt, va_list ap)
dec43320 673{
dec43320 674 static int dejavu;
375fc983 675 int quit_p;
7be570e7 676 int dump_core_p;
714b1282 677 char *reason;
c906108c 678
dec43320 679 /* Don't allow infinite error/warning recursion. */
714b1282
AC
680 {
681 static char msg[] = "Recursive internal problem.\n";
682 switch (dejavu)
683 {
684 case 0:
685 dejavu = 1;
686 break;
687 case 1:
688 dejavu = 2;
689 fputs_unfiltered (msg, gdb_stderr);
690 abort (); /* NOTE: GDB has only three calls to abort(). */
691 default:
692 dejavu = 3;
693 write (STDERR_FILENO, msg, sizeof (msg));
694 exit (1);
695 }
696 }
c906108c 697
dec43320 698 /* Try to get the message out and at the start of a new line. */
4261bedc 699 target_terminal_ours ();
dec43320
AC
700 begin_line ();
701
714b1282
AC
702 /* Create a string containing the full error/warning message. Need
703 to call query with this full string, as otherwize the reason
704 (error/warning) and question become separated. Format using a
705 style similar to a compiler error message. Include extra detail
706 so that the user knows that they are living on the edge. */
707 {
708 char *msg;
e623b504 709 msg = xstrvprintf (fmt, ap);
b435e160 710 reason = xstrprintf ("\
714b1282
AC
711%s:%d: %s: %s\n\
712A problem internal to GDB has been detected,\n\
713further debugging may prove unreliable.", file, line, problem->name, msg);
714 xfree (msg);
715 make_cleanup (xfree, reason);
716 }
7be570e7 717
dec43320
AC
718 switch (problem->should_quit)
719 {
720 case AUTO_BOOLEAN_AUTO:
721 /* Default (yes/batch case) is to quit GDB. When in batch mode
8731e58e
AC
722 this lessens the likelhood of GDB going into an infinate
723 loop. */
714b1282 724 quit_p = query ("%s\nQuit this debugging session? ", reason);
dec43320
AC
725 break;
726 case AUTO_BOOLEAN_TRUE:
727 quit_p = 1;
728 break;
729 case AUTO_BOOLEAN_FALSE:
730 quit_p = 0;
731 break;
732 default:
733 internal_error (__FILE__, __LINE__, "bad switch");
734 }
735
736 switch (problem->should_dump_core)
737 {
738 case AUTO_BOOLEAN_AUTO:
739 /* Default (yes/batch case) is to dump core. This leaves a GDB
8731e58e
AC
740 `dropping' so that it is easier to see that something went
741 wrong in GDB. */
714b1282 742 dump_core_p = query ("%s\nCreate a core file of GDB? ", reason);
dec43320
AC
743 break;
744 break;
745 case AUTO_BOOLEAN_TRUE:
746 dump_core_p = 1;
747 break;
748 case AUTO_BOOLEAN_FALSE:
749 dump_core_p = 0;
750 break;
751 default:
752 internal_error (__FILE__, __LINE__, "bad switch");
753 }
7be570e7 754
375fc983 755 if (quit_p)
7be570e7
JM
756 {
757 if (dump_core_p)
8731e58e 758 abort (); /* NOTE: GDB has only three calls to abort(). */
375fc983
AC
759 else
760 exit (1);
7be570e7
JM
761 }
762 else
763 {
764 if (dump_core_p)
375fc983
AC
765 {
766 if (fork () == 0)
8731e58e 767 abort (); /* NOTE: GDB has only three calls to abort(). */
375fc983 768 }
7be570e7 769 }
96baa820
JM
770
771 dejavu = 0;
dec43320
AC
772}
773
774static struct internal_problem internal_error_problem = {
775 "internal-error", AUTO_BOOLEAN_AUTO, AUTO_BOOLEAN_AUTO
776};
777
778NORETURN void
8731e58e 779internal_verror (const char *file, int line, const char *fmt, va_list ap)
dec43320
AC
780{
781 internal_vproblem (&internal_error_problem, file, line, fmt, ap);
315a522e 782 deprecated_throw_reason (RETURN_ERROR);
c906108c
SS
783}
784
4ce44c66 785NORETURN void
8e65ff28 786internal_error (const char *file, int line, const char *string, ...)
4ce44c66
JM
787{
788 va_list ap;
789 va_start (ap, string);
8e65ff28 790 internal_verror (file, line, string, ap);
4ce44c66
JM
791 va_end (ap);
792}
793
dec43320 794static struct internal_problem internal_warning_problem = {
d833db3b 795 "internal-warning", AUTO_BOOLEAN_AUTO, AUTO_BOOLEAN_AUTO
dec43320
AC
796};
797
798void
8731e58e 799internal_vwarning (const char *file, int line, const char *fmt, va_list ap)
dec43320
AC
800{
801 internal_vproblem (&internal_warning_problem, file, line, fmt, ap);
802}
803
804void
805internal_warning (const char *file, int line, const char *string, ...)
806{
807 va_list ap;
808 va_start (ap, string);
809 internal_vwarning (file, line, string, ap);
810 va_end (ap);
811}
812
c906108c
SS
813/* The strerror() function can return NULL for errno values that are
814 out of range. Provide a "safe" version that always returns a
815 printable string. */
816
817char *
fba45db2 818safe_strerror (int errnum)
c906108c
SS
819{
820 char *msg;
821 static char buf[32];
822
5cb316ef
AC
823 msg = strerror (errnum);
824 if (msg == NULL)
c906108c
SS
825 {
826 sprintf (buf, "(undocumented errno %d)", errnum);
827 msg = buf;
828 }
829 return (msg);
830}
831
c906108c
SS
832/* Print the system error message for errno, and also mention STRING
833 as the file name for which the error was encountered.
834 Then return to command level. */
835
836NORETURN void
6972bc8b 837perror_with_name (const char *string)
c906108c
SS
838{
839 char *err;
840 char *combined;
841
842 err = safe_strerror (errno);
843 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
844 strcpy (combined, string);
845 strcat (combined, ": ");
846 strcat (combined, err);
847
848 /* I understand setting these is a matter of taste. Still, some people
849 may clear errno but not know about bfd_error. Doing this here is not
850 unreasonable. */
851 bfd_set_error (bfd_error_no_error);
852 errno = 0;
853
c5aa993b 854 error ("%s.", combined);
c906108c
SS
855}
856
857/* Print the system error message for ERRCODE, and also mention STRING
858 as the file name for which the error was encountered. */
859
860void
6972bc8b 861print_sys_errmsg (const char *string, int errcode)
c906108c
SS
862{
863 char *err;
864 char *combined;
865
866 err = safe_strerror (errcode);
867 combined = (char *) alloca (strlen (err) + strlen (string) + 3);
868 strcpy (combined, string);
869 strcat (combined, ": ");
870 strcat (combined, err);
871
872 /* We want anything which was printed on stdout to come out first, before
873 this message. */
874 gdb_flush (gdb_stdout);
875 fprintf_unfiltered (gdb_stderr, "%s.\n", combined);
876}
877
878/* Control C eventually causes this to be called, at a convenient time. */
879
880void
fba45db2 881quit (void)
c906108c 882{
819cc324 883 struct serial *gdb_stdout_serial = serial_fdopen (1);
c906108c
SS
884
885 target_terminal_ours ();
886
887 /* We want all output to appear now, before we print "Quit". We
888 have 3 levels of buffering we have to flush (it's possible that
889 some of these should be changed to flush the lower-level ones
890 too): */
891
892 /* 1. The _filtered buffer. */
c5aa993b 893 wrap_here ((char *) 0);
c906108c
SS
894
895 /* 2. The stdio buffer. */
896 gdb_flush (gdb_stdout);
897 gdb_flush (gdb_stderr);
898
899 /* 3. The system-level buffer. */
2cd58942
AC
900 serial_drain_output (gdb_stdout_serial);
901 serial_un_fdopen (gdb_stdout_serial);
c906108c
SS
902
903 annotate_error_begin ();
904
905 /* Don't use *_filtered; we don't want to prompt the user to continue. */
906 if (quit_pre_print)
306d9ac5 907 fputs_unfiltered (quit_pre_print, gdb_stderr);
c906108c 908
7be570e7
JM
909#ifdef __MSDOS__
910 /* No steenking SIGINT will ever be coming our way when the
911 program is resumed. Don't lie. */
912 fprintf_unfiltered (gdb_stderr, "Quit\n");
913#else
c906108c 914 if (job_control
8731e58e
AC
915 /* If there is no terminal switching for this target, then we can't
916 possibly get screwed by the lack of job control. */
c906108c
SS
917 || current_target.to_terminal_ours == NULL)
918 fprintf_unfiltered (gdb_stderr, "Quit\n");
919 else
920 fprintf_unfiltered (gdb_stderr,
8731e58e 921 "Quit (expect signal SIGINT when the program is resumed)\n");
7be570e7 922#endif
315a522e 923 deprecated_throw_reason (RETURN_QUIT);
c906108c
SS
924}
925
c906108c 926/* Control C comes here */
c906108c 927void
fba45db2 928request_quit (int signo)
c906108c
SS
929{
930 quit_flag = 1;
1f04aa62
AC
931 /* Restore the signal handler. Harmless with BSD-style signals,
932 needed for System V-style signals. */
c906108c
SS
933 signal (signo, request_quit);
934
c5aa993b 935 if (immediate_quit)
c906108c 936 quit ();
c906108c 937}
c906108c 938\f
c906108c
SS
939/* Called when a memory allocation fails, with the number of bytes of
940 memory requested in SIZE. */
941
942NORETURN void
fba45db2 943nomem (long size)
c906108c
SS
944{
945 if (size > 0)
946 {
8e65ff28 947 internal_error (__FILE__, __LINE__,
8731e58e
AC
948 "virtual memory exhausted: can't allocate %ld bytes.",
949 size);
c906108c
SS
950 }
951 else
952 {
8731e58e 953 internal_error (__FILE__, __LINE__, "virtual memory exhausted.");
c906108c
SS
954 }
955}
956
c0e61796
AC
957/* The xmalloc() (libiberty.h) family of memory management routines.
958
959 These are like the ISO-C malloc() family except that they implement
960 consistent semantics and guard against typical memory management
7936743b 961 problems. */
c0e61796
AC
962
963/* NOTE: These are declared using PTR to ensure consistency with
964 "libiberty.h". xfree() is GDB local. */
965
8dbb1c65 966PTR /* OK: PTR */
c0e61796
AC
967xmalloc (size_t size)
968{
7936743b
AC
969 void *val;
970
971 /* See libiberty/xmalloc.c. This function need's to match that's
972 semantics. It never returns NULL. */
973 if (size == 0)
974 size = 1;
975
976 val = malloc (size); /* OK: malloc */
977 if (val == NULL)
978 nomem (size);
979
980 return (val);
c0e61796 981}
c906108c 982
8dbb1c65
AC
983PTR /* OK: PTR */
984xrealloc (PTR ptr, size_t size) /* OK: PTR */
c906108c 985{
0efffb96
AC
986 void *val;
987
988 /* See libiberty/xmalloc.c. This function need's to match that's
989 semantics. It never returns NULL. */
990 if (size == 0)
991 size = 1;
992
993 if (ptr != NULL)
994 val = realloc (ptr, size); /* OK: realloc */
995 else
996 val = malloc (size); /* OK: malloc */
997 if (val == NULL)
998 nomem (size);
999
1000 return (val);
c906108c 1001}
b8c9b27d 1002
8dbb1c65 1003PTR /* OK: PTR */
c0e61796
AC
1004xcalloc (size_t number, size_t size)
1005{
aa2ee5f6
AC
1006 void *mem;
1007
1008 /* See libiberty/xmalloc.c. This function need's to match that's
1009 semantics. It never returns NULL. */
1010 if (number == 0 || size == 0)
1011 {
1012 number = 1;
1013 size = 1;
1014 }
1015
1016 mem = calloc (number, size); /* OK: xcalloc */
1017 if (mem == NULL)
1018 nomem (number * size);
1019
1020 return mem;
c0e61796 1021}
b8c9b27d
KB
1022
1023void
1024xfree (void *ptr)
1025{
2dc74dc1
AC
1026 if (ptr != NULL)
1027 free (ptr); /* OK: free */
b8c9b27d 1028}
c906108c 1029\f
c5aa993b 1030
76995688
AC
1031/* Like asprintf/vasprintf but get an internal_error if the call
1032 fails. */
1033
9ebf4acf
AC
1034char *
1035xstrprintf (const char *format, ...)
1036{
1037 char *ret;
1038 va_list args;
1039 va_start (args, format);
e623b504 1040 ret = xstrvprintf (format, args);
9ebf4acf
AC
1041 va_end (args);
1042 return ret;
1043}
1044
76995688
AC
1045void
1046xasprintf (char **ret, const char *format, ...)
1047{
1048 va_list args;
1049 va_start (args, format);
e623b504 1050 (*ret) = xstrvprintf (format, args);
76995688
AC
1051 va_end (args);
1052}
1053
1054void
1055xvasprintf (char **ret, const char *format, va_list ap)
1056{
a552edd9 1057 (*ret) = xstrvprintf (format, ap);
76995688
AC
1058}
1059
e623b504
AC
1060char *
1061xstrvprintf (const char *format, va_list ap)
1062{
1063 char *ret = NULL;
1064 int status = vasprintf (&ret, format, ap);
1065 /* NULL is returned when there was a memory allocation problem. */
1066 if (ret == NULL)
1067 nomem (0);
1068 /* A negative status (the printed length) with a non-NULL buffer
1069 should never happen, but just to be sure. */
1070 if (status < 0)
1071 internal_error (__FILE__, __LINE__,
1072 "vasprintf call failed (errno %d)", errno);
1073 return ret;
1074}
76995688 1075
c906108c
SS
1076/* My replacement for the read system call.
1077 Used like `read' but keeps going if `read' returns too soon. */
1078
1079int
fba45db2 1080myread (int desc, char *addr, int len)
c906108c 1081{
52f0bd74 1082 int val;
c906108c
SS
1083 int orglen = len;
1084
1085 while (len > 0)
1086 {
1087 val = read (desc, addr, len);
1088 if (val < 0)
1089 return val;
1090 if (val == 0)
1091 return orglen - len;
1092 len -= val;
1093 addr += val;
1094 }
1095 return orglen;
1096}
1097\f
1098/* Make a copy of the string at PTR with SIZE characters
1099 (and add a null character at the end in the copy).
1100 Uses malloc to get the space. Returns the address of the copy. */
1101
1102char *
5565b556 1103savestring (const char *ptr, size_t size)
c906108c 1104{
52f0bd74 1105 char *p = (char *) xmalloc (size + 1);
c906108c
SS
1106 memcpy (p, ptr, size);
1107 p[size] = 0;
1108 return p;
1109}
1110
c906108c 1111void
aa1ee363 1112print_spaces (int n, struct ui_file *file)
c906108c 1113{
392a587b 1114 fputs_unfiltered (n_spaces (n), file);
c906108c
SS
1115}
1116
1117/* Print a host address. */
1118
1119void
ac16bf07 1120gdb_print_host_address (const void *addr, struct ui_file *stream)
c906108c
SS
1121{
1122
1123 /* We could use the %p conversion specifier to fprintf if we had any
1124 way of knowing whether this host supports it. But the following
1125 should work on the Alpha and on 32 bit machines. */
1126
c5aa993b 1127 fprintf_filtered (stream, "0x%lx", (unsigned long) addr);
c906108c
SS
1128}
1129
1130/* Ask user a y-or-n question and return 1 iff answer is yes.
1131 Takes three args which are given to printf to print the question.
1132 The first, a control string, should end in "? ".
1133 It should not say how to answer, because we do that. */
1134
1135/* VARARGS */
1136int
8731e58e 1137query (const char *ctlstr, ...)
c906108c
SS
1138{
1139 va_list args;
52f0bd74
AC
1140 int answer;
1141 int ans2;
c906108c
SS
1142 int retval;
1143
9a4105ab 1144 if (deprecated_query_hook)
c906108c 1145 {
3e6bb910 1146 va_start (args, ctlstr);
9a4105ab 1147 return deprecated_query_hook (ctlstr, args);
c906108c
SS
1148 }
1149
1150 /* Automatically answer "yes" if input is not from a terminal. */
1151 if (!input_from_terminal_p ())
1152 return 1;
c906108c
SS
1153
1154 while (1)
1155 {
1156 wrap_here (""); /* Flush any buffered output */
1157 gdb_flush (gdb_stdout);
1158
1159 if (annotation_level > 1)
1160 printf_filtered ("\n\032\032pre-query\n");
1161
3e6bb910 1162 va_start (args, ctlstr);
c906108c 1163 vfprintf_filtered (gdb_stdout, ctlstr, args);
3e6bb910 1164 va_end (args);
c906108c
SS
1165 printf_filtered ("(y or n) ");
1166
1167 if (annotation_level > 1)
1168 printf_filtered ("\n\032\032query\n");
1169
c5aa993b 1170 wrap_here ("");
c906108c
SS
1171 gdb_flush (gdb_stdout);
1172
37767e42 1173 answer = fgetc (stdin);
c906108c
SS
1174 clearerr (stdin); /* in case of C-d */
1175 if (answer == EOF) /* C-d */
c5aa993b 1176 {
c906108c
SS
1177 retval = 1;
1178 break;
1179 }
1180 /* Eat rest of input line, to EOF or newline */
37767e42 1181 if (answer != '\n')
c5aa993b 1182 do
c906108c 1183 {
8731e58e 1184 ans2 = fgetc (stdin);
c906108c
SS
1185 clearerr (stdin);
1186 }
c5aa993b 1187 while (ans2 != EOF && ans2 != '\n' && ans2 != '\r');
c906108c
SS
1188
1189 if (answer >= 'a')
1190 answer -= 040;
1191 if (answer == 'Y')
1192 {
1193 retval = 1;
1194 break;
1195 }
1196 if (answer == 'N')
1197 {
1198 retval = 0;
1199 break;
1200 }
1201 printf_filtered ("Please answer y or n.\n");
1202 }
1203
1204 if (annotation_level > 1)
1205 printf_filtered ("\n\032\032post-query\n");
1206 return retval;
1207}
c906108c 1208\f
c5aa993b 1209
cbdeadca
JJ
1210/* This function supports the nquery() and yquery() functions.
1211 Ask user a y-or-n question and return 0 if answer is no, 1 if
1212 answer is yes, or default the answer to the specified default.
1213 DEFCHAR is either 'y' or 'n' and refers to the default answer.
1214 CTLSTR is the control string and should end in "? ". It should
1215 not say how to answer, because we do that.
1216 ARGS are the arguments passed along with the CTLSTR argument to
1217 printf. */
1218
1219static int
1220defaulted_query (const char *ctlstr, const char defchar, va_list args)
1221{
1222 int answer;
1223 int ans2;
1224 int retval;
1225 int def_value;
1226 char def_answer, not_def_answer;
1227 char *y_string, *n_string;
1228
1229 /* Set up according to which answer is the default. */
1230 if (defchar == 'y')
1231 {
1232 def_value = 1;
1233 def_answer = 'Y';
1234 not_def_answer = 'N';
1235 y_string = "[y]";
1236 n_string = "n";
1237 }
1238 else
1239 {
1240 def_value = 0;
1241 def_answer = 'N';
1242 not_def_answer = 'Y';
1243 y_string = "y";
1244 n_string = "[n]";
1245 }
1246
9a4105ab 1247 if (deprecated_query_hook)
cbdeadca 1248 {
9a4105ab 1249 return deprecated_query_hook (ctlstr, args);
cbdeadca
JJ
1250 }
1251
1252 /* Automatically answer default value if input is not from a terminal. */
1253 if (!input_from_terminal_p ())
1254 return def_value;
1255
1256 while (1)
1257 {
1258 wrap_here (""); /* Flush any buffered output */
1259 gdb_flush (gdb_stdout);
1260
1261 if (annotation_level > 1)
7b6be525 1262 printf_filtered ("\n\032\032pre-query\n");
cbdeadca
JJ
1263
1264 vfprintf_filtered (gdb_stdout, ctlstr, args);
1265 printf_filtered ("(%s or %s) ", y_string, n_string);
1266
1267 if (annotation_level > 1)
7b6be525 1268 printf_filtered ("\n\032\032query\n");
cbdeadca
JJ
1269
1270 wrap_here ("");
1271 gdb_flush (gdb_stdout);
1272
1273 answer = fgetc (stdin);
1274 clearerr (stdin); /* in case of C-d */
1275 if (answer == EOF) /* C-d */
1276 {
1277 retval = def_value;
1278 break;
1279 }
1280 /* Eat rest of input line, to EOF or newline */
1281 if (answer != '\n')
1282 do
1283 {
1284 ans2 = fgetc (stdin);
1285 clearerr (stdin);
1286 }
1287 while (ans2 != EOF && ans2 != '\n' && ans2 != '\r');
1288
1289 if (answer >= 'a')
1290 answer -= 040;
1291 /* Check answer. For the non-default, the user must specify
1292 the non-default explicitly. */
1293 if (answer == not_def_answer)
1294 {
1295 retval = !def_value;
1296 break;
1297 }
1298 /* Otherwise, for the default, the user may either specify
1299 the required input or have it default by entering nothing. */
1300 if (answer == def_answer || answer == '\n' ||
1301 answer == '\r' || answer == EOF)
1302 {
1303 retval = def_value;
1304 break;
1305 }
1306 /* Invalid entries are not defaulted and require another selection. */
1307 printf_filtered ("Please answer %s or %s.\n",
1308 y_string, n_string);
1309 }
1310
1311 if (annotation_level > 1)
7b6be525 1312 printf_filtered ("\n\032\032post-query\n");
cbdeadca
JJ
1313 return retval;
1314}
1315\f
1316
1317/* Ask user a y-or-n question and return 0 if answer is no, 1 if
1318 answer is yes, or 0 if answer is defaulted.
1319 Takes three args which are given to printf to print the question.
1320 The first, a control string, should end in "? ".
1321 It should not say how to answer, because we do that. */
1322
1323int
1324nquery (const char *ctlstr, ...)
1325{
1326 va_list args;
1327
1328 va_start (args, ctlstr);
1329 return defaulted_query (ctlstr, 'n', args);
1330 va_end (args);
1331}
1332
1333/* Ask user a y-or-n question and return 0 if answer is no, 1 if
1334 answer is yes, or 1 if answer is defaulted.
1335 Takes three args which are given to printf to print the question.
1336 The first, a control string, should end in "? ".
1337 It should not say how to answer, because we do that. */
1338
1339int
1340yquery (const char *ctlstr, ...)
1341{
1342 va_list args;
1343
1344 va_start (args, ctlstr);
1345 return defaulted_query (ctlstr, 'y', args);
1346 va_end (args);
1347}
1348
234b45d4
KB
1349/* Print an error message saying that we couldn't make sense of a
1350 \^mumble sequence in a string or character constant. START and END
1351 indicate a substring of some larger string that contains the
1352 erroneous backslash sequence, missing the initial backslash. */
1353static NORETURN int
1354no_control_char_error (const char *start, const char *end)
1355{
1356 int len = end - start;
1357 char *copy = alloca (end - start + 1);
1358
1359 memcpy (copy, start, len);
1360 copy[len] = '\0';
1361
1362 error ("There is no control character `\\%s' in the `%s' character set.",
8731e58e 1363 copy, target_charset ());
234b45d4
KB
1364}
1365
c906108c
SS
1366/* Parse a C escape sequence. STRING_PTR points to a variable
1367 containing a pointer to the string to parse. That pointer
1368 should point to the character after the \. That pointer
1369 is updated past the characters we use. The value of the
1370 escape sequence is returned.
1371
1372 A negative value means the sequence \ newline was seen,
1373 which is supposed to be equivalent to nothing at all.
1374
1375 If \ is followed by a null character, we return a negative
1376 value and leave the string pointer pointing at the null character.
1377
1378 If \ is followed by 000, we return 0 and leave the string pointer
1379 after the zeros. A value of 0 does not mean end of string. */
1380
1381int
fba45db2 1382parse_escape (char **string_ptr)
c906108c 1383{
234b45d4 1384 int target_char;
52f0bd74 1385 int c = *(*string_ptr)++;
234b45d4
KB
1386 if (c_parse_backslash (c, &target_char))
1387 return target_char;
8731e58e
AC
1388 else
1389 switch (c)
234b45d4 1390 {
8731e58e
AC
1391 case '\n':
1392 return -2;
1393 case 0:
1394 (*string_ptr)--;
1395 return 0;
1396 case '^':
1397 {
1398 /* Remember where this escape sequence started, for reporting
1399 errors. */
1400 char *sequence_start_pos = *string_ptr - 1;
234b45d4 1401
8731e58e
AC
1402 c = *(*string_ptr)++;
1403
1404 if (c == '?')
1405 {
1406 /* XXXCHARSET: What is `delete' in the host character set? */
1407 c = 0177;
1408
1409 if (!host_char_to_target (c, &target_char))
1410 error ("There is no character corresponding to `Delete' "
1411 "in the target character set `%s'.", host_charset ());
1412
1413 return target_char;
1414 }
1415 else if (c == '\\')
1416 target_char = parse_escape (string_ptr);
1417 else
1418 {
1419 if (!host_char_to_target (c, &target_char))
1420 no_control_char_error (sequence_start_pos, *string_ptr);
1421 }
1422
1423 /* Now target_char is something like `c', and we want to find
1424 its control-character equivalent. */
1425 if (!target_char_to_control_char (target_char, &target_char))
1426 no_control_char_error (sequence_start_pos, *string_ptr);
1427
1428 return target_char;
1429 }
1430
1431 /* XXXCHARSET: we need to use isdigit and value-of-digit
1432 methods of the host character set here. */
1433
1434 case '0':
1435 case '1':
1436 case '2':
1437 case '3':
1438 case '4':
1439 case '5':
1440 case '6':
1441 case '7':
1442 {
aa1ee363
AC
1443 int i = c - '0';
1444 int count = 0;
8731e58e
AC
1445 while (++count < 3)
1446 {
5cb316ef
AC
1447 c = (**string_ptr);
1448 if (c >= '0' && c <= '7')
8731e58e 1449 {
5cb316ef 1450 (*string_ptr)++;
8731e58e
AC
1451 i *= 8;
1452 i += c - '0';
1453 }
1454 else
1455 {
8731e58e
AC
1456 break;
1457 }
1458 }
1459 return i;
1460 }
1461 default:
1462 if (!host_char_to_target (c, &target_char))
1463 error
1464 ("The escape sequence `\%c' is equivalent to plain `%c', which"
1465 " has no equivalent\n" "in the `%s' character set.", c, c,
1466 target_charset ());
1467 return target_char;
c906108c 1468 }
c906108c
SS
1469}
1470\f
1471/* Print the character C on STREAM as part of the contents of a literal
1472 string whose delimiter is QUOTER. Note that this routine should only
1473 be call for printing things which are independent of the language
1474 of the program being debugged. */
1475
43e526b9 1476static void
74f832da
KB
1477printchar (int c, void (*do_fputs) (const char *, struct ui_file *),
1478 void (*do_fprintf) (struct ui_file *, const char *, ...),
1479 struct ui_file *stream, int quoter)
c906108c
SS
1480{
1481
1482 c &= 0xFF; /* Avoid sign bit follies */
1483
c5aa993b
JM
1484 if (c < 0x20 || /* Low control chars */
1485 (c >= 0x7F && c < 0xA0) || /* DEL, High controls */
1486 (sevenbit_strings && c >= 0x80))
1487 { /* high order bit set */
1488 switch (c)
1489 {
1490 case '\n':
43e526b9 1491 do_fputs ("\\n", stream);
c5aa993b
JM
1492 break;
1493 case '\b':
43e526b9 1494 do_fputs ("\\b", stream);
c5aa993b
JM
1495 break;
1496 case '\t':
43e526b9 1497 do_fputs ("\\t", stream);
c5aa993b
JM
1498 break;
1499 case '\f':
43e526b9 1500 do_fputs ("\\f", stream);
c5aa993b
JM
1501 break;
1502 case '\r':
43e526b9 1503 do_fputs ("\\r", stream);
c5aa993b
JM
1504 break;
1505 case '\033':
43e526b9 1506 do_fputs ("\\e", stream);
c5aa993b
JM
1507 break;
1508 case '\007':
43e526b9 1509 do_fputs ("\\a", stream);
c5aa993b
JM
1510 break;
1511 default:
43e526b9 1512 do_fprintf (stream, "\\%.3o", (unsigned int) c);
c5aa993b
JM
1513 break;
1514 }
1515 }
1516 else
1517 {
1518 if (c == '\\' || c == quoter)
43e526b9
JM
1519 do_fputs ("\\", stream);
1520 do_fprintf (stream, "%c", c);
c5aa993b 1521 }
c906108c 1522}
43e526b9
JM
1523
1524/* Print the character C on STREAM as part of the contents of a
1525 literal string whose delimiter is QUOTER. Note that these routines
1526 should only be call for printing things which are independent of
1527 the language of the program being debugged. */
1528
1529void
fba45db2 1530fputstr_filtered (const char *str, int quoter, struct ui_file *stream)
43e526b9
JM
1531{
1532 while (*str)
1533 printchar (*str++, fputs_filtered, fprintf_filtered, stream, quoter);
1534}
1535
1536void
fba45db2 1537fputstr_unfiltered (const char *str, int quoter, struct ui_file *stream)
43e526b9
JM
1538{
1539 while (*str)
1540 printchar (*str++, fputs_unfiltered, fprintf_unfiltered, stream, quoter);
1541}
1542
1543void
8731e58e
AC
1544fputstrn_unfiltered (const char *str, int n, int quoter,
1545 struct ui_file *stream)
43e526b9
JM
1546{
1547 int i;
1548 for (i = 0; i < n; i++)
1549 printchar (str[i], fputs_unfiltered, fprintf_unfiltered, stream, quoter);
1550}
c906108c 1551\f
c5aa993b 1552
c906108c
SS
1553/* Number of lines per page or UINT_MAX if paging is disabled. */
1554static unsigned int lines_per_page;
eb0d3137 1555
cbfbd72a 1556/* Number of chars per line or UINT_MAX if line folding is disabled. */
c906108c 1557static unsigned int chars_per_line;
eb0d3137 1558
c906108c
SS
1559/* Current count of lines printed on this page, chars on this line. */
1560static unsigned int lines_printed, chars_printed;
1561
1562/* Buffer and start column of buffered text, for doing smarter word-
1563 wrapping. When someone calls wrap_here(), we start buffering output
1564 that comes through fputs_filtered(). If we see a newline, we just
1565 spit it out and forget about the wrap_here(). If we see another
1566 wrap_here(), we spit it out and remember the newer one. If we see
1567 the end of the line, we spit out a newline, the indent, and then
1568 the buffered output. */
1569
1570/* Malloc'd buffer with chars_per_line+2 bytes. Contains characters which
1571 are waiting to be output (they have already been counted in chars_printed).
1572 When wrap_buffer[0] is null, the buffer is empty. */
1573static char *wrap_buffer;
1574
1575/* Pointer in wrap_buffer to the next character to fill. */
1576static char *wrap_pointer;
1577
1578/* String to indent by if the wrap occurs. Must not be NULL if wrap_column
1579 is non-zero. */
1580static char *wrap_indent;
1581
1582/* Column number on the screen where wrap_buffer begins, or 0 if wrapping
1583 is not in effect. */
1584static int wrap_column;
c906108c 1585\f
c5aa993b 1586
eb0d3137
MK
1587/* Inialize the number of lines per page and chars per line. */
1588
c906108c 1589void
fba45db2 1590init_page_info (void)
c906108c
SS
1591{
1592#if defined(TUI)
5ecb1806 1593 if (!tui_get_command_dimension (&chars_per_line, &lines_per_page))
c906108c
SS
1594#endif
1595 {
eb0d3137 1596 int rows, cols;
c906108c 1597
ec145965
EZ
1598#if defined(__GO32__)
1599 rows = ScreenRows ();
1600 cols = ScreenCols ();
1601 lines_per_page = rows;
1602 chars_per_line = cols;
1603#else
eb0d3137
MK
1604 /* Make sure Readline has initialized its terminal settings. */
1605 rl_reset_terminal (NULL);
c906108c 1606
eb0d3137
MK
1607 /* Get the screen size from Readline. */
1608 rl_get_screen_size (&rows, &cols);
1609 lines_per_page = rows;
1610 chars_per_line = cols;
c906108c 1611
eb0d3137
MK
1612 /* Readline should have fetched the termcap entry for us. */
1613 if (tgetnum ("li") < 0 || getenv ("EMACS"))
1614 {
1615 /* The number of lines per page is not mentioned in the
1616 terminal description. This probably means that paging is
1617 not useful (e.g. emacs shell window), so disable paging. */
1618 lines_per_page = UINT_MAX;
1619 }
c906108c 1620
eb0d3137 1621 /* FIXME: Get rid of this junk. */
c906108c 1622#if defined(SIGWINCH) && defined(SIGWINCH_HANDLER)
c906108c
SS
1623 SIGWINCH_HANDLER (SIGWINCH);
1624#endif
eb0d3137 1625
c906108c 1626 /* If the output is not a terminal, don't paginate it. */
d9fcf2fb 1627 if (!ui_file_isatty (gdb_stdout))
c5aa993b 1628 lines_per_page = UINT_MAX;
eb0d3137 1629#endif
ec145965 1630 }
eb0d3137
MK
1631
1632 set_screen_size ();
c5aa993b 1633 set_width ();
c906108c
SS
1634}
1635
eb0d3137
MK
1636/* Set the screen size based on LINES_PER_PAGE and CHARS_PER_LINE. */
1637
1638static void
1639set_screen_size (void)
1640{
1641 int rows = lines_per_page;
1642 int cols = chars_per_line;
1643
1644 if (rows <= 0)
1645 rows = INT_MAX;
1646
1647 if (cols <= 0)
1648 rl_get_screen_size (NULL, &cols);
1649
1650 /* Update Readline's idea of the terminal size. */
1651 rl_set_screen_size (rows, cols);
1652}
1653
1654/* Reinitialize WRAP_BUFFER according to the current value of
1655 CHARS_PER_LINE. */
1656
c906108c 1657static void
fba45db2 1658set_width (void)
c906108c
SS
1659{
1660 if (chars_per_line == 0)
c5aa993b 1661 init_page_info ();
c906108c
SS
1662
1663 if (!wrap_buffer)
1664 {
1665 wrap_buffer = (char *) xmalloc (chars_per_line + 2);
1666 wrap_buffer[0] = '\0';
1667 }
1668 else
1669 wrap_buffer = (char *) xrealloc (wrap_buffer, chars_per_line + 2);
eb0d3137 1670 wrap_pointer = wrap_buffer; /* Start it at the beginning. */
c906108c
SS
1671}
1672
c5aa993b 1673static void
fba45db2 1674set_width_command (char *args, int from_tty, struct cmd_list_element *c)
c906108c 1675{
eb0d3137 1676 set_screen_size ();
c906108c
SS
1677 set_width ();
1678}
1679
eb0d3137
MK
1680static void
1681set_height_command (char *args, int from_tty, struct cmd_list_element *c)
1682{
1683 set_screen_size ();
1684}
1685
c906108c
SS
1686/* Wait, so the user can read what's on the screen. Prompt the user
1687 to continue by pressing RETURN. */
1688
1689static void
fba45db2 1690prompt_for_continue (void)
c906108c
SS
1691{
1692 char *ignore;
1693 char cont_prompt[120];
1694
1695 if (annotation_level > 1)
1696 printf_unfiltered ("\n\032\032pre-prompt-for-continue\n");
1697
1698 strcpy (cont_prompt,
1699 "---Type <return> to continue, or q <return> to quit---");
1700 if (annotation_level > 1)
1701 strcat (cont_prompt, "\n\032\032prompt-for-continue\n");
1702
1703 /* We must do this *before* we call gdb_readline, else it will eventually
1704 call us -- thinking that we're trying to print beyond the end of the
1705 screen. */
1706 reinitialize_more_filter ();
1707
1708 immediate_quit++;
1709 /* On a real operating system, the user can quit with SIGINT.
1710 But not on GO32.
1711
1712 'q' is provided on all systems so users don't have to change habits
1713 from system to system, and because telling them what to do in
1714 the prompt is more user-friendly than expecting them to think of
1715 SIGINT. */
1716 /* Call readline, not gdb_readline, because GO32 readline handles control-C
1717 whereas control-C to gdb_readline will cause the user to get dumped
1718 out to DOS. */
b4f5539f 1719 ignore = gdb_readline_wrapper (cont_prompt);
c906108c
SS
1720
1721 if (annotation_level > 1)
1722 printf_unfiltered ("\n\032\032post-prompt-for-continue\n");
1723
1724 if (ignore)
1725 {
1726 char *p = ignore;
1727 while (*p == ' ' || *p == '\t')
1728 ++p;
1729 if (p[0] == 'q')
362646f5 1730 async_request_quit (0);
b8c9b27d 1731 xfree (ignore);
c906108c
SS
1732 }
1733 immediate_quit--;
1734
1735 /* Now we have to do this again, so that GDB will know that it doesn't
1736 need to save the ---Type <return>--- line at the top of the screen. */
1737 reinitialize_more_filter ();
1738
1739 dont_repeat (); /* Forget prev cmd -- CR won't repeat it. */
1740}
1741
1742/* Reinitialize filter; ie. tell it to reset to original values. */
1743
1744void
fba45db2 1745reinitialize_more_filter (void)
c906108c
SS
1746{
1747 lines_printed = 0;
1748 chars_printed = 0;
1749}
1750
1751/* Indicate that if the next sequence of characters overflows the line,
1752 a newline should be inserted here rather than when it hits the end.
1753 If INDENT is non-null, it is a string to be printed to indent the
1754 wrapped part on the next line. INDENT must remain accessible until
1755 the next call to wrap_here() or until a newline is printed through
1756 fputs_filtered().
1757
1758 If the line is already overfull, we immediately print a newline and
1759 the indentation, and disable further wrapping.
1760
1761 If we don't know the width of lines, but we know the page height,
1762 we must not wrap words, but should still keep track of newlines
1763 that were explicitly printed.
1764
1765 INDENT should not contain tabs, as that will mess up the char count
1766 on the next line. FIXME.
1767
1768 This routine is guaranteed to force out any output which has been
1769 squirreled away in the wrap_buffer, so wrap_here ((char *)0) can be
1770 used to force out output from the wrap_buffer. */
1771
1772void
fba45db2 1773wrap_here (char *indent)
c906108c
SS
1774{
1775 /* This should have been allocated, but be paranoid anyway. */
1776 if (!wrap_buffer)
e1e9e218 1777 internal_error (__FILE__, __LINE__, "failed internal consistency check");
c906108c
SS
1778
1779 if (wrap_buffer[0])
1780 {
1781 *wrap_pointer = '\0';
1782 fputs_unfiltered (wrap_buffer, gdb_stdout);
1783 }
1784 wrap_pointer = wrap_buffer;
1785 wrap_buffer[0] = '\0';
c5aa993b 1786 if (chars_per_line == UINT_MAX) /* No line overflow checking */
c906108c
SS
1787 {
1788 wrap_column = 0;
1789 }
1790 else if (chars_printed >= chars_per_line)
1791 {
1792 puts_filtered ("\n");
1793 if (indent != NULL)
1794 puts_filtered (indent);
1795 wrap_column = 0;
1796 }
1797 else
1798 {
1799 wrap_column = chars_printed;
1800 if (indent == NULL)
1801 wrap_indent = "";
1802 else
1803 wrap_indent = indent;
1804 }
1805}
1806
4a351cef
AF
1807/* Print input string to gdb_stdout, filtered, with wrap,
1808 arranging strings in columns of n chars. String can be
1809 right or left justified in the column. Never prints
1810 trailing spaces. String should never be longer than
1811 width. FIXME: this could be useful for the EXAMINE
1812 command, which currently doesn't tabulate very well */
1813
1814void
1815puts_filtered_tabular (char *string, int width, int right)
1816{
1817 int spaces = 0;
1818 int stringlen;
1819 char *spacebuf;
1820
1821 gdb_assert (chars_per_line > 0);
1822 if (chars_per_line == UINT_MAX)
1823 {
1824 fputs_filtered (string, gdb_stdout);
1825 fputs_filtered ("\n", gdb_stdout);
1826 return;
1827 }
1828
1829 if (((chars_printed - 1) / width + 2) * width >= chars_per_line)
1830 fputs_filtered ("\n", gdb_stdout);
1831
1832 if (width >= chars_per_line)
1833 width = chars_per_line - 1;
1834
1835 stringlen = strlen (string);
1836
1837 if (chars_printed > 0)
1838 spaces = width - (chars_printed - 1) % width - 1;
1839 if (right)
1840 spaces += width - stringlen;
1841
1842 spacebuf = alloca (spaces + 1);
1843 spacebuf[spaces] = '\0';
1844 while (spaces--)
1845 spacebuf[spaces] = ' ';
1846
1847 fputs_filtered (spacebuf, gdb_stdout);
1848 fputs_filtered (string, gdb_stdout);
1849}
1850
1851
c906108c
SS
1852/* Ensure that whatever gets printed next, using the filtered output
1853 commands, starts at the beginning of the line. I.E. if there is
1854 any pending output for the current line, flush it and start a new
1855 line. Otherwise do nothing. */
1856
1857void
fba45db2 1858begin_line (void)
c906108c
SS
1859{
1860 if (chars_printed > 0)
1861 {
1862 puts_filtered ("\n");
1863 }
1864}
1865
ac9a91a7 1866
c906108c
SS
1867/* Like fputs but if FILTER is true, pause after every screenful.
1868
1869 Regardless of FILTER can wrap at points other than the final
1870 character of a line.
1871
1872 Unlike fputs, fputs_maybe_filtered does not return a value.
1873 It is OK for LINEBUFFER to be NULL, in which case just don't print
1874 anything.
1875
1876 Note that a longjmp to top level may occur in this routine (only if
1877 FILTER is true) (since prompt_for_continue may do so) so this
1878 routine should not be called when cleanups are not in place. */
1879
1880static void
fba45db2
KB
1881fputs_maybe_filtered (const char *linebuffer, struct ui_file *stream,
1882 int filter)
c906108c
SS
1883{
1884 const char *lineptr;
1885
1886 if (linebuffer == 0)
1887 return;
1888
1889 /* Don't do any filtering if it is disabled. */
7a292a7a 1890 if ((stream != gdb_stdout) || !pagination_enabled
c5aa993b 1891 || (lines_per_page == UINT_MAX && chars_per_line == UINT_MAX))
c906108c
SS
1892 {
1893 fputs_unfiltered (linebuffer, stream);
1894 return;
1895 }
1896
1897 /* Go through and output each character. Show line extension
1898 when this is necessary; prompt user for new page when this is
1899 necessary. */
c5aa993b 1900
c906108c
SS
1901 lineptr = linebuffer;
1902 while (*lineptr)
1903 {
1904 /* Possible new page. */
8731e58e 1905 if (filter && (lines_printed >= lines_per_page - 1))
c906108c
SS
1906 prompt_for_continue ();
1907
1908 while (*lineptr && *lineptr != '\n')
1909 {
1910 /* Print a single line. */
1911 if (*lineptr == '\t')
1912 {
1913 if (wrap_column)
1914 *wrap_pointer++ = '\t';
1915 else
1916 fputc_unfiltered ('\t', stream);
1917 /* Shifting right by 3 produces the number of tab stops
1918 we have already passed, and then adding one and
c5aa993b 1919 shifting left 3 advances to the next tab stop. */
c906108c
SS
1920 chars_printed = ((chars_printed >> 3) + 1) << 3;
1921 lineptr++;
1922 }
1923 else
1924 {
1925 if (wrap_column)
1926 *wrap_pointer++ = *lineptr;
1927 else
c5aa993b 1928 fputc_unfiltered (*lineptr, stream);
c906108c
SS
1929 chars_printed++;
1930 lineptr++;
1931 }
c5aa993b 1932
c906108c
SS
1933 if (chars_printed >= chars_per_line)
1934 {
1935 unsigned int save_chars = chars_printed;
1936
1937 chars_printed = 0;
1938 lines_printed++;
1939 /* If we aren't actually wrapping, don't output newline --
c5aa993b
JM
1940 if chars_per_line is right, we probably just overflowed
1941 anyway; if it's wrong, let us keep going. */
c906108c
SS
1942 if (wrap_column)
1943 fputc_unfiltered ('\n', stream);
1944
1945 /* Possible new page. */
1946 if (lines_printed >= lines_per_page - 1)
1947 prompt_for_continue ();
1948
1949 /* Now output indentation and wrapped string */
1950 if (wrap_column)
1951 {
1952 fputs_unfiltered (wrap_indent, stream);
8731e58e 1953 *wrap_pointer = '\0'; /* Null-terminate saved stuff */
c5aa993b 1954 fputs_unfiltered (wrap_buffer, stream); /* and eject it */
c906108c
SS
1955 /* FIXME, this strlen is what prevents wrap_indent from
1956 containing tabs. However, if we recurse to print it
1957 and count its chars, we risk trouble if wrap_indent is
1958 longer than (the user settable) chars_per_line.
1959 Note also that this can set chars_printed > chars_per_line
1960 if we are printing a long string. */
1961 chars_printed = strlen (wrap_indent)
c5aa993b 1962 + (save_chars - wrap_column);
c906108c
SS
1963 wrap_pointer = wrap_buffer; /* Reset buffer */
1964 wrap_buffer[0] = '\0';
c5aa993b
JM
1965 wrap_column = 0; /* And disable fancy wrap */
1966 }
c906108c
SS
1967 }
1968 }
1969
1970 if (*lineptr == '\n')
1971 {
1972 chars_printed = 0;
c5aa993b 1973 wrap_here ((char *) 0); /* Spit out chars, cancel further wraps */
c906108c
SS
1974 lines_printed++;
1975 fputc_unfiltered ('\n', stream);
1976 lineptr++;
1977 }
1978 }
1979}
1980
1981void
fba45db2 1982fputs_filtered (const char *linebuffer, struct ui_file *stream)
c906108c
SS
1983{
1984 fputs_maybe_filtered (linebuffer, stream, 1);
1985}
1986
1987int
fba45db2 1988putchar_unfiltered (int c)
c906108c 1989{
11cf8741 1990 char buf = c;
d9fcf2fb 1991 ui_file_write (gdb_stdout, &buf, 1);
c906108c
SS
1992 return c;
1993}
1994
d1f4cff8
AC
1995/* Write character C to gdb_stdout using GDB's paging mechanism and return C.
1996 May return nonlocally. */
1997
1998int
1999putchar_filtered (int c)
2000{
2001 return fputc_filtered (c, gdb_stdout);
2002}
2003
c906108c 2004int
fba45db2 2005fputc_unfiltered (int c, struct ui_file *stream)
c906108c 2006{
11cf8741 2007 char buf = c;
d9fcf2fb 2008 ui_file_write (stream, &buf, 1);
c906108c
SS
2009 return c;
2010}
2011
2012int
fba45db2 2013fputc_filtered (int c, struct ui_file *stream)
c906108c
SS
2014{
2015 char buf[2];
2016
2017 buf[0] = c;
2018 buf[1] = 0;
2019 fputs_filtered (buf, stream);
2020 return c;
2021}
2022
2023/* puts_debug is like fputs_unfiltered, except it prints special
2024 characters in printable fashion. */
2025
2026void
fba45db2 2027puts_debug (char *prefix, char *string, char *suffix)
c906108c
SS
2028{
2029 int ch;
2030
2031 /* Print prefix and suffix after each line. */
2032 static int new_line = 1;
2033 static int return_p = 0;
2034 static char *prev_prefix = "";
2035 static char *prev_suffix = "";
2036
2037 if (*string == '\n')
2038 return_p = 0;
2039
2040 /* If the prefix is changing, print the previous suffix, a new line,
2041 and the new prefix. */
c5aa993b 2042 if ((return_p || (strcmp (prev_prefix, prefix) != 0)) && !new_line)
c906108c 2043 {
9846de1b
JM
2044 fputs_unfiltered (prev_suffix, gdb_stdlog);
2045 fputs_unfiltered ("\n", gdb_stdlog);
2046 fputs_unfiltered (prefix, gdb_stdlog);
c906108c
SS
2047 }
2048
2049 /* Print prefix if we printed a newline during the previous call. */
2050 if (new_line)
2051 {
2052 new_line = 0;
9846de1b 2053 fputs_unfiltered (prefix, gdb_stdlog);
c906108c
SS
2054 }
2055
2056 prev_prefix = prefix;
2057 prev_suffix = suffix;
2058
2059 /* Output characters in a printable format. */
2060 while ((ch = *string++) != '\0')
2061 {
2062 switch (ch)
c5aa993b 2063 {
c906108c
SS
2064 default:
2065 if (isprint (ch))
9846de1b 2066 fputc_unfiltered (ch, gdb_stdlog);
c906108c
SS
2067
2068 else
9846de1b 2069 fprintf_unfiltered (gdb_stdlog, "\\x%02x", ch & 0xff);
c906108c
SS
2070 break;
2071
c5aa993b
JM
2072 case '\\':
2073 fputs_unfiltered ("\\\\", gdb_stdlog);
2074 break;
2075 case '\b':
2076 fputs_unfiltered ("\\b", gdb_stdlog);
2077 break;
2078 case '\f':
2079 fputs_unfiltered ("\\f", gdb_stdlog);
2080 break;
2081 case '\n':
2082 new_line = 1;
2083 fputs_unfiltered ("\\n", gdb_stdlog);
2084 break;
2085 case '\r':
2086 fputs_unfiltered ("\\r", gdb_stdlog);
2087 break;
2088 case '\t':
2089 fputs_unfiltered ("\\t", gdb_stdlog);
2090 break;
2091 case '\v':
2092 fputs_unfiltered ("\\v", gdb_stdlog);
2093 break;
2094 }
c906108c
SS
2095
2096 return_p = ch == '\r';
2097 }
2098
2099 /* Print suffix if we printed a newline. */
2100 if (new_line)
2101 {
9846de1b
JM
2102 fputs_unfiltered (suffix, gdb_stdlog);
2103 fputs_unfiltered ("\n", gdb_stdlog);
c906108c
SS
2104 }
2105}
2106
2107
2108/* Print a variable number of ARGS using format FORMAT. If this
2109 information is going to put the amount written (since the last call
2110 to REINITIALIZE_MORE_FILTER or the last page break) over the page size,
2111 call prompt_for_continue to get the users permision to continue.
2112
2113 Unlike fprintf, this function does not return a value.
2114
2115 We implement three variants, vfprintf (takes a vararg list and stream),
2116 fprintf (takes a stream to write on), and printf (the usual).
2117
2118 Note also that a longjmp to top level may occur in this routine
2119 (since prompt_for_continue may do so) so this routine should not be
2120 called when cleanups are not in place. */
2121
2122static void
fba45db2
KB
2123vfprintf_maybe_filtered (struct ui_file *stream, const char *format,
2124 va_list args, int filter)
c906108c
SS
2125{
2126 char *linebuffer;
2127 struct cleanup *old_cleanups;
2128
e623b504 2129 linebuffer = xstrvprintf (format, args);
b8c9b27d 2130 old_cleanups = make_cleanup (xfree, linebuffer);
c906108c
SS
2131 fputs_maybe_filtered (linebuffer, stream, filter);
2132 do_cleanups (old_cleanups);
2133}
2134
2135
2136void
fba45db2 2137vfprintf_filtered (struct ui_file *stream, const char *format, va_list args)
c906108c
SS
2138{
2139 vfprintf_maybe_filtered (stream, format, args, 1);
2140}
2141
2142void
fba45db2 2143vfprintf_unfiltered (struct ui_file *stream, const char *format, va_list args)
c906108c
SS
2144{
2145 char *linebuffer;
2146 struct cleanup *old_cleanups;
2147
e623b504 2148 linebuffer = xstrvprintf (format, args);
b8c9b27d 2149 old_cleanups = make_cleanup (xfree, linebuffer);
c906108c
SS
2150 fputs_unfiltered (linebuffer, stream);
2151 do_cleanups (old_cleanups);
2152}
2153
2154void
fba45db2 2155vprintf_filtered (const char *format, va_list args)
c906108c
SS
2156{
2157 vfprintf_maybe_filtered (gdb_stdout, format, args, 1);
2158}
2159
2160void
fba45db2 2161vprintf_unfiltered (const char *format, va_list args)
c906108c
SS
2162{
2163 vfprintf_unfiltered (gdb_stdout, format, args);
2164}
2165
c906108c 2166void
8731e58e 2167fprintf_filtered (struct ui_file *stream, const char *format, ...)
c906108c
SS
2168{
2169 va_list args;
c906108c 2170 va_start (args, format);
c906108c
SS
2171 vfprintf_filtered (stream, format, args);
2172 va_end (args);
2173}
2174
c906108c 2175void
8731e58e 2176fprintf_unfiltered (struct ui_file *stream, const char *format, ...)
c906108c
SS
2177{
2178 va_list args;
c906108c 2179 va_start (args, format);
c906108c
SS
2180 vfprintf_unfiltered (stream, format, args);
2181 va_end (args);
2182}
2183
2184/* Like fprintf_filtered, but prints its result indented.
2185 Called as fprintfi_filtered (spaces, stream, format, ...); */
2186
c906108c 2187void
8731e58e
AC
2188fprintfi_filtered (int spaces, struct ui_file *stream, const char *format,
2189 ...)
c906108c
SS
2190{
2191 va_list args;
c906108c 2192 va_start (args, format);
c906108c
SS
2193 print_spaces_filtered (spaces, stream);
2194
2195 vfprintf_filtered (stream, format, args);
2196 va_end (args);
2197}
2198
2199
c906108c 2200void
8731e58e 2201printf_filtered (const char *format, ...)
c906108c
SS
2202{
2203 va_list args;
c906108c 2204 va_start (args, format);
c906108c
SS
2205 vfprintf_filtered (gdb_stdout, format, args);
2206 va_end (args);
2207}
2208
2209
c906108c 2210void
8731e58e 2211printf_unfiltered (const char *format, ...)
c906108c
SS
2212{
2213 va_list args;
c906108c 2214 va_start (args, format);
c906108c
SS
2215 vfprintf_unfiltered (gdb_stdout, format, args);
2216 va_end (args);
2217}
2218
2219/* Like printf_filtered, but prints it's result indented.
2220 Called as printfi_filtered (spaces, format, ...); */
2221
c906108c 2222void
8731e58e 2223printfi_filtered (int spaces, const char *format, ...)
c906108c
SS
2224{
2225 va_list args;
c906108c 2226 va_start (args, format);
c906108c
SS
2227 print_spaces_filtered (spaces, gdb_stdout);
2228 vfprintf_filtered (gdb_stdout, format, args);
2229 va_end (args);
2230}
2231
2232/* Easy -- but watch out!
2233
2234 This routine is *not* a replacement for puts()! puts() appends a newline.
2235 This one doesn't, and had better not! */
2236
2237void
fba45db2 2238puts_filtered (const char *string)
c906108c
SS
2239{
2240 fputs_filtered (string, gdb_stdout);
2241}
2242
2243void
fba45db2 2244puts_unfiltered (const char *string)
c906108c
SS
2245{
2246 fputs_unfiltered (string, gdb_stdout);
2247}
2248
2249/* Return a pointer to N spaces and a null. The pointer is good
2250 until the next call to here. */
2251char *
fba45db2 2252n_spaces (int n)
c906108c 2253{
392a587b
JM
2254 char *t;
2255 static char *spaces = 0;
2256 static int max_spaces = -1;
c906108c
SS
2257
2258 if (n > max_spaces)
2259 {
2260 if (spaces)
b8c9b27d 2261 xfree (spaces);
c5aa993b
JM
2262 spaces = (char *) xmalloc (n + 1);
2263 for (t = spaces + n; t != spaces;)
c906108c
SS
2264 *--t = ' ';
2265 spaces[n] = '\0';
2266 max_spaces = n;
2267 }
2268
2269 return spaces + max_spaces - n;
2270}
2271
2272/* Print N spaces. */
2273void
fba45db2 2274print_spaces_filtered (int n, struct ui_file *stream)
c906108c
SS
2275{
2276 fputs_filtered (n_spaces (n), stream);
2277}
2278\f
4a351cef 2279/* C++/ObjC demangler stuff. */
c906108c 2280
389e51db
AC
2281/* fprintf_symbol_filtered attempts to demangle NAME, a symbol in language
2282 LANG, using demangling args ARG_MODE, and print it filtered to STREAM.
2283 If the name is not mangled, or the language for the name is unknown, or
2284 demangling is off, the name is printed in its "raw" form. */
c906108c
SS
2285
2286void
8731e58e
AC
2287fprintf_symbol_filtered (struct ui_file *stream, char *name,
2288 enum language lang, int arg_mode)
c906108c
SS
2289{
2290 char *demangled;
2291
2292 if (name != NULL)
2293 {
2294 /* If user wants to see raw output, no problem. */
2295 if (!demangle)
2296 {
2297 fputs_filtered (name, stream);
2298 }
2299 else
2300 {
9a3d7dfd 2301 demangled = language_demangle (language_def (lang), name, arg_mode);
c906108c
SS
2302 fputs_filtered (demangled ? demangled : name, stream);
2303 if (demangled != NULL)
2304 {
b8c9b27d 2305 xfree (demangled);
c906108c
SS
2306 }
2307 }
2308 }
2309}
2310
2311/* Do a strcmp() type operation on STRING1 and STRING2, ignoring any
2312 differences in whitespace. Returns 0 if they match, non-zero if they
2313 don't (slightly different than strcmp()'s range of return values).
c5aa993b 2314
c906108c
SS
2315 As an extra hack, string1=="FOO(ARGS)" matches string2=="FOO".
2316 This "feature" is useful when searching for matching C++ function names
2317 (such as if the user types 'break FOO', where FOO is a mangled C++
2318 function). */
2319
2320int
fba45db2 2321strcmp_iw (const char *string1, const char *string2)
c906108c
SS
2322{
2323 while ((*string1 != '\0') && (*string2 != '\0'))
2324 {
2325 while (isspace (*string1))
2326 {
2327 string1++;
2328 }
2329 while (isspace (*string2))
2330 {
2331 string2++;
2332 }
2333 if (*string1 != *string2)
2334 {
2335 break;
2336 }
2337 if (*string1 != '\0')
2338 {
2339 string1++;
2340 string2++;
2341 }
2342 }
2343 return (*string1 != '\0' && *string1 != '(') || (*string2 != '\0');
2344}
2de7ced7 2345
0fe19209
DC
2346/* This is like strcmp except that it ignores whitespace and treats
2347 '(' as the first non-NULL character in terms of ordering. Like
2348 strcmp (and unlike strcmp_iw), it returns negative if STRING1 <
2349 STRING2, 0 if STRING2 = STRING2, and positive if STRING1 > STRING2
2350 according to that ordering.
2351
2352 If a list is sorted according to this function and if you want to
2353 find names in the list that match some fixed NAME according to
2354 strcmp_iw(LIST_ELT, NAME), then the place to start looking is right
2355 where this function would put NAME.
2356
2357 Here are some examples of why using strcmp to sort is a bad idea:
2358
2359 Whitespace example:
2360
2361 Say your partial symtab contains: "foo<char *>", "goo". Then, if
2362 we try to do a search for "foo<char*>", strcmp will locate this
2363 after "foo<char *>" and before "goo". Then lookup_partial_symbol
2364 will start looking at strings beginning with "goo", and will never
2365 see the correct match of "foo<char *>".
2366
2367 Parenthesis example:
2368
2369 In practice, this is less like to be an issue, but I'll give it a
2370 shot. Let's assume that '$' is a legitimate character to occur in
2371 symbols. (Which may well even be the case on some systems.) Then
2372 say that the partial symbol table contains "foo$" and "foo(int)".
2373 strcmp will put them in this order, since '$' < '('. Now, if the
2374 user searches for "foo", then strcmp will sort "foo" before "foo$".
2375 Then lookup_partial_symbol will notice that strcmp_iw("foo$",
2376 "foo") is false, so it won't proceed to the actual match of
2377 "foo(int)" with "foo". */
2378
2379int
2380strcmp_iw_ordered (const char *string1, const char *string2)
2381{
2382 while ((*string1 != '\0') && (*string2 != '\0'))
2383 {
2384 while (isspace (*string1))
2385 {
2386 string1++;
2387 }
2388 while (isspace (*string2))
2389 {
2390 string2++;
2391 }
2392 if (*string1 != *string2)
2393 {
2394 break;
2395 }
2396 if (*string1 != '\0')
2397 {
2398 string1++;
2399 string2++;
2400 }
2401 }
2402
2403 switch (*string1)
2404 {
2405 /* Characters are non-equal unless they're both '\0'; we want to
2406 make sure we get the comparison right according to our
2407 comparison in the cases where one of them is '\0' or '('. */
2408 case '\0':
2409 if (*string2 == '\0')
2410 return 0;
2411 else
2412 return -1;
2413 case '(':
2414 if (*string2 == '\0')
2415 return 1;
2416 else
2417 return -1;
2418 default:
2419 if (*string2 == '(')
2420 return 1;
2421 else
2422 return *string1 - *string2;
2423 }
2424}
2425
2de7ced7
DJ
2426/* A simple comparison function with opposite semantics to strcmp. */
2427
2428int
2429streq (const char *lhs, const char *rhs)
2430{
2431 return !strcmp (lhs, rhs);
2432}
c906108c 2433\f
c5aa993b 2434
c906108c 2435/*
c5aa993b
JM
2436 ** subset_compare()
2437 ** Answer whether string_to_compare is a full or partial match to
2438 ** template_string. The partial match must be in sequence starting
2439 ** at index 0.
2440 */
c906108c 2441int
fba45db2 2442subset_compare (char *string_to_compare, char *template_string)
7a292a7a
SS
2443{
2444 int match;
8731e58e
AC
2445 if (template_string != (char *) NULL && string_to_compare != (char *) NULL
2446 && strlen (string_to_compare) <= strlen (template_string))
2447 match =
2448 (strncmp
2449 (template_string, string_to_compare, strlen (string_to_compare)) == 0);
7a292a7a
SS
2450 else
2451 match = 0;
2452 return match;
2453}
c906108c
SS
2454
2455
a14ed312 2456static void pagination_on_command (char *arg, int from_tty);
7a292a7a 2457static void
fba45db2 2458pagination_on_command (char *arg, int from_tty)
c906108c
SS
2459{
2460 pagination_enabled = 1;
2461}
2462
a14ed312 2463static void pagination_on_command (char *arg, int from_tty);
7a292a7a 2464static void
fba45db2 2465pagination_off_command (char *arg, int from_tty)
c906108c
SS
2466{
2467 pagination_enabled = 0;
2468}
c906108c 2469\f
c5aa993b 2470
c906108c 2471void
fba45db2 2472initialize_utils (void)
c906108c
SS
2473{
2474 struct cmd_list_element *c;
2475
eb0d3137 2476 c = add_set_cmd ("width", class_support, var_uinteger, &chars_per_line,
c5aa993b
JM
2477 "Set number of characters gdb thinks are in a line.",
2478 &setlist);
cb1a6d5f 2479 deprecated_add_show_from_set (c, &showlist);
9f60d481 2480 set_cmd_sfunc (c, set_width_command);
c906108c 2481
eb0d3137
MK
2482 c = add_set_cmd ("height", class_support, var_uinteger, &lines_per_page,
2483 "Set number of lines gdb thinks are in a page.", &setlist);
cb1a6d5f 2484 deprecated_add_show_from_set (c, &showlist);
eb0d3137 2485 set_cmd_sfunc (c, set_height_command);
c5aa993b 2486
c906108c
SS
2487 init_page_info ();
2488
cb1a6d5f 2489 deprecated_add_show_from_set
c5aa993b
JM
2490 (add_set_cmd ("demangle", class_support, var_boolean,
2491 (char *) &demangle,
8731e58e
AC
2492 "Set demangling of encoded C++/ObjC names when displaying symbols.",
2493 &setprintlist), &showprintlist);
c906108c 2494
cb1a6d5f 2495 deprecated_add_show_from_set
c906108c 2496 (add_set_cmd ("pagination", class_support,
c5aa993b 2497 var_boolean, (char *) &pagination_enabled,
8731e58e 2498 "Set state of pagination.", &setlist), &showlist);
4261bedc 2499
c906108c
SS
2500 if (xdb_commands)
2501 {
c5aa993b
JM
2502 add_com ("am", class_support, pagination_on_command,
2503 "Enable pagination");
2504 add_com ("sm", class_support, pagination_off_command,
2505 "Disable pagination");
c906108c
SS
2506 }
2507
cb1a6d5f 2508 deprecated_add_show_from_set
c5aa993b
JM
2509 (add_set_cmd ("sevenbit-strings", class_support, var_boolean,
2510 (char *) &sevenbit_strings,
2511 "Set printing of 8-bit characters in strings as \\nnn.",
8731e58e 2512 &setprintlist), &showprintlist);
c906108c 2513
cb1a6d5f 2514 deprecated_add_show_from_set
c5aa993b
JM
2515 (add_set_cmd ("asm-demangle", class_support, var_boolean,
2516 (char *) &asm_demangle,
4a351cef 2517 "Set demangling of C++/ObjC names in disassembly listings.",
8731e58e 2518 &setprintlist), &showprintlist);
c906108c
SS
2519}
2520
2521/* Machine specific function to handle SIGWINCH signal. */
2522
2523#ifdef SIGWINCH_HANDLER_BODY
c5aa993b 2524SIGWINCH_HANDLER_BODY
c906108c 2525#endif
5683e87a 2526/* print routines to handle variable size regs, etc. */
c906108c
SS
2527/* temporary storage using circular buffer */
2528#define NUMCELLS 16
0759e0bf 2529#define CELLSIZE 50
c5aa993b 2530static char *
fba45db2 2531get_cell (void)
c906108c
SS
2532{
2533 static char buf[NUMCELLS][CELLSIZE];
c5aa993b
JM
2534 static int cell = 0;
2535 if (++cell >= NUMCELLS)
2536 cell = 0;
c906108c
SS
2537 return buf[cell];
2538}
2539
d4f3574e
SS
2540int
2541strlen_paddr (void)
2542{
79496e2f 2543 return (TARGET_ADDR_BIT / 8 * 2);
d4f3574e
SS
2544}
2545
c5aa993b 2546char *
104c1213 2547paddr (CORE_ADDR addr)
c906108c 2548{
79496e2f 2549 return phex (addr, TARGET_ADDR_BIT / 8);
c906108c
SS
2550}
2551
c5aa993b 2552char *
104c1213 2553paddr_nz (CORE_ADDR addr)
c906108c 2554{
79496e2f 2555 return phex_nz (addr, TARGET_ADDR_BIT / 8);
c906108c
SS
2556}
2557
104c1213 2558static void
bb599908 2559decimal2str (char *paddr_str, char *sign, ULONGEST addr, int width)
104c1213
JM
2560{
2561 /* steal code from valprint.c:print_decimal(). Should this worry
2562 about the real size of addr as the above does? */
2563 unsigned long temp[3];
2564 int i = 0;
2565 do
2566 {
2567 temp[i] = addr % (1000 * 1000 * 1000);
2568 addr /= (1000 * 1000 * 1000);
2569 i++;
bb599908 2570 width -= 9;
104c1213
JM
2571 }
2572 while (addr != 0 && i < (sizeof (temp) / sizeof (temp[0])));
bb599908
PH
2573 width += 9;
2574 if (width < 0)
2575 width = 0;
104c1213
JM
2576 switch (i)
2577 {
2578 case 1:
bb599908 2579 sprintf (paddr_str, "%s%0*lu", sign, width, temp[0]);
104c1213
JM
2580 break;
2581 case 2:
bb599908 2582 sprintf (paddr_str, "%s%0*lu%09lu", sign, width, temp[1], temp[0]);
104c1213
JM
2583 break;
2584 case 3:
bb599908
PH
2585 sprintf (paddr_str, "%s%0*lu%09lu%09lu", sign, width,
2586 temp[2], temp[1], temp[0]);
2587 break;
2588 default:
2589 internal_error (__FILE__, __LINE__,
2590 "failed internal consistency check");
2591 }
2592}
2593
2594static void
2595octal2str (char *paddr_str, ULONGEST addr, int width)
2596{
2597 unsigned long temp[3];
2598 int i = 0;
2599 do
2600 {
2601 temp[i] = addr % (0100000 * 0100000);
2602 addr /= (0100000 * 0100000);
2603 i++;
2604 width -= 10;
2605 }
2606 while (addr != 0 && i < (sizeof (temp) / sizeof (temp[0])));
2607 width += 10;
2608 if (width < 0)
2609 width = 0;
2610 switch (i)
2611 {
2612 case 1:
2613 if (temp[0] == 0)
2614 sprintf (paddr_str, "%*o", width, 0);
2615 else
2616 sprintf (paddr_str, "0%0*lo", width, temp[0]);
2617 break;
2618 case 2:
2619 sprintf (paddr_str, "0%0*lo%010lo", width, temp[1], temp[0]);
2620 break;
2621 case 3:
2622 sprintf (paddr_str, "0%0*lo%010lo%010lo", width,
2623 temp[2], temp[1], temp[0]);
104c1213
JM
2624 break;
2625 default:
8731e58e
AC
2626 internal_error (__FILE__, __LINE__,
2627 "failed internal consistency check");
104c1213
JM
2628 }
2629}
2630
2631char *
2632paddr_u (CORE_ADDR addr)
2633{
2634 char *paddr_str = get_cell ();
bb599908 2635 decimal2str (paddr_str, "", addr, 0);
104c1213
JM
2636 return paddr_str;
2637}
2638
2639char *
2640paddr_d (LONGEST addr)
2641{
2642 char *paddr_str = get_cell ();
2643 if (addr < 0)
bb599908 2644 decimal2str (paddr_str, "-", -addr, 0);
104c1213 2645 else
bb599908 2646 decimal2str (paddr_str, "", addr, 0);
104c1213
JM
2647 return paddr_str;
2648}
2649
5683e87a
AC
2650/* eliminate warning from compiler on 32-bit systems */
2651static int thirty_two = 32;
2652
104c1213 2653char *
5683e87a 2654phex (ULONGEST l, int sizeof_l)
104c1213 2655{
45a1e866 2656 char *str;
5683e87a 2657 switch (sizeof_l)
104c1213
JM
2658 {
2659 case 8:
45a1e866 2660 str = get_cell ();
5683e87a
AC
2661 sprintf (str, "%08lx%08lx",
2662 (unsigned long) (l >> thirty_two),
2663 (unsigned long) (l & 0xffffffff));
104c1213
JM
2664 break;
2665 case 4:
45a1e866 2666 str = get_cell ();
5683e87a 2667 sprintf (str, "%08lx", (unsigned long) l);
104c1213
JM
2668 break;
2669 case 2:
45a1e866 2670 str = get_cell ();
5683e87a 2671 sprintf (str, "%04x", (unsigned short) (l & 0xffff));
104c1213
JM
2672 break;
2673 default:
45a1e866 2674 str = phex (l, sizeof (l));
5683e87a 2675 break;
104c1213 2676 }
5683e87a 2677 return str;
104c1213
JM
2678}
2679
c5aa993b 2680char *
5683e87a 2681phex_nz (ULONGEST l, int sizeof_l)
c906108c 2682{
faf833ca 2683 char *str;
5683e87a 2684 switch (sizeof_l)
c906108c 2685 {
c5aa993b
JM
2686 case 8:
2687 {
5683e87a 2688 unsigned long high = (unsigned long) (l >> thirty_two);
faf833ca 2689 str = get_cell ();
c5aa993b 2690 if (high == 0)
5683e87a 2691 sprintf (str, "%lx", (unsigned long) (l & 0xffffffff));
c5aa993b 2692 else
8731e58e 2693 sprintf (str, "%lx%08lx", high, (unsigned long) (l & 0xffffffff));
c906108c 2694 break;
c5aa993b
JM
2695 }
2696 case 4:
faf833ca 2697 str = get_cell ();
5683e87a 2698 sprintf (str, "%lx", (unsigned long) l);
c5aa993b
JM
2699 break;
2700 case 2:
faf833ca 2701 str = get_cell ();
5683e87a 2702 sprintf (str, "%x", (unsigned short) (l & 0xffff));
c5aa993b
JM
2703 break;
2704 default:
faf833ca 2705 str = phex_nz (l, sizeof (l));
5683e87a 2706 break;
c906108c 2707 }
5683e87a 2708 return str;
c906108c 2709}
ac2e2ef7 2710
0759e0bf
AC
2711/* Converts a LONGEST to a C-format hexadecimal literal and stores it
2712 in a static string. Returns a pointer to this string. */
2713char *
2714hex_string (LONGEST num)
2715{
2716 char *result = get_cell ();
2717 snprintf (result, CELLSIZE, "0x%s", phex_nz (num, sizeof (num)));
2718 return result;
2719}
2720
2721/* Converts a LONGEST number to a C-format hexadecimal literal and
2722 stores it in a static string. Returns a pointer to this string
2723 that is valid until the next call. The number is padded on the
2724 left with 0s to at least WIDTH characters. */
2725char *
2726hex_string_custom (LONGEST num, int width)
2727{
2728 char *result = get_cell ();
2729 char *result_end = result + CELLSIZE - 1;
2730 const char *hex = phex_nz (num, sizeof (num));
2731 int hex_len = strlen (hex);
2732
2733 if (hex_len > width)
2734 width = hex_len;
2735 if (width + 2 >= CELLSIZE)
2736 internal_error (__FILE__, __LINE__,
2737 "hex_string_custom: insufficient space to store result");
2738
2739 strcpy (result_end - width - 2, "0x");
2740 memset (result_end - width, '0', width);
2741 strcpy (result_end - hex_len, hex);
2742 return result_end - width - 2;
2743}
ac2e2ef7 2744
bb599908
PH
2745/* Convert VAL to a numeral in the given radix. For
2746 * radix 10, IS_SIGNED may be true, indicating a signed quantity;
2747 * otherwise VAL is interpreted as unsigned. If WIDTH is supplied,
2748 * it is the minimum width (0-padded if needed). USE_C_FORMAT means
2749 * to use C format in all cases. If it is false, then 'x'
2750 * and 'o' formats do not include a prefix (0x or leading 0). */
2751
2752char *
2753int_string (LONGEST val, int radix, int is_signed, int width,
2754 int use_c_format)
2755{
2756 switch (radix)
2757 {
2758 case 16:
2759 {
2760 char *result;
2761 if (width == 0)
2762 result = hex_string (val);
2763 else
2764 result = hex_string_custom (val, width);
2765 if (! use_c_format)
2766 result += 2;
2767 return result;
2768 }
2769 case 10:
2770 {
2771 char *result = get_cell ();
2772 if (is_signed && val < 0)
2773 decimal2str (result, "-", -val, width);
2774 else
2775 decimal2str (result, "", val, width);
2776 return result;
2777 }
2778 case 8:
2779 {
2780 char *result = get_cell ();
2781 octal2str (result, val, width);
2782 if (use_c_format || val == 0)
2783 return result;
2784 else
2785 return result + 1;
2786 }
2787 default:
2788 internal_error (__FILE__, __LINE__,
2789 "failed internal consistency check");
2790 }
2791}
2792
03dd37c3
AC
2793/* Convert a CORE_ADDR into a string. */
2794const char *
2795core_addr_to_string (const CORE_ADDR addr)
49b563f9
KS
2796{
2797 char *str = get_cell ();
2798 strcpy (str, "0x");
2799 strcat (str, phex (addr, sizeof (addr)));
2800 return str;
2801}
2802
2803const char *
2804core_addr_to_string_nz (const CORE_ADDR addr)
03dd37c3
AC
2805{
2806 char *str = get_cell ();
2807 strcpy (str, "0x");
2808 strcat (str, phex_nz (addr, sizeof (addr)));
2809 return str;
2810}
2811
2812/* Convert a string back into a CORE_ADDR. */
2813CORE_ADDR
2814string_to_core_addr (const char *my_string)
2815{
2816 CORE_ADDR addr = 0;
2817 if (my_string[0] == '0' && tolower (my_string[1]) == 'x')
2818 {
2819 /* Assume that it is in decimal. */
2820 int i;
2821 for (i = 2; my_string[i] != '\0'; i++)
2822 {
2823 if (isdigit (my_string[i]))
2824 addr = (my_string[i] - '0') + (addr * 16);
8731e58e 2825 else if (isxdigit (my_string[i]))
03dd37c3
AC
2826 addr = (tolower (my_string[i]) - 'a' + 0xa) + (addr * 16);
2827 else
2828 internal_error (__FILE__, __LINE__, "invalid hex");
2829 }
2830 }
2831 else
2832 {
2833 /* Assume that it is in decimal. */
2834 int i;
2835 for (i = 0; my_string[i] != '\0'; i++)
2836 {
2837 if (isdigit (my_string[i]))
2838 addr = (my_string[i] - '0') + (addr * 10);
2839 else
2840 internal_error (__FILE__, __LINE__, "invalid decimal");
2841 }
2842 }
2843 return addr;
2844}
58d370e0
TT
2845
2846char *
2847gdb_realpath (const char *filename)
2848{
70d35819
AC
2849 /* Method 1: The system has a compile time upper bound on a filename
2850 path. Use that and realpath() to canonicalize the name. This is
2851 the most common case. Note that, if there isn't a compile time
2852 upper bound, you want to avoid realpath() at all costs. */
a4db0f07 2853#if defined(HAVE_REALPATH)
70d35819 2854 {
a4db0f07 2855# if defined (PATH_MAX)
70d35819 2856 char buf[PATH_MAX];
a4db0f07
RH
2857# define USE_REALPATH
2858# elif defined (MAXPATHLEN)
70d35819 2859 char buf[MAXPATHLEN];
a4db0f07
RH
2860# define USE_REALPATH
2861# endif
70d35819 2862# if defined (USE_REALPATH)
82c0260e 2863 const char *rp = realpath (filename, buf);
70d35819
AC
2864 if (rp == NULL)
2865 rp = filename;
2866 return xstrdup (rp);
70d35819 2867# endif
6f88d630 2868 }
a4db0f07
RH
2869#endif /* HAVE_REALPATH */
2870
70d35819
AC
2871 /* Method 2: The host system (i.e., GNU) has the function
2872 canonicalize_file_name() which malloc's a chunk of memory and
2873 returns that, use that. */
2874#if defined(HAVE_CANONICALIZE_FILE_NAME)
2875 {
2876 char *rp = canonicalize_file_name (filename);
2877 if (rp == NULL)
2878 return xstrdup (filename);
2879 else
2880 return rp;
2881 }
58d370e0 2882#endif
70d35819 2883
6411e720
AC
2884 /* FIXME: cagney/2002-11-13:
2885
2886 Method 2a: Use realpath() with a NULL buffer. Some systems, due
2887 to the problems described in in method 3, have modified their
2888 realpath() implementation so that it will allocate a buffer when
2889 NULL is passed in. Before this can be used, though, some sort of
2890 configure time test would need to be added. Otherwize the code
2891 will likely core dump. */
2892
70d35819
AC
2893 /* Method 3: Now we're getting desperate! The system doesn't have a
2894 compile time buffer size and no alternative function. Query the
2895 OS, using pathconf(), for the buffer limit. Care is needed
2896 though, some systems do not limit PATH_MAX (return -1 for
2897 pathconf()) making it impossible to pass a correctly sized buffer
2898 to realpath() (it could always overflow). On those systems, we
2899 skip this. */
2900#if defined (HAVE_REALPATH) && defined (HAVE_UNISTD_H) && defined(HAVE_ALLOCA)
2901 {
2902 /* Find out the max path size. */
2903 long path_max = pathconf ("/", _PC_PATH_MAX);
2904 if (path_max > 0)
2905 {
2906 /* PATH_MAX is bounded. */
2907 char *buf = alloca (path_max);
2908 char *rp = realpath (filename, buf);
2909 return xstrdup (rp ? rp : filename);
2910 }
2911 }
2912#endif
2913
2914 /* This system is a lost cause, just dup the buffer. */
2915 return xstrdup (filename);
58d370e0 2916}
303c8ebd
JB
2917
2918/* Return a copy of FILENAME, with its directory prefix canonicalized
2919 by gdb_realpath. */
2920
2921char *
2922xfullpath (const char *filename)
2923{
2924 const char *base_name = lbasename (filename);
2925 char *dir_name;
2926 char *real_path;
2927 char *result;
2928
2929 /* Extract the basename of filename, and return immediately
2930 a copy of filename if it does not contain any directory prefix. */
2931 if (base_name == filename)
2932 return xstrdup (filename);
2933
2934 dir_name = alloca ((size_t) (base_name - filename + 2));
2935 /* Allocate enough space to store the dir_name + plus one extra
2936 character sometimes needed under Windows (see below), and
2937 then the closing \000 character */
2938 strncpy (dir_name, filename, base_name - filename);
2939 dir_name[base_name - filename] = '\000';
2940
2941#ifdef HAVE_DOS_BASED_FILE_SYSTEM
2942 /* We need to be careful when filename is of the form 'd:foo', which
2943 is equivalent of d:./foo, which is totally different from d:/foo. */
8731e58e 2944 if (strlen (dir_name) == 2 && isalpha (dir_name[0]) && dir_name[1] == ':')
303c8ebd
JB
2945 {
2946 dir_name[2] = '.';
2947 dir_name[3] = '\000';
2948 }
2949#endif
2950
2951 /* Canonicalize the directory prefix, and build the resulting
2952 filename. If the dirname realpath already contains an ending
2953 directory separator, avoid doubling it. */
2954 real_path = gdb_realpath (dir_name);
2955 if (IS_DIR_SEPARATOR (real_path[strlen (real_path) - 1]))
2956 result = concat (real_path, base_name, NULL);
2957 else
2958 result = concat (real_path, SLASH_STRING, base_name, NULL);
2959
2960 xfree (real_path);
2961 return result;
2962}
5b5d99cf
JB
2963
2964
2965/* This is the 32-bit CRC function used by the GNU separate debug
2966 facility. An executable may contain a section named
2967 .gnu_debuglink, which holds the name of a separate executable file
2968 containing its debug info, and a checksum of that file's contents,
2969 computed using this function. */
2970unsigned long
2971gnu_debuglink_crc32 (unsigned long crc, unsigned char *buf, size_t len)
2972{
8731e58e
AC
2973 static const unsigned long crc32_table[256] = {
2974 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
2975 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
2976 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
2977 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
2978 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
2979 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
2980 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
2981 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
2982 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
2983 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
2984 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
2985 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
2986 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
2987 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
2988 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
2989 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
2990 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
2991 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
2992 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
2993 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
2994 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
2995 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
2996 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
2997 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
2998 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
2999 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
3000 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
3001 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
3002 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
3003 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
3004 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
3005 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
3006 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
3007 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
3008 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
3009 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
3010 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
3011 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
3012 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
3013 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
3014 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
3015 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
3016 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
3017 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
3018 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
3019 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
3020 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
3021 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
3022 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
3023 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
3024 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
3025 0x2d02ef8d
3026 };
5b5d99cf
JB
3027 unsigned char *end;
3028
3029 crc = ~crc & 0xffffffff;
3030 for (end = buf + len; buf < end; ++buf)
3031 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
3032 return ~crc & 0xffffffff;;
3033}
5b03f266
AC
3034
3035ULONGEST
3036align_up (ULONGEST v, int n)
3037{
3038 /* Check that N is really a power of two. */
3039 gdb_assert (n && (n & (n-1)) == 0);
3040 return (v + n - 1) & -n;
3041}
3042
3043ULONGEST
3044align_down (ULONGEST v, int n)
3045{
3046 /* Check that N is really a power of two. */
3047 gdb_assert (n && (n & (n-1)) == 0);
3048 return (v & -n);
3049}
This page took 0.790738 seconds and 4 git commands to generate.