VirtualBox

Ignore:
Timestamp:
Sep 29, 2015 3:07:09 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102919
Message:

iprt: More doxygen corrections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp

    r57476 r57944  
    399399 *
    400400 * @param pSolCore          Pointer to the core object.
    401  * @param pszFileFmt        Only the name of the file to read from (/proc/<pid> will be prepended)
     401 * @param pszProcFileName   Only the name of the file to read from
     402 *                          (/proc/\<pid\> will be prepended)
    402403 * @param ppv               Where to store the allocated buffer.
    403404 * @param pcb               Where to store size of the buffer.
     
    513514 * Read process credential information (format prcred_t + array of guid_t)
    514515 *
     516 * @return IPRT status code.
    515517 * @param pSolCore          Pointer to the core object.
    516518 *
    517519 * @remarks Should not be called before successful call to @see AllocMemoryArea()
    518  * @return IPRT status code.
    519520 */
    520521static int ProcReadCred(PRTSOLCORE pSolCore)
     
    530531 * Read process privilege information (format prpriv_t + array of priv_chunk_t)
    531532 *
     533 * @return IPRT status code.
    532534 * @param pSolCore          Pointer to the core object.
    533535 *
    534536 * @remarks Should not be called before successful call to @see AllocMemoryArea()
    535  * @return IPRT status code.
    536537 */
    537538static int ProcReadPriv(PRTSOLCORE pSolCore)
     
    556557 * Read process LDT information (format array of struct ssd) from /proc.
    557558 *
    558  * @param pSolProc         Pointer to the core object.
     559 * @return  IPRT status code.
     560 * @param   pSolCore        Pointer to the core object.
    559561 *
    560562 * @remarks Should not be called before successful call to @see AllocMemoryArea()
    561  * @return IPRT status code.
    562563 */
    563564static int ProcReadLdt(PRTSOLCORE pSolCore)
     
    573574 * Read process auxiliary vectors (format auxv_t) for the process.
    574575 *
     576 * @return IPRT status code.
    575577 * @param pSolCore          Pointer to the core object.
    576578 *
    577579 * @remarks Should not be called before successful call to @see AllocMemoryArea()
    578  * @return IPRT status code.
    579580 */
    580581static int ProcReadAuxVecs(PRTSOLCORE pSolCore)
     
    663664 * Read the process mappings (format prmap_t array).
    664665 *
     666 * @return IPRT status code.
    665667 * @param   pSolCore            Pointer to the core object.
    666668 *
    667669 * @remarks Should not be called before successful call to @see AllocMemoryArea()
    668  * @return IPRT status code.
    669670 */
    670671static int ProcReadMappings(PRTSOLCORE pSolCore)
     
    801802 * Reads the thread information for all threads in the process.
    802803 *
     804 * @return IPRT status code.
    803805 * @param pSolCore          Pointer to the core object.
    804806 *
    805807 * @remarks Should not be called before successful call to @see AllocMemoryArea()
    806  * @return IPRT status code.
    807808 */
    808809static int ProcReadThreads(PRTSOLCORE pSolCore)
     
    18431844 * to be in suspended state (i.e. called after CreateCore).
    18441845 *
     1846 * @return IPRT status.
    18451847 * @param pSolCore          Pointer to the core object.
    18461848 * @param pfnWriter         Pointer to the writer function to override default writer (NULL uses default).
     
    18481850 * @remarks Resumes all suspended threads, unless it's an invalid core. This
    18491851 *          function must be called only -after- rtCoreDumperCreateCore().
    1850  * @return IPRT status.
    18511852 */
    18521853static int rtCoreDumperWriteCore(PRTSOLCORE pSolCore, PFNRTCOREWRITER pfnWriter)
     
    19131914 * are ultimately resumed en-masse) already suspended while calling this function.
    19141915 *
     1916 * @return IPRT status code.
    19151917 * @param pSolCore          Pointer to a core object.
    19161918 * @param pContext          Pointer to the caller context thread.
     
    19191921 *
    19201922 * @remarks Halts all threads.
    1921  * @return IPRT status code.
    19221923 */
    19231924static int rtCoreDumperCreateCore(PRTSOLCORE pSolCore, ucontext_t *pContext, const char *pszCoreFilePath)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette