diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2023-02-08 15:36:23 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2023-02-08 15:46:02 -0500 |
commit | c583a2520616c2736cffc389c89a48b159366e6c (patch) | |
tree | b4925f26506fcee96c16119431c01760f05db95d /gdb/debuginfod-support.h | |
parent | ca7f92c2f15b86b09c4a8ad14806bef666308d31 (diff) | |
download | binutils-users/simark/clang-format.zip binutils-users/simark/clang-format.tar.gz binutils-users/simark/clang-format.tar.bz2 |
Run clang-format.shusers/simark/clang-format
Change-Id: Ia948cc26d534b0dd02702244d52434b1a2093968
Diffstat (limited to 'gdb/debuginfod-support.h')
-rw-r--r-- | gdb/debuginfod-support.h | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/gdb/debuginfod-support.h b/gdb/debuginfod-support.h index 542d168..686482b 100644 --- a/gdb/debuginfod-support.h +++ b/gdb/debuginfod-support.h @@ -38,8 +38,7 @@ function returns -ENOSYS. */ extern scoped_fd -debuginfod_source_query (const unsigned char *build_id, - int build_id_len, +debuginfod_source_query (const unsigned char *build_id, int build_id_len, const char *src_path, gdb::unique_xmalloc_ptr<char> *destname); @@ -56,8 +55,7 @@ debuginfod_source_query (const unsigned char *build_id, function returns -ENOSYS. */ extern scoped_fd -debuginfod_debuginfo_query (const unsigned char *build_id, - int build_id_len, +debuginfod_debuginfo_query (const unsigned char *build_id, int build_id_len, const char *filename, gdb::unique_xmalloc_ptr<char> *destname); @@ -73,9 +71,8 @@ debuginfod_debuginfo_query (const unsigned char *build_id, is stored in DESTNAME. If GDB is not built with debuginfod, this function returns -ENOSYS. */ -extern scoped_fd debuginfod_exec_query (const unsigned char *build_id, - int build_id_len, - const char *filename, - gdb::unique_xmalloc_ptr<char> - *destname); +extern scoped_fd +debuginfod_exec_query (const unsigned char *build_id, int build_id_len, + const char *filename, + gdb::unique_xmalloc_ptr<char> *destname); #endif /* DEBUGINFOD_SUPPORT_H */ |