]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove a few embarassing comments.
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 30 Apr 2015 20:44:17 +0000 (20:44 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 30 Apr 2015 20:44:17 +0000 (20:44 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15169

31 files changed:
coregrind/m_coredump/coredump-elf.c
coregrind/m_coredump/coredump-macho.c
coregrind/m_debugger.c
coregrind/m_debuginfo/debuginfo.c
coregrind/m_errormgr.c
coregrind/m_execontext.c
coregrind/m_gdbserver/m_gdbserver.c
coregrind/m_gdbserver/server.h
coregrind/m_initimg/initimg-darwin.c
coregrind/m_initimg/initimg-linux.c
coregrind/m_libcassert.c
coregrind/m_machine.c
coregrind/m_main.c
coregrind/m_mallocfree.c
coregrind/m_scheduler/scheduler.c
coregrind/m_sigframe/sigframe-amd64-darwin.c
coregrind/m_sigframe/sigframe-amd64-linux.c
coregrind/m_sigframe/sigframe-arm-linux.c
coregrind/m_sigframe/sigframe-arm64-linux.c
coregrind/m_sigframe/sigframe-mips32-linux.c
coregrind/m_sigframe/sigframe-mips64-linux.c
coregrind/m_sigframe/sigframe-ppc32-linux.c
coregrind/m_sigframe/sigframe-ppc64-linux.c
coregrind/m_sigframe/sigframe-s390x-linux.c
coregrind/m_sigframe/sigframe-tilegx-linux.c
coregrind/m_sigframe/sigframe-x86-darwin.c
coregrind/m_sigframe/sigframe-x86-linux.c
coregrind/m_signals.c
coregrind/m_stacktrace.c
coregrind/m_threadstate.c
coregrind/m_translate.c

index 6f965d7a863f0c186d94de88cb0e7530ddcc3059..038b771d5fdf83936a7da94813ba275d6a9172f4 100644 (file)
@@ -42,7 +42,6 @@
 #include "pub_core_libcproc.h"    // VG_(geteuid), VG_(getegid)
 #include "pub_core_libcassert.h"  // VG_(exit), vg_assert
 #include "pub_core_mallocfree.h"  // VG_(malloc), VG_(free)
-#include "pub_core_libcsetjmp.h"  // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"
 #include "pub_core_xarray.h"
 #include "pub_core_clientstate.h"
index dbd3d6a425f062d0720dc5401dca54d5ad1945d2..fd5f13a11b221c06489dc6d916a6b6d1955a0c46 100644 (file)
@@ -33,7 +33,6 @@
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
 #include "pub_core_coredump.h"
-#include "pub_core_libcsetjmp.h"   // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"
 
 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, ULong max_size)
index fc7169a1dda6f2ba2c6819f9b7b821e555fac366..4582db0d5bab5dbee3dab5f1562c6bb199e391ab 100644 (file)
@@ -30,7 +30,6 @@
 
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
-#include "pub_core_libcsetjmp.h"
 #include "pub_core_threadstate.h"
 #include "pub_core_xarray.h"
 #include "pub_core_clientstate.h"
index 1fcc6127fcbef8169b8a36ecb0420741fc9a8ed9..31fd369bb45895d416aaefd9f7afe2d9601f6749 100644 (file)
@@ -32,7 +32,6 @@
 
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
-#include "pub_core_libcsetjmp.h" // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"
 #include "pub_core_debuginfo.h"  /* self */
 #include "pub_core_demangle.h"
index bcdd2a060bc34d13e3eea51ef1cb4ceebf66ea85..2ea6370f16857d899748e5260e6d24928f60bc11 100644 (file)
@@ -30,7 +30,6 @@
 
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
-#include "pub_core_libcsetjmp.h"
 #include "pub_core_threadstate.h"      // For VG_N_THREADS
 #include "pub_core_debugger.h"
 #include "pub_core_debuginfo.h"
index 9472b30a655e35d96ba0d55f514f571a6d4df981..f738279d49ab94eeebc9f3fc1f5ca8ce3ab863b2 100644 (file)
@@ -36,8 +36,6 @@
 #include "pub_core_options.h"
 #include "pub_core_stacktrace.h"
 #include "pub_core_machine.h"       // VG_(get_IP)
-#include "pub_core_vki.h"           // To keep pub_core_threadstate.h happy
-#include "pub_core_libcsetjmp.h"    // Ditto
 #include "pub_core_threadstate.h"   // VG_(is_valid_tid)
 #include "pub_core_execontext.h"    // self
 
index d8a0303a48533e01bfc9d463fa9598d3196275fe..2238ca5ed2200466904dd6602d2b3f09d2712418 100644 (file)
 #include "pub_core_libcproc.h"
 #include "pub_core_libcprint.h"
 #include "pub_core_mallocfree.h"
-#include "pub_core_libcsetjmp.h"
 #include "pub_core_threadstate.h"
 #include "pub_core_gdbserver.h"
 #include "pub_core_options.h"
-#include "pub_core_libcsetjmp.h"
-#include "pub_core_threadstate.h"
 #include "pub_core_transtab.h"
 #include "pub_core_hashtable.h"
 #include "pub_core_xarray.h"
index 1e010cab75c50acf71c60d5c616cea2414534c26..1dd0d1a064860b75d3e6677e82d3488c4d1665d8 100644 (file)
@@ -40,7 +40,6 @@
 #include "pub_core_libcassert.h"
 #include "pub_core_libcbase.h"
 #include "pub_core_options.h"
-#include "pub_core_libcsetjmp.h"
 #include "pub_core_threadstate.h"
 #include "pub_core_gdbserver.h"
 #include "pub_core_vki.h"
index b31724899594c9fa3931e180b282aa46e9e9b607..cd6e2ffe1cacd179ffe3ae207d0d54c450874d3d 100644 (file)
@@ -47,7 +47,6 @@
 #include "pub_core_ume.h"
 #include "pub_core_options.h"
 #include "pub_core_tooliface.h"       /* VG_TRACK */
-#include "pub_core_libcsetjmp.h"      // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"     /* ThreadArchState */
 #include "priv_initimg_pathscan.h"
 #include "pub_core_initimg.h"         /* self */
index 0ed65c409df2666ddfdc1c8dcfde9616d1db0c97..cd0b7f3046a2e30dc73c06294765b5e1641371f1 100644 (file)
@@ -48,7 +48,6 @@
 #include "pub_core_options.h"
 #include "pub_core_syscall.h"
 #include "pub_core_tooliface.h"       /* VG_TRACK */
-#include "pub_core_libcsetjmp.h"      // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"     /* ThreadArchState */
 #include "priv_initimg_pathscan.h"
 #include "pub_core_initimg.h"         /* self */
index 2f8026c74b68c7c4d8e010b830fda0285f268d64..5d3a07b37e050dd8b1cf147e7f4ba86021fa1dbf 100644 (file)
@@ -31,7 +31,6 @@
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
 #include "pub_core_vkiscnums.h"
-#include "pub_core_libcsetjmp.h"    // to keep threadstate.h happy
 #include "pub_core_threadstate.h"
 #include "pub_core_gdbserver.h"
 #include "pub_core_aspacemgr.h"
index 2551b109348cc5f56105549b4ac5f42c6ba8e8bf..99afb7ddc4bc3367cc6f66572d2f230f4508f464 100644 (file)
@@ -29,7 +29,6 @@
 
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
-#include "pub_core_libcsetjmp.h"   // setjmp facilities
 #include "pub_core_threadstate.h"
 #include "pub_core_libcassert.h"
 #include "pub_core_libcbase.h"
index 9ca26e323528baccccc1e25a48ec72c69ace67c7..9f98e11a7519fc342bf2d4569fd81a24fcdd0c5f 100644 (file)
@@ -31,7 +31,6 @@
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
 #include "pub_core_vkiscnums.h"
-#include "pub_core_libcsetjmp.h"    // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"
 #include "pub_core_xarray.h"
 #include "pub_core_clientstate.h"
index 65a2b7d9ef9efd25dd10d4f4b010ad7a39a80b1b..1f543c9d151cec4f0a260000e5c16cfe0c13f043 100644 (file)
@@ -38,7 +38,6 @@
 #include "pub_core_libcprint.h"
 #include "pub_core_mallocfree.h"
 #include "pub_core_options.h"
-#include "pub_core_libcsetjmp.h"    // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"   // For VG_INVALID_THREADID
 #include "pub_core_gdbserver.h"
 #include "pub_core_transtab.h"
index 5d3b175199ca4a499bf9e30371188ec844556a49..80fdf6a9970542667c2594b32632b68f4ea683a0 100644 (file)
@@ -62,7 +62,6 @@
 #include "pub_core_debuglog.h"
 #include "pub_core_vki.h"
 #include "pub_core_vkiscnums.h"  // __NR_sched_yield
-#include "pub_core_libcsetjmp.h" // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"
 #include "pub_core_clientstate.h"
 #include "pub_core_aspacemgr.h"
index 38682f318e780c48ecf9f24b885e2dbd85602f6a..20402bfcfec1dca438b685e9423762639b3c602a 100644 (file)
@@ -34,7 +34,6 @@
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
 #include "pub_core_vkiscnums.h"
-#include "pub_core_libcsetjmp.h"    // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"
 #include "pub_core_aspacemgr.h"
 #include "pub_core_libcbase.h"
index e0154016c7b63162e88750ce5bf1976ea50ab577..0c1c7b41638db8181117428697f8ec859632ca45 100644 (file)
@@ -33,7 +33,6 @@
 
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
-#include "pub_core_libcsetjmp.h"    // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"
 #include "pub_core_aspacemgr.h"
 #include "pub_core_libcbase.h"
index 7ae7f07291719f7fdbb294e352b4a2b5a504ac61..b374257ae8a31ca6323a6f80633a698bc8f66afc 100644 (file)
@@ -38,7 +38,6 @@
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
 #include "pub_core_vkiscnums.h"
-#include "pub_core_libcsetjmp.h"    // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"
 #include "pub_core_aspacemgr.h"
 #include "pub_core_libcbase.h"
index 1a7c984e9be52a58487d1bd09905e4d668484001..6e80659dd81b762dcb4a6cfc9d2b7148c36c2053 100644 (file)
@@ -33,7 +33,6 @@
 
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
-#include "pub_core_libcsetjmp.h"    // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"
 #include "pub_core_aspacemgr.h"
 #include "pub_core_libcbase.h"
index 0e27e01d99f031251738b1a5e2bd30c013c1de0b..4b23dc746a653ef84e20fa953b4c1b3b9dfd3428 100644 (file)
@@ -34,7 +34,6 @@
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
 #include "pub_core_vkiscnums.h"
-#include "pub_core_libcsetjmp.h"    // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"
 #include "pub_core_aspacemgr.h"
 #include "pub_core_libcbase.h"
index cacf9ce7d0a32d4878d83c5195f1b0c112780d9f..5e0f44ac17ec244852db876f81014c8cc23861a3 100644 (file)
@@ -34,7 +34,6 @@
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
 #include "pub_core_vkiscnums.h"
-#include "pub_core_libcsetjmp.h"  /* to keep _threadstate.h happy */
 #include "pub_core_threadstate.h"
 #include "pub_core_aspacemgr.h"
 #include "pub_core_libcbase.h"
index 467814dc5c1b165356aeb4f0a14fcd9c9d7b2c43..8047f275f4fd72b2cacaf143b13daaff32a28abe 100644 (file)
@@ -36,7 +36,6 @@
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
 #include "pub_core_vkiscnums.h"
-#include "pub_core_libcsetjmp.h"    // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"
 #include "pub_core_aspacemgr.h"
 #include "pub_core_libcbase.h"
index 5e90e54aea36093635a48dac2fcdadf2fe56e8ed..ec4d883a2296a150e6cca2fd00a6275f9b252140 100644 (file)
@@ -36,7 +36,6 @@
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
 #include "pub_core_vkiscnums.h"
-#include "pub_core_libcsetjmp.h"    // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"
 #include "pub_core_aspacemgr.h"
 #include "pub_core_libcbase.h"
index 05689227270fa31d14cbab7ead5148819105f521..fb70c7635236620353d988a78c11cd6c0a21813a 100644 (file)
@@ -33,7 +33,6 @@
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
 #include "pub_core_vkiscnums.h"
-#include "pub_core_libcsetjmp.h"    // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"
 #include "pub_core_aspacemgr.h"
 #include "pub_core_libcbase.h"
index b9de920aa5ef58e1911e5931e7cfb06ab10d5664..3448ff8860c980fafa1b552deb626f9de9587c16 100644 (file)
@@ -35,7 +35,6 @@
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
 #include "pub_core_vkiscnums.h"
-#include "pub_core_libcsetjmp.h"    // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"
 #include "pub_core_aspacemgr.h"
 #include "pub_core_libcbase.h"
index e3da65d034ad266a0470b3151b538b661d59082b..01f87da0202f7a509ae247bcca01ddbc4b658dc8 100644 (file)
@@ -34,7 +34,6 @@
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
 #include "pub_core_vkiscnums.h"
-#include "pub_core_libcsetjmp.h"    // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"
 #include "pub_core_aspacemgr.h"
 #include "pub_core_libcbase.h"
index a09aaf2e545f20c904af385984d72c36972a9df5..3db225126af3bb115cd47292d8c5e1c11653f881 100644 (file)
@@ -33,7 +33,6 @@
 
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
-#include "pub_core_libcsetjmp.h"    // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"
 #include "pub_core_aspacemgr.h" /* find_segment */
 #include "pub_core_libcbase.h"
index 47a345f703866f65fc7a2ed6223dab3418c5cb0d..0bfdf73b33e06717f2671e8dad6de0c9436c3911 100644 (file)
 #include "pub_core_vki.h"
 #include "pub_core_vkiscnums.h"
 #include "pub_core_debuglog.h"
-#include "pub_core_libcsetjmp.h"    // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"
 #include "pub_core_xarray.h"
 #include "pub_core_clientstate.h"
index c4672e6c271e593cd45b6fc199dd3276658eec1f..c0d4c1185cb8fb4c75f065d1134df3a872a8a986 100644 (file)
@@ -30,7 +30,6 @@
 
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
-#include "pub_core_libcsetjmp.h"    // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"
 #include "pub_core_debuginfo.h"     // XXX: circular dependency
 #include "pub_core_aspacemgr.h"     // For VG_(is_addressable)()
index b3adcde8622cd60f09c3939a361e736ef18fcab1..e6b7b7ba93465c4c8761be51b71f5c763d4e473e 100644 (file)
@@ -30,7 +30,6 @@
 
 #include "pub_core_basics.h"
 #include "pub_core_vki.h"
-#include "pub_core_libcsetjmp.h"    // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"
 #include "pub_core_mallocfree.h"    // VG_(malloc)
 #include "pub_core_libcassert.h"
index 28ac906c65edcc3aacf2e1352502430cd56a0f08..86a3f4a0dd5fa28d47c6e1a4fe32cb881a59d50b 100644 (file)
@@ -53,7 +53,6 @@
 #include "pub_core_dispatch.h" // VG_(run_innerloop__dispatch_{un}profiled)
                                // VG_(run_a_noredir_translation__return_point)
 
-#include "pub_core_libcsetjmp.h"   // to keep _threadstate.h happy
 #include "pub_core_threadstate.h"  // VexGuestArchState
 #include "pub_core_trampoline.h"   // VG_(ppctoc_magic_redirect_return_stub)