| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | complaints.c | 199 struct cleanup *cleanups; in vcomplaint() local 201 cleanups = make_cleanup (xfree, msg); in vcomplaint() 220 do_cleanups (cleanups); in vcomplaint()
|
| D | symmisc.c | 557 struct cleanup *cleanups; in maintenance_print_symbols() local 574 cleanups = make_cleanup_freeargv (argv); in maintenance_print_symbols() 599 do_cleanups (cleanups); in maintenance_print_symbols() 797 struct cleanup *cleanups; in maintenance_print_psymbols() local 813 cleanups = make_cleanup_freeargv (argv); in maintenance_print_psymbols() 838 do_cleanups (cleanups); in maintenance_print_psymbols() 945 struct cleanup *cleanups; in maintenance_print_msymbols() local 962 cleanups = make_cleanup_freeargv (argv); in maintenance_print_msymbols() 992 do_cleanups (cleanups); in maintenance_print_msymbols()
|
| D | mipsread.c | 203 struct cleanup *cleanups; in read_alphacoff_dynamic_symtab() local 221 cleanups = make_cleanup (free, sym_secptr); in read_alphacoff_dynamic_symtab() 385 do_cleanups (cleanups); in read_alphacoff_dynamic_symtab()
|
| D | solib-irix.c | 593 struct cleanup *cleanups; in irix_open_symbol_file_object() local 627 cleanups = make_cleanup (xfree, filename); in irix_open_symbol_file_object() 631 do_cleanups (cleanups); in irix_open_symbol_file_object()
|
| D | infcmd.c | 642 struct cleanup *cleanups = 0; in step_1() local 669 cleanups = make_cleanup (disable_longjmp_breakpoint_cleanup, 0 /*ignore*/); in step_1() 724 do_cleanups (cleanups); in step_1() 1176 struct cleanup *cleanups; in finish_command_continuation() local 1180 cleanups = (struct cleanup *) arg->next->next->data.pointer; in finish_command_continuation() 1196 do_exec_cleanups (cleanups); in finish_command_continuation() 1207 do_exec_cleanups (cleanups); in finish_command_continuation()
|
| D | solib-svr4.c | 473 struct cleanup *cleanups = make_cleanup (xfree, r_map_buf); in first_link_map_member() local 484 do_cleanups (cleanups); in first_link_map_member() 520 struct cleanup *cleanups = make_cleanup (xfree, l_name_buf); in open_symbol_file_object() local 541 do_cleanups (cleanups); in open_symbol_file_object()
|
| D | disasm.c | 359 struct cleanup *cleanups = make_cleanup_ui_out_stream_delete (stb); in gdb_disassembly() local 384 do_cleanups (cleanups); in gdb_disassembly()
|
| D | top.c | 352 struct cleanup *cleanups; in read_command_file() local 354 cleanups = make_cleanup (do_restore_instream_cleanup, instream); in read_command_file() 357 do_cleanups (cleanups); in read_command_file()
|
| D | frame.c | 504 struct cleanup *cleanups = make_cleanup_regcache_xfree (regcache); in frame_save_as_regcache() local 506 discard_cleanups (cleanups); in frame_save_as_regcache() 519 struct cleanup *cleanups = make_cleanup_regcache_xfree (scratch); in frame_pop() local 532 do_cleanups (cleanups); in frame_pop()
|
| D | breakpoint.c | 621 struct cleanup *cleanups = make_cleanup (xfree, tmpbuf); in commands_command() local 623 do_cleanups (cleanups); in commands_command() 1068 struct cleanup *cleanups = make_cleanup (xfree, message); in insert_bp_location() local 1076 do_cleanups (cleanups); in insert_bp_location() 2710 struct cleanup *cleanups = make_cleanup (xfree, message); in bpstat_stop_status() local 2713 do_cleanups (cleanups); in bpstat_stop_status() 2784 struct cleanup *cleanups = make_cleanup (xfree, message); in bpstat_stop_status() local 2787 do_cleanups (cleanups); in bpstat_stop_status() 5919 struct cleanup *cleanups; 5921 cleanups = (struct cleanup *) arg->data.pointer; [all …]
|
| D | ada-valprint.c | 300 struct cleanup *cleanups = make_cleanup_ui_file_delete (tmp_stream); in ada_print_floating() local 304 do_cleanups (cleanups); in ada_print_floating()
|
| D | regcache.c | 1187 struct cleanup *cleanups = make_cleanup (null_cleanup, NULL); in regcache_dump() local 1369 do_cleanups (cleanups); in regcache_dump()
|
| D | gdbarch.sh | 1423 struct cleanup *cleanups; 1427 cleanups = make_cleanup_ui_file_delete (log); 1476 do_cleanups (cleanups);
|
| D | symfile.c | 1266 struct cleanup *cleanups; in symbol_file_command() local 1281 cleanups = make_cleanup_freeargv (argv); in symbol_file_command() 1301 do_cleanups (cleanups); in symbol_file_command()
|
| D | gdbarch.c | 502 struct cleanup *cleanups; in verify_gdbarch() local 506 cleanups = make_cleanup_ui_file_delete (log); in verify_gdbarch() 627 do_cleanups (cleanups); in verify_gdbarch()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/cli/ |
| D | cli-script.c | 219 struct cleanup *cleanups = make_cleanup (clear_hook_in_cleanup, c); in execute_cmd_pre_hook() local 222 do_cleanups (cleanups); in execute_cmd_pre_hook() 231 struct cleanup *cleanups = make_cleanup (clear_hook_in_cleanup, c); in execute_cmd_post_hook() local 234 do_cleanups (cleanups); in execute_cmd_post_hook()
|
| /mirbsd/src/usr.sbin/httpd/src/main/ |
| D | alloc.c | 420 struct cleanup *cleanups; member 622 run_cleanups(a->cleanups); 623 a->cleanups = NULL; 1860 c->next = p->cleanups; 1861 p->cleanups = c; 1881 struct cleanup *c = p->cleanups; 1882 struct cleanup **lastp = &p->cleanups; 1921 run_child_cleanups(p->cleanups); 1922 p->cleanups = NULL;
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Memoize/ |
| D | README | 72 Many long-awaited cleanups and bug fixes.
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/ |
| D | Changes | 106 * some code cleanups
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | gdbint.texinfo | 1118 of cleanups), you just have to add your cleanup to it: 1125 Note that with cleanups in place, you should not call 1306 automate stream destruction with cleanups. The original code was: 4587 start the cleanups). Because of the stack like structure of the 4636 @cindex cleanups 4647 cleanups. Alternatively you can elect to discard the cleanups you 4667 Do all cleanups added to the chain since the corresponding 4672 Same as @code{do_cleanups} except that it just removes the cleanups from 4678 later cleanups appended to the chain (but not yet discarded or 4696 Your function should explicitly do or discard the cleanups it creates. [all …]
|
| /mirbsd/src/usr.sbin/httpd/src/ |
| D | README.EAPI | 317 before any pool cleanups are done for the connection (which can be
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/ |
| D | Changes | 792 And other cleanups in Encode.xs upon NI-XS suggestions 1203 (UCS-2|UTF-(16|32))(LE|BE)? implementation and cleanups. Instead of
|
| /mirbsd/src/usr.bin/awk/ |
| D | FIXES | 528 numerous other minor cleanups along the way.
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | Changes5.6 | 1330 Log: Assorted configuration cleanups (Peter Prymmer, and a 1690 Log: tweak Unicode notes, other cleanups 2774 Log: still other multiline match cleanups (from Greg Bacon) 3035 Log: still more multiline match cleanups (from Greg Bacon) 3046 Log: yet more multiline match cleanups (from Greg Bacon) 3063 Log: more multiline match cleanups (from Greg Bacon) 8381 Log: sundry cleanups for cloned interpreters (only known failure mode 8707 Log: more cleanups for change#4539 10030 Log: various cleanups 15223 Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS [all …]
|
| D | Changes | 2583 Some cleanups by Jarkko (and one by myself) to check83.pl 5241 Subject: [PATCH] More random cleanups 5594 Subject: [PATCH] Random cleanups #47 6817 Subject: [PATCH] Random cleanups #47
|